search for: key_address

Displaying 5 results from an estimated 5 matches for "key_address".

Did you mean: get_address
2016 Jun 16
4
libguestfs can't communicate over network while creating VM
Hello guys, we use libguests for dynamic creation of our VM and we do various modifications of those VMs in the process. One with I am struggling with is to signing keys of our custom repository - " vm.sh("wget -O - " + key_address + " | apt-key add -")" where "vm" is a GuestFS object. So I have set "vm.set_network(True)" and I have installed "dhcpcd5" package (that's whats on Debian Jessie) on both Host OS with KVM running and VM template (because we always copy Debian templat...
2016 Jun 15
1
libvirt can't communicate over network while creating VM
Hello guys, we use libvirt for dynamic creation of our VM and we do various modifications of those VMs in the process. One with I am struggling with is to signing keys of our custom repository - " vm.sh("wget -O - " + key_address + " | apt-key add -")" where "vm" is a GuestFS object. So I have set "vm.set_network(True)" and I have installed "dhcpcd5" package (that's whats on Debian Jessie) on both Host OS with KVM running and VM template (because we always copy Debian templa...
2016 Jun 16
0
Re: libguestfs can't communicate over network while creating VM
...6 at 11:17:16AM +0000, Mensik, Petr wrote: > Hello guys, > > we use libguests for dynamic creation of our VM and we do various modifications of those VMs in the process. One with I am struggling with is to signing keys of our custom repository - " > vm.sh("wget -O - " + key_address + " | apt-key add -")" where "vm" is a GuestFS object. So I have set "vm.set_network(True)" and I have installed "dhcpcd5" package > (that's whats on Debian Jessie) on both Host OS with KVM running and VM template (because we always copy Debian te...
2016 Jun 16
0
Re: libguestfs can't communicate over network while creating VM
...On Thursday 16 June 2016 11:17:16 Mensik, Petr wrote: > we use libguests for dynamic creation of our VM and we do various > modifications of those VMs in the process. One with I am struggling > with is to signing keys of our custom repository - " > vm.sh("wget -O - " + key_address + " | apt-key add -")" where "vm" is > a GuestFS object. So I have set "vm.set_network(True)" and I have > installed "dhcpcd5" package (that's whats on Debian Jessie) on both > Host OS with KVM running and VM template (because we always copy...
2016 Jun 16
2
Re: libguestfs can't communicate over network while creating VM
...On Thursday 16 June 2016 11:17:16 Mensik, Petr wrote: > we use libguests for dynamic creation of our VM and we do various > modifications of those VMs in the process. One with I am struggling > with is to signing keys of our custom repository - " > vm.sh("wget -O - " + key_address + " | apt-key add -")" where "vm" is > a GuestFS object. So I have set "vm.set_network(True)" and I have > installed "dhcpcd5" package (that's whats on Debian Jessie) on both > Host OS with KVM running and VM template (because we always copy...