Failed to start Entropy Daemon after update to OMV 6.0.19

  • Today I updated my OMV 6.0.14 installation to 6.0.19. There were some minor errors during the upgrade process (see attached log) but installation finished OK.


    After reboot however, my server went into emergency mode with the following errors on the screen:


    Code
    Failed to start Entropy Daemon based on the HAVEGE algorithm
    See systemctl status haveged.service for details


    Upon second recoot It did get past this error. I checked the status for the service:


    Here is the output from syslog:


    So basically my system is not working now. What can I do to solve this please?

    • Offizieller Beitrag

    Have a look here:

    https://forum.armbian.com/topi…indComment&comment=134876


    Proposed solution working for me:

    Execute as root these two commands

    Code
    mkdir -p /etc/systemd/system/haveged.service.d
    echo -e '[Service]\nSystemCallFilter=uname' > /etc/systemd/system/haveged.service.d/syscall.conf
  • Have a look here:

    https://forum.armbian.com/topi…indComment&comment=134876


    Proposed solution working for me:

    Execute as root these two commands

    Code
    mkdir -p /etc/systemd/system/haveged.service.d
    echo -e '[Service]\nSystemCallFilter=uname' > /etc/systemd/system/haveged.service.d/syscall.conf

    Thanks! This solved my problem. I'm running OMV on Odroid XU4 so I might be affected by this bug.


    Another strange thing I noticed is that sometimes a boot fails as it cannot find my file systems. This happens +- every second reboot. So I'm a bit puzzled what could be wrong with my fstab as some boots work and some other not.

    The error I'm receiving is:

    Code
    Time out waiting for device /dev/disk/by-uuid/...
    Dependency failed for File System check on /dev/disk/by-uuid/...


    and this for all disks that are attached to my OMV build.

    I've readthis warningupon the update of 6.0.16 but AFAIK none of my drives does have a genesys usb adapter.

    What could be causing this error or do I better start a new thread for this?


    Thanks in advance.

  • Does the boot actually fail or are only the data drives not available?

    The boot fails: the server is then in emergency mode. But when I reboot after this message, it boot normally without qny errors but the boot after this becomes stuck in emergency mode. It is as if every 2nd reboot fails

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!