2024-07-15, 11:24 AM
(This post was last modified: 2024-07-15, 11:27 AM by Eisbergsalat.)
[*]Hey there,
[*]Before I start:
[*]This problem could actually be something with the published Jellyfin/Jellyfin container or with docker itself. I personally thought its most likely the first. Thats why I am here in this Forum.
[*]
[*]
[*]
[*]
[*]Expactaion:
[*]At 0:30 Proxmox shuts down every VM to reboot the whole Server. After reboot All VM restart. The Docker-VM starts and automatically starts all Containers including Jellyfin.
[*]
Reality:
[*]Proxmox works great at restarting!
[*]All VMs are restarting! (obviously this is the Jellyfin-Forum, I am getting to it :D)
[*]Inside of my Docker-VM almost all containers restart normally (Adguard, Dashy, Nextcloud, RustDesk, NginxProxyManager, Pufferpanel and Vaultwarden)
[*]Only the Jellyfin-container doesnt start.
[*]But If I reboot the whole Server manually everything works fine
[*]
[*]
Due to the VM containing a few more containers as well as Adguard, I cant use host-mode
Specific Logs from Jellyfin with shutdown at 10:35 and manual reboot at 11:47:
'####' - sind von mir unkenntlich gemacht. Ist ein privater Server, der nicht mehr als 5 Personen bewirtschaften kann.
Die VM ist aktuell (apt update && apt upgrade). Es handelt sich um einen headless Ubuntu (22.04.4 LTS) Server
Ich vermute mal, dass das nicht ausreicht, um den Fehler einzugrenzen. Ich weiß aber auch grad nicht was ich noch hinzufügen soll.
Was ich noch nicht gemacht hab. Und das werd ich gleich mal versuchen: Den Jellyfin auf z.B. 10.9.2 downgraden
[*]Before I start:
[*]This problem could actually be something with the published Jellyfin/Jellyfin container or with docker itself. I personally thought its most likely the first. Thats why I am here in this Forum.
[*]
- The version of Jellyfin you are running:
- 10.9.7
[*]
- Your installation method and platform (e.g. Linux Docker, Debian repository, Windows installer, etc.)
Jellyfin/Jellyfin Container in einer (priviliged) Proxmox VM
[*]
- A brief description of the issue as your thread subject, using the description for additional important context only if required -> description
(Im new here. Whats the difference between "Thread Subject" and "Description"?)
[*]
- A full explanation of what is happening, versus what you expect to happen
[*]Expactaion:
[*]At 0:30 Proxmox shuts down every VM to reboot the whole Server. After reboot All VM restart. The Docker-VM starts and automatically starts all Containers including Jellyfin.
[*]
Reality:
[*]Proxmox works great at restarting!
[*]All VMs are restarting! (obviously this is the Jellyfin-Forum, I am getting to it :D)
[*]Inside of my Docker-VM almost all containers restart normally (Adguard, Dashy, Nextcloud, RustDesk, NginxProxyManager, Pufferpanel and Vaultwarden)
[*]Only the Jellyfin-container doesnt start.
[*]But If I reboot the whole Server manually everything works fine
[*]
- What client(s) you are using and how the issue manifests
Server is unrechable on any device, because the container isn't running.
[*]
- Any other context you might think is relevant
Code:
version: '3.5'
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
user: 1001:1001
ports:
- "8096:8096"
- "8920:8920"
- "7359:7359/udp"
- "1900:1900/udp"
volumes:
- /Jellyfin/config:/config
- /Jellyfin/cache:/cache
- type: bind
source: /mnt/Medien
target: /media
restart: always
# Optional - alternative address used for autodiscovery
environment:
- JELLYFIN_PublishedServerUrl=https://#########.duckdns.org/
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
#extra_hosts:
# - "host.docker.internal:host-gateway"
Due to the VM containing a few more containers as well as Adguard, I cant use host-mode
Specific Logs from Jellyfin with shutdown at 10:35 and manual reboot at 11:47:
Code:
[2024-07-14 00:35:33.460 +00:00] [INF] [35] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
[2024-07-14 00:35:33.487 +00:00] [INF] [33] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
[2024-07-14 00:35:33.515 +00:00] [INF] [33] Main: Running query planner optimizations in the database... This might take a while
[2024-07-14 00:35:33.541 +00:00] [INF] [33] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/####/Buecher/Comedy"
[2024-07-14 00:35:33.549 +00:00] [INF] [33] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/ #### /Filme"
[2024-07-14 00:35:33.550 +00:00] [INF] [33] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/ #### /Buecher/E-Books"
[2024-07-14 00:35:33.550 +00:00] [INF] [33] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/ #### /Buecher/Audiobooks"
[2024-07-14 00:35:33.551 +00:00] [INF] [33] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/ #### /Musik"
[2024-07-14 00:35:33.552 +00:00] [INF] [33] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/ #### /Serien"
[2024-07-14 00:35:33.869 +00:00] [INF] [33] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2024-07-14 00:35:33.869 +00:00] [INF] [33] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
[2024-07-14 00:35:33.870 +00:00] [INF] [33] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
[2024-07-14 00:35:33.870 +00:00] [INF] [33] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
[2024-07-14 11:47:34.567 +00:00] [INF] [1] Main: Jellyfin version: "10.9.7"
'####' - sind von mir unkenntlich gemacht. Ist ein privater Server, der nicht mehr als 5 Personen bewirtschaften kann.
Die VM ist aktuell (apt update && apt upgrade). Es handelt sich um einen headless Ubuntu (22.04.4 LTS) Server
Ich vermute mal, dass das nicht ausreicht, um den Fehler einzugrenzen. Ich weiß aber auch grad nicht was ich noch hinzufügen soll.
Was ich noch nicht gemacht hab. Und das werd ich gleich mal versuchen: Den Jellyfin auf z.B. 10.9.2 downgraden