New update available

openmediavault 6.4.4

  • Issue #420: Fix SMB issue with Btrfs subvolumes. The incorrect displayed share size in Windows should be fixed as well. Samba will call omv-btrfs-dfree to fetch the disk stats and cache them for 30 seconds.

New updates available

openmediavault 6.4.3

  • Issue #1558: Fix file system creation on bcache devices.

openmediavault-nut 6.0.5

  • Make sure rendering of the Salt state will not break because of punctuation characters.

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.