Dilshan Jayarathna
2008-Aug-25 03:47 UTC
[Xen-users] Device 0 (vif) could not be connected. Hotplug scripts not working
Hi, When I try to start DomU (centos 5.2) which I download from jailtime.org, I am getting the following and hang there: Error: Device 0 (vif) could not be connected. Hotplug scripts not working. Here is my config file: kernel = "/boot/vmlinuz-2.6.18" memory = 256 name = "centos.5-2" vif = [ '''' ] dhcp = "dhcp" disk = [''file:/xen/centos/centos.5-2.img,sda1,w''] root = "/dev/sda1 ro" Any clues? Thanks, Dilshan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Antibozo
2008-Aug-25 06:33 UTC
Re: [Xen-users] Device 0 (vif) could not be connected. Hotplug scripts not working
On 2008-08-25 03:47, Dilshan Jayarathna wrote:> When I try to start DomU (centos 5.2) which I download from > jailtime.org, I am getting the following and hang there: > Error: Device 0 (vif) could not be connected. Hotplug scripts not working. > > Here is my config file: > kernel = "/boot/vmlinuz-2.6.18" > memory = 256 > name = "centos.5-2" > vif = [ '''' ]Perhaps you should define a vif. E.g.: vif = [ "mac=00:16:3e:XX:XX:XX,bridge=xenbr0" ]> dhcp = "dhcp" > disk = [''file:/xen/centos/centos.5-2.img,sda1,w'']Shouldn''t this be disk = [''file:/xen/centos/centos.5-2.img,sda,w''] (i.e. sda, not sda1)?> root = "/dev/sda1 ro"-- Jefferson Ogata : Internetworker, Antibozo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users