search for: libvirtd_path

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

2014 Jul 04
1
Acces to hypervisor from a KVM guest
...help : .... hostname print the hypervisor hostname ....) Unfortunately, I got following error when starting virsh : error: Failed to reconnect to the hypervisor error: no valid connection error: internal error Unable to locate libvirtd daemon in /usr/sbin (to override, set $LIBVIRTD_PATH to the name of the libvirtd binary) Do I miss to install some package on my KVM guest ? or is it not the right way to get this information ? Any help is welcome. Thx. [cid:image001.png@01CF75CE.35F97F50] Jean-Pierre RIBEAUVILLE Developer Tel: 01 49 11 45 81 Discover Systar's Videos!<ht...
2014 Jul 06
2
follow-up to thread : Acces to hypervisor from a KVM guest, ( by the way , how to enter a follow up in a thread ?) Thx
...w would you do that? If you can solve that problem, then you can use it to solve your guest provisioning problem. > error: Failed to reconnect to the hypervisor > error: no valid connection > error: internal error Unable to locate libvirtd daemon in /usr/sbin > (to override, set $LIBVIRTD_PATH to the name of the libvirtd binary) This failure is because you did not use -c to connect to a remote daemon, but don't have libvirtd running in the guest. You do not need libvirtd running locally to use virsh for remote connections, but you do need to know where the remote connection lives...