Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2013
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.82 KB | None | 0 0
  1. ------------------------
  2. route -n
  3. ------------------------
  4. Kernel IP routing table
  5. Destination Gateway Genmask Flags Metric Ref Use Iface
  6. 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
  7. 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
  8. 192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
  9.  
  10. ------------------------
  11. UMS.sh LOG
  12. ------------------------
  13.  
  14. 02:20:58.374 [main] DEBUG o.a.c.c.ConfigurationUtils - ConfigurationUtils.locate(): base is null, name is /home/image/.config/UMS/UMS.conf
  15. 02:20:58.387 [main] DEBUG o.a.c.c.DefaultFileSystem - Could not locate file /home/image/.config/UMS/UMS.conf at null: no protocol: /home/image/.config/UMS/UMS.conf
  16. 02:20:58.388 [main] DEBUG o.a.c.c.ConfigurationUtils - Loading configuration from the absolute path /home/image/.config/UMS/UMS.conf
  17. 02:20:58.389 [main] DEBUG o.a.c.c.PropertiesConfiguration - Base path set to file:///home/image/.config/UMS/UMS.conf
  18. 02:20:58.428 [main] DEBUG o.a.c.c.PropertiesConfiguration - FileName set to UMS.conf
  19. 02:20:58.429 [main] DEBUG o.a.c.c.PropertiesConfiguration - Base path set to /home/image/.config/UMS
  20. 02:20:58,672 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - About to instantiate property definer of type [net.pms.logging.DebugLogPathDefiner]
  21. 02:20:58,677 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - Popping property definer for property named [debugLogPath] from the object stack
  22. 02:20:58,681 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [net.pms.logging.FrameAppender]
  23. 02:20:58,684 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [traces]
  24. 02:20:58,811 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
  25. 02:20:58,812 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [console]
  26. 02:20:58,836 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
  27. 02:20:58,842 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log]
  28. 02:20:58,858 |-INFO in ch.qos.logback.core.FileAppender[debug.log] - File property is set to [/home/image/Downloads/ums-2.5.2/debug.log]
  29. 02:20:58,862 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
  30. 02:20:58,866 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log.10MB]
  31. 02:20:58,917 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@22f573e3 - Will use zip compression
  32. 02:20:58,950 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - Active log file name: /home/image/Downloads/ums-2.5.2/debug.log
  33. 02:20:58,950 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - File property is set to [/home/image/Downloads/ums-2.5.2/debug.log]
  34. 02:20:58,951 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache] to WARN
  35. 02:20:58,952 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [httpclient.wire] to WARN
  36. 02:20:58,953 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
  37. 02:20:58,953 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [traces] to Logger[ROOT]
  38. 02:20:58,954 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [console] to Logger[ROOT]
  39. 02:20:58,955 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [debug.log] to Logger[ROOT]
  40. 02:20:58,955 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
  41. 02:20:58,956 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@452aa20e - Registering current configuration as safe fallback point
  42. INFO 2013-03-24 02:21:02.031 [main] An invalid plugin was ignored
  43. INFO 2013-03-24 02:21:05.385 [main] Starting Universal Media Server 2.5.2
  44. INFO 2013-03-24 02:21:05.409 [main] Based on PS3 Media Server by shagrath, copyright 2008-2013
  45. INFO 2013-03-24 02:21:05.430 [main] http://www.universalmediaserver.com
  46. INFO 2013-03-24 02:21:05.444 [main]
  47. INFO 2013-03-24 02:21:05.446 [main] Build: 47fb4fb28 (2013-03-18)
  48. INFO 2013-03-24 02:21:05.454 [main] Java: 1.7.0_17-Oracle Corporation
  49. INFO 2013-03-24 02:21:05.464 [main] OS: Linux 64-bit 3.5.0-26-generic
  50. INFO 2013-03-24 02:21:05.467 [main] Encoding: UTF-8
  51. INFO 2013-03-24 02:21:05.481 [main] Memory: 682 MB
  52. INFO 2013-03-24 02:21:05.484 [main]
  53. INFO 2013-03-24 02:21:05.486 [main] Working directory: /home/image/Downloads/ums-2.5.2
  54. INFO 2013-03-24 02:21:05.537 [main] Temp directory: /tmp/universalmediaserver
  55. INFO 2013-03-24 02:21:05.551 [main] Logging config file: /home/image/Downloads/ums-2.5.2/logback.xml
  56. INFO 2013-03-24 02:21:05.560 [main] debug.log: /home/image/Downloads/ums-2.5.2/debug.log
  57. INFO 2013-03-24 02:21:05.563 [main]
  58. INFO 2013-03-24 02:21:05.565 [main] Profile directory: /home/image/.config/UMS
  59. INFO 2013-03-24 02:21:05.578 [main] Profile path: /home/image/.config/UMS/UMS.conf
  60. INFO 2013-03-24 02:21:05.582 [main] Profile permissions: rw
  61. INFO 2013-03-24 02:21:05.590 [main] Profile name: imagebox
  62. INFO 2013-03-24 02:21:05.595 [main]
  63. WARN 2013-03-24 02:21:05.833 [main] Error loading libzen: Unable to load library 'zen': libzen.so: cannot open shared object file: No such file or directory
  64. INFO 2013-03-24 02:21:05.838 [main] Loading MediaInfo library
  65. INFO 2013-03-24 02:21:05.857 [main] Error loading MediaInfo library: Unable to load library 'mediainfo': libmediainfo.so: cannot open shared object file: No such file or directory
  66. INFO 2013-03-24 02:21:05.861 [main] Make sure you have libmediainfo and libzen installed
  67. INFO 2013-03-24 02:21:05.865 [main] The server will now use the less accurate FFmpeg parsing method
  68. INFO 2013-03-24 02:21:05.883 [main] Loading renderer configurations from /home/image/Downloads/ums-2.5.2/renderers
  69. INFO 2013-03-24 02:21:05.887 [main] Loading configuration file: Streamium.conf
  70. INFO 2013-03-24 02:21:05.906 [main] Loading configuration file: Panasonic.conf
  71. INFO 2013-03-24 02:21:05.933 [main] Loading configuration file: WDTVLive.conf
  72. INFO 2013-03-24 02:21:05.946 [main] Loading configuration file: YamahaRXV671.conf
  73. INFO 2013-03-24 02:21:05.955 [main] Loading configuration file: SamsungWiseLink.conf
  74. INFO 2013-03-24 02:21:05.966 [main] Loading configuration file: VizioSmartTV.conf
  75. INFO 2013-03-24 02:21:05.986 [main] Loading configuration file: FreeboxHD.conf
  76. INFO 2013-03-24 02:21:05.998 [main] Loading configuration file: XBMC.conf
  77. INFO 2013-03-24 02:21:06.009 [main] Loading configuration file: WMP.conf
  78. INFO 2013-03-24 02:21:06.024 [main] Loading configuration file: OnkyoTX-NR717.conf
  79. INFO 2013-03-24 02:21:06.032 [main] Loading configuration file: FreecomMusicPal.conf
  80. INFO 2013-03-24 02:21:06.045 [main] Loading configuration file: Kuro.conf
  81. INFO 2013-03-24 02:21:06.058 [main] Loading configuration file: BraviaEX.conf
  82. INFO 2013-03-24 02:21:06.083 [main] Loading configuration file: BlackBerryPlayBook-KalemSoftMP.conf
  83. INFO 2013-03-24 02:21:06.112 [main] Loading configuration file: Android.conf
  84. INFO 2013-03-24 02:21:06.128 [main] Loading configuration file: iPad-iPhone.conf
  85. INFO 2013-03-24 02:21:06.140 [main] Loading configuration file: SMP-N100.conf
  86. INFO 2013-03-24 02:21:06.152 [main] Loading configuration file: Bravia4500.conf
  87. INFO 2013-03-24 02:21:06.164 [main] Loading configuration file: TelstraTbox.conf
  88. INFO 2013-03-24 02:21:06.180 [main] Loading configuration file: AirPlayer.conf
  89. INFO 2013-03-24 02:21:06.226 [main] Loading configuration file: PopcornHour.conf
  90. INFO 2013-03-24 02:21:06.241 [main] Loading configuration file: VideoWebTV.conf
  91. INFO 2013-03-24 02:21:06.261 [main] Loading configuration file: Showtime4.conf
  92. INFO 2013-03-24 02:21:06.291 [main] Loading configuration file: OPPOBDP83.conf
  93. INFO 2013-03-24 02:21:06.309 [main] Loading configuration file: PS3.conf
  94. INFO 2013-03-24 02:21:06.368 [main] Loading configuration file: LGST600.conf
  95. INFO 2013-03-24 02:21:06.401 [main] Loading configuration file: OPPOBDP93.conf
  96. INFO 2013-03-24 02:21:06.425 [main] Loading configuration file: XBOX360.conf
  97. INFO 2013-03-24 02:21:06.449 [main] Loading configuration file: Realtek.conf
  98. INFO 2013-03-24 02:21:06.463 [main] Loading configuration file: Philips.conf
  99. INFO 2013-03-24 02:21:06.495 [main] Loading configuration file: BraviaEX620.conf
  100. INFO 2013-03-24 02:21:06.526 [main] Loading configuration file: Showtime3.conf
  101. INFO 2013-03-24 02:21:06.562 [main] Loading configuration file: N900.conf
  102. INFO 2013-03-24 02:21:06.580 [main] Loading configuration file: BraviaHX.conf
  103. INFO 2013-03-24 02:21:06.597 [main] Loading configuration file: PhilipsPFL.conf
  104. INFO 2013-03-24 02:21:06.626 [main] Loading configuration file: NetgearNeoTV.conf
  105. INFO 2013-03-24 02:21:06.633 [main] Loading configuration file: YamahaRXV3900.conf
  106. INFO 2013-03-24 02:21:06.639 [main] Loading configuration file: SharpAquos.conf
  107. INFO 2013-03-24 02:21:06.645 [main] Loading configuration file: SamsungAllShare.conf
  108. INFO 2013-03-24 02:21:06.652 [main] Loading configuration file: Samsung-SMT-G7400.conf
  109. INFO 2013-03-24 02:21:06.664 [main] Loading configuration file: DLinkDSM510.conf
  110. INFO 2013-03-24 02:21:06.672 [main] Loading configuration file: YamahaRXA1010.conf
  111. INFO 2013-03-24 02:21:06.677 [main] Loading configuration file: DirecTVHR.conf
  112. INFO 2013-03-24 02:21:06.684 [main] Loading configuration file: SonyBluray.conf
  113. INFO 2013-03-24 02:21:06.692 [main] Loading configuration file: Bravia5500.conf
  114. INFO 2013-03-24 02:21:06.700 [main] Loading configuration file: SonyHomeTheatreSystem.conf
  115. INFO 2013-03-24 02:21:06.714 [main] Please wait while we check the MPlayer font cache, this can take a minute or so.
  116. INFO 2013-03-24 02:21:06.735 [main] Finished checking the MPlayer font cache.
  117. INFO 2013-03-24 02:21:06.753 [main] Searching for plugins in /home/image/Downloads/ums-2.5.2/plugins
  118. INFO 2013-03-24 02:21:06.765 [main] No plugins found
  119. INFO 2013-03-24 02:21:06.809 [main] Registering transcoding engine: FFmpeg Audio
  120. INFO 2013-03-24 02:21:06.829 [main] Registering transcoding engine: MEncoder
  121. INFO 2013-03-24 02:21:06.832 [main] Registering transcoding engine: FFmpeg
  122. INFO 2013-03-24 02:21:06.834 [main] Registering transcoding engine: MPlayer Audio
  123. INFO 2013-03-24 02:21:06.903 [main] Registering transcoding engine: FFmpeg Web Video
  124. INFO 2013-03-24 02:21:06.915 [main] Registering transcoding engine: MEncoder Web
  125. INFO 2013-03-24 02:21:06.920 [main] Registering transcoding engine: MPlayer Video Dump
  126. INFO 2013-03-24 02:21:06.924 [main] Registering transcoding engine: MPlayer Web
  127. INFO 2013-03-24 02:21:06.929 [main] Registering transcoding engine: tsMuxeR
  128. INFO 2013-03-24 02:21:06.932 [main] Registering transcoding engine: Audio High Fidelity
  129. INFO 2013-03-24 02:21:06.935 [main] Registering transcoding engine: VLC Audio Streaming
  130. INFO 2013-03-24 02:21:06.937 [main] Registering transcoding engine: VLC Video Streaming
  131. INFO 2013-03-24 02:21:06.944 [main] Registering transcoding engine: dcraw Thumbnailer
  132. INFO 2013-03-24 02:21:07.295 [main] Using address /192.168.1.8 found on network interface: name:eth0 (eth0)
  133. INFO 2013-03-24 02:21:07.304 [main] Created socket: /192.168.1.8:5001
  134. INFO 2013-03-24 02:21:07.640 [main] Using the following UUID configured in UMS.conf: ab743465-a65d-4793-8a2e-6e61bc24b64a
  135. INFO 2013-03-24 02:21:12.461 [main] The server is now available for renderers to find
  136. INFO 2013-03-24 02:21:17.887 [PMS Listeners Stopper] Disconnecting HTTP server from renderers
  137. INFO 2013-03-24 02:21:21.876 [PMS Listeners Stopper] Stopping server on host 192.168.1.8 and port 5001...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement