[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Plash] Plash on Ubuntu/feisty
From: |
Thomas Leonard |
Subject: |
[Plash] Plash on Ubuntu/feisty |
Date: |
Tue, 1 May 2007 19:54:41 +0100 |
On 4/30/07, Mark Seaborn <address@hidden> wrote:
Thomas Leonard <address@hidden> wrote:
> Does anyone know how to get plash to work on Ubuntu/feisty?
>
> The edgy deb installs, but just uses more and more memory without
> doing anything:
>
> $ ulimit -v 100000
> $ pola-run -e echo hello
> pola-run: src/region.c:118: region_alloc: Assertion `!"Out of memory
> extending region"' failed.
That's a known bug, fixed in SVN: see
<http://plash.beasts.org/wiki/PlashIssues/PolaRunHangs>.
This only happens when the executable name is looked up in PATH and
not found. /bin/echo won't be found in this case because it hasn't
been mapped into the namespace! Try the "-B" option.
Ah, in that case I have another problem. I was trying to find out why
unpacking tar archives had stopped working, but got distracted by the
hanging. Now I get:
$ echo Hi > foo
$ gzip foo
$ pola-run -fw / -e /bin/gunzip foo.gz
gunzip: foo: Operation not permitted
$ cat foo
Hi
$ pola-run -fw / -e /bin/tar xzf plash_1.17.orig.tar.gz
/bin/tar: plash-1.17.orig/web-site/methods.xxml: Cannot utime: No such
file or directory
/bin/tar: plash-1.17.orig/web-site/logo.png: Cannot utime: No such
file or directory
/bin/tar: plash-1.17.orig/web-site/make.pl: Cannot utime: No such file
or directory
/bin/tar: plash-1.17.orig/web-site/pola-run.xxml: Cannot utime: No
such file or directory
[...]
This is also on Ubuntu/feisty.
--
Dr Thomas Leonard http://rox.sourceforge.net
GPG: 9242 9807 C985 3C07 44A6 8B9A AE07 8280 59A5 3CC1
- [Plash] Plash on Ubuntu/feisty,
Thomas Leonard <=