Comment 16 for bug 1382046

Revision history for this message
John Affleck (jraffleck) wrote :

..err to continue #15. I added:
        log_msg "libvirt-bin: starting nscd at $(date)"
        /etc/init.d/nscd start
        /etc/init.d/nslcd start
        sleep 10
..and:
       log_msg "libvirt-bin: starting libvirtd at $(date)"
        exec /usr/sbin/libvirtd $libvirtd_opts

I see, in the new '/var/log/libvirt/startuplog.log':
libvirt: libvirt-bin: starting nscd at Wed Oct 29 20:36:19 EDT 2014
libvirt: libvirt-bin: starting libvirtd at Wed Oct 29 20:36:28 EDT 2014
.which is.. encouraging ?

But I still get:
virsh list
error: failed to connect to the hypervisor
error: no valid connection
error: Failed to find user record for uid '1001': No such file or directory

Of course, now I've wedged things so badly I can't actually restart it at all.