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

[Xen-users] Problems: Upgrading debianbase.de Xen 3.0.1 to debian Xen 3.

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problems: Upgrading debianbase.de Xen 3.0.1 to debian Xen 3.0.2 (all on Sid)
From: "Leeman Strout" <lstrout@xxxxxxxxx>
Date: Tue, 13 Jun 2006 15:29:44 -0400
Delivery-date: Tue, 13 Jun 2006 12:30:25 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=pNMWyHiy1zL62xqR1tlJTMm3VJfT/mhMOU0O69gepJ1s0g/kocJpjAD6sC/Qryq9SDmjIrOe+0NEVHUT2i9yBS3VcDxKTd2MsSxme/X+1Z49fDA5SM64WLg6r38qB9E0FDSOaWUavg4s7I50tMDsntZxZT9yhtw8sDxtexbsDKg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I had some trouble with getting Xen 3.0.2 Dom0 running on my Sid box using the debian sid packages, however ironed that out.  udev and initrd issues were the problem.

Now I am trying to get my DomU running.  So here's the logging I get:

Here's udevmonitor interspersed with the responses from xm create -c mydomu:

Using config file "mydomu".

UEVENT[1150226231.809348] add@/devices/xen-backend/vbd-17-2049
UEVENT[1150226231.825436 ] add@/devices/xen-backend/vbd-17-2050
UEVENT[1150226231.845511] add@/devices/xen-backend/vif-17-0
UEVENT[1150226231.845577] add@/class/net/vif17.0
UEVENT[1150226231.845595] online@/devices/xen-backend/vif-17-0
UDEV  [1150226231.921533] add@/devices/xen-backend/vbd-17-2049
UDEV  [1150226231.928825] add@/devices/xen-backend/vbd-17-2050
UDEV  [1150226231.936397] add@/devices/xen-backend/vif-17-0
UDEV  [1150226231.943957] add@/class/net/vif17.0
UDEV  [1150226231.966431] online@/devices/xen-backend/vif-17-0

Error: Device 0 (vif) could not be connected. Hotplug scripts not working.

UEVENT[1150226242.057370] offline@/devices/xen-backend/vif-17-0
UDEV  [1150226242.111061] offline@/devices/xen-backend/vif-17-0
UEVENT[1150226242.129020] remove@/class/net/vif17.0
UEVENT[1150226242.129099] remove@/devices/xen-backend/vif-17-0
UEVENT[1150226242.129118] remove@/devices/xen-backend/vbd-17-2049
UEVENT[1150226242.129137] remove@/devices/xen-backend/vbd-17-2050
UDEV  [1150226242.129870] remove@/class/net/vif17.0
UDEV  [1150226242.184033] remove@/devices/xen-backend/vif-17-0
UDEV  [1150226242.194571] remove@/devices/xen-backend/vbd-17-2049
UDEV  [1150226242.203851] remove@/devices/xen-backend/vbd-17-2050


the vif and vbd numbers are incremented every time I try to run my domU

Here's mydomu config:
kernel = "/boot/vmlinuz-2.6.16-2-xen-686 "
memory = 512
name   = "mydomu"
root   = "/dev/sda1 ro"
vif    = ['mac=00:16:3E:42:42:01, bridge=xenbr0']
disk   = [ 'phy:xen_vg/mydomu-root,sda1,w', 'phy:xen_vg/mydomu-swap,sda2,w' ]
#dhcp = "dhcp"
netmask = "10.2.255.255"
gateway = "10.2.10.1"

This worked when I was on 3.0.1 from debianbase.de.

And xend.log looks the same right up until the first hotplugStatusCallback line.  There's several similar entries in the log from a working domU boot, there's only the first one on the broken domU boot, then the log stops.


Any more info I can provide to get some help here?


Leeman




_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problems: Upgrading debianbase.de Xen 3.0.1 to debian Xen 3.0.2 (all on Sid), Leeman Strout <=