GNOME Bugzilla – Bug 698405
boxes produces a warning on stderr at start about missing directory
Last modified: 2016-03-31 13:22:07 UTC
should I start boxes from a console, I have this message appearing. (gnome-boxes:15748): Boxes-WARNING **: libvirt-broker.vala:83: Failed to start storage pool: cannot open path '/home/baptiste/.config/gnome-boxes/images': No such file or directory it's seems boxes doesn't create a required directory.
Are you sure you previous haven't manually deleted that directory? Boxes creates it first time it needs it through libvirt. If you delete it manually, libvirt doesn't know about it and hence it fails to start storage pools. If you had deleted the directory manually, this is a duplicate of bug#696360.
Honestly I can't remember having deleted or not this directory. the fact is, when I created it, it fixed the error message and also the bug 698407. Perhaps, boxes should take care to create again the directory if it's missing ?
*** Bug 698407 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 696360 ***
(In reply to comment #2) > Honestly I can't remember having deleted or not this directory. Well that is the only way I know this bug can be reproduced. > the fact is, when I created it, it fixed the error message and also the bug > 698407. > > > Perhaps, boxes should take care to create again the directory if it's missing ? So what happens is that we ask libvirt if 'gnome-boxes' storage pool exists. If it does, cool we just use it. If it doesn't, we do ask libvirt to set it up and assign it this directory. So if there is something to be fixed, its in libvirt.