WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Device 0 (vif) could not be connected. Hotplug scripts n

To: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Device 0 (vif) could not be connected. Hotplug scripts not working
From: Antibozo <xen-users@xxxxxxxxxxxx>
Date: Mon, 25 Aug 2008 06:33:23 +0000
Delivery-date: Sun, 24 Aug 2008 23:34:04 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <48B22B6D.60301@xxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <48B22B6D.60301@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/4.0 (compatible;MSIE 5.5; Windows 98)
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>