 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Error: Device 2049 (vbd) could not be connected. Hotplug scripts not working., Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
 OK, after 12 hours there is a solution for those with the same problem: 1) make some more loop devices (I have done it, but just to be sure)2) start the DomU in IDE mode (that was the main problem - I run SATA drives in SW RAID and it didn't like it) this guy helped me a lot: http://www.debian-administration.org/articles/396#comment_17 Copy of the post:I've installed xen 3 and xen-tools on my ubuntu server and all seems well, until I try to start a client domain. (running on Linux xenserver 2.6.12.6-xen #1 SMP Wed Feb 1 21:23:17 UTC 2006 i686 GNU/ Linux) I get the error: "Error: Device 2049 (vbd) could not be connected. Backend device not found. Solution :I've set "use-ide = 1" in /etc/xen-tools/xen-tools.conf and recreated my images and it seems to work now. I figure that an IDE server has problems trying to run a SCSI domU.Just to confirm, changing use-ide = 1 and changing my /etc/init.d/ xend to read: start) modprobe loop max_loop=64 cd /dev && /dev/MAKEDEV loop xend start await_daemons_up ;; fixed my problems. I now have three domU's working happily. Josef wrote: Hello, I'm completely stuck at this point:I have Debian Etch, SATA drives using sw RAID and I have installed XEN from debian packages. But when I try to start a new image (created by xen-tools: #xen-create-image --hostname=postak3 --ip=10.0.0.3), I got following error:telex:/home/pepus# xm create postak3.cfg Using config file "/etc/xen/postak3.cfg".Error: Device 0 (vif) could not be connected. Hotplug scripts not working.the syslog shows this:[2007-04-28 15:14:39 xend 2913] DEBUG (__init__:1072) Waiting for devices vif.[2007-04-28 15:14:39 xend 2913] DEBUG (__init__:1072) Waiting for 0.[2007-04-28 15:14:39 xend 2913] DEBUG (__init__:1072) hotplugStatusCallback /local/domain/0/backend/vif/21/0/hotplug-status.So i tried to # the whole vif line, after that I got this:Error: Device 2049 (vbd) could not be connected. Hotplug scripts not working.and syslog:[2007-04-28 15:19:19 xend 2913] DEBUG (__init__:1072) Waiting for devices vif. [2007-04-28 15:19:19 xend 2913] DEBUG (__init__:1072) Waiting for devices usb. [2007-04-28 15:19:19 xend 2913] DEBUG (__init__:1072) Waiting for devices vbd.[2007-04-28 15:19:19 xend 2913] DEBUG (__init__:1072) Waiting for 2049.[2007-04-28 15:19:19 xend 2913] DEBUG (__init__:1072) hotplugStatusCallback /local/domain/0/backend/vbd/22/2049/hotplug-status.My /etc/xen/postak3.cfg is following: kernel = '/home/boot/vmlinuz-2.6.18-4-xen-686' ramdisk = '/home/boot/initrd.img-2.6.18-4-xen-686' memory = '128' root = '/dev/sda1 ro'disk = [ 'file:/home/xen/domains/postak3/disk.img,sda1,w', 'file:/home/xen/domains/postak3/swap.img,sda2,w' ] _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |