|
Description
|
I see the following failure.
bash-3.2# virt-install --name crossbow_domain --ram 1024 -l /dev/dsk/c1t0d0s2 -f /dev/dsk/c0d0s5
Would you like to enable graphics support? (yes or no) yes
Starting install...
libvir: Xen Daemon error : POST operation failed: (xend.err )
Traceback (most recent call last):
File "/usr/bin/virt-install", line 657, in ?
main()
File "/usr/bin/virt-install", line 606, in main
dom = guest.start_install(conscb,progresscb)
File "/export/builds/xvm_78/proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 638, in start_install
File "/export/builds/xvm_78/proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 655, in _do_install
File "/usr/lib/python2.4/vendor-packages/libvirt.py", line 503, in createLinux
if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
libvirt.libvirtError: virDomainCreateLinux() failed POST operation failed: (xend.err )
Answering 'no' to the graphics question makes things work jurst fine (tip courtesey John Levon on xen- xxxxx@xxxxx.org)
Despite the horrible error reporting, this is expected. I'm marking this
as an RFE.
|