2025-05-08, 03:52 PM
(This post was last modified: 2025-05-08, 04:24 PM by schtocker. Edited 1 time in total.)
My Jellyfin set up has been running fine for months, but I was messing around today with adding an IPTV service to it, and at one point thought it might help to restart the Docker container but after I did so the server won't come back up.
After reading several threads and suspecting plugins (specifically the Xtream plugin I was using for IPTV), I went through the config files and deleted all mention of that plugin, but again restarting the container it got stuck at the same point (according to the logs). Then I went through the config folder and deleted all mentions of Live TV and Recordings too, but again no joy.
Log below;
It always get stuck after the "Filtered subnets:" line and doesn't report anything else. Again looking at other threads people often get errors right after this line, but my server doesn't even seem to be able to log the error.
Thanks in advance for any suggestions!
After reading several threads and suspecting plugins (specifically the Xtream plugin I was using for IPTV), I went through the config files and deleted all mention of that plugin, but again restarting the container it got stuck at the same point (according to the logs). Then I went through the config folder and deleted all mentions of Live TV and Recordings too, but again no joy.
Log below;
Quote:[15:44:28] [INF] [1] Main: Jellyfin version: 10.10.7
[15:44:28] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CACHE_DIR, /cache]"]
[15:44:28] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[15:44:28] [INF] [1] Main: Operating system: Debian GNU/Linux 12 (bookworm)
[15:44:28] [INF] [1] Main: Architecture: X64
[15:44:28] [INF] [1] Main: 64-Bit Process: True
[15:44:28] [INF] [1] Main: User Interactive: True
[15:44:28] [INF] [1] Main: Processor count: 4
[15:44:28] [INF] [1] Main: Program data path: /config
[15:44:28] [INF] [1] Main: Log directory path: /config/log
[15:44:28] [INF] [1] Main: Config directory path: /config/config
[15:44:28] [INF] [1] Main: Cache path: /cache
[15:44:28] [INF] [1] Main: Temp directory path: /tmp/jellyfin
[15:44:28] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
[15:44:28] [INF] [1] Main: Application directory: /jellyfin/
[15:44:28] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
[15:44:29] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[15:44:30] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.OpenSubtitles, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Open Subtitles_20.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll
[15:44:30] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[15:44:30] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[15:44:30] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[15:44:30] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.25.1.2"]
[15:44:30] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[15:44:30] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
[15:44:30] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
It always get stuck after the "Filtered subnets:" line and doesn't report anything else. Again looking at other threads people often get errors right after this line, but my server doesn't even seem to be able to log the error.
Thanks in advance for any suggestions!