Kodi Community Forum
I can't find the log file - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: I can't find the log file (/showthread.php?tid=179844)



I can't find the log file - dekox - 2013-12-07

Hi,

I know this is very basic, but I am trying to find the log file in xbmcbuntu, but I can't find it. The wiki says that it should be at

$HOME/.xbmc/temp/xbmc.log

but I see no folder named $HOME when I SFTP into my HTPC.

What should I do?

Thanks a lot,

dekox

EDIT: here is what I see in the root folder: http://imgur.com/LkE2Wew


RE: I can't find the log file - RDPearson - 2013-12-07

In Linux $HOME is an environment variable pointing to the specific users home directory. Its not a directory called $HOME.

If you SSH into the unit using the same username XBMC is running under and type
echo $HOME
This will return the home directory. Follow on to .xbmc etc from there.

The home directory varies from linux disto but can normally be found at /home/whatevertheloginnameis


RE: I can't find the log file - Prof Yaffle - 2013-12-07

$HOME would normally be the directory you find yourself in once you've connected. Failing that, the cd command with no arguments should take you there at a shell prompt.

Otherwise, if you're sticking with SFTP, then yes - cd home, cd <yourname>, cd .xbmc, cd temp, get xbmc.log


RE: I can't find the log file - dekox - 2013-12-07

Thanks a lot. I found it.

For some reason, when I go to /home/user I don't see the .xbmc folder in cyberduck.

I instead had to manually go to the path /home/user/.xbmc using Go-->Go to folder from the menu.

No idea why but I hope this can help somebody else


RE: I can't find the log file - nickr - 2013-12-08

.xbmc is a hidden directory, that is what the . in .xbmc means, so no you won't see it by default. You can get to see it with ls -a