Xen readers - <br><br>Been trying to get xen working on FC6 for some time now, and i am not sure what i am doing wrong - last time i played with xen it was v2 and didnt seem to be this difficult to get working. ANyway, thought i would see if there was a kind soul that could give me some guidance. I have a Fedora Core 6 server running the latest kernel 
2.6.19-1.2911.6.5 and xen 3.0.3-6 and i have a few dom's i grabbed from <a href="http://jailtime.org">jailtime.org</a> to play with (i.e. debian-3.1, centos-4.4, etc). I am specifically trying to get the debian dom running, here is the config:
<br><br>kernel = "/boot/vmlinuz-2.6.19-1.2911.fc6xen"<br>memory = 128<br>name = "debian.3-1"<br>vif = ['']<br>dhcp = "dhcp"<br>disk = ['file:/xen/debian/debian.3-1.img,hda1,w', 'file:/xen/debian/debian.swap,hda2,w']
<br>root = "/dev/hda1 ro"<br><br>pretty generic, and when i go to fire it up with 'xen create debian-3.1.cfg -c' it starts up and runs for a few moments then dies, leaving the following in the log file:<br>
<br>Mar 19 11:06:19 monica kernel: xenbr0: port 3(vif11.0) entering disabled state<br>Mar 19 11:06:19 monica kernel: device vif11.0 left promiscuous mode<br>Mar 19 11:06:19 monica kernel: audit(1174316779.413:26): dev=vif11.0
 prom=0 old_prom=256 auid=4294967295<br>Mar 19 11:06:19 monica kernel: xenbr0: port 3(vif11.0) entering disabled state<br>Mar 19 11:06:21 monica kernel: device vif12.0 entered promiscuous mode<br>Mar 19 11:06:21 monica kernel: audit(
1174316781.232:27): dev=vif12.0 prom=256 old_prom=0 auid=4294967295<br>Mar 19 11:06:21 monica kernel: ADDRCONF(NETDEV_UP): vif12.0: link is not ready<br>Mar 19 11:06:25 monica kernel: xenbr0: port 3(vif12.0) entering disabled state
<br>Mar 19 11:06:25 monica kernel: device vif12.0 left promiscuous mode<br>Mar 19 11:06:25 monica kernel: audit(1174316785.144:28): dev=vif12.0 prom=0 old_prom=256 auid=4294967295<br>Mar 19 11:06:25 monica kernel: xenbr0: port 3(
vif12.0) entering disabled state<br><br>Not really sure what the heck its complaining about. The server i am running this on has a single network card with a single IP address so i really dont have spare IPs i can throw at this thing. First thing, what am i doing wrong? And does anyone have any suggestions on the best way to run this? Or a good link that i can reference? Just seems v2 was easier to get this to work without much magic, but i am getting old, and may not be remembering all the details too well - its been awhile since i have played with it.
<br><br>Thanks in advance<br>Michael Weiner<br>