Comment 7 for bug 691609

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

Thanks, yeah there were several changes thrown into that command
at once, so now we want to try putting them back in one at a
time.

Could you try the following three:

kvm -m 384 -monitor pty -localtime -drive file=/var/kvm/a1.6-q2.img,if=ide,index=0,boot=on -serial pty -parallel none -usb -vnc 192.168.3.3:49

kvm -m 384 -monitor stdio -localtime -drive file=/var/kvm/a1.6-q2.img,if=ide,index=0,boot=on -serial pty -parallel none -usb -vnc 192.168.3.3:49 -boot c

kvm -m 384 -monitor stdio -localtime -drive file=/var/kvm/a1.6-q2.img,if=ide,index=0,boot=on -serial pty -parallel none -usb -vnc 192.168.3.3:49 -net nic,vlan=0 -net tap,script=,vlan=0,ifname=vnet6

Actually, do you have the uml-utilities package installed?