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] Xen DomU error : Error creating domain: Device 769 (vbd) cou

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen DomU error : Error creating domain: Device 769 (vbd) could not be connected. Hotplug scripts not working
From: dasari dakshina <dakshi80@xxxxxxxxx>
Date: Tue, 25 Jul 2006 02:08:39 -0700 (PDT)
Delivery-date: Tue, 25 Jul 2006 02:09:25 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=I4SDSage0xZSWK7IF/WINPOtvQlXn+kr4M60jCKJXu3564Mx1bz/66fxpwgn2+sXqEj/ze0D/rU4w9e3O+nPz86Nz9YuRyLFxB41QZNyRfjtSCzPYeOaMUjNigUN2w0zlolIk/5eVimzOqKYjie/i2fn9J3TERtywrWewlorXko= ;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1153815357.8541.14.camel@xxxxxxxxxxxxxx>
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
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

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