RE: Updating from 10.8.0 - Ubuntu - DeckardTBechard - 2024-04-10
Oop, here's the second one from before just in case:
Code: N: Ignoring file 'mariadb.list.old_1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'mariadb.list.old_2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Moving on; folders moved, Jellyfin purged, deleted install folders, used auto-install script and got this:
Code: > Fetching repository signing key.
> Installing Jellyfin repository into APT.
Types: deb
URIs: https://repo.jellyfin.org/ubuntu
Suites: jammy
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/jellyfin.gpg
> Updating APT repositories.
Hit:1 https://repo.steampowered.com/steam stable InRelease
Hit:2 https://download.docker.com/linux/ubuntu jammy InRelease
Get:3 https://pkgs.tailscale.com/stable/ubuntu focal InRelease
Hit:4 https://repo.jellyfin.org/ubuntu jammy InRelease
Hit:6 https://packages.redis.io/deb jammy InRelease
Hit:7 https://apt.sonarr.tv/ubuntu focal InRelease
Get:8 https://dl.cloudsmith.io/public/caddy/stable/deb/debian any-version InRelease [8,263 B]
Get:9 https://dlm.mariadb.com/repo/mariadb-server/10.10/repo/ubuntu jammy InRelease [7,767 B]
Hit:10 https://repository.mullvad.net/deb/stable jammy InRelease
Get:11 https://dlm.mariadb.com/repo/maxscale/latest/apt jammy InRelease [9,344 B]
Hit:12 https://ppa.launchpadcontent.net/linuxuprising/java/ubuntu jammy InRelease
Hit:5 https://downloads.mariadb.com/Tools/ubuntu jammy InRelease
Hit:13 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease
Ign:14 https://ppa.launchpadcontent.net/webupd8team/java/ubuntu jammy InRelease
Err:15 https://ppa.launchpadcontent.net/webupd8team/java/ubuntu jammy Release
404 Not Found [IP: 185.125.190.80 443]
Hit:16 http://us.archive.ubuntu.com/ubuntu jammy InRelease
Hit:17 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:18 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:19 http://security.ubuntu.com/ubuntu jammy-security InRelease
Reading package lists... Done
N: Ignoring file 'mariadb.list.old_1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'mariadb.list.old_2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
W: https://apt.sonarr.tv/ubuntu/dists/focal/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
E: The repository 'https://ppa.launchpadcontent.net/webupd8team/java/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
ERROR: Failed to update APT repositories. Something is wrong with your APT sources, GPG keys, or Internet connection. Try again shortly or use https://jellyfin.org/contact to find us for troubleshooting.
Before moving on I checked jellyfin.sources. Here's that:
Code: Types: deb
URIs: https://repo.jellyfin.org/ubuntu
Suites: jammy
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/jellyfin.gpg
I went on to the next step and got this back:
Code: Failed to stop jellyfin.service: Unit jellyfin.service not loaded.
After moving the data and config folders back, sudo chown -R jellyfin: /var/lib/jellyfin /etc/jellyfin returns:
Code: sudo chown -R jellyfin: /var/lib/jellyfin /etc/jellyfin
Starting the service returns:
Code: Failed to start jellyfin.service: Unit jellyfin.service not found.
Even after purging, I'm still getting a 404 error using the batch. Could that be an issue?
RE: Updating from 10.8.0 - Ubuntu - TheDreadPirate - 2024-04-10
You have other issues, unrelated to jellyfin's repo, that may be preventing apt from working properly.
Remove those old maria db list files in /etc/apt/sources.list.d/ as a start.
RE: Updating from 10.8.0 - Ubuntu - DeckardTBechard - 2024-04-10
Did that and got the same outcome (just doesn't mention old files anymore). I'll look into some of the other things mentioned at the bottom of the printout:
Code: > Fetching repository signing key.
> Installing Jellyfin repository into APT.
Types: deb
URIs: https://repo.jellyfin.org/ubuntu
Suites: jammy
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/jellyfin.gpg
> Updating APT repositories.
Hit:1 https://repo.jellyfin.org/ubuntu jammy InRelease
Hit:2 https://download.docker.com/linux/ubuntu jammy InRelease
Hit:3 https://repo.steampowered.com/steam stable InRelease
Get:4 https://pkgs.tailscale.com/stable/ubuntu focal InRelease
Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease
Get:7 https://dl.cloudsmith.io/public/caddy/stable/deb/debian any-version InRelease [8,263 B]
Hit:8 https://packages.redis.io/deb jammy InRelease
Hit:9 https://apt.sonarr.tv/ubuntu focal InRelease
Get:10 https://dlm.mariadb.com/repo/mariadb-server/10.10/repo/ubuntu jammy InRelease [7,767 B]
Get:11 https://dlm.mariadb.com/repo/maxscale/latest/apt jammy InRelease [9,344 B]
Hit:5 https://downloads.mariadb.com/Tools/ubuntu jammy InRelease
Hit:12 https://ppa.launchpadcontent.net/linuxuprising/java/ubuntu jammy InRelease
Hit:13 https://repository.mullvad.net/deb/stable jammy InRelease
Hit:14 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease
Ign:15 https://ppa.launchpadcontent.net/webupd8team/java/ubuntu jammy InRelease
Err:16 https://ppa.launchpadcontent.net/webupd8team/java/ubuntu jammy Release
404 Not Found [IP: 185.125.190.80 443]
Hit:17 http://us.archive.ubuntu.com/ubuntu jammy InRelease
Hit:18 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:19 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
Reading package lists... Done
W: https://apt.sonarr.tv/ubuntu/dists/focal/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
E: The repository 'https://ppa.launchpadcontent.net/webupd8team/java/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
ERROR: Failed to update APT repositories. Something is wrong with your APT sources, GPG keys, or Internet connection. Try again shortly or use https://jellyfin.org/contact to find us for troubleshooting.
RE: Updating from 10.8.0 - Ubuntu - DeckardTBechard - 2024-04-10
Update: I have resolved the Sonarr key issue. Link to guide.
New printout:
Code: > Fetching repository signing key.
> Installing Jellyfin repository into APT.
Types: deb
URIs: https://repo.jellyfin.org/ubuntu
Suites: jammy
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/jellyfin.gpg
> Updating APT repositories.
Hit:2 https://repo.steampowered.com/steam stable InRelease
Hit:3 https://download.docker.com/linux/ubuntu jammy InRelease
Get:4 https://dl.cloudsmith.io/public/caddy/stable/deb/debian any-version InRelease [8,263 B]
Hit:5 https://repository.mullvad.net/deb/stable jammy InRelease
Hit:6 https://repo.jellyfin.org/ubuntu jammy InRelease
Get:7 https://dlm.mariadb.com/repo/mariadb-server/10.10/repo/ubuntu jammy InRelease [7,767 B]
Hit:8 https://apt.sonarr.tv/ubuntu focal InRelease
Hit:1 https://downloads.mariadb.com/Tools/ubuntu jammy InRelease
Hit:9 https://packages.redis.io/deb jammy InRelease
Get:10 https://dlm.mariadb.com/repo/maxscale/latest/apt jammy InRelease [9,344 B]
Get:11 https://pkgs.tailscale.com/stable/ubuntu focal InRelease
Hit:12 https://ppa.launchpadcontent.net/linuxuprising/java/ubuntu jammy InRelease
Hit:13 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease
Ign:14 https://ppa.launchpadcontent.net/webupd8team/java/ubuntu jammy InRelease
Err:15 https://ppa.launchpadcontent.net/webupd8team/java/ubuntu jammy Release
404 Not Found [IP: 185.125.190.80 443]
Hit:16 http://us.archive.ubuntu.com/ubuntu jammy InRelease
Hit:17 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:18 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:19 http://security.ubuntu.com/ubuntu jammy-security InRelease
Reading package lists... Done
E: The repository 'https://ppa.launchpadcontent.net/webupd8team/java/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
ERROR: Failed to update APT repositories. Something is wrong with your APT sources, GPG keys, or Internet connection. Try again shortly or use https://jellyfin.org/contact to find us for troubleshooting.
RE: Updating from 10.8.0 - Ubuntu - TheDreadPirate - 2024-04-10
Update this PPA.
Code: E: The repository 'https://ppa.launchpadcontent.net/webupd8team/java/ubuntu jammy Release' does not have a Release file.
https://launchpad.net/~webupd8team
RE: Updating from 10.8.0 - Ubuntu - DeckardTBechard - 2024-04-11
Updated the link and got back:
Code: E: The repository 'https://ppa.launchpadcontent.net/nilarimogard/webupd8/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
Deleted PPA manually and re-added with:
Code: sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
Got the same message back about no release file, looked into the link and did some searching and found this.
So I deleted it outright then one sudo apt update later, so far so good!
I re-did all the steps from post #10 minus the re-creating of the backups.
Lo and behold it worked! Checked the dashboard; 10.8.13! Yipee~!
Thanks so much! I learned a lot and now I can FINALLY stop using the dev version of the Roku client!
RE: Updating from 10.8.0 - Ubuntu - DeckardTBechard - 2024-04-11
Here's a guide for the PPA removal if some poor fool in the future needs it It's super easy to do in Software & Updates under the Other Software tab.
RE: Updating from 10.8.0 - Ubuntu - Slavy Ivanov - 2025-01-02
Big thanks to TheDreadPirate. Your guide work a 100% My jellyfin server was upgrade to v.10.10.3 and all of the users and library's are back on place.
Now my Sony Bravia OLED - Jellyfin app is fully connected and stream directly any kind of resolution and codec without CPU consumption!!! Amazing!!! HDR10 work great also. Big thanks to the team. Cheers!
RE: Updating from 10.8.0 - Ubuntu - Elbiot - 2025-05-23
Oof, well I had the same issue. the idea that I had two versions installed also crossed my mind. apt said I had the latest jellyfin installed (10.10.7+ubu2204), but running jellyfin --version said it was 10.8
I followed the guidance here and realized after apt purge that there's a package jellyfin-server and it's version was still in fact 10.8
Removing jellyfin (10.10.7+ubu2204) ...
Removing jellyfin-ffmpeg7 (7.1.1-3-jammy) ...
Removing jellyfin-server (10.8.13-1) ...
Stopping Jellyfin!
So I think I probably could have explicitly upgraded that package and it would have been fine. However, after following the steps here my library is gone so I think I have to re-index all of it.
Hope this helps someone
|