mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
10.9 not working on QNAP and container station #6191
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fpizzuta on GitHub (Aug 13, 2024).
This issue respects the following points:
Description of the bug
I recreated my container from 10.8.13 to 10.9.8 and the latest. When 10.9.x starts, it immediately experiences the following error, which continues to appear in the log.
I need to be on 10.9.8 or later, or my Google TV app won't connect.
Reproduction steps
On Qnap with container station, recreate the container using 10.9.8 or later, and you will see the error in the container log.
What is the current bug behavior?
Jellyfin is not available.
What is the expected correct behavior?
Jellyfin will be available.
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.8+
Environment
Jellyfin logs
FFmpeg logs
No response
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@gnattu commented on GitHub (Aug 13, 2024):
What's the kernel version on your QNAP device? If it is too old it may fail to run dotnet 8 with errors like this.
@fpizzuta commented on GitHub (Aug 13, 2024):
Kernel is 4.2.8.
Model is TS-932PX.
@gnattu commented on GitHub (Aug 13, 2024):
Can you try add env var
COMPlus_EnableWriteXorExecute=0to your container to see if it runs?If it still fails then probably we can do very little due to the ancient kernel version and the requirements of dotnet8.
@fpizzuta commented on GitHub (Aug 13, 2024):
Still getting same issue. NAS is only 2 years old. I guess I will have to move Jellyfin to another device. Thank you for the quick response.
@gnattu commented on GitHub (Aug 13, 2024):
It's QNAP that ships a 2-year-old NAS with a kernel released on December 15, 2015, or roughly 9 years ago, so that's not your fault. Unfortunately, there's very little we can do to overcome this.