On Sat, Dec 11, 2004 at 02:58:25PM +0530, abhijit kumar wrote: > sir! > I am using sevral "printk" commands to understand the kernel > scheduling using "sched.c" of kernel -2.4.26 . But, i am n't able to > locate any printed messages. where will i get it? the > "/var/log/messages" does n't show messages about it. my klogd and > syslogd is running. Check contents of your syslog.conf file . If you have : #Log anything (except mail) of level info or higher #Don't log private authentication messages! *.info;mail.none;authpriv.none;cron.none /var/log/messages change : authpriv.none to authpriv and : cron.none to cron.* Also look at man syslog.conf for more comprehensive info. And you can read : /usr/src/linux/Documentation/sysctl/kernel.txt or /usr/src/linux/Documentation/proc.txt in older kernels. -- Linux/Open Source: Your infrastructure belongs to you, free, forever. Idealism: "Realism applied over a longer time period" http://www.scaled.com/projects/tierone/ <a href=http://kinz.org>Kinz</a> http://www.fedoratracker.org http://www.fedorafaq.org http://www.fedoranews.org Jeff Kinz, Emergent Research, Hudson, MA. ~ ~ ~ ~