>According to loglevel.c, it is calling `syscall( SYS_syslog, 8, NULL,
>level )', but according to do_syslog, it is receiving
>do_syslog(type=3D9437287 buf=3D=EF=A1 len=3D0 ) regardless of the value=
> of
>`level'. Every other program that calls do_syslog appears to work
This is probably the same bug in syscall() that Kyle Mestery reported last
week (or whenever it was). It is a kernel problem and the fix is pretty
trivial; you should be able to find it in the archives for this mailing list.
Alternatively, glibc provides a wrapper for sys_syslog, as a function called
"klogctl". You may be able to use this instead or until you can get a fixed
kernel.
p.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]