New update available

openmediavault 6.4.2

  • Improve security of the openmediavault package repository.

New updates available

openmediavault 6.4.1

  • Update locale files.
  • Respect timezone when exposing shared folder snapshots to Windows clients as shadow copies via Samba.
  • Issue #1556: Use correct color theme in code input field when dark mode is enabled.

openmediavault-ftp 6.0.1

  • Update locale files.
  • Fix SLS render issues when FTP service is disabled.

openmediavault-nut 6.0.4

  • Update locale files.
  • Make sure rendering of the Salt state will not break.

Problems with DHCP network configuration

We encountered a strange bug in systemd-networkd that causes some troubles on systems which are using DHCP to configure the network interfaces. Because of unknown reasons the systemd-networkd service may crash, e.g. when a new network configuration is applied.

You can workaround by rebooting the system or by running

systemctl restart systemd-networkd.service

several times until

systemctl status systemd-networkd.service

reports the service is running. You can alternatively run the command

omv-salt deploy run systemd-networkd

If everything fails, use static IP addresses until the bug has been fixed upstream by the Debian project.

The bug has been reported upstream at https://github.com/systemd/systemd/issues/27854 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036949.

New updates available

openmediavault 6.4.0

  • Update locale files.
  • Various improvements.
  • Upgrade to Angular 14.
  • Improve omv-btrfs-scrub and scheduled Btrfs error checks. Deduplicate file system UUID to prevent unnecessary work.
  • Configure DHCP overrides in Netplan.io.
  • Fix bug in the bonding network interface configuration page. The Primary field is only used by the active-backup, balance-tlb and balance-alb modes.
  • Improve DNS configuration. systemd-resolved is now fully responsible for network name resolution. It is operated in stub mode.
  • Add snapshot lifecycle management to clean up snapshots of shared folders according to given rules. The tool omv-sfsnapadm is called hourly by a cron job to do the cleanup. The settings can be found at Storage | Shared Folders | All Snapshots in the UI. This feature is disabled by default.

openmediavault-clamav 6.0.4

  • Update locale files.
  • Immediately run scheduled task when pressing the Play button.

openmediavault-usbbackup 6.0.3

  • Update locale files.
  • Immediately run scheduled task when pressing the Play button.

New update available

openmediavault 6.3.12

  • Prevent custom network interface search domain settings from being overwritten by settings provided via DHCP.