New update available

The following changes were made:

openmediavault 4.1.13

  • Update locales.
  • Fix various issues found by the lgtm.com project.
  • Beatify and lint Python code.
  • Use /bin/sh as default shell when creating/importing users via WebUI.
  • Issue #182: Remove percentage text in progress bar when config is applied. It is not possible to display an accurate value here.
  • Issue #192: Allow to define shell at user import.

New update available

The following changes were made:

openmediavault 2.1.20

  • Mantis 0001421: TRIM (‘discard’) is not enabled for SSDs. Thanks to Ian Grant for the patch.

New update available

The following changes were made:

openmediavault 2.1.19

  • Update locales.
  • Mantis 0001413: Ordering of registered storage device backends. Thanks to Ian Grant for the patch.
  • Mantis 0001419: Deactivate IPv6 in the loopback interface if IPv6 is not used somewhere else.

New updates available

The following changes were made:

openmediavault 2.1.18

  • Mantis 0001411: Use isLink() instead of isFile().

openmediavault-shairport 2.5.1

  • Update locales.
  • Mantis 0001410: Add the possibillity to change the name the service will advertise to iTunes.

How to compile the iscsitarget kernel modules

The iscsi-target plugin is one of the first plugin implemented in for OMV. When starting with OMV Debian Lenny was used, but during the development OMV switched to Debian Squeeze. While testing the iscsi-target plugin i have to realize that there is no Debian package for the kernel modules anymore. As far as i remember in Lenny there was a package that could be installed from the package repository, but in Squeeze you have to compile it yourself. So all user that want to use the iscsi-target plugion must compile their modules first. But don’t be afraid, this is simple. Before installing the OMV iscsi-target plugin you should start the following command line on your console to compile the required iscsi_trgt.ko module:

apt-get install iscsitarget-dkms

That’s all.