2024-04-11, 05:07 PM
(This post was last modified: 2024-04-11, 05:10 PM by innerspaceboy. Edited 2 times in total.)
(2024-04-11, 05:02 PM)TheDreadPirate Wrote: Something is lingering, but I don't know where. Are you ok with purging Jellyfin and starting over? You have nothing you need to preserve, correct? If so, follow these directions to ensure we have a clean start.
Code:sudo systemctl stop jellyfin
sudo apt purge jellyfin*
Now we are going to manually delete Jellyfin's data dir and config dir.
Code:sudo rm -rf /var/lib/jellyfin /etc/jellyfin
Install from our repo via the auto-install script
Code:curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
It will automatically start the Jellyfin service.
Thank you - that was my line of thinking for our next step as well.
I ran all the commands you so kindly provided in order. When I ran the final curl command and hit return after the information appeared in the terminal, it showed a lot of info ending with an error message. I captured the error:
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.
Does that matter or should I proceed with creating a user account and adding the folder? EDIT: Ah, I see I can't access the Jellyfin dashboard URL due to the error - it hasn't installed.
Here's a full capture of what it returned when I ran the curl command:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0> Determining optimal repository settings.
Found the following details from '/etc/os-release':
Real OS: ubuntu
Repository OS: ubuntu
Repository Release: focal
CPU Architecture: amd64
100 10356 100 10356 0 0 31962 0 --:--:-- --:--:-- --:--:-- 32061
> Fetching repository signing key.
> Found old-style '/etc/apt/sources.list.d/jellyfin.list' configuration; removing it.
> Installing Jellyfin repository into APT.
Types: deb
URIs: https://repo.jellyfin.org/ubuntu
Suites: focal
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/jellyfin.gpg
> Updating APT repositories.
Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:5 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:6 https://repo.jellyfin.org/ubuntu focal InRelease
Hit:7 http://ppa.launchpad.net/inkscape.dev/stable/ubuntu focal InRelease
Hit:8 http://ppa.launchpad.net/libretro/stable/ubuntu focal InRelease
Hit:9 http://ppa.launchpad.net/libretro/testing/ubuntu focal InRelease
Ign:10 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu focal InRelease
Ign:11 http://ppa.launchpad.net/videolan/stable-daily/ubuntu focal InRelease
Err:12 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu focal Release
404 Not Found [IP: 185.125.190.80 80]
Err:13 http://ppa.launchpad.net/videolan/stable-daily/ubuntu focal Release
404 Not Found [IP: 185.125.190.80 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu focal 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(

E: The repository 'http://ppa.launchpad.net/videolan/stable-daily/ubuntu focal 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(

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.