View Single Post
Posts: 32 | Thanked: 9 times | Joined on Nov 2009 @ Norway
#9
Originally Posted by biatch0 View Post
Couple of things to try:

- on embedded type devices (maybe the N900?), the /var directory is sometimes dumped into the /tmp directory... making the directory you're looking for /tmp/var/log
Really - wierd ? Try logging in then do a
Code:
find /var -mmin -5 -ls
to find out which log file it uses; if that doesn't work try /tmp instead.