I recently patched a Linux kernel 2.4.19-xfs (preemptive kernel, O(1) scheduler, low latency, POSIX ACL for ext2/ext3) and upon booting the new kernel I noticed that applications making a execve() system call has become verbose (eg: a simple ls, upon termination, spurts out "ls[111] exited with preempt_count 1", so does executing any other command; doing a `cd` doesn't spew out kernel messages since it's a shell builtin).
Where can I start looking (in the source code) so that I can reset this behavior to what it should be? (aside from turning off kernel preemption?). I find it weird that it would output kernel messages to standard output rather than to the logs. I think I messed up. Any hints would be greatly appreciated -- -->paolo Paolo Alexis Falcone [EMAIL PROTECTED] [EMAIL PROTECTED] _____________________________ Philippine Free Network Group free.net.ph _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
