[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Plash] plash logs "#1 end" to stderr even with --log-file
From: |
Timo Lindfors |
Subject: |
[Plash] plash logs "#1 end" to stderr even with --log-file |
Date: |
Tue, 09 Oct 2007 21:04:53 +0300 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Hi,
pola-run --prog /bin/true -f /bin -f /lib --log --log-file log.txt
logs
$ cat log.txt
#1: [r.] open: /bin/true, flags=0o0, mode=0o0: ok
#1: [r!] access: /etc/ld.so.preload: fail: No such file or directory
#1: [r!] open: /usr/lib/plash/lib/tls/i686/libc.so.6, flags=0o0, mode=0o0:
fail: No such file or directory
#1: [r!] stat: /usr/lib/plash/lib/tls/i686: fail: No such file or directory
#1: [r!] open: /usr/lib/plash/lib/tls/libc.so.6, flags=0o0, mode=0o0: fail: No
such file or directory
#1: [r!] stat: /usr/lib/plash/lib/tls: fail: No such file or directory
#1: [r!] open: /usr/lib/plash/lib/i686/libc.so.6, flags=0o0, mode=0o0: fail: No
such file or directory
#1: [r!] stat: /usr/lib/plash/lib/i686: fail: No such file or directory
#1: [r!] open: /usr/lib/plash/lib/libc.so.6, flags=0o0, mode=0o0: fail: No such
file or directory
#1: [r!] stat: /usr/lib/plash/lib: fail: No such file or directory
#1: [r!] open: /etc/ld.so.cache, flags=0o0, mode=0o0: fail: No such file or
directory
#1: [r!] open: /lib/tls/i686/libc.so.6, flags=0o0, mode=0o0: fail: No such file
or directory
#1: [r!] stat: /lib/tls/i686: fail: No such file or directory
#1: [r!] open: /lib/tls/libc.so.6, flags=0o0, mode=0o0: fail: No such file or
directory
#1: [r!] stat: /lib/tls: fail: No such file or directory
#1: [r!] open: /lib/i686/libc.so.6, flags=0o0, mode=0o0: fail: No such file or
directory
#1: [r!] stat: /lib/i686: fail: No such file or directory
#1: [r.] open: /lib/libc.so.6, flags=0o0, mode=0o0: ok
#1 end
but also prints
#1 end
to stderr. Why is "#1 end" printed to two places? It is apparently
generated by a call to log_free() but I could not figure out what
calls it so that it'll end up using stderr. Are there any tips on how
I should debug plash? (mostly I'd like to know how to deal with the
suid root helpers)
There is https://gna.org/bugs/?group=plash but I only see one bug
reported there. Is the recommended way to send bug reports to the
mailing list?
best regards,
Timo Lindfors
pgpXChuzIzjU1.pgp
Description: PGP signature
- [Plash] plash logs "#1 end" to stderr even with --log-file,
Timo Lindfors <=