Bug 821330
| Summary: | oz-install crashes: Only the first console can be a serial port | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthias Runge <mrunge> |
| Component: | oz | Assignee: | Pádraig Brady <pbrady> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | clalancette, pbrady, p, sdake |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-05-24 23:55:38 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Matthias Runge
2012-05-14 06:54:07 UTC
Could you try with V 0.8.0: http://repos.fedorapeople.org/repos/aeolus/oz/0.8.0/packages/fedora-15/x86_64/oz-0.8.0-1.fc15.noarch.rpm That is much better, but sadly crashes at a later point:
DEBUG:oz.Guest.FedoraGuest:Waiting for fedora16_x86_64 to finish installing, 450/1200
DEBUG:oz.Guest.FedoraGuest:Waiting for fedora16_x86_64 to finish installing, 440/1200
INFO:oz.Guest.FedoraGuest:Cleaning up guest named fedora16_x86_64
INFO:oz.Guest.FedoraGuest:Cleaning up after install
Traceback (most recent call last):
File "/bin/oz-install", line 152, in <module>
libvirt_xml = guest.install(timeout, force_download)
File "/usr/lib/python2.7/site-packages/oz/Guest.py", line 1430, in install
return self._do_install(timeout, force, 0)
File "/usr/lib/python2.7/site-packages/oz/Guest.py", line 1412, in _do_install
self._wait_for_install_finish(dom, timeout)
File "/usr/lib/python2.7/site-packages/oz/Guest.py", line 535, in _wait_for_install_finish
raise oz.OzException.OzException(exc_str)
oz.OzException.OzException: No disk activity in 300 seconds, failing. Check screenshot at /home/mrunge/fedora16_x86_64-1336993113.27.png for more detail
That screenshot is blank (only black pixels to see), You want me to append that?
My hardware is reasonable fast, so I guess, there has to be something else.
I'll take that back! Looks like everything is fine now. Don't know what happened earlier. Thanks! No need to append the png Note oz currently needs to run on real hardware It might be worth retrying with SELinux disabled just in case Padraig, I fixed this exact bug in master some time ago, and can verify the patch made it into 0.8.0. Regards -steve Thanks Steven. Update coming up... oz-0.8.0-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/oz-0.8.0-1.fc16 oz-0.8.0-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/oz-0.8.0-1.fc17 That update fixed this bug for me. Package oz-0.8.0-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing oz-0.8.0-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-7858/oz-0.8.0-1.fc17 then log in and leave karma (feedback). oz-0.8.0-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. oz-0.8.0-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |