Feb. 5, 2013
5:13 p.m.
On Tue, 05 Feb 2013 20:28:34 +0530, Shraddha Kamat said:
still I the pr_info ("hello, world"); message doesn't get printed to /var/log/messages.
please give me some hints as to resolve this issue.
The /proc/sys/kernel/printk control basically controls what printk stuff gets printed to /dev/console. What goes in /var/log/messages will depend on what syslog server you're running, and what you have coded in /etc/syslog.conf (or equivalent for rsyslogd or syslog-ng or whatever you're running).