GNOME Bugzilla – Bug 736342
All boxes disappeared after update
Last modified: 2016-03-31 13:22:07 UTC
I've updated gnome-boxes to 3.12.3 version and all my boxes suddenly disappeared. Also I can't create a new box. Startup output: (gnome-boxes:13745): Boxes-WARNING **: libvirt-broker.vala:90: Unable to open qemu+unix:///session: Failed to connect socket to '/run/user/1000/libvirt/libvirt-sock': No such file or directory Box creating output: (gnome-boxes:13745): Boxes-WARNING **: wizard.vala:403: Failed to create storage pool: invalid connection pointer in virStoragePoolDefineXML OS: Archlinux_x64 Any ideas why or where I should dig it out?
(In reply to comment #0) > I've updated gnome-boxes to 3.12.3 version and all my boxes suddenly > disappeared. Also I can't create a new box. > > Startup output: > (gnome-boxes:13745): Boxes-WARNING **: libvirt-broker.vala:90: Unable to open > qemu+unix:///session: Failed to connect socket to > '/run/user/1000/libvirt/libvirt-sock': No such file or directory > > Box creating output: > (gnome-boxes:13745): Boxes-WARNING **: wizard.vala:403: Failed to create > storage pool: invalid connection pointer in virStoragePoolDefineXML > > OS: Archlinux_x64 > > Any ideas why or where I should dig it out? Well all I can say is that most likely your libvirt (installation) is broken.
It seems to be true. Libvirt: 1.2.8-1 LANG=C virsh list error: failed to connect to the hypervisor error: no valid connection error: Failed to connect socket to '/run/user/1000/libvirt/libvirt-sock': No such file or directory After downgrade to libvirt-1.2.6-3 it works. Let me file a bug downstream. Thank you to point it out.
Known bug in libvirt 1.2.8. You can manually create the /run/user/1000/libvirt/ directory as a workaround, or downgrade.
Probably we need some UX logic to point users about broken backends to disturb you, gnome-boxes developers, less.