Libvirtd启动错误

我必须使用kill手动删除libvirt。 现在,当我试图启动libvirtd它说error: Unable to initialize network sockets. Check /var/log/messages or run without --daemon for more info. error: Unable to initialize network sockets. Check /var/log/messages or run without --daemon for more info.

我尝试运行/ usr / sbin / libvirtd,它工作正常,除了没有networking。
我杀死了在opennebula安装之前启动的libvirt。 后来我注意到opennebula把qemu.conf的用户和组改成了oneadmin。 所以我怀疑以前VM的一些遗迹还是存在的。

http://wiki.libvirt.org/page/The_daemon_cannot_be_started

默认情况下,libvirtd希望启用tls,但是如果你不使用tls(也许是sasl),你需要通过设置“listen_tls”为0来显式地禁用libvirtd.conf中的tls。