Jellyfin Forum
No Update to 10.9 - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: No Update to 10.9 (/t-no-update-to-10-9)

Pages: 1 2


No Update to 10.9 - Azghul - 2024-05-13

Hi all,

tried to update from 10.8.13-1 to 10.9 with different approaches.

System:
Proxmox 8.2.2
LXC: Ubuntu Maniac

Here the my /etc/apt/sources.list.d/jellyfin.sources
Code:
Types: deb
URIs: https://repo.jellyfin.org/ubuntu
Suites: mantic
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/jellyfin.gpg

If i use the this command:
Code:
curl -s https://repo.jellyfin.org/install-debuntu.sh | sudo bash
i get the following message:
Code:
> Determining optimal repository settings.

Found the following details from '/etc/os-release':
  Real OS:            ubuntu
  Repository OS:      ubuntu
  Repository Release: mantic
  CPU Architecture:  amd64
If this looks correct, press <Enter> now to continue installing Jellyfin.

> Fetching repository signing key.

> Installing Jellyfin repository into APT.
Types: deb
URIs: https://repo.jellyfin.org/ubuntu
Suites: mantic
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/jellyfin.gpg

> Updating APT repositories.
Hit:1 http://security.ubuntu.com/ubuntu mantic-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu mantic InRelease                                               
Hit:3 http://archive.ubuntu.com/ubuntu mantic-updates InRelease                                       
Hit:4 https://repo.jellyfin.org/ubuntu mantic InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.

> Installing Jellyfin.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
jellyfin is already the newest version (10.8.13-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

> Waiting 15 seconds for Jellyfin to fully start up.

-------------------------------------------------------------------------------
* jellyfin.service - Jellyfin Media Server
    Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
            `-jellyfin.service.conf
    Active: active (running) since Mon 2024-05-13 09:45:38 CEST; 47min ago
  Main PID: 975 (jellyfin)
      Tasks: 24 (limit: 18517)
    Memory: 205.7M
        CPU: 15.093s
    CGroup: /system.slice/jellyfin.service
            `-975 /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --restartpath=/usr/lib/jellyfin/restart.sh --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg

May 13 09:46:17 jellyfin jellyfin[975]: [09:46:17] [WRN] The entity type 'Preference' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuratio...QLite provider.
May 13 09:46:17 jellyfin jellyfin[975]: [09:46:17] [WRN] The entity type 'ApiKey' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration wi...QLite provider.
May 13 09:46:17 jellyfin jellyfin[975]: [09:46:17] [WRN] The entity type 'Device' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration wi...QLite provider.
May 13 09:46:17 jellyfin jellyfin[975]: [09:46:17] [WRN] The entity type 'DeviceOptions' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configura...QLite provider.
May 13 09:46:17 jellyfin jellyfin[975]: [09:46:17] [WRN] The entity type 'User' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will...QLite provider.
May 13 10:15:44 jellyfin jellyfin[975]: [10:15:44] [INF] IntervalTrigger fired for task: Leere Zwischenspeicher
May 13 10:15:44 jellyfin jellyfin[975]: [10:15:44] [INF] Queuing task DeleteCacheFileTask
May 13 10:15:44 jellyfin jellyfin[975]: [10:15:44] [INF] Executing Leere Zwischenspeicher
May 13 10:15:44 jellyfin jellyfin[975]: [10:15:44] [INF] Leere Zwischenspeicher Completed after 0 minute(s) and 0 seconds
May 13 10:15:44 jellyfin jellyfin[975]: [10:15:44] [INF] ExecuteQueuedTasks
Hint: Some lines were ellipsized, use -l to show in full.
-------------------------------------------------------------------------------

Maybe someone can help?

Cheers,
Azghul


RE: No Update to 10.9 - Vosseal - 2024-05-13

Hello All,

I'm experiencing the same issue. When running on Ubuntu 24.04 LTS the default repository location in which previous updates for Jellyfin came from currently does not hold the 10.9 update deb files.

I found the repository https://repo.jellyfin.org/files/server/ubuntu/latest-stable/arm64/ on your website which does include the not update files. However when amending /etc/apt/sources.list.d/jellyfin.sources file with the new URL it states that their is 'No release file available at that location'.

Looking forward to hearing the fix on this as I'm keen to try the new features of 10.9.

Thanks
Vosseal


RE: No Update to 10.9 - TheDreadPirate - 2024-05-13

We are only explicitly supporting LTS builds of Ubuntu going forward. You can lie and change the "suites" field in jellyfin.sources to "noble". :-)


RE: No Update to 10.9 - Vosseal - 2024-05-13

(2024-05-13, 11:49 AM)TheDreadPirate Wrote: We are only explicitly supporting LTS builds of Ubuntu going forward.  You can lie and change the "suites" field in jellyfin.sources to "noble".  :-)

Hello TheDreadPirate,

Thanks for coming back to me so fast, its really appreciated.

Apologies I should have clarified that I am using Ubuntu 24.04 LTS to host my Jellyfin instance. You can see this within the attached screenshot on this reply.

When jellyfin was initially configured this server was using 23.10 ( None LTS ) is it the case that my jellyfin.sources file is still setup as if its on 23.10 ubuntu? As I upgraded this server to 24.04 LTS post jellyfin initial installation as you mentioned you wont support non LTS versions. Smiling-face

Looking forward to hearing back from you.

Thanks
Vosseal


RE: No Update to 10.9 - TheDreadPirate - 2024-05-13

I've never seen Ubuntu update apt sources that were added by users. You would have to make the change yourself. jellyfin.sources in your OP is set for mantic and you will have to manually change that to noble.

Also, 24.04 but with the 6.5 kernel? Shouldn't it be 6.8?

