Skip to content

Instantly share code, notes, and snippets.

@JustinAiken
Created June 30, 2015 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JustinAiken/93b4c6b47cb9fb3d54ab to your computer and use it in GitHub Desktop.
Save JustinAiken/93b4c6b47cb9fb3d54ab to your computer and use it in GitHub Desktop.
Kodi log
root@Tower:~# docker exec KODI-Headless cat /opt/kodi-server/share/kodi/portable_data/temp/kodi.log
15:27:59 T:47924493055424 NOTICE: special://profile/ is mapped to: special://masterprofile/
15:27:59 T:47924493055424 NOTICE: -----------------------------------------------------------------------
15:27:59 T:47924493055424 NOTICE: Starting Kodi (14.2 Git:2015-05-04-7cc53a9-dirty). Platform: Linux x86 64-bit
15:27:59 T:47924493055424 NOTICE: Using Release Kodi x64 build
15:27:59 T:47924493055424 NOTICE: Kodi compiled May 4 2015 by GCC 4.8.2 for Linux x86 64-bit version 3.13.11 (199947)
15:27:59 T:47924493055424 NOTICE: Running on Ubuntu 14.04.1 LTS, kernel: Linux x86 64-bit version 4.0.4-unRAID
15:27:59 T:47924493055424 NOTICE: FFmpeg statically linked, version: 14.2-Helix-xbmc-2.4.6-Helix
15:27:59 T:47924493055424 NOTICE: Host CPU: Pentium(R) Dual-Core CPU E5200 @ 2.50GHz, 2 cores available
15:27:59 T:47924493055424 NOTICE: special://xbmc/ is mapped to: /opt/kodi-server/share/kodi/
15:27:59 T:47924493055424 NOTICE: special://xbmcbin/ is mapped to: /opt/kodi-server/lib/kodi
15:27:59 T:47924493055424 NOTICE: special://masterprofile/ is mapped to: /opt/kodi-server/share/kodi/portable_data/userdata
15:27:59 T:47924493055424 NOTICE: special://home/ is mapped to: /opt/kodi-server/share/kodi/portable_data
15:27:59 T:47924493055424 NOTICE: special://temp/ is mapped to: /opt/kodi-server/share/kodi/portable_data/temp
15:27:59 T:47924493055424 NOTICE: The executable running is: /opt/kodi-server/lib/kodi/kodi.bin
15:27:59 T:47924493055424 NOTICE: Local hostname: 422399d91fe5
15:27:59 T:47924493055424 NOTICE: Log File is located: /opt/kodi-server/share/kodi/portable_data/temp/kodi.log
15:27:59 T:47924493055424 NOTICE: -----------------------------------------------------------------------
15:27:59 T:47924493055424 ERROR: CXRandR::Query - unable to open xrandr xml
15:27:59 T:47924493055424 NOTICE: load settings...
15:27:59 T:47924493055424 WARNING: CSettingInt: unknown options filler "audiocdactions" of "audiocds.autoaction"
15:27:59 T:47924493055424 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
15:27:59 T:47924493055424 NOTICE: No Devices found - retry: 4
15:28:00 T:47924493055424 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
15:28:00 T:47924493055424 NOTICE: No Devices found - retry: 3
15:28:02 T:47924493055424 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
15:28:02 T:47924493055424 NOTICE: No Devices found - retry: 2
15:28:03 T:47924493055424 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
15:28:03 T:47924493055424 NOTICE: No Devices found - retry: 1
15:28:05 T:47924493055424 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
15:28:05 T:47924493055424 NOTICE: Found 0 Lists of Devices
15:28:05 T:47924493055424 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
15:28:05 T:47924493055424 NOTICE: No Devices found - retry: 4
15:28:06 T:47924493055424 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
15:28:06 T:47924493055424 NOTICE: No Devices found - retry: 3
15:28:08 T:47924493055424 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
15:28:08 T:47924493055424 NOTICE: No Devices found - retry: 2
15:28:09 T:47924493055424 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
15:28:09 T:47924493055424 NOTICE: No Devices found - retry: 1
15:28:11 T:47924493055424 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
15:28:11 T:47924493055424 NOTICE: Found 0 Lists of Devices
15:28:11 T:47924493055424 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
15:28:11 T:47924493055424 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
15:28:11 T:47924493055424 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<!--
#####################################################
############ DON'T EDIT OR DELETE THIS BLOCK ########
-->
<videodatabase>
<type>mysql</type>
<host>192.168.1.8</host>
<port>3306</port>
<user>xmbc</user>
<pass>xbmc</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.8</host>
<port>3306</port>
<user>xmbc</user>
<pass>xbmc</pass>
</musicdatabase>
<services>
<devicename>XBMC Server</devicename>
<esallinterfaces>false</esallinterfaces>
<escontinuousdelay>25</escontinuousdelay>
<esenabled>true</esenabled>
<esinitialdelay>750</esinitialdelay>
<esmaxclients>20</esmaxclients>
<esport>9777</esport>
<esportrange>10</esportrange>
<upnpannounce>true</upnpannounce>
<upnprenderer>false</upnprenderer>
<upnpserver>true</upnpserver>
<webserver>true</webserver>
<webserverpassword>xbmc</webserverpassword>
<webserverport>8080</webserverport>
<webserverusername>xbmc</webserverusername>
<webskin>webinterface.default</webskin>
<zeroconf>true</zeroconf>
</services>
<!--
############ OR THINGS WILL BREAK ###################
#####################################################
########### THINGS BELOW ARE HOWEVER EDITABLE #######
refer to http://kodi.wiki/view/Advancedsettings.xml for info on the various settings -->
<videolibrary>
<importresumepoint>true</importresumepoint>
<!-- import previously exported resume point from .nfo files -->
<importwatchedstate>true</importwatchedstate>
<!-- import previously exported playdate and playcount from .nfo files -->
<backgroundupdate>true</backgroundupdate>
<dateadded>0</dateadded>
<!-- 0 results in using the current datetime when adding a video;
1 (default) results in prefering to use the files mtime (if it's valid) and only using the file's ctime if the mtime isn't valid;
2 results in using the newer datetime of the file's mtime and ctime -->
</videolibrary>
<musiclibrary>
<backgroundupdate>true</backgroundupdate>
</musiclibrary>
<videoscanner>
<ignoreerrors>true</ignoreerrors>
<!-- Set to true to silently ignore errors while scanning videos. This prevents the error dialogue box, so you don't have to keep hitting "yes" to keep scanning.-->
</videoscanner>
<splash>false</splash>
<bginfoloadermaxthreads>2</bginfoloadermaxthreads>
<myvideos>
<extractflags>false</extractflags>
<extractthumb>false</extractthumb>
</myvideos>
<lookandfeel>
<enablerssfeeds>false</enablerssfeeds>
</lookandfeel>
<audiooutput>
<guisoundmode>0</guisoundmode>
<ac3passthrough>false</ac3passthrough>
<dtspassthrough>false</dtspassthrough>
<multichannellpcm>false</multichannellpcm>
<truehdpassthrough>false&gt;</truehdpassthrough>
<dtshdpassthrough>false</dtshdpassthrough>
<mode>2</mode>
</audiooutput>
<videoscreen>
<vsync>2</vsync>
</videoscreen>
<input>
<enablemouse>false</enablemouse>
<remoteaskeyboard>false</remoteaskeyboard>
</input>
<general>
<addonnotifications>false</addonnotifications>
</general>
<skinsettings>
<setting type="bool" name="skin.confluence.FirstTimeRun">false</setting>
</skinsettings>
</advancedsettings>
15:28:11 T:47924493055424 WARNING: VIDEO database configuration is experimental.
15:28:11 T:47924493055424 WARNING: CSettingsManager: unable to read value of setting "audiooutput.truehdpassthrough"
15:28:11 T:47924493055424 NOTICE: Default DVD Player: dvdplayer
15:28:11 T:47924493055424 NOTICE: Default Video Player: dvdplayer
15:28:11 T:47924493055424 NOTICE: Default Audio Player: paplayer
15:28:11 T:47924493055424 NOTICE: Disabled debug logging due to GUI setting. Level 0.
15:28:11 T:47924493055424 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
15:28:11 T:47924493055424 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
15:28:11 T:47924493055424 NOTICE: Loaded playercorefactory configuration
15:28:11 T:47924493055424 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
15:28:11 T:47924493055424 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
21:28:11 T:47924871378688 NOTICE: Thread ActiveAE start, auto delete: false
21:28:11 T:47924873479936 NOTICE: Thread AESink start, auto delete: false
21:28:11 T:47924871378688 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
21:28:11 T:47924871378688 NOTICE: No Devices found - retry: 4
21:28:12 T:47924871378688 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
21:28:12 T:47924871378688 NOTICE: No Devices found - retry: 3
21:28:14 T:47924871378688 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
21:28:14 T:47924871378688 NOTICE: No Devices found - retry: 2
21:28:15 T:47924871378688 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
21:28:15 T:47924871378688 NOTICE: No Devices found - retry: 1
21:28:17 T:47924871378688 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
21:28:17 T:47924871378688 NOTICE: Found 0 Lists of Devices
21:28:17 T:47924875581184 NOTICE: Thread AESinkNull start, auto delete: false
21:28:17 T:47924493055424 NOTICE: Running database version Addons16
21:28:17 T:47924493055424 NOTICE: ADDONS: Using repository repository.xbmc.org
21:28:17 T:47924493055424 NOTICE: Running database version Addons16
21:28:17 T:47924493055424 NOTICE: Running database version ViewModes6
21:28:17 T:47924493055424 NOTICE: Running database version Textures13
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic48 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic47 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic46 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic45 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic44 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic43 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic42 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic41 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic40 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic39 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic38 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic37 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic36 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic35 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic34 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic33 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic32 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic31 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic30 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic29 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic28 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic27 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic26 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic25 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic24 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic23 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic22 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic21 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic20 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic19 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic18 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyMusic48 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to create new database
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos90 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos89 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos88 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos87 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos86 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos85 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos84 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos83 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos82 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos81 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos80 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos79 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos78 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos77 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos76 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos75 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos74 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos73 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos72 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos71 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos70 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos69 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos68 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos67 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos66 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos65 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos64 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos63 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos62 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos61 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos60 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to open database: MyVideos90 [1045](Access denied for user 'xmbc'@'172.17.42.1' (using password: YES))
21:28:17 T:47924493055424 ERROR: Unable to create new database
21:28:17 T:47924493055424 NOTICE: Running database version TV26
21:28:17 T:47924493055424 NOTICE: Running database version Epg8
21:28:17 T:47924493055424 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel"
21:28:17 T:47924493055424 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended"
21:28:17 T:47924493055424 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
21:28:17 T:47924493055424 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
21:28:17 T:47924493055424 ERROR: JSONRPC: Could not parse method "Files.AddSource"
21:28:17 T:47924900996864 NOTICE: Thread LanguageInvoker start, auto delete: false
21:28:17 T:47924493055424 NOTICE: initialize done
21:28:17 T:47924493055424 NOTICE: Running the application...
21:28:17 T:47924493055424 NOTICE: Webserver: Starting...
21:28:17 T:47924493055424 NOTICE: WebServer: Started the webserver
21:28:17 T:47924493055424 NOTICE: starting upnp server
21:28:17 T:47924493055424 NOTICE: ES: Starting event server
21:28:17 T:47924913649408 NOTICE: Thread EventServer start, auto delete: false
21:28:17 T:47924913649408 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
21:28:17 T:47924913649408 NOTICE: UDP: Listening on port 9777
21:28:17 T:47924915750656 NOTICE: Thread TCPServer start, auto delete: false
21:28:17 T:47924900996864 NOTICE: -->Python Interpreter Initialized<--
22:48:20 T:47924875581184 NOTICE: Thread JobWorker start, auto delete: true
22:48:20 T:47925630621440 NOTICE: Thread FileCache start, auto delete: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment