On Tuesday 24 March 2009 19:15:21 Sukanto Ghosh wrote:
> Hi,
>
> I have made some modifications to the memory management part of the
> kernel (not as a module). I have included some printk calls with
> loglevel KERN_NOTICE, but when I look at the kernel logs there are no
> messages ... (I have made sure using gdb that my code is executing).
>
> The contents of my /proc/sys/kernel/printk is:
> 4           4           1           7
>
> When I put the loglevel to KERN_CRIT or higher I can see my printks on
> the console. But in neither of the cases, the messages show up in the
> kernel logs.

Sounds like the log-level is not high enough to make it into the logfile then.

> My system:-
> --------------
> Fedora Core 9
> kernel log file : /var/log/syslog

diff that to dmesg.

Btw, I thought fedora logged to /var/log/dmesg ?

> What might be the possible reasons for such behavior ?

Try to change the default loglevel via rklogd (this is a wild guess, I do not 
normally use fedora) :-)

-- 
 -> henrik

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to