Code:
Ubuntu 24.04 LTS
Welcome to Ubuntu 24.04 LTS (GNU/Linux 6.8.0-31-generic x86_64)

* Documentation:  https://help.ubuntu.com
* Management:     https://landscape.canonical.com
* Support:        https://ubuntu.com/pro
Last login: Mon May 13 16:37:49 2024 from 192.168.1.2



RE: No Update to 10.9 - Fate - 2024-05-13

(2024-05-13, 04:49 PM)Vosseal Wrote:
(2024-05-13, 11:49 AM)TheDreadPirate Wrote: We are only explicitly supporting LTS builds of Ubuntu going forward.  You can lie and change the "suites" field in jellyfin.sources to "noble".  :-)

Hello TheDreadPirate,

Thanks for coming back to me so fast, its really appreciated.

Apologies I should have clarified that I am using Ubuntu 24.04 LTS to host my Jellyfin instance. You can see this within the attached screenshot on this reply.

When jellyfin was initially configured this server was using 23.10 ( None LTS ) is it the case that my jellyfin.sources file is still setup as if its on 23.10 ubuntu? As I upgraded this server to 24.04 LTS post jellyfin initial installation as you mentioned you wont support non LTS versions. Smiling-face

Looking forward to hearing back from you.

Thanks
Vosseal
Can you post the content of anything you have in /etc/apt/sources.list and /etc/sources.list.d/?


RE: No Update to 10.9 - Vosseal - 2024-05-14

(2024-05-13, 05:11 PM)Fate Wrote:
(2024-05-13, 04:49 PM)Vosseal Wrote:
(2024-05-13, 11:49 AM)TheDreadPirate Wrote: We are only explicitly supporting LTS builds of Ubuntu going forward.  You can lie and change the "suites" field in jellyfin.sources to "noble".  :-)

Hello TheDreadPirate,

Thanks for coming back to me so fast, its really appreciated.

Apologies I should have clarified that I am using Ubuntu 24.04 LTS to host my Jellyfin instance. You can see this within the attached screenshot on this reply.

When jellyfin was initially configured this server was using 23.10 ( None LTS ) is it the case that my jellyfin.sources file is still setup as if its on 23.10 ubuntu? As I upgraded this server to 24.04 LTS post jellyfin initial installation as you mentioned you wont support non LTS versions. Smiling-face

Looking forward to hearing back from you.

Thanks
Vosseal
Can you post the content of anything you have in /etc/apt/sources.list and /etc/sources.list.d/?

My jelly.sources file looks like the below:

Types: deb


URIs: https://repo.jellyfin.org/ubuntu

Suites: mantic

Components: main

Architectures: arm64

Signed-By: /etc/apt/keyrings/jellyfin.gpg

I'm doing some project delivery for a customer today, but when I get home I'll change the 'Mantic' to 'Noble' for the 'Suites' section and then do a 'sudo apt update' and see if the 10.9 version is available.

It would make sense that when I updated from Ubuntu 23.10 to 24.04 LTS the Linux in-place upgrade wouldn't go and automatically change the 'Mantic' field to 'Noble' ( knowing Linux ).

I will let you all know the results of my test later this evening. Smiling-face

Vosseal


RE: No Update to 10.9 - Vosseal - 2024-05-14

Hello all, It would appear that what I assumed in my last post was definitely the case.

Because I was running Ubuntu 23.10 ( NON-LTS ) when I initially installed my Jellyfin server the jellyfin.sources file was created with 'Mantic' as the 'Suites' field instead of 'Noble' as that was the current version of OS which was running.

So when I performed an In-Place upgrade from 23.10 ( NON-LTS ) to 24.04 ( LTS ), the In-Place upgrade didn't go and change the jellyfin.sources file automatically from 'Mantic' to 'Noble'. Amending this field within /etc/apt/sources.list.d/jellyfin.sources from 'Mantic' to 'Noble' did the trick as shown in the attached screenshot.

Hopefully this helps others within similar issues. Thanks again for the communication within this forum.

Vosseal


RE: No Update to 10.9 - Azghul - 2024-05-16

Hi all,

just to let you know, i also updated from my 23.10 to 24.04 and it worked.

I just restored a backup and reverted everything. My 10.9.1 just had anm issue with the web gui.
The only browser who was able to open it, was my Firefox. Neither, Chrome, Edge nor Brave where able to open then web gui. Will look into that later, but my time is very limited due to work and my little one.


RE: No Update to 10.9 - HikariNoKitsune - 2024-05-18

Yea... IDK about anyone else, but nothing works for me. Good to know that the server itself won't just, tell you when there's an update... and when doing normal practices for 'updating/upgrading', nothing is actually upgraded or updated lol...

For my case... i was on 22.04. Didn't get any notification by either Ubuntu nor Jellyfin that an 'upgrade' was required. 22.04 is LTS and still supported till 2027.... so... its weird that jellyfin isn't supporting it while stating 'we only support lts versions'... I upgraded from 22.04 to 23.04 only to find out that this isn't actually an LTS version for some reason... so I tried to upgrade from 23.04 to 24.04... and no dice. guess they just won't allow that. so i upgraded from 23.04 to 23.10, then from 23.10 to 24.04 LTS. Still nothing.

What's weird, is that when i try to update it, or just re-install it, it is telling me that it is using Jellyfin Ubuntu 10.9.2. However, its like nothing is 'actually happening'. The web client when going to the Dashboard, still just says 10.8.9.... If i look at the versions on the server itself via CLI, it very clearly shows "Server: 10.8.9" but "web-client: 10.9.2".... So I'm getting the impression that the server just, isn't actually updating for whatever reason.

This is getting insanely discouraging... as I have alot of people who are wanting to use the server, but now can't, because of this horrible upgrade process... Man, I remember back when just doing an apt update and apt upgrade just worked for everything...