Re: [virt-tools-list] [virt-manager] [PATCH 0/9] Integration of virt-bootstrap

2017-06-27 Thread Radostin
I just realized that with the default directory permissions (755) other users are only able to read and execute, that could be the reason why for non-root user "Permission Denied" occurs. (The /tmp/foo is not owned from this user.) On 27/06/17 16:50, Cole Robinson wrote: > On 06/23/2017 02:49

Re: [virt-tools-list] [virt-manager] [PATCH 0/9] Integration of virt-bootstrap

2017-06-27 Thread Radostin
Hi Cole, This is an interesting error, if you run: virt-bootstrap docker://fedora /tmp/foo virt-bootstrap will check if the path "/tmp/foo" exists and will create in case it does not. Then it should work except if the path "/tmp/foo" exists and is not owned by another user (root) even though

Re: [virt-tools-list] [virt-manager] [PATCH 0/9] Integration of virt-bootstrap

2017-06-27 Thread Cole Robinson
On 06/23/2017 02:49 PM, Radostin wrote: > Hi Cole, > > Thank you for the feedback. > > To solve the problem with virt-bootstrap/skopeo use: > > virt-bootstrap docker://fedora /tmp/foo Thanks, indeed that works. Guess I'm just used to the libvirt qemu:///system URI :) Trying it now with