Idea: dmesg saved to /var/log
|
2nd May, 2014, 01:47 AM
Post: #1
|
|||
|
|||
dmesg saved to /var/log
Debian seems to be able to save dmesg in /var/log as dmesg, dmesg.0 dmesg.x.gz however in RPi this is not functioning.
Is this possible? To store dmesg output would assist debugging immensely!! Any idea why this function id not incorporated? Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
2nd May, 2014, 03:09 AM
Post: #2
|
|||
|
|||
RE: dmesg saved to /var/log
The *.0 *.x.gz is done by a separate program called logrotate.
I believe dmesg is currently stored in /var/log/syslog. pilight - modular domotica solution
|
|||
2nd May, 2014, 03:45 AM
Post: #3
|
|||
|
|||
RE: dmesg saved to /var/log
The "bootlogs" init script saves dmesg output to /var/log/dmesg.
This is the Debian default: Code: sudo update-rc.d bootlogs start 70 1 2 3 4 5 . |
|||
« Next Oldest | Next Newest »
|