libvirtError: internal error: client socket is closed

0

I've this error when installing a Debian wheezy VM in qemu-KVM with libvirt

error while establishing the connection « qemu:///system » : internal error: client socket is closed

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/engine.py", line 296, in _tick
    conn.tick()
  File "/usr/share/virt-manager/virtManager/connection.py", line 1311, in tick
    self._tick(noStatsUpdate)
  File "/usr/share/virt-manager/virtManager/connection.py", line 1320, in _tick
    self.hostinfo = self.vmm.getInfo()
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 3341, in getInfo
    if ret is None: raise libvirtError ('virNodeGetInfo() failed', conn=self)
libvirtError: internal error: client socket is closed

tsgeri

Posted 2014-06-11T10:27:23.107

Reputation: 1

Could you translate the erreur message to English? – mtak – 2014-06-11T11:20:12.007

@mtak error while establishing the connection – MariusMatutiae – 2014-06-11T11:41:04.580

No answers