[Fedora-xen] running 32-bit paravirtualized DomU under 64-bit Dom0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

i am running a x86_64 FC5 system (with VT) with xen-3.0.1-4 and kernel-xen0-2.6.16-1.2080_FC5.
i have several paravirtualized and fully virtualized images from another xen system which was 'normal' 32 bit installation (same version).

running the fully virtualized DomU images created under 32 bit Dom0 works fine after changing  device_model = '/usr/lib/xen/bin/qemu-dm'  to 'device_model = '/usr/lib64/xen/bin/qemu-dm'.
now i want to start my formerly created paravirtualized DomU systems (here one FC5 system) under the new 64-bit system but i get the following error when starting:

[root@tuxine xen]# xm create FC5_messer
Using config file "FC5_messer".
Going to boot Fedora Core (2.6.16-1.2080_FC5xenU)
  kernel: /vmlinuz-2.6.16-1.2080_FC5xenU
  initrd: /initrd-2.6.16-1.2080_FC5xenU.img
Error: Error creating domain: (22, 'Invalid argument')

attached are the xend.log and xend-debug.log files.

hope somebody can give me a hint what's wrong.

regards,
Matthias
_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192

[2006-04-19 17:01:39 xend.XendDomainInfo] DEBUG (XendDomainInfo:177) XendDomainInfo.create(['vm', ['name', 'FC5_messer'], ['memory', '256'], ['on_reboot', 'restart'], ['on_crash', 'restart'], ['vcpus', '1'], ['bootloader', '/usr/bin/pygrub'], ['image', ['linux', ['kernel', '/var/lib/xen/vmlinuz.rJ_7dt'], ['ramdisk', '/var/lib/xen/initrd.ai0E4y'], ['args', 'ro root=/dev/VolGroup00/LogVol00 rhgb quiet selinux=0'], ['vcpus', '1']]], ['device', ['vbd', ['uname', 'file:/images/FC5_messer.img'], ['dev', 'xvda'], ['mode', 'w']]], ['device', ['vif', ['mac', '00:16:3e:22:74:4c']]]])
[2006-04-19 17:01:39 xend.XendDomainInfo] DEBUG (XendDomainInfo:283) parseConfig: config is ['vm', ['name', 'FC5_messer'], ['memory', '256'], ['on_reboot', 'restart'], ['on_crash', 'restart'], ['vcpus', '1'], ['bootloader', '/usr/bin/pygrub'], ['image', ['linux', ['kernel', '/var/lib/xen/vmlinuz.rJ_7dt'], ['ramdisk', '/var/lib/xen/initrd.ai0E4y'], ['args', 'ro root=/dev/VolGroup00/LogVol00 rhgb quiet selinux=0'], ['vcpus', '1']]], ['device', ['vbd', ['uname', 'file:/images/FC5_messer.img'], ['dev', 'xvda'], ['mode', 'w']]], ['device', ['vif', ['mac', '00:16:3e:22:74:4c']]]]
[2006-04-19 17:01:39 xend.XendDomainInfo] DEBUG (XendDomainInfo:379) parseConfig: result is {'ssidref': None, 'uuid': None, 'on_crash': 'restart', 'on_reboot': 'restart', 'image': ['linux', ['kernel', '/var/lib/xen/vmlinuz.rJ_7dt'], ['ramdisk', '/var/lib/xen/initrd.ai0E4y'], ['args', 'ro root=/dev/VolGroup00/LogVol00 rhgb quiet selinux=0'], ['vcpus', '1']], 'on_poweroff': None, 'cpus': None, 'name': 'FC5_messer', 'backend': [], 'vcpus': 1, 'cpu_weight': None, 'vcpu_avail': None, 'memory': 256, 'device': [('vbd', ['vbd', ['uname', 'file:/images/FC5_messer.img'], ['dev', 'xvda'], ['mode', 'w']]), ('vif', ['vif', ['mac', '00:16:3e:22:74:4c']])], 'bootloader': '/usr/bin/pygrub', 'cpu': None, 'maxmem': None}
[2006-04-19 17:01:39 xend.XendDomainInfo] DEBUG (XendDomainInfo:1142) XendDomainInfo.construct: None 0
[2006-04-19 17:01:39 xend.XendDomainInfo] DEBUG (XendDomainInfo:1174) XendDomainInfo.initDomain: 4 1.0
[2006-04-19 17:01:39 xend] DEBUG (balloon:84) Balloon: free 3006; need 257; done.
[2006-04-19 17:01:39 xend] INFO (image:135) buildDomain os=linux dom=4 vcpus=1
[2006-04-19 17:01:39 xend] DEBUG (image:173) dom            = 4
[2006-04-19 17:01:39 xend] DEBUG (image:174) image          = /var/lib/xen/vmlinuz.rJ_7dt
[2006-04-19 17:01:39 xend] DEBUG (image:175) store_evtchn   = 1
[2006-04-19 17:01:39 xend] DEBUG (image:176) console_evtchn = 2
[2006-04-19 17:01:39 xend] DEBUG (image:177) cmdline        =  ro root=/dev/VolGroup00/LogVol00 rhgb quiet selinux=0
[2006-04-19 17:01:39 xend] DEBUG (image:178) ramdisk        = /var/lib/xen/initrd.ai0E4y
[2006-04-19 17:01:39 xend] DEBUG (image:179) vcpus          = 1
[2006-04-19 17:01:39 xend] DEBUG (image:180) features       = 
[2006-04-19 17:01:39 xend.XendDomainInfo] ERROR (XendDomainInfo:189) Domain construction failed
Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 182, in create
    vm.initDomain()
  File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 1209, in initDomain
    channel_details = self.image.createImage()
  File "/usr/lib64/python2.4/site-packages/xen/xend/image.py", line 118, in createImage
    return self.createDomain()
  File "/usr/lib64/python2.4/site-packages/xen/xend/image.py", line 137, in createDomain
    result = self.buildDomain()
  File "/usr/lib64/python2.4/site-packages/xen/xend/image.py", line 188, in buildDomain
    features       = self.features)
error: (22, 'Invalid argument')
[2006-04-19 17:01:39 xend.XendDomainInfo] DEBUG (XendDomainInfo:1290) XendDomainInfo.destroy: domid=4
[2006-04-19 17:01:39 xend.XendDomainInfo] DEBUG (XendDomainInfo:1298) XendDomainInfo.destroyDomain(4)
[2006-04-19 17:01:40 xend] ERROR (SrvBase:87) Request create failed.
Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/xen/web/SrvBase.py", line 85, in perform
    return op_method(op, req)
  File "/usr/lib64/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: (22, 'Invalid argument')





[Index of Archives]     [Fedora General]     [Fedora Music]     [Linux Kernel]     [Fedora Desktop]     [Fedora Directory]     [PAM]     [Big List of Linux Books]     [Gimp]     [Yosemite News]

  Powered by Linux