Guest User

kodi-old-log_headless-mariadb

a guest
Sep 2nd, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.21 KB | None | 0 0
  1. 22:10:27 T:47215994104872 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2. 22:10:27 T:47215994104872 NOTICE: -----------------------------------------------------------------------
  3. 22:10:27 T:47215994104872 NOTICE: Starting Kodi (16.1 Git:Unknown). Platform: Linux x86 64-bit
  4. 22:10:27 T:47215994104872 NOTICE: Using Release Kodi x64 build
  5. 22:10:27 T:47215994104872 NOTICE: Kodi compiled Sep 2 2016 by GCC 5.3.0 for Linux x86 64-bit version 4.4.6 (263174)
  6. 22:10:27 T:47215994104872 NOTICE: Running on Alpine Linux v3.4 3.4.0, kernel: Linux x86 64-bit version 4.1.18-unRAID
  7. 22:10:27 T:47215994104872 NOTICE: FFmpeg statically linked, version: 2.8.6-kodi-2.8.6-Jarvis-16.0
  8. 22:10:27 T:47215994104872 NOTICE: Host CPU: Intel(R) Xeon(R) CPU E5-2660 0 @ 2.20GHz, 16 cores available
  9. 22:10:27 T:47215994104872 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
  10. 22:10:27 T:47215994104872 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
  11. 22:10:27 T:47215994104872 NOTICE: special://masterprofile/ is mapped to: /config/.kodi/userdata
  12. 22:10:27 T:47215994104872 NOTICE: special://home/ is mapped to: /config/.kodi
  13. 22:10:27 T:47215994104872 NOTICE: special://temp/ is mapped to: /config/.kodi/temp
  14. 22:10:27 T:47215994104872 NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
  15. 22:10:27 T:47215994104872 NOTICE: Local hostname: 119b443162ed
  16. 22:10:27 T:47215994104872 NOTICE: Log File is located: /config/.kodi/temp/kodi.log
  17. 22:10:27 T:47215994104872 NOTICE: -----------------------------------------------------------------------
  18. 22:10:27 T:47215994104872 NOTICE: load settings...
  19. 22:10:27 T:47215994104872 WARNING: CSettingInt: unknown options filler "audiocdactions" of "audiocds.autoaction"
  20. 22:10:27 T:47215994104872 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  21. 22:10:27 T:47215994104872 NOTICE: No Devices found - retry: 4
  22. 22:10:28 T:47215994104872 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  23. 22:10:28 T:47215994104872 NOTICE: No Devices found - retry: 3
  24. 22:10:30 T:47215994104872 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  25. 22:10:30 T:47215994104872 NOTICE: No Devices found - retry: 2
  26. 22:10:31 T:47215994104872 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  27. 22:10:31 T:47215994104872 NOTICE: No Devices found - retry: 1
  28. 22:10:33 T:47215994104872 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  29. 22:10:33 T:47215994104872 NOTICE: Found 0 Lists of Devices
  30. 22:10:33 T:47215994104872 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  31. 22:10:33 T:47215994104872 NOTICE: No Devices found - retry: 4
  32. 22:10:34 T:47215994104872 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  33. 22:10:34 T:47215994104872 NOTICE: No Devices found - retry: 3
  34. 22:10:36 T:47215994104872 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  35. 22:10:36 T:47215994104872 NOTICE: No Devices found - retry: 2
  36. 22:10:37 T:47215994104872 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  37. 22:10:37 T:47215994104872 NOTICE: No Devices found - retry: 1
  38. 22:10:39 T:47215994104872 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  39. 22:10:39 T:47215994104872 NOTICE: Found 0 Lists of Devices
  40. 22:10:39 T:47215994104872 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  41. 22:10:39 T:47215994104872 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  42. 22:10:39 T:47215994104872 NOTICE: Contents of special://profile/advancedsettings.xml are...
  43. <advancedsettings>
  44. <!--
  45. #####################################################
  46. # For more information on the settings available in #
  47. # this file, refer to the kodi wiki at #
  48. # http://kodi.wiki/view/Advancedsettings.xml #
  49. #####################################################
  50. -->
  51. <videodatabase>
  52. <type>mysql</type>
  53. <!-- don't change this value -->
  54. <host>HOST</host>
  55. <!-- change this to the IP address of your mysql/mariadb server -->
  56. <port>PORT</port>
  57. <!-- change this to the port of your mysql/mariadb server -->
  58. <user>xbmc</user>
  59. <!-- change this to the user for your database, not root -->
  60. <pass>xbmc</pass>
  61. <!-- change this to the password for your database -->
  62. <name>xbmcvideo</name>
  63. </videodatabase>
  64. <musicdatabase>
  65. <type>mysql</type>
  66. <!-- don't change this value -->
  67. <host>HOST</host>
  68. <!-- change this to the IP address of your mysql/mariadb server -->
  69. <port>PORT</port>
  70. <!-- change this to the port of your mysql/mariadb server -->
  71. <user>xbmc</user>
  72. <!-- change this to the user for your database, not root -->
  73. <pass>xbmc</pass>
  74. <!-- change this to the password for your database -->
  75. <name>xbmcmusic</name>
  76. </musicdatabase>
  77. <pathsubstitution>
  78. <substitute>
  79. <from>special://masterprofile/sources.xml</from>
  80. <to>smb://TOWER/appdata/xbmcData/xbmcsources.xml</to>
  81. </substitute>
  82. <substitute>
  83. <from>special://masterprofile/mediasources.xml</from>
  84. <to>smb://TOWER/appdata/xbmcData/xbmcmediasources.xml</to>
  85. </substitute>
  86. </pathsubstitution>
  87. <services>
  88. <devicename>XBMC Server</devicename>
  89. <esallinterfaces>true</esallinterfaces>
  90. <!-- don't change this value -->
  91. <escontinuousdelay>25</escontinuousdelay>
  92. <esenabled>true</esenabled>
  93. <!-- don't change this value -->
  94. <esinitialdelay>750</esinitialdelay>
  95. <esmaxclients>20</esmaxclients>
  96. <esport>9777</esport>
  97. <!-- don't change this value -->
  98. <esportrange>10</esportrange>
  99. <upnpannounce>true</upnpannounce>
  100. <upnprenderer>false</upnprenderer>
  101. <upnpserver>true</upnpserver>
  102. <webserver>true</webserver>
  103. <!-- don't change this value -->
  104. <webserverpassword>xbmc</webserverpassword>
  105. <webserverport>8080</webserverport>
  106. <!-- don't change this value -->
  107. <webserverusername>xbmc</webserverusername>
  108. <webskin>webinterface.default</webskin>
  109. <zeroconf>true</zeroconf>
  110. </services>
  111. <videolibrary>
  112. <importresumepoint>true</importresumepoint>
  113. <!-- import previously exported resume point from .nfo files -->
  114. <importwatchedstate>true</importwatchedstate>
  115. <!-- import previously exported playdate and playcount from .nfo files -->
  116. <backgroundupdate>true</backgroundupdate>
  117. <dateadded>1</dateadded>
  118. <!-- 0 results in using the current datetime when adding a video;
  119. 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;
  120. 2 results in using the newer datetime of the file's mtime and ctime -->
  121. </videolibrary>
  122. <musiclibrary>
  123. <backgroundupdate>true</backgroundupdate>
  124. <!-- don't change this value -->
  125. </musiclibrary>
  126. <videoscanner>
  127. <ignoreerrors>true</ignoreerrors>
  128. <!-- 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.-->
  129. </videoscanner>
  130. <splash>false</splash>
  131. <bginfoloadermaxthreads>2</bginfoloadermaxthreads>
  132. <myvideos>
  133. <extractflags>false</extractflags>
  134. <extractthumb>false</extractthumb>
  135. </myvideos>
  136. <lookandfeel>
  137. <enablerssfeeds>false</enablerssfeeds>
  138. </lookandfeel>
  139. <audiooutput>
  140. <guisoundmode>0</guisoundmode>
  141. <ac3passthrough>false</ac3passthrough>
  142. <dtspassthrough>false</dtspassthrough>
  143. <multichannellpcm>false</multichannellpcm>
  144. <truehdpassthrough>false</truehdpassthrough>
  145. <dtshdpassthrough>false</dtshdpassthrough>
  146. <mode>2</mode>
  147. </audiooutput>
  148. <videoscreen>
  149. <vsync>2</vsync>
  150. </videoscreen>
  151. <input>
  152. <enablemouse>false</enablemouse>
  153. <remoteaskeyboard>false</remoteaskeyboard>
  154. </input>
  155. <general>
  156. <addonnotifications>false</addonnotifications>
  157. </general>
  158. <skinsettings>
  159. <setting type="bool" name="skin.confluence.FirstTimeRun">false</setting>
  160. </skinsettings>
  161. </advancedsettings>
  162. 22:10:39 T:47215994104872 WARNING: VIDEO database configuration is experimental.
  163. 22:10:39 T:47215994104872 NOTICE: Default DVD Player: dvdplayer
  164. 22:10:39 T:47215994104872 NOTICE: Default Video Player: dvdplayer
  165. 22:10:39 T:47215994104872 NOTICE: Default Audio Player: paplayer
  166. 22:10:39 T:47215994104872 NOTICE: Disabled debug logging due to GUI setting. Level 0.
  167. 22:10:39 T:47215994104872 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
  168. 22:10:39 T:47215994104872 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  169. 22:10:39 T:47215994104872 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  170. 22:10:39 T:47215994104872 NOTICE: Loaded playercorefactory configuration
  171. 22:10:39 T:47215994104872 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  172. 22:10:39 T:47215994104872 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  173. 02:10:39 T:47215993051824 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  174. 02:10:39 T:47215993051824 NOTICE: No Devices found - retry: 4
  175. 02:10:40 T:47215993051824 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  176. 02:10:40 T:47215993051824 NOTICE: No Devices found - retry: 3
  177. 02:10:42 T:47215993051824 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  178. 02:10:42 T:47215993051824 NOTICE: No Devices found - retry: 2
  179. 02:10:43 T:47215993051824 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  180. 02:10:43 T:47215993051824 NOTICE: No Devices found - retry: 1
  181. 02:10:45 T:47215993051824 NOTICE: CAESinkOSS::EnumerateDevicesEx - No OSS mixer device present: /dev/mixer
  182. 02:10:45 T:47215993051824 NOTICE: Found 0 Lists of Devices
  183. 02:10:45 T:47215994104872 NOTICE: Running database version Addons20
  184. 02:10:45 T:47215994104872 NOTICE: ADDONS: Using repository repository.xbmc.org
  185. 02:10:45 T:47215994104872 NOTICE: Running database version Addons20
  186. 02:10:45 T:47215994104872 NOTICE: Running database version ViewModes6
  187. 02:10:45 T:47215994104872 NOTICE: Running database version Textures13
  188. 02:10:45 T:47215994104872 NOTICE: Running database version xbmcmusic56
  189. 02:10:45 T:47215994104872 NOTICE: Running database version xbmcvideo99
  190. 02:10:45 T:47215994104872 NOTICE: Running database version TV29
  191. 02:10:45 T:47215994104872 NOTICE: Running database version Epg11
  192. 02:10:45 T:47215994104872 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  193. 02:10:45 T:47215994104872 NOTICE: initialize done
  194. 02:10:45 T:47215994104872 NOTICE: Running the application...
  195. 02:10:45 T:47215994104872 NOTICE: WebServer: Started the webserver
  196. 02:10:45 T:47215994104872 NOTICE: starting upnp client
  197. 02:10:45 T:47215994104872 NOTICE: starting upnp server
  198. 02:10:45 T:47216359230128 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
  199. 02:10:45 T:47216359230128 NOTICE: UDP: Listening on port 9777
Add Comment
Please, Sign In to add comment