I''ve compiled xen-3.0.2-2 from sources. I''ve went to the end without errors. The ./install.sh script have been created the /etc/grub.conf file as it : # initrd /boot/initrd-version.img #boot=/dev/hdc default=0 timeout=5 splashimage=(hd0,0)/boot/grub/splash.xpm.gz hiddenmenu title Fedora Core (2.6.15-1.2054_FC5) root (hd0,0) kernel /boot/vmlinuz-2.6.15-1.2054_FC5 ro root=LABEL=/ rhgb quiet initrd /boot/initrd-2.6.15-1.2054_FC5.img title Xen 3.0 root (hd0,0) kernel /boot/xen-3.gz dom0_mem=262144 module /boot/vmlinuz-2.6-xen root=/dev/hdc ro maxcpus=1 console=tty0 module /boot/initrd-2.6-xen.img title Windows 2000 rootnoverify (hd0,1) chainloader +1 As you see the /boot/initrd-2.6-xen.img is invoked but it is not on the whole system. Have I did a wrong thing? Thank for help Horacio _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
dasari dakshina
2006-Jul-25 09:08 UTC
[Xen-users] Xen DomU error : Error creating domain: Device 769 (vbd) could not be connected. Hotplug scripts not working
Hello, I am trying to create a Xen guest Domain via NFS . The server is also located on the same subnet. On trying to do so am getting the error : Device 769 (vbd) could not be connected. Hotplug scripts not working. And here are the logs: Any help would be appreciated Thanks, Dakshina [2006-07-25 19:55:50 xend] INFO (image:131) buildDomain os=linux dom=5 vcpus=1 [2006-07-25 19:55:50 xend] DEBUG (image:169) dom = 5 [2006-07-25 19:55:50 xend] DEBUG (image:170) image = /boot/vmlinuz-xen [2006-07-25 19:55:50 xend] DEBUG (image:171) store_evtchn = 1 [2006-07-25 19:55:50 xend] DEBUG (image:172) console_evtchn = 2 [2006-07-25 19:55:50 xend] DEBUG (image:173) cmdline = ip=129.158.239.225:129.158.239.223:::suse-xen:eth0:off root=/dev/nfs nfsroot=129.158.239.223:/suse 3 [2006-07-25 19:55:50 xend] DEBUG (image:174) ramdisk [2006-07-25 19:55:50 xend] DEBUG (image:175) vcpus = 1 [2006-07-25 19:55:50 xend] DEBUG (DevController:256) DevController: writing {''virtual-device'': ''769'', ''backend-id'': ''0'', ''backend'': ''/local/domain/0/backend/vbd/5/769''} to /local/domain/5/device/vbd/769. [2006-07-25 19:55:50 xend] DEBUG (DevController:258) DevController: writing {''domain'': ''myxen'', ''params'': ''/suse/suse.img'', ''frontend-id'': ''5'', ''type'': ''file'', ''dev'': ''hda1'', ''frontend'': ''/local/domain/5/device/vbd/769''} to /local/domain/0/backend/vbd/5/769. [2006-07-25 19:57:50 xend.XendDomainInfo] ERROR (XendDomainInfo:160) Domain construction failed Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 154, in create vm.initDomain() File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 1060, in initDomain self.createDevices() File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 1173, in createDevices self.createDevice(n, c) File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 848, in createDevice return self.getDeviceController(deviceClass).createDevice(devconfig) File "/usr/lib/python2.4/site-packages/xen/xend/server/DevController.py", line 66, in createDevice raise VmError( ("Device %s (%s) could not be connected. " VmError: Device 769 (vbd) could not be connected. Hotplug scripts not working [2006-07-25 19:57:50 xend.XendDomainInfo] DEBUG (XendDomainInfo:1107) XendDomainInfo.destroy: domid=5 [2006-07-25 19:57:50 xend.XendDomainInfo] DEBUG (XendDomainInfo:1115) XendDomainInfo.destroyDomain(5) [2006-07-25 19:57:50 xend] ERROR (xswatch:50) read_watch failed Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xend/xenstore/xswatch.py", line 48, in watchMain watch.fn(*watch.args, **watch.kwargs) File "/usr/lib/python2.4/site-packages/xen/xend/server/DevController.py", line 267, in hotplugStatus status = self.readBackend(devid, HOTPLUG_STATUS_NODE) File "/usr/lib/python2.4/site-packages/xen/xend/server/DevController.py", line 201, in readBackend return xstransact.Read(backpath, *args) File "/usr/lib/python2.4/site-packages/xen/xend/xenstore/xstransact.py", line 225, in Read t = cls(path) File "/usr/lib/python2.4/site-packages/xen/xend/xenstore/xstransact.py", line 17, in __init__ self.path = path.rstrip("/") AttributeError: ''NoneType'' object has no attribute ''rstrip'' [2006-07-25 19:57:50 xend] ERROR (SrvBase:87) Request create failed. Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/web/SrvBase.py", line 85, in perform return op_method(op, req) File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomainDir.py", line 82, in op_create raise XendError("Error creating domain: " + str(ex)) XendError: Error creating domain: Device 769 (vbd) could not be connected. Hotplug scripts not working __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 7/25/06, FERRERO Horace <horace.linux@noos.fr> wrote:> [...] > > Have I did a wrong thing?Yeah, you didn''t read the README from the sources ... it says something about mkinitrd... on Debian Etch and Ubuntu you have to use mkinitramfs. Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users