30 Nov
2004
30 Nov
'04
4:45 p.m.
On Tue, 2004-11-30 at 16:56, Horvath Gabor Kalman wrote:
On Mon, 22 Nov 2004 13:39:53 +0100 Balazs Scheidler <bazsi@balabit.hu> wrote:
32475 open("/proc/kmsg", O_RDONLY|O_NONBLOCK|O_NOCTTY|O_LARGEFILE) = 8
this call was successful. you need to look for the read() syscall which resulted in "Operation not permitted".
32475 open("/proc/kmsg", O_RDONLY|O_NONBLOCK|O_NOCTTY|O_LARGEFILE) = 8 .
then your kernel does not allow opening /proc/kmsg from within the chroot, remove this source from your syslog-ng config. -- Bazsi