Fix for OVIRT/RHEV “LSB Network Not Starting” and “Login Service Not Starting” after migrating VM into OVIRT 4.0

Yet another scribble for the google traveler looking for a quick help fix.

OS : CentOS 7

Ran into this issue

Error :

These Services fail in console logs and no login prompt appears:

logind.service
dbus.service

Fix:

As seen via code …

[root@ns03 ~]# cat /usr/lib/systemd/system/rngd.service
[Unit]
Description=Hardware RNG Entropy Gatherer Daemon


[Service]
# Orginal Line commented out ..line with fix replaces it.
#ExecStart=/sbin/rngd -f
ExecStart=/sbin/rngd -f -r /dev/urandom


[Install]
WantedBy=multi-user.target

There are likely other options here …so choose the one that makes the most sense to you.

Leave a Reply