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

2017-06-28 Thread Giuseppe Scrivano
Cole Robinson writes: > /bin/tar: etc/alternatives/cifs-idmap-plugin: Cannot open: Permission denied > /bin/tar: etc/alternatives/libnssckbi.so.x86_64: Cannot open: Permission > denied > /bin/tar: etc/cifs-utils/idmap-plugin: Cannot open: Permission denied > /bin/tar:

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

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

2017-06-25 Thread Cedric Bosdonnat
On Fri, 2017-06-23 at 19:49 +0100, Radostin wrote: > Hi Cole, > > Thank you for the feedback. > > To solve the problem with virt-bootstrap/skopeo use: > > virt-bootstrap docker://fedora /tmp/foo > > --^ > (docker:// with two slashes) I think we should have virt-bootstrap

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

2017-06-23 Thread Radostin
Hi Cole, Thank you for the feedback. To solve the problem with virt-bootstrap/skopeo use: virt-bootstrap docker://fedora /tmp/foo --^ (docker:// with two slashes) On 23/06/17 19:43, Cole Robinson wrote: > On 06/23/2017 01:20 PM, Cole Robinson wrote: >> On 06/22/2017 10:53

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

2017-06-23 Thread Cole Robinson
On 06/23/2017 01:20 PM, Cole Robinson wrote: > On 06/22/2017 10:53 AM, Radostin Stoyanov wrote: >> Hi all, >> >> >> These series of patches aim to integrate virt-bootstrap with virt-manager. >> The goal is to replace the current message: >> >> "The OS directory tree must already exist. Creating an

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

2017-06-23 Thread Cole Robinson
On 06/22/2017 10:53 AM, Radostin Stoyanov wrote: > Hi all, > > > These series of patches aim to integrate virt-bootstrap with virt-manager. > The goal is to replace the current message: > > "The OS directory tree must already exist. Creating an OS directory tree > is not yet supported" > >

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

2017-06-22 Thread Radostin Stoyanov
Hi all, These series of patches aim to integrate virt-bootstrap with virt-manager. The goal is to replace the current message: "The OS directory tree must already exist. Creating an OS directory tree is not yet supported" with functionality which allows the user to easy bootstrap root file