Hi Rich,
On Sat, Jun 04, 2011 at 01:26:43PM +0100, Richard W.M. Jones wrote:
Nevertheless I've built and uploaded new Debian packages here:
http://libguestfs.org/download/binaries/debian-packages/
I installed the new packages on a sid system, and things seem broken (at
least the python bindings):
>> import guestfs
>> g = guestfs.GuestFS()
>> g.add_drive_opts('disk.img', format='raw',readonly=True)
>> g.launch()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/pymodules/python2.6/guestfs.py", line 188, in launch
return libguestfsmod.launch (self._o)
RuntimeError: unexpected end of file when reading from daemon
--Igor