10.7.0 last usable version #2946

Closed
opened 2026-02-06 22:35:59 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @SimplyCorbett on GitHub (Apr 17, 2021).

Hi there,

I'm using the generic linux package.

The last working version is 10.7.0 (https://repo.jellyfin.org/releases/server/linux/versions/stable/combined/10.7.0/)

Any version past this (including. unstable) just doesn't work.

The only error listed (and this works on 10.7.0):

jellyfin@primary ~/start $ sh ./jellyfin.sh
./jellyfin.sh: line 6: /home/jellyfin/start/jellyfin/jellyfin: No such file or directory
#!/bin/bash
JELLYFINDIR="/home/jellyfin/start"
FFMPEGDIR="/usr/bin"

$JELLYFINDIR/jellyfin/jellyfin \
 -d $JELLYFINDIR/data \
 -C $JELLYFINDIR/cache \
 -c $JELLYFINDIR/config \
 -l $JELLYFINDIR/log \
 --ffmpeg $FFMPEGDIR/ffmpeg
Originally created by @SimplyCorbett on GitHub (Apr 17, 2021). Hi there, I'm using the generic linux package. The last working version is 10.7.0 (https://repo.jellyfin.org/releases/server/linux/versions/stable/combined/10.7.0/) Any version past this (including. unstable) just doesn't work. The only error listed (and this works on 10.7.0): ``` jellyfin@primary ~/start $ sh ./jellyfin.sh ./jellyfin.sh: line 6: /home/jellyfin/start/jellyfin/jellyfin: No such file or directory ``` ``` #!/bin/bash JELLYFINDIR="/home/jellyfin/start" FFMPEGDIR="/usr/bin" $JELLYFINDIR/jellyfin/jellyfin \ -d $JELLYFINDIR/data \ -C $JELLYFINDIR/cache \ -c $JELLYFINDIR/config \ -l $JELLYFINDIR/log \ --ffmpeg $FFMPEGDIR/ffmpeg ```
OVERLORD added the bugstale labels 2026-02-06 22:35:59 +03:00
Author
Owner

@Dynamic-Gravity commented on GitHub (Apr 28, 2021):

I receive the same error using the generic Linux package as well.

@Dynamic-Gravity commented on GitHub (Apr 28, 2021): I receive the same error using the generic Linux package as well.
Author
Owner

@taigrr commented on GitHub (May 9, 2021):

Confirmed when running from Docker. Playback shows as 404s in the browser with the message "This client isn't compatible with the media and the server isn't sending a compatible media format."

Reverting to 10.7.0 fixes things. Perhaps there is an issue with a shared library?

Additionally, music doesn't seem to work on 10.7.0 but it does work on 10.7.5

@taigrr commented on GitHub (May 9, 2021): Confirmed when running from Docker. Playback shows as 404s in the browser with the message "This client isn't compatible with the media and the server isn't sending a compatible media format." Reverting to 10.7.0 fixes things. Perhaps there is an issue with a shared library? Additionally, music doesn't seem to work on 10.7.0 but it does work on 10.7.5
Author
Owner

@DetermineAbsurd commented on GitHub (May 9, 2021):

Am also having this issue with Docker. Error occurs in the Web player (Firefox), Jellyfin Desktop, Android and iOS. Doesn't occur on Roku for some reason, as that is the only working client in my setup.

@DetermineAbsurd commented on GitHub (May 9, 2021): Am also having this issue with Docker. Error occurs in the Web player (Firefox), Jellyfin Desktop, Android and iOS. Doesn't occur on Roku for some reason, as that is the only working client in my setup.
Author
Owner

@dmitrylyzo commented on GitHub (May 10, 2021):

./jellyfin.sh: line 6: /home/jellyfin/start/jellyfin/jellyfin: No such file or directory

On Matrix, there was a user with the same error. It was missing libc.musl-x86_64.so.1. We ended up combining the server and the web archives manually.

To check that:

ldd /home/jellyfin/start/jellyfin/jellyfin

10.7.5 seems to be built without libc.musl.

@dmitrylyzo commented on GitHub (May 10, 2021): > `./jellyfin.sh: line 6: /home/jellyfin/start/jellyfin/jellyfin: No such file or directory` On Matrix, there was a user with the same error. It was missing `libc.musl-x86_64.so.1`. We ended up combining the server and the web archives manually. To check that: ```sh ldd /home/jellyfin/start/jellyfin/jellyfin ``` 10.7.5 seems to be built without libc.musl.
Author
Owner

@stale[bot] commented on GitHub (Sep 21, 2021):

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

@stale[bot] commented on GitHub (Sep 21, 2021): This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on [Matrix or Social Media](https://docs.jellyfin.org/general/getting-help.html).
Author
Owner

@Bond-009 commented on GitHub (Mar 9, 2023):

Closing as stale

@Bond-009 commented on GitHub (Mar 9, 2023): Closing as stale
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#2946