View Single Post
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#16
Originally Posted by tigas View Post
Also, how do I open a terminal to keep an eye on the system log to see if I can catch the error when it happens? AFAIK, there's no /var/log/messages on the N9...
Try
Code:
tail /var/log/syslog
and
Code:
watch "dmesg | tail"
 

The Following 2 Users Say Thank You to ginggs For This Useful Post: