I've been getting this on 2 separate PCs when creating a fully
virtulized i686 Windows machines. Found one bug posted for a xen
kernel, but perhaps I need to post this one as well? Any ideas?
Have the following installed:
virt-manager-0.4.0-1.fc7
2.6.21-1.3116.fc7
qemu-0.9.0 (from source and rpm, same result)
qkemu-1.3.0pre11(from source)
Unable to complete install: 'virDomainCreateLinux() failed internal
error End-of-file while reading PTY startup output'
Unable to complete install '<class 'libvirt.libvirtError'>
virDomainCreateLinux() failed internal error End-of-file while reading
PTY startup output
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/create.py", line 677, in do_install
dom = guest.start_install(False, meter = meter)
File "/usr/lib/python2.5/site-packages/virtinst/Guest.py", line 649,
in start_install
return self._do_install(consolecb, meter)
File "/usr/lib/python2.5/site-packages/virtinst/Guest.py", line 666,
in _do_install
self.domain = self.conn.createLinux(install_xml, 0)
File "/usr/lib/python2.5/site-packages/libvirt.py", line 480, in createLinux
if ret is None:raise libvirtError('virDomainCreateLinux() failed',
conn=self)
libvirtError: virDomainCreateLinux() failed internal error End-of-file
while reading PTY startup output
'
Thanks
Andy