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.

New update available

openmediavault 6.3.11

  • Update locale files.
  • Upgrade Salt to version 3005.1.
  • Issue #1485: Add option to enforce transport encryption per SMB share. Defaults to disabled.
  • Issue #1542: Add transmit hash policy support to bond network interfaces.

NOTE … You’ll face the following error message during the Salt package installation.

[ERROR   ] Unable to connect pusher: Stream is closed

You can ignore them, the Salt code will be patched by the openmediavault package during installation. After that, there will be no more of these error messages from Salt.

New update available

openmediavault 6.3.10

  • Issue #1537: `findmnt` is using tree-like output on some systems which breaks the parsing of the content.
  • Enhance the UDEV rules to workaround the duplicate serial number bug of various disk enclosures. Now the `disk/by-uuid` symlinks are created as well if a file system UUID exists.