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] xend not starting on debian squeeze

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xend not starting on debian squeeze
From: Alexander Solovyov <alexander@xxxxxxxxxxxx>
Date: Thu, 17 Feb 2011 11:48:55 +0100
Delivery-date: Thu, 17 Feb 2011 02:50:34 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=RFTuNi2fwIjJbs+iE5faWcQ3VTtnmgsTbkOFzhsHMwk=; b=iWAxcPSPzw6CAHpSrUXoFmz6WG0di9mPm9VuH9Lr91znHKkM8C5AYEfncE73shTAgz UgrrepD3s1IMZSF9nzwBpvjf5GexgQxLDqXW59Em4yDMmyMLgjgQ67gO3wjxdOSl9vJW e6q8KDzOq51MIC5WCrwZDf1WpPywTjxS0O1AY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; b=UzuB2MutvzDvc890Pj/YEkAB13U/O4XiWZQ5uavt0T/8nH0whQRe4WC7LwCQ/r+ywA y1cdMK+7syGIUIgC4YwOKKOFErepMQ6d3v8JdK68527UVEZkepB23hevzE9KkOMfstZE W4XCCiXLT6GCQNmcj83kzFW4oQjR3dnCz18C8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I've updated my system from debian lenny to squeeze, got xen 4.0 and
kernel 2.6.32.

When I'm trying to start xen (running "xend start" or
"/etc/init.d/xend start"), xend-debug.log is filled with such
messages:

Xend started at Thu Feb 17 12:16:42 2011.
cat: /sys/bus/scsi/devices/host0/vendor: No such file or directory
cat: /sys/bus/scsi/devices/host0/model: No such file or directory
cat: /sys/bus/scsi/devices/host0/type: No such file or directory
cat: /sys/bus/scsi/devices/host0/rev: No such file or directory
cat: /sys/bus/scsi/devices/host0/scsi_level: No such file or directory
cat: /sys/bus/scsi/devices/host1/vendor: No such file or directory
cat: /sys/bus/scsi/devices/host1/model: No such file or directory
cat: /sys/bus/scsi/devices/host1/type: No such file or directory

[...a lot of similar lines skipped...]

After that I can see "xend start" in list of processes; doing another
"xend start" adds another process.

xend status exits with status code 3. xend stop does nothing.

Creation of new domain does not work as well:

root@enclave:~# xm create -c test
Using config file "/etc/xen/test".
Error: Device 51713 (vbd) could not be connected. Hotplug scripts not working.

/etc/xen/test contents:

kernel = "/boot/vmlinuz-2.6.32-5-xen-amd64"
memory = 128
name = "test-vm0"
root = "/dev/xvda1 ro"
#vif = [ 'mac=aa:00:00:00:00:d2, bridge=eth0' ]
disk = [ 'phy:/dev/virt/test,xvda1,w' ]


>From what I've found in the web which can be a problem:

 - I have /etc/udev/rules.d/92-xen-backend.rules, so probably this is
not a problem.
 - My /proc/sys/kernel/hotplug is empty, can this be a problem?

Anything else I can provide to describe this situation? Any ideas what to do?

-- 
Alexander

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

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