Jasen Betts wrote:
It just stopped working! (it was working last month)
even harmless binaries refuse to run.
[EMAIL PROTECTED]:/tmp$ fakeroot -l log /bin/true
Killed
[EMAIL PROTECTED]:/tmp$ cat log
handle_memory_allocation: 4458 process failed to mmap memory:
Operation not permitted
Needless to say, it works for me :-)
Is your temporary folder (/tmp or TMPDIR) mounted with the -noexec flag?
If so, what you see is the expected behavior. Set "TMPDIR" environment
variable to point to somewhere that isn't mounted with -noexec and try
again.
Upstream checks this situation and gives a more verbose error message. I
will try to add support for an alternative environment variable as well,
so that you don't move the TMPDIR for all of the applications
fakeroot-ng runs, only it itself.
Shachar
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]