2024-04-10, 02:49 PM
(This post was last modified: 2024-04-10, 02:52 PM by DeckardTBechard. Edited 1 time in total.)
Oop, here's the second one from before just in case:
Moving on; folders moved, Jellyfin purged, deleted install folders, used auto-install script and got this:
Before moving on I checked jellyfin.sources. Here's that:
I went on to the next step and got this back:
After moving the data and config folders back, sudo chown -R jellyfin: /var/lib/jellyfin /etc/jellyfin returns:
Starting the service returns:
Even after purging, I'm still getting a 404 error using the batch. Could that be an issue?
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?