mån 2008-08-25 klockan 18:59 +0200 skrev Farkas Levente: > the situation is more stranger (but probably another bug) > kvm-70 (and kvm-71) with kmod-kvm-73: working if and only if i start > mandrake-10 as the first guest, if i start other guest and after i start > mandrake-10 (both from command line and virt-manager) i've got this (not > too long) error: > ----------------------------------------------------- > # /usr/bin/qemu-kvm -S -M pc -m 512 -smp 1 -name mandrake-10 -monitor > pty -boot c -drive > file=/dev/VolGroup00/mandrake-10,if=ide,index=0,boot=on -net > nic,macaddr=00:16:3e:03:37:eb,vlan=0 -net > tap,fd=20,script=,vlan=0,ifname=vnet3 -serial none -parallel none -usb > -vnc 127.0.0.1:0 > bind() failed
bind() failed indicates that you are trying to run more than one guest on the same VNC port that is 127.0.0.1:0 is used on more than one guest so the second one cannot bind to port 5900. /Henrik Holst -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
