Lee Revell
2015-Mar-13 14:59 UTC
Re: [Libguestfs] Name resolution not working inside virt-customize
On 03/13/2015 09:40 AM, Richard W.M. Jones wrote:> > Do you boot and then shut down the image before examining it?Sorry, thinko on my part. This did work after all once the image booted. Here's a log that shows update not working with the Ubuntu 14.04 host. Command tested: $ ./run virt-builder fedora-21 --network --update -v -x 2>&1 | tee virt-builder.log Lee
Richard W.M. Jones
2015-Mar-13 15:13 UTC
Re: [Libguestfs] Name resolution not working inside virt-customize
On Fri, Mar 13, 2015 at 10:59:15AM -0400, Lee Revell wrote:> On 03/13/2015 09:40 AM, Richard W.M. Jones wrote: > > > >Do you boot and then shut down the image before examining it? > > Sorry, thinko on my part. This did work after all once the image booted. > > Here's a log that shows update not working with the Ubuntu 14.04 host. > > Command tested: > > $ ./run virt-builder fedora-21 --network --update -v -x 2>&1 | tee > virt-builder.logYes, the log indicates name resolution not working. Please try the diagnosis steps that I outlined in: https://www.redhat.com/archives/libguestfs/2015-March/msg00075.html Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html
Lee Revell
2015-Mar-13 15:28 UTC
Re: [Libguestfs] Name resolution not working inside virt-customize
On 03/13/2015 11:13 AM, Richard W.M. Jones wrote:> > Yes, the log indicates name resolution not working. Please try the > diagnosis steps that I outlined in: > > https://www.redhat.com/archives/libguestfs/2015-March/msg00075.htmlSorry, I somehow missed the above message. $ ./run guestfish get-backend direct Here are the outputs of the /dev/tcp test, first doing: $ ./run guestfish -v -x --network -a /dev/null run : debug sh 'exec 3<> /dev/tcp/google.com/80 ; echo -e "GET /\n" >&3 ; cat <&3' And then by IP: $ ./run guestfish -v -x --network -a /dev/null run : debug sh 'exec 3<> /dev/tcp/173.194.121.5/80 ; echo -e "GET /\n" >&3 ; cat <&3' Both fail... Lee
Maybe Matching Threads
- Re: Name resolution not working inside virt-customize
- Re: Name resolution not working inside virt-customize
- Re: Name resolution not working inside virt-customize
- [PATCH v3 0/4] launch: libvirt: Use qemu-bridge-helper to implement a
- Re: Issue with virt-builder on Ubuntu 14.04