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.html
Sorry, 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