|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Device 0 (vif) could not be connected?Thank you very mu
Hi, Even I was facing the same error. Below is the config file which I am using and I am able to create the guest domain without any errors.
kernel = "/boot/vmlinuz-2.6.18.8-xenU" name = 'fedora9'
vif = [''] dhcp = "192.168.31.30" disk = ['file:/srv/xen/domU/fedora.fc9.img,sda1,w'] root = "/dev/sda1 ro" >>
vfb = [ 'type=vnc,vncdisplay=1,vncpasswd=test,vnclisten=0.0.0.0' ] extra = "TERM=xterm xencons=tty console=tty1" (This might solve your problem...hopefully)
Please try this and let me know if you are still facing the same problem.
Regards Ananth
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|