I have a kernel module logging input of some sensor while I work with it. I want to see if there is a command that outputs /var/log/messages (for example) but waits for more logs to come. That is, some program like dmesg except that it stays on and keeps printing newly-come logs.
|
| |||
feedback
|
migrated from stackoverflow.com Aug 26 '11 at 15:24
This question came from our site for professional and enthusiast programmers.
|
Have you tried
| |||||||||||
feedback
|
|
You can:
| |||
|
feedback
|
|
You could use
By this way you could get all kernel messages when they come | |||
|
feedback
|