search for: virnetsocketnewlistenunix

Displaying 2 results from an estimated 2 matches for "virnetsocketnewlistenunix".

2011 Nov 06
1
libvirt, OSX and VirtualBox - how?
...socket to '@/Users/brian/.libvirt/libvirt-sock': No such file or directory error: failed to connect to the hypervisor If I try to start libvirtd, this is what I get: Brians-MacBook-Air:~ $ /usr/local/sbin/libvirtd 00:00:18.970: -1: info : libvirt version: 0.9.6 00:00:18.970: -1: error : virNetSocketNewListenUNIX:340 : Failed to bind socket to '@/Users/brian/.libvirt/libvirt-sock': No such file or directory [but directory /Users/brian/.libvirt was created] However, VirtualBox itself is running OK: Brians-MacBook-Air:~ $ VBoxManage list vms "test" {d0d74c25-1dfc-44a4-8a2b-1d25b7972e7c}...
2012 Nov 06
1
Failed to bind socket to '/var/run/libvirt/libvirt-sock': Permission denied
Hi all, When I start self-built libvirtd by "libvirtd -d -l -f libvirtd.conf", it shows that error : virNetSocketNewListenUNIX:346 : Failed to bind socket to '/var/run/libvirt/libvirt-sock': Permission denied I have removed some requested comments in libvirtd.conf. The key settings are shown as below: listen_tcp = 1 tcp_port = "16509" listen_addr = "0.0.0.0"...