Bug 249938
| Summary: | pv guest install failed | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Thorsten Scherf <tscherf> | ||||||||||
| Component: | xen | Assignee: | Xen Maintainance List <xen-maint> | ||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||||||
| Severity: | low | Docs Contact: | |||||||||||
| Priority: | low | ||||||||||||
| Version: | 5.0 | CC: | berrange, clalance, rjones | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | All | ||||||||||||
| OS: | Linux | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2007-07-31 21:04:32 UTC | Type: | --- | ||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||
| Documentation: | --- | CRM: | |||||||||||
| Verified Versions: | Category: | --- | |||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
| Embargoed: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Thorsten Scherf
2007-07-28 08:34:15 UTC
Is this RHEL5 GA? If so do you get the same problem with RHEL 5.1 beta (ie. >= xen-3.0.3-33.el5)? when using the 5.1 beta from rhn I got this:
Unable to complete install 'libvirt.libvirtError virDomainCreateLinux() failed
POST-Operation schlug fehl: (xend.err "Error creating domain: (22, 'Invalid
argument')")
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/create.py", line 681, in do_install
dom = guest.start_install(False, meter = meter)
File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 649, in
start_install
return self._do_install(consolecb, meter)
File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 666, in
_do_install
self.domain = self.conn.createLinux(install_xml, 0)
File "/usr/lib/python2.4/site-packages/libvirt.py", line 503, in createLinux
if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
libvirtError: virDomainCreateLinux() failed POST-Operation schlug fehl:
(xend.err "Error creating domain: (22, 'Invalid argument')")
'
this only happens when installing a rhel4 pv guest. using rhel5 install rpms to
setup a rhel5 pv guest it works without any problems.
Please provide the /root/.virt-manager/virt-manager.log and /var/log/xen/xend.log and /var/log/domain-builder-ng.log file from your 5.1 beta attempt. That error message typically means you tried to boot an unsupported kernel type. eg 32 bit on 64-bit host, or vica-verca, or a baremetal kernel on a xen PV host. Created attachment 160357 [details]
domain-builder-ng.log
Created attachment 160358 [details]
virt-manager.log
Created attachment 160359 [details]
xend.log
Created attachment 160360 [details]
xend-debug.log
looks like the vmlinuz transfered from the install host was corrupt. after replacing that file it worked. |