|
Bugzilla – Full Text Bug Listing |
| Summary: | vm-install seems broken | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Jason Philbrook <jp> |
| Component: | YaST2 | Assignee: | Charles Arnold <carnold> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 10.3 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
more dupes ... *** This bug has been marked as a duplicate of bug 329032 *** |
Used yast's virtual machine menu to install the virtual machine components. When I go to create a virtual machine, yast returns immediately. This is in /var/log/YaST2 /y2log: 2007-10-08 16:02:32 <1> xenserver1(5926) [liby2] genericfrontend.cc(main):455 Launched YaST2 component 'y2base' '/usr/bin/vm-install' 'ncurses' '--nothreads' 2007-10-08 16:02:32 <1> xenserver1(5926) [ui-ncurses] Y2CCNCursesUI.h(create):61 Creating ncurses component 2007-10-08 16:02:32 <1> xenserver1(5926) [liby2] genericfrontend.cc(main):556 YAST_IS_RUNNING is yes 2007-10-08 16:02:32 <3> xenserver1(5926) [liby2] Y2ProgramComponent.cc(receiveFromExternal):358 External program returned invalid data. 2007-10-08 16:02:32 <1> xenserver1(5926) [liby2] genericfrontend.cc(main):571 Finished YaST2 component 'y2base' 2007-10-08 16:02:32 <1> xenserver1(5900) [YCP] clients/menu.ycp:121 Got 0 from /sbin/yast /usr/bin/vm-install >&2 It appears vm-install won't run properly. xenserver1:~ # vm-install Traceback (most recent call last): File "/usr/bin/vm-install", line 22, in <module> import vmdisks.disks File "/usr/lib64/python2.5/site-packages/vmdisks/__init__.py", line 2, in <module> from diskmap import * File "/usr/lib64/python2.5/site-packages/vmdisks/diskmap.py", line 1, in <module> import libvirt File "/usr/lib64/python2.5/site-packages/libvirt.py", line 702 ^ IndentationError: expected an indented block xenserver1:~ # rpm --query vm-install vm-install-0.2.1-52 xenserver1:~ # rpm --query libvirt libvirt-0.3.0-30 xenserver1:~ # I have reinstalled vm-install and libvirt using software manager's standard two repositories + updates configuration. No change.