Package repository for 0.4 (Fedaykin) is up

The package repository for the new version 0.4, which is called Fedaykin, is up. All plugin developers should adapt their plugins to the new xmlstarlet package. You simply have to replace the following XML entities:

" to \"
&lt; to <
&gt; to >
&amp; to &

Have a look here or here for example.

To update an Omnius installation to Fedaykin you simply have to replace ‘omnius’ with ‘fedaykin’ in /etc/apt/sources.list.d/openmediavault.list. After that execute the following commands:

apt-get update
apt-get dist-upgrade
reboot

OpenMediaVault 0.3.x has a feature freeze and will only get bugfixes from now on. New features will be implemented in 0.4.x from today.

New updates available

openmediavault-lvm2 0.3.0.12

  • Update locales.
  • Mantis 0000605: Cannot resize LVM Logical Volume.

Please update your system via ‘System > Update Manager’ in the OpenMediaVault WebGUI. Please reload the WebGUI to let the changes installed by the update take effect.

New updates available

The following changes has been done:

openmediavault 0.3.0.23

  • Various code improvements.
  • Update locales.
  • Code was modified to meet the coding guidelines.
  • Display hostname in page title.
  • Fix bug in OMVConfigEngine class.
  • Mantis 0000581: Add deb-triggers ‘update-locale’ and ‘update-fileperms’ to replace omv_install_locale and omv_install_fixperms in postinst scripts.
  • Mantis 0000582: Plugins page fails completely if dependencies for one plugin are missing.
  • Mantis 0000583: Live CPU load display doesn’t work on ARM. Thanks to Stefan Seidel for the patch.
  • Mantis 0000585: Russian translation error.
  • Mantis 0000593: Broken links on the support page.

openmediavault-clamav 0.3.0.7
openmediavault-forkeddaapd 0.3.0.5
openmediavault-ldap 0.3.0.2
openmediavault-netatalk 0.3.0.8
openmediavault-nut 0.3.0.6

  • Update locales.
  • Code was modified to meet the coding guidelines.
  • Mantis 0000581: Add deb-triggers ‘update-locale’ and ‘update-fileperms’ to replace omv_install_locale and omv_install_fixperms in postinst scripts.

openmediavault-lvm2 0.3.0.8

  • Update locales.
  • Code was modified to meet the coding guidelines.
  • Improve create/extend logical volume dialogs.
  • Mantis 0000581: Add deb-triggers ‘update-locale’ and ‘update-fileperms’ to replace omv_install_locale and omv_install_fixperms in postinst scripts.

openmediavault-route 0.3.0.1

  • Update locales.

Please update your system via ‘System > Update Manager’ in the OpenMediaVault WebGUI. Please reload the WebGUI to let the changes installed by the update take effect.

The openmediavault-iscsitarget plugin can not be build right at the moment due some changes in the control file to support the ARMEL platform. The error message is:

dpkg-gencontrol: error: the Depends field contains an arch-specific dependency but the package is architecture all

Any tip is welcome to fix this issue.

IP routing table plugin

I have released a new plugin to manipulate the IP routing table via WebGUI. It can also be used as an example how to implement a plugin because it is really simple.

You can install it using the plugin page in the WebGUI.

User authentication via LDAP plugin

A new plugin adding user authentication via LDAP has been released. Note, this is still beta, suggestions and fixes are welcome, please use http://bugtracker.openmediavault.org to report them. You can install it using the plugin manager in the WebGUI.

The FTP service already works, for SSH and SMB/CIFS i was not able to test them because the used Zentyal installation seems not to contain the required objectClasses (e.g. shadowAccount) to work properly with these services.