Displaying 2 results from an estimated 2 matches for "pyti".
Did you mean:
pypi
2011 Jun 16
1
Comment on libguestfs code in https://bitbucket.org/swamiyeswanth/pyti
Yeswanth, I'm looking at:
https://bitbucket.org/swamiyeswanth/pyti/src/2b3a7401eccf/diskhandler.py
from this thread: http://librelist.com/browser//pyti/2011/6/13/disk-handler/
(1) I don't think the code you posted will work unless you move line
23 ('launch') up to just after you've added the drive (after line 12).
(2) You probably don't want...
2011 Jul 26
0
qemu: could not load kernel '/var/tmp/.guestfs-1000/kernel.6941': Permission denied
...osync = 0
libguestfs: trace: launch
qemu: could not load kernel '/var/tmp/.guestfs-1000/kernel.6941': Permission denied
libguestfs: trace: launch = -1 (error)
Traceback (most recent call last):
File "get_result.py", line 3, in <module>
guest_disk = DiskOperations("PYTI.vdi")
File "/usr/local/lib/python2.7/dist-packages/pyti/vmanager/diskhandler.py", line 20, in __init__
self.disk_fs.launch()
File "/usr/lib/pymodules/python2.7/guestfs.py", line 188, in launch
return libguestfsmod.launch (self._o)
RuntimeError: unexpected end o...