Jellyfin continues to restart indefinitely. #6225

Closed
opened 2026-02-07 03:18:00 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @CodeName393 on GitHub (Aug 26, 2024).

This issue respects the following points:

  • This is a bug, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before creating a report. The links can be found here.
  • This issue is not already reported on GitHub (I've searched it).
  • I'm using an up to date version of Jellyfin Server stable, unstable or master; We generally do not support previous older versions. If possible, please update to the latest version before opening an issue.
  • I agree to follow Jellyfin's Code of Conduct.
  • This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one.

Description of the bug

Jellyfin restarts every minute.
There are no errors in the log.

However, Jellyfin was installed in a folder mounted with nfs. However, there was no problem with the initial setup.

The nfs connection options are as follows.
10.10.10.2:/mnt/SPEED/Server /mnt/nfs/Server nfs retry=10,timeo=60,intr,soft,defaults,noatime,nodiratime 0 0

Reproduction steps

It will restart automatically.

What is the current bug behavior?

It will restart automatically.

What is the expected correct behavior?

It will restart automatically.

Jellyfin Server version

10.9.9+

Specify commit id

No response

Specify unstable release number

No response

Specify version number

No response

Specify the build version

10.9.9

Environment

- OS:Proxmox
- Linux Kernel: Linux 6.8.12-1-pve
- Virtualization: LXC(Debian 12) Docker
- Clients: Browser
- Browser: Chromw 127.0.6533.122
- FFmpeg Version: 6.0.1
- Playback Method: Remux
- Hardware Acceleration: none
- GPU Model: none
- Plugins: none
- Reverse Proxy: none
- Base URL: none
- Networking: bridge
- Storage: NFS

Jellyfin logs

[2024-08-26 05:28:12.015 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-08-26 05:28:12.015 +00:00] [INF] [1] Main: Startup complete 0:00:07.6326846
[2024-08-26 05:28:14.301 +00:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: "컬렉션과 재생목록 정리" Completed after 0 minute(s) and 0 seconds
[2024-08-26 05:28:17.283 +00:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "플러그인 업데이트" Completed after 0 minute(s) and 2 seconds
[2024-08-26 05:29:10.224 +00:00] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.0.20" request

[2024-08-26 05:29:11.875 +00:00] [INF] [23] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: Optimizing and vacuuming jellyfin.db...
[2024-08-26 05:29:11.886 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9"
[2024-08-26 05:29:11.903 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CONFIG_DIR, /config/config]"]
[2024-08-26 05:29:11.905 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)"
[2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Architecture: X64
[2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: 64-Bit Process: True
[2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: User Interactive: True
[2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Processor count: 4
[2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Program data path: "/config"
[2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Log directory path: "/config/log"
[2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Config directory path: "/config/config"
[2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Cache path: "/cache"
[2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2024-08-26 05:29:12.038 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-08-26 05:29:12.108 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies

FFmpeg logs

No response

Client / Browser logs

No response

Relevant screenshots or videos

No response

Additional information

No response

Originally created by @CodeName393 on GitHub (Aug 26, 2024). ### This issue respects the following points: - [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before creating a report. The links can be found [here](https://jellyfin.org/contact/). - [X] This issue is **not** already reported on [GitHub](https://github.com/jellyfin/jellyfin/issues?q=is%3Aopen+is%3Aissue) _(I've searched it)_. - [X] I'm using an up to date version of Jellyfin Server stable, unstable or master; We generally do not support previous older versions. If possible, please update to the latest version before opening an issue. - [X] I agree to follow Jellyfin's [Code of Conduct](https://jellyfin.org/docs/general/community-standards.html#code-of-conduct). - [X] This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one. ### Description of the bug Jellyfin restarts every minute. There are no errors in the log. However, Jellyfin was installed in a folder mounted with nfs. However, there was no problem with the initial setup. The nfs connection options are as follows. 10.10.10.2:/mnt/SPEED/Server /mnt/nfs/Server nfs retry=10,timeo=60,intr,soft,defaults,noatime,nodiratime 0 0 ### Reproduction steps It will restart automatically. ### What is the current _bug_ behavior? It will restart automatically. ### What is the expected _correct_ behavior? It will restart automatically. ### Jellyfin Server version 10.9.9+ ### Specify commit id _No response_ ### Specify unstable release number _No response_ ### Specify version number _No response_ ### Specify the build version 10.9.9 ### Environment ```markdown - OS:Proxmox - Linux Kernel: Linux 6.8.12-1-pve - Virtualization: LXC(Debian 12) Docker - Clients: Browser - Browser: Chromw 127.0.6533.122 - FFmpeg Version: 6.0.1 - Playback Method: Remux - Hardware Acceleration: none - GPU Model: none - Plugins: none - Reverse Proxy: none - Base URL: none - Networking: bridge - Storage: NFS ``` ### Jellyfin logs ```shell [2024-08-26 05:28:12.015 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete [2024-08-26 05:28:12.015 +00:00] [INF] [1] Main: Startup complete 0:00:07.6326846 [2024-08-26 05:28:14.301 +00:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: "컬렉션과 재생목록 정리" Completed after 0 minute(s) and 0 seconds [2024-08-26 05:28:17.283 +00:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "플러그인 업데이트" Completed after 0 minute(s) and 2 seconds [2024-08-26 05:29:10.224 +00:00] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.0.20" request [2024-08-26 05:29:11.875 +00:00] [INF] [23] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: Optimizing and vacuuming jellyfin.db... [2024-08-26 05:29:11.886 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" [2024-08-26 05:29:11.903 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CONFIG_DIR, /config/config]"] [2024-08-26 05:29:11.905 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] [2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" [2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Architecture: X64 [2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: 64-Bit Process: True [2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: User Interactive: True [2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Processor count: 4 [2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Program data path: "/config" [2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Log directory path: "/config/log" [2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Config directory path: "/config/config" [2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Cache path: "/cache" [2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" [2024-08-26 05:29:11.906 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" [2024-08-26 05:29:12.038 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" [2024-08-26 05:29:12.108 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies ``` ### FFmpeg logs _No response_ ### Client / Browser logs _No response_ ### Relevant screenshots or videos _No response_ ### Additional information _No response_
OVERLORD added the wontfix label 2026-02-07 03:18:00 +03:00
Author
Owner

@felix920506 commented on GitHub (Aug 26, 2024):

Installing Jellyfin on NFS is Unsupported

@felix920506 commented on GitHub (Aug 26, 2024): Installing Jellyfin on NFS is Unsupported
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#6225