libvirt-bin: End of file while reading data

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
peter_b
Chatterbox
Posts: 371
Joined: Tue Nov 12, 2013 2:05 am

libvirt-bin: End of file while reading data

Post by peter_b »

[PROBLEM]
I tried to connect to a Debian KVM host, using the "Virtual Machine Manager" GUI (virt-manager) on Ubuntu 12.04, but got the following error message:
Unable to connect to libvirt:

End of file while reading data: ...
nc: unix connect failed: No such file or directory: Input/output error

Verify that:
- The 'libvirt-bin' package is installed
- The 'libvirtd' daemon has been started
- You are member of the 'libvirtd' group

[SOLUTION]
Just like the error message suggests: the "libvirtd" daemon was not started on the server side.
On the server, run the following command:

Code: Select all

$ sudo service libvirt-bin start
Then try again.
Post Reply