Displaying 2 results from an estimated 2 matches for "devtcp".
Did you mean:
device
2015 Mar 12
0
Re: Invalid module format errors, supermin waits forever for /sys/block/sdb/dev to appear
...d:
./run guestfish get-backend
Next do this command, all on one line:
guestfish -v -x --network -a /dev/null run : debug sh 'exec 3<> /dev/tcp/google.com/80 ; echo -e "GET /\n" >&3 ; cat <&3'
# http://www.linuxjournal.com/content/more-using-bashs-built-devtcp-file-tcpip
You'll have to look for the qemu command line in the debug output.
Both the command line parameters related to the network, and the
version of qemu are of interest.
Also note that `ping' is not expected to work inside the guest, when
using the direct backend as non-root.
Rich....
2015 Mar 12
2
Invalid module format errors, supermin waits forever for /sys/block/sdb/dev to appear
After failing to get things to work on a Ubuntu 14.04 host I build a
fedora 21 environment to see if Ubuntu may have been the problem and
didn't get quite as far so here's an official report per the FAQ directions:
- Trying to get guests to build and have network access so package
management actions can be done before uploading to openstack image service.
- I ran ./run virt-builder