PDA

View Full Version : Missing console.log


avigano
2009-04-26, 15:33
Hello,
I am using ATV 2.3.1 and there is no /Library/Logs/Console.

I have also tried to create manually directories (Console/501) and file (console.log) but it's not appending any information.

Any help?

thanks in advance

MaestroDD
2009-04-26, 23:42
It looks like this here:
-bash-2.05b$ ls -la /Library/Logs/Console/501/
total 312
drwx------ 3 frontrow admin 102 Apr 26 21:39 .
drwxrwxr-x 3 root admin 102 Dec 15 23:41 ..
-rw------- 1 frontrow admin 159047 Apr 25 19:07 console.log


sometimes log output is b0rked, but I'm not sure why it happens. Most of the time restarting Finder fixes it:
kill `ps -ax | grep [F]inder | grep -v "$0" | awk '{print $1}'`

avigano
2009-04-29, 21:30
Thanks,
I needed also to chown the 501 folder to frontrow to make it works.