[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Plash] Plash 1.18 released
From: |
Thomas Leonard |
Subject: |
Re: [Plash] Plash 1.18 released |
Date: |
Tue, 5 Jun 2007 19:04:52 +0100 |
On 6/5/07, Mark Seaborn <address@hidden> wrote:
Plash 1.18 is now available.
It still hangs for me:
$ dpkg-query --show plash
plash 1.18-1feisty1
$ /usr/bin/pola-run --prog /bin/tar -f / -a -zxv -fw /tmp <
~/tmp/plash_1.18.orig.tar.gz
[ hangs with 100% CPU use ]
I had to edit _read_callback() like this (no idea if this is correct).
It kept reading EOF over and over again...
if fd_condition & gobject.IO_IN:
assert len(self._buf) == 0
data = os.read(self._src_fd, self._buf_size)
if not data:
self._tidy_up()
else:
self._buf += data
self._set_flags()
...
Other minor notes:
$ pola-run -fw / --prog /usr/bin/tar -a plash_1.18.orig.tar.gz
Traceback (most recent call last):
File "/usr/bin/pola-run", line 104, in <module>
sys.exit(main(sys.argv[1:]))
File "/usr/bin/pola-run", line 98, in main
pid = proc.spawn()
File "/var/lib/python-support/python2.5/plash/process.py", line 164, in spawn
self.plash_setup()
File "/var/lib/python-support/python2.5/plash/process.py", line 263,
in plash_setup
self._set_up_script()
File "/var/lib/python-support/python2.5/plash/process.py", line 237,
in _set_up_script
exec_obj = self._resolve_obj(self.cmd)
File "/var/lib/python-support/python2.5/plash/process.py", line 219,
in _resolve_obj
os.path.join(self.cwd_path, pathname))
File "/var/lib/python-support/python2.5/plash/namespace.py", line
78, in resolve_obj
'resolve_obj', root, cwd, symlink_limit, nofollow, pathname)
File "/var/lib/python-support/python2.5/plash/namespace.py", line 39, in call
raise ReturnUnmarshalError("Failed to unmarshal: %r, %r" % (m, r))
plash.namespace.ReturnUnmarshalError: Failed to unmarshal: 'fail', (2,)
and broken links on the web-site:
$ wget http://plash.beasts.org/packages/common/plash_1.17.orig.tar.gz
18:39:15 ERROR 404: Not Found.
Thanks,
--
Dr Thomas Leonard http://rox.sourceforge.net
GPG: 9242 9807 C985 3C07 44A6 8B9A AE07 8280 59A5 3CC1