Missing console.log
#1
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
Reply
#2
It looks like this here:
Code:
-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:
Code:
kill `ps -ax | grep [F]inder | grep -v "$0" | awk '{print $1}'`

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. If you don't have the time to read them, please don't take the time to post in this forum!
For troubleshooting and bug reporting please make sure you read this first.
Reply
#3
Thanks,
I needed also to chown the 501 folder to frontrow to make it works.
Reply

Logout Mark Read Team Forum Stats Members Help
Missing console.log0