[Bug 1935815] Re: virt-sysprep: /var/lib/libvirt/images/test-domain.img: Permission denied

2021-07-20 Thread Juerg Haefliger
Ah, thanks for the clarification. ** Changed in: libguestfs (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1935815 Title: virt-sysprep:

[Bug 1935815] Re: virt-sysprep: /var/lib/libvirt/images/test-domain.img: Permission denied

2021-07-16 Thread Richard Jones
No it asks libvirt for the location of the disks and opens them directly. Libvirt doesn't really have a way to open disks remotely (or rather, it does but it's very slow and clunky and read-only). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1935815] Re: virt-sysprep: /var/lib/libvirt/images/test-domain.img: Permission denied

2021-07-16 Thread Juerg Haefliger
Well yes, but isn't virt-sysprep using libvirt as the backend to access the disk? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1935815 Title: virt-sysprep: /var/lib/libvirt/images/test-domain.img:

[Bug 1935815] Re: virt-sysprep: /var/lib/libvirt/images/test-domain.img: Permission denied

2021-07-16 Thread Richard Jones
The error is pretty much what it says: > /var/lib/libvirt/images/test-domain.img: Permission denied We asked libvirt for the path to the disk image, and then we tried to open it and failed because presumably the permissions on the disk image aren't compatible with the current user. -- You