Guest User

jellyfin log

a guest
Oct 26th, 2023
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.16 KB | None | 0 0
  1. Created by...
  2. ___. .__ .__
  3. \_ |__ |__| ____ | |__ ____ ___ ___
  4. | __ \| |/ \| | \_/ __ \\ \/ /
  5. | \_\ \ | | \ Y \ ___/ > <
  6. |___ /__|___| /___| /\___ >__/\_ \
  7. \/ \/ \/ \/ \/
  8. https://hub.docker.com/u/binhex/
  9.  
  10. 2023-10-26 12:21:52.450555 [info] Host is running unRAID
  11. 2023-10-26 12:21:52.514524 [info] System information Linux 376111bceb13 6.1.38-Unraid #2 SMP PREEMPT_DYNAMIC Mon Jul 10 09:50:25 PDT 2023 x86_64 GNU/Linux
  12. 2023-10-26 12:21:52.555238 [info] PUID defined as '99'
  13. 2023-10-26 12:21:52.632652 [info] PGID defined as '100'
  14. 2023-10-26 12:21:52.719141 [info] UMASK defined as '000'
  15. 2023-10-26 12:21:52.790574 [info] Permissions already set for '/config'
  16. 2023-10-26 12:21:52.887140 [info] Deleting files in /tmp (non recursive)...
  17. 2023-10-26 12:21:52.984800 [info] Starting Supervisor...
  18. 2023-10-26 12:21:53,693 INFO Included extra file "/etc/supervisor/conf.d/jellyfin.conf" during parsing
  19. 2023-10-26 12:21:53,694 INFO Set uid to user 0 succeeded
  20. 2023-10-26 12:21:53,701 INFO supervisord started with pid 7
  21. 2023-10-26 12:21:54,704 INFO spawned: 'jellyfin' with pid 47
  22. 2023-10-26 12:21:54,705 INFO reaped unknown pid 8 (exit status 0)
  23. 2023-10-26 12:21:55,260 DEBG 'jellyfin' stdout output:
  24. [12:21:55] [INF] [1] Main: Jellyfin version: 10.8.11
  25.  
  26. 2023-10-26 12:21:55,273 DEBG 'jellyfin' stdout output:
  27. [12:21:55] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/logs]"]
  28.  
  29. 2023-10-26 12:21:55,273 DEBG 'jellyfin' stdout output:
  30. [12:21:55] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/jellyfin.dll", "--datadir", "/config/data", "--cachedir", "/config/cache", "--configdir", "/config/config", "--logdir", "/config/logs", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg", "--webdir", "/usr/share/jellyfin-web"]
  31.  
  32. 2023-10-26 12:21:55,274 DEBG 'jellyfin' stdout output:
  33. [12:21:55] [INF] [1] Main: Operating system: Linux
  34.  
  35. 2023-10-26 12:21:55,277 DEBG 'jellyfin' stdout output:
  36. [12:21:55] [INF] [1] Main: Architecture: X64
  37. [12:21:55] [INF] [1] Main: 64-Bit Process: True
  38. [12:21:55] [INF] [1] Main: User Interactive: True
  39.  
  40. 2023-10-26 12:21:55,277 DEBG 'jellyfin' stdout output:
  41. [12:21:55] [INF] [1] Main: Processor count: 24
  42. [12:21:55] [INF] [1] Main: Program data path: /config/data
  43.  
  44. 2023-10-26 12:21:55,277 DEBG 'jellyfin' stdout output:
  45. [12:21:55] [INF] [1] Main: Web resources path: /usr/share/jellyfin-web
  46.  
  47. 2023-10-26 12:21:55,277 DEBG 'jellyfin' stdout output:
  48. [12:21:55] [INF] [1] Main: Application directory: /usr/lib/jellyfin/
  49.  
  50. 2023-10-26 12:21:55,532 DEBG 'jellyfin' stdout output:
  51. [12:21:55] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /media/appdata/binhex-jellyfin/cache
  52.  
  53. 2023-10-26 12:21:55,542 DEBG 'jellyfin' stdout output:
  54. [12:21:55] [FTL] [1] Main: Unhandled Exception
  55. System.IO.IOException: The file '/media/appdata' already exists.
  56. at System.IO.FileSystem.CreateDirectory(String fullPath)
  57. at System.IO.Directory.CreateDirectory(String path)
  58. at Emby.Server.Implementations.Configuration.ServerConfigurationManager.UpdateMetadataPath()
  59. at Emby.Server.Implementations.Configuration.ServerConfigurationManager..ctor(IApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IXmlSerializer xmlSerializer, IFileSystem fileSystem)
  60. at Emby.Server.Implementations.ApplicationHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  61. at Jellyfin.Server.CoreAppHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  62. at Jellyfin.Server.Program.StartApp(StartupOptions options)
  63. at Jellyfin.Server.Program.<Main>(String[] args)
  64.  
  65. 2023-10-26 12:21:55,542 DEBG 'jellyfin' stderr output:
  66. Unhandled exception. System.IO.IOException: The file '/media/appdata' already exists.
  67. at System.IO.FileSystem.CreateDirectory(String fullPath)
  68. at System.IO.Directory.CreateDirectory(String path)
  69. at Emby.Server.Implementations.Configuration.ServerConfigurationManager.UpdateMetadataPath()
  70. at Emby.Server.Implementations.Configuration.ServerConfigurationManager..ctor(IApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IXmlSerializer xmlSerializer, IFileSystem fileSystem)
  71. at Emby.Server.Implementations.ApplicationHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  72. at Jellyfin.Server.CoreAppHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  73. at Jellyfin.Server.Program.StartApp(StartupOptions options)
  74. at Jellyfin.Server.Program.<Main>(String[] args)
  75.  
  76. 2023-10-26 12:21:55,550 DEBG 'jellyfin' stderr output:
  77. /home/nobody/start.sh: line 18: 50 Aborted /usr/lib/jellyfin/jellyfin --datadir "${config_path}/data" --cachedir "${config_path}/cache" --configdir "${config_path}/config" --logdir "${config_path}/logs" --ffmpeg "${ffmpeg_file_path}" --webdir "${webdir}"
  78.  
  79. 2023-10-26 12:21:55,550 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22837923002640 for <Subprocess at 22837925965904 with name jellyfin in state STARTING> (stdout)>
  80. 2023-10-26 12:21:55,550 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22837923002704 for <Subprocess at 22837925965904 with name jellyfin in state STARTING> (stderr)>
  81. 2023-10-26 12:21:55,550 WARN exited: jellyfin (exit status 134; not expected)
  82. 2023-10-26 12:21:55,551 DEBG received SIGCHLD indicating a child quit
  83. 2023-10-26 12:21:56,553 INFO spawned: 'jellyfin' with pid 60
  84. 2023-10-26 12:21:57,277 DEBG 'jellyfin' stdout output:
  85. [12:21:57] [INF] [1] Main: Jellyfin version: 10.8.11
  86.  
  87. 2023-10-26 12:21:57,289 DEBG 'jellyfin' stdout output:
  88. [12:21:57] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/logs]"]
  89.  
  90. 2023-10-26 12:21:57,290 DEBG 'jellyfin' stdout output:
  91. [12:21:57] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/jellyfin.dll", "--datadir", "/config/data", "--cachedir", "/config/cache", "--configdir", "/config/config", "--logdir", "/config/logs", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg", "--webdir", "/usr/share/jellyfin-web"]
  92.  
  93. 2023-10-26 12:21:57,291 DEBG 'jellyfin' stdout output:
  94. [12:21:57] [INF] [1] Main: Operating system: Linux
  95.  
  96. 2023-10-26 12:21:57,293 DEBG 'jellyfin' stdout output:
  97. [12:21:57] [INF] [1] Main: Architecture: X64
  98.  
  99. 2023-10-26 12:21:57,293 DEBG 'jellyfin' stdout output:
  100. [12:21:57] [INF] [1] Main: 64-Bit Process: True
  101. [12:21:57] [INF] [1] Main: User Interactive: True
  102.  
  103. 2023-10-26 12:21:57,293 DEBG 'jellyfin' stdout output:
  104. [12:21:57] [INF] [1] Main: Processor count: 24
  105. [12:21:57] [INF] [1] Main: Program data path: /config/data
  106.  
  107. 2023-10-26 12:21:57,293 DEBG 'jellyfin' stdout output:
  108. [12:21:57] [INF] [1] Main: Web resources path: /usr/share/jellyfin-web
  109.  
  110. 2023-10-26 12:21:57,293 DEBG 'jellyfin' stdout output:
  111. [12:21:57] [INF] [1] Main: Application directory: /usr/lib/jellyfin/
  112.  
  113. 2023-10-26 12:21:57,509 DEBG 'jellyfin' stdout output:
  114. [12:21:57] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /media/appdata/binhex-jellyfin/cache
  115.  
  116. 2023-10-26 12:21:57,519 DEBG 'jellyfin' stdout output:
  117. [12:21:57] [FTL] [1] Main: Unhandled Exception
  118. System.IO.IOException: The file '/media/appdata' already exists.
  119. at System.IO.FileSystem.CreateDirectory(String fullPath)
  120. at System.IO.Directory.CreateDirectory(String path)
  121. at Emby.Server.Implementations.Configuration.ServerConfigurationManager.UpdateMetadataPath()
  122. at Emby.Server.Implementations.Configuration.ServerConfigurationManager..ctor(IApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IXmlSerializer xmlSerializer, IFileSystem fileSystem)
  123. at Emby.Server.Implementations.ApplicationHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  124. at Jellyfin.Server.CoreAppHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  125. at Jellyfin.Server.Program.StartApp(StartupOptions options)
  126. at Jellyfin.Server.Program.<Main>(String[] args)
  127.  
  128. 2023-10-26 12:21:57,520 DEBG 'jellyfin' stderr output:
  129. Unhandled exception. System.IO.IOException: The file '/media/appdata' already exists.
  130. at System.IO.FileSystem.CreateDirectory(String fullPath)
  131. at System.IO.Directory.CreateDirectory(String path)
  132. at Emby.Server.Implementations.Configuration.ServerConfigurationManager.UpdateMetadataPath()
  133. at Emby.Server.Implementations.Configuration.ServerConfigurationManager..ctor(IApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IXmlSerializer xmlSerializer, IFileSystem fileSystem)
  134. at Emby.Server.Implementations.ApplicationHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  135. at Jellyfin.Server.CoreAppHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  136. at Jellyfin.Server.Program.StartApp(StartupOptions options)
  137. at Jellyfin.Server.Program.<Main>(String[] args)
  138.  
  139. 2023-10-26 12:21:57,527 DEBG 'jellyfin' stderr output:
  140. /home/nobody/start.sh: line 18: 63 Aborted /usr/lib/jellyfin/jellyfin --datadir "${config_path}/data" --cachedir "${config_path}/cache" --configdir "${config_path}/config" --logdir "${config_path}/logs" --ffmpeg "${ffmpeg_file_path}" --webdir "${webdir}"
  141.  
  142. 2023-10-26 12:21:57,527 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22837923002640 for <Subprocess at 22837925965904 with name jellyfin in state STARTING> (stdout)>
  143. 2023-10-26 12:21:57,527 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22837923591760 for <Subprocess at 22837925965904 with name jellyfin in state STARTING> (stderr)>
  144. 2023-10-26 12:21:57,527 WARN exited: jellyfin (exit status 134; not expected)
  145. 2023-10-26 12:21:57,528 DEBG received SIGCHLD indicating a child quit
  146. 2023-10-26 12:21:59,531 INFO spawned: 'jellyfin' with pid 73
  147. 2023-10-26 12:22:00,002 DEBG 'jellyfin' stdout output:
  148. [12:21:59] [INF] [1] Main: Jellyfin version: 10.8.11
  149.  
  150. 2023-10-26 12:22:00,020 DEBG 'jellyfin' stdout output:
  151. [12:22:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/logs]"]
  152.  
  153. 2023-10-26 12:22:00,021 DEBG 'jellyfin' stdout output:
  154. [12:22:00] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/jellyfin.dll", "--datadir", "/config/data", "--cachedir", "/config/cache", "--configdir", "/config/config", "--logdir", "/config/logs", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg", "--webdir", "/usr/share/jellyfin-web"]
  155.  
  156. 2023-10-26 12:22:00,022 DEBG 'jellyfin' stdout output:
  157. [12:22:00] [INF] [1] Main: Operating system: Linux
  158.  
  159. 2023-10-26 12:22:00,024 DEBG 'jellyfin' stdout output:
  160. [12:22:00] [INF] [1] Main: Architecture: X64
  161.  
  162. 2023-10-26 12:22:00,024 DEBG 'jellyfin' stdout output:
  163. [12:22:00] [INF] [1] Main: 64-Bit Process: True
  164. [12:22:00] [INF] [1] Main: User Interactive: True
  165. [12:22:00] [INF] [1] Main: Processor count: 24
  166.  
  167. 2023-10-26 12:22:00,024 DEBG 'jellyfin' stdout output:
  168. [12:22:00] [INF] [1] Main: Program data path: /config/data
  169.  
  170. 2023-10-26 12:22:00,024 DEBG 'jellyfin' stdout output:
  171. [12:22:00] [INF] [1] Main: Web resources path: /usr/share/jellyfin-web
  172.  
  173. 2023-10-26 12:22:00,025 DEBG 'jellyfin' stdout output:
  174. [12:22:00] [INF] [1] Main: Application directory: /usr/lib/jellyfin/
  175.  
  176. 2023-10-26 12:22:00,242 DEBG 'jellyfin' stdout output:
  177. [12:22:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /media/appdata/binhex-jellyfin/cache
  178.  
  179. 2023-10-26 12:22:00,252 DEBG 'jellyfin' stdout output:
  180. [12:22:00] [FTL] [1] Main: Unhandled Exception
  181. System.IO.IOException: The file '/media/appdata' already exists.
  182. at System.IO.FileSystem.CreateDirectory(String fullPath)
  183. at System.IO.Directory.CreateDirectory(String path)
  184. at Emby.Server.Implementations.Configuration.ServerConfigurationManager.UpdateMetadataPath()
  185. at Emby.Server.Implementations.Configuration.ServerConfigurationManager..ctor(IApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IXmlSerializer xmlSerializer, IFileSystem fileSystem)
  186. at Emby.Server.Implementations.ApplicationHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  187. at Jellyfin.Server.CoreAppHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  188. at Jellyfin.Server.Program.StartApp(StartupOptions options)
  189. at Jellyfin.Server.Program.<Main>(String[] args)
  190.  
  191. 2023-10-26 12:22:00,252 DEBG 'jellyfin' stderr output:
  192. Unhandled exception.
  193. 2023-10-26 12:22:00,252 DEBG 'jellyfin' stderr output:
  194. System.IO.IOException: The file '/media/appdata' already exists.
  195. at System.IO.FileSystem.CreateDirectory(String fullPath)
  196. at System.IO.Directory.CreateDirectory(String path)
  197. at Emby.Server.Implementations.Configuration.ServerConfigurationManager.UpdateMetadataPath()
  198. at Emby.Server.Implementations.Configuration.ServerConfigurationManager..ctor(IApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IXmlSerializer xmlSerializer, IFileSystem fileSystem)
  199. at Emby.Server.Implementations.ApplicationHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  200. at Jellyfin.Server.CoreAppHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  201. at Jellyfin.Server.Program.StartApp(StartupOptions options)
  202. at Jellyfin.Server.Program.<Main>(String[] args)
  203.  
  204. 2023-10-26 12:22:00,259 DEBG 'jellyfin' stderr output:
  205. /home/nobody/start.sh: line 18: 76 Aborted /usr/lib/jellyfin/jellyfin --datadir "${config_path}/data" --cachedir "${config_path}/cache" --configdir "${config_path}/config" --logdir "${config_path}/logs" --ffmpeg "${ffmpeg_file_path}" --webdir "${webdir}"
  206.  
  207. 2023-10-26 12:22:00,259 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22837923002640 for <Subprocess at 22837925965904 with name jellyfin in state STARTING> (stdout)>
  208. 2023-10-26 12:22:00,259 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22837925824208 for <Subprocess at 22837925965904 with name jellyfin in state STARTING> (stderr)>
  209. 2023-10-26 12:22:00,259 WARN exited: jellyfin (exit status 134; not expected)
  210. 2023-10-26 12:22:00,259 DEBG received SIGCHLD indicating a child quit
  211. 2023-10-26 12:22:03,264 INFO spawned: 'jellyfin' with pid 86
  212. 2023-10-26 12:22:03,741 DEBG 'jellyfin' stdout output:
  213. [12:22:03] [INF] [1] Main: Jellyfin version: 10.8.11
  214.  
  215. 2023-10-26 12:22:03,753 DEBG 'jellyfin' stdout output:
  216. [12:22:03] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/logs]"]
  217.  
  218. 2023-10-26 12:22:03,754 DEBG 'jellyfin' stdout output:
  219. [12:22:03] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/jellyfin.dll", "--datadir", "/config/data", "--cachedir", "/config/cache", "--configdir", "/config/config", "--logdir", "/config/logs", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg", "--webdir", "/usr/share/jellyfin-web"]
  220.  
  221. 2023-10-26 12:22:03,755 DEBG 'jellyfin' stdout output:
  222. [12:22:03] [INF] [1] Main: Operating system: Linux
  223.  
  224. 2023-10-26 12:22:03,757 DEBG 'jellyfin' stdout output:
  225. [12:22:03] [INF] [1] Main: Architecture: X64
  226.  
  227. 2023-10-26 12:22:03,757 DEBG 'jellyfin' stdout output:
  228. [12:22:03] [INF] [1] Main: 64-Bit Process: True
  229. [12:22:03] [INF] [1] Main: User Interactive: True
  230. [12:22:03] [INF] [1] Main: Processor count: 24
  231.  
  232. 2023-10-26 12:22:03,757 DEBG 'jellyfin' stdout output:
  233. [12:22:03] [INF] [1] Main: Program data path: /config/data
  234.  
  235. 2023-10-26 12:22:03,757 DEBG 'jellyfin' stdout output:
  236. [12:22:03] [INF] [1] Main: Web resources path: /usr/share/jellyfin-web
  237.  
  238. 2023-10-26 12:22:03,757 DEBG 'jellyfin' stdout output:
  239. [12:22:03] [INF] [1] Main: Application directory: /usr/lib/jellyfin/
  240.  
  241. 2023-10-26 12:22:03,970 DEBG 'jellyfin' stdout output:
  242. [12:22:03] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /media/appdata/binhex-jellyfin/cache
  243.  
  244. 2023-10-26 12:22:03,980 DEBG 'jellyfin' stdout output:
  245. [12:22:03] [FTL] [1] Main: Unhandled Exception
  246. System.IO.IOException: The file '/media/appdata' already exists.
  247. at System.IO.FileSystem.CreateDirectory(String fullPath)
  248. at System.IO.Directory.CreateDirectory(String path)
  249. at Emby.Server.Implementations.Configuration.ServerConfigurationManager.UpdateMetadataPath()
  250. at Emby.Server.Implementations.Configuration.ServerConfigurationManager..ctor(IApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IXmlSerializer xmlSerializer, IFileSystem fileSystem)
  251. at Emby.Server.Implementations.ApplicationHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  252. at Jellyfin.Server.CoreAppHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  253. at Jellyfin.Server.Program.StartApp(StartupOptions options)
  254. at Jellyfin.Server.Program.<Main>(String[] args)
  255.  
  256. 2023-10-26 12:22:03,980 DEBG 'jellyfin' stderr output:
  257. Unhandled exception. System.IO.IOException: The file '/media/appdata' already exists.
  258. at System.IO.FileSystem.CreateDirectory(String fullPath)
  259. at System.IO.Directory.CreateDirectory(String path)
  260. at Emby.Server.Implementations.Configuration.ServerConfigurationManager.UpdateMetadataPath()
  261. at Emby.Server.Implementations.Configuration.ServerConfigurationManager..ctor(IApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IXmlSerializer xmlSerializer, IFileSystem fileSystem)
  262. at Emby.Server.Implementations.ApplicationHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  263. at Jellyfin.Server.CoreAppHost..ctor(IServerApplicationPaths applicationPaths, ILoggerFactory loggerFactory, IStartupOptions options, IConfiguration startupConfig)
  264. at Jellyfin.Server.Program.StartApp(StartupOptions options)
  265. at Jellyfin.Server.Program.<Main>(String[] args)
  266.  
  267. 2023-10-26 12:22:03,987 DEBG 'jellyfin' stderr output:
  268. /home/nobody/start.sh: line 18: 89 Aborted /usr/lib/jellyfin/jellyfin --datadir "${config_path}/data" --cachedir "${config_path}/cache" --configdir "${config_path}/config" --logdir "${config_path}/logs" --ffmpeg "${ffmpeg_file_path}" --webdir "${webdir}"
  269.  
  270. 2023-10-26 12:22:03,987 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22837925827920 for <Subprocess at 22837925965904 with name jellyfin in state STARTING> (stdout)>
  271. 2023-10-26 12:22:03,988 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22837923592720 for <Subprocess at 22837925965904 with name jellyfin in state STARTING> (stderr)>
  272. 2023-10-26 12:22:03,988 WARN exited: jellyfin (exit status 134; not expected)
  273. 2023-10-26 12:22:03,988 DEBG received SIGCHLD indicating a child quit
  274. 2023-10-26 12:22:04,989 INFO gave up: jellyfin entered FATAL state, too many start retries too quickly
  275.  
Advertisement
Add Comment
Please, Sign In to add comment