Posts by romanlum

    The problem is that the udev settings have changed in the latest releases.

    To fix the problem you have to override a setting to allow local network connections in udev.

    To do this you have to execute the following command using ssh:

    Code
    systemctl edit systemd-udevd

    Then you have to add these lines:

    Code
    [Service]
    IPAddressAllow=localhost

    Then press Ctrl+o and Ctrl+x to save the file and exit the editor.

    Then it should work again ;)