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-bugs

[Xen-bugs] [Bug 581] New: unable to reboot XenU

http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=581

           Summary: unable to reboot XenU
           Product: Xen
           Version: 3.0.1
          Platform: x86
        OS/Version: Linux-2.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Unspecified
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: giuseppe@xxxxxxxxxxx


when I type reboot in a domU:

[2006-03-24 00:00:01 xend.XendDomainInfo] DEBUG (XendDomainInfo:1130)
XendDomainInfo.construct: None 0
[2006-03-24 00:00:01 xend.XendDomainInfo] DEBUG (XendDomainInfo:1162)
XendDomainInfo.initDomain: 56 1.0
[2006-03-24 00:00:01 xend] DEBUG (balloon:84) Balloon: free 3036; need 65; done.
[2006-03-24 00:00:01 xend] INFO (image:133) buildDomain os=linux dom=56 vcpus=1
[2006-03-24 00:00:01 xend] DEBUG (image:171) dom            = 56
[2006-03-24 00:00:01 xend] DEBUG (image:172) image          =
/boot/vmlinuz-2.6.12-xenU
[2006-03-24 00:00:01 xend] DEBUG (image:173) store_evtchn   = 1
[2006-03-24 00:00:01 xend] DEBUG (image:174) console_evtchn = 2
[2006-03-24 00:00:01 xend] DEBUG (image:175) cmdline        =  root=/dev/hda1 ro
[2006-03-24 00:00:01 xend] DEBUG (image:176) ramdisk        =
[2006-03-24 00:00:01 xend] DEBUG (image:177) vcpus          = 1
[2006-03-24 00:00:01 xend.XendDomainInfo] ERROR (XendDomainInfo:189) Domain
construction failed
Traceback (most recent call last):
  File
"/local/scratch/xenod/cron-build/xen-3.0.1-x86_32.u24846.dir/xen-3.0.1.hg/dist/install/usr/lib/python/xen/xend/XendDoma
inInfo.py", line 182, in create
    vm.initDomain()
  File
"/local/scratch/xenod/cron-build/xen-3.0.1-x86_32.u24846.dir/xen-3.0.1.hg/dist/install/usr/lib/python/xen/xend/XendDoma
inInfo.py", line 1199, in initDomain
    self.createDevices()
  File
"/local/scratch/xenod/cron-build/xen-3.0.1-x86_32.u24846.dir/xen-3.0.1.hg/dist/install/usr/lib/python/xen/xend/XendDoma
inInfo.py", line 1338, in createDevices
    self.createDevice(n, c)
  File
"/local/scratch/xenod/cron-build/xen-3.0.1-x86_32.u24846.dir/xen-3.0.1.hg/dist/install/usr/lib/python/xen/xend/XendDoma
inInfo.py", line 975, in createDevice
    return self.getDeviceController(deviceClass).createDevice(devconfig)
  File
"/local/scratch/xenod/cron-build/xen-3.0.1-x86_32.u24846.dir/xen-3.0.1.hg/dist/install/usr/lib/python/xen/xend/server/D
evController.py", line 80, in createDevice
    (devid, back, front) = self.getDeviceDetails(config)
  File
"/local/scratch/xenod/cron-build/xen-3.0.1-x86_32.u24846.dir/xen-3.0.1.hg/dist/install/usr/lib/python/xen/xend/server/n
etif.py", line 91, in getDeviceDetails
    back['ip'] = ' '.join(ipaddr)
TypeError: sequence item 0: expected string, list found
[2006-03-24 00:00:01 xend.XendDomainInfo] DEBUG (XendDomainInfo:1272)
XendDomainInfo.destroy: domid=56
[2006-03-24 00:00:01 xend.XendDomainInfo] DEBUG (XendDomainInfo:1280)
XendDomainInfo.destroyDomain(56)
[2006-03-24 00:00:01 xend.XendDomainInfo] ERROR (XendDomainInfo:1444) Failed to
restart domain 55.
[2006-03-24 00:00:01 xend.XendDomainInfo] ERROR (XendDomainInfo:1444) Failed to
restart domain 55.
Traceback (most recent call last):
  File
"/local/scratch/xenod/cron-build/xen-3.0.1-x86_32.u24846.dir/xen-3.0.1.hg/dist/install/usr/lib/python/xen/xend/XendDoma
inInfo.py", line 1433, in restart
    new_dom = XendDomain.instance().domain_create(config)
  File
"/local/scratch/xenod/cron-build/xen-3.0.1-x86_32.u24846.dir/xen-3.0.1.hg/dist/install/usr/lib/python/xen/xend/XendDoma
in.py", line 226, in domain_create
    dominfo = XendDomainInfo.create(config)
  File
"/local/scratch/xenod/cron-build/xen-3.0.1-x86_32.u24846.dir/xen-3.0.1.hg/dist/install/usr/lib/python/xen/xend/XendDoma
inInfo.py", line 182, in create
    vm.initDomain()
  File
"/local/scratch/xenod/cron-build/xen-3.0.1-x86_32.u24846.dir/xen-3.0.1.hg/dist/install/usr/lib/python/xen/xend/XendDoma
inInfo.py", line 1199, in initDomain
    self.createDevices()
  File
"/local/scratch/xenod/cron-build/xen-3.0.1-x86_32.u24846.dir/xen-3.0.1.hg/dist/install/usr/lib/python/xen/xend/XendDoma
inInfo.py", line 1338, in createDevices
    self.createDevice(n, c)
  File
"/local/scratch/xenod/cron-build/xen-3.0.1-x86_32.u24846.dir/xen-3.0.1.hg/dist/install/usr/lib/python/xen/xend/XendDoma
inInfo.py", line 975, in createDevice
    return self.getDeviceController(deviceClass).createDevice(devconfig)
  File
"/local/scratch/xenod/cron-build/xen-3.0.1-x86_32.u24846.dir/xen-3.0.1.hg/dist/install/usr/lib/python/xen/xend/server/D
evController.py", line 80, in createDevice
    (devid, back, front) = self.getDeviceDetails(config)
  File
"/local/scratch/xenod/cron-build/xen-3.0.1-x86_32.u24846.dir/xen-3.0.1.hg/dist/install/usr/lib/python/xen/xend/server/n
etif.py", line 91, in getDeviceDetails
    back['ip'] = ' '.join(ipaddr)
TypeError: sequence item 0: expected string, list found

-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 581] New: unable to reboot XenU, bugzilla-daemon <=