• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Can't update on Debian

     
    • 0 Vote(s) - 0 Average

    Can't update on Debian

    Debian Raspberry Pi 3 installation can't update past 10.8.13
    timbone316
    Offline

    Junior Member

    Posts: 9
    Threads: 3
    Joined: 2024 Apr
    Reputation: 0
    Country:United States
    #1
    2024-05-17, 04:17 PM (This post was last modified: 2024-05-17, 04:17 PM by timbone316. Edited 1 time in total.)
    I want to make sure I have the latest jellyfin-server installed, and today I was finally able to upgrade from Stretch to Buster. I had to edit the sources.list to switch from stretch to buster so it would retrieve the latest packages, and it *did* update, but to 10.8.13 and it won't go past there. Now if i run "sudo apt update && sudo apt upgrade" it ends up with these errors:

    Errors were encountered while processing:
    ca-certificates-java
    openjdk-11-jre-headless:armhf
    openjdk-11-jre:armhf
    openjdk-11-jdk-headless:armhf
    openjdk-11-jdk:armhf
    greenfoot-unbundled
    bluej
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    but i'm not sure if that was from the Buster upgrade rather than installing a clean image. Any idea why it won't let me update jellyfin-server, so i can take advantage of the new media player? This also might fix my issue with audio tracks not switching on the Roku app. Thanks for any help.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-05-17, 04:42 PM (This post was last modified: 2024-05-17, 04:42 PM by TheDreadPirate. Edited 1 time in total.)
    This is almost certainly an apt problem from the upgrade. Double check ALL your repos were updated to buster. I'm assuming you got put on 10.8.13 is because apt couldn't/wouldn't pull the latest jellyfin repo manifest due to other issues. So your system's jellyfin manifest still has 10.8.13 as the latest.

    Apt, and I think most other package managers, will not update ANY manifest if even a single repo is not set correctly.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    timbone316
    Offline

    Junior Member

    Posts: 9
    Threads: 3
    Joined: 2024 Apr
    Reputation: 0
    Country:United States
    #3
    2024-05-17, 05:26 PM
    How do I check my repos? I checked sources.list, but it only has one entry and it says buster. How i do i check inidividual ones? Thanks for your help!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-05-17, 05:44 PM
    You should be looking in /etc/apt/sources.list.d/. There should be a bunch of .list and .source files in there.

    Code:
    root@rat-trap:/etc/apt/sources.list.d# ll
    total 32
    drwxr-xr-x 2 root root 4096 May  9 10:38 ./
    drwxr-xr-x 8 root root 4096 Apr 27 16:55 ../
    -rw-r--r-- 1 root root  112 Apr 29 17:11 docker.list
    -rw-r--r-- 1 root root  144 Apr 29 17:11 jellyfin.sources
    -rw-r--r-- 1 root root  183 Apr 29 17:11 ubuntu-esm-apps.sources
    -rw-r--r-- 1 root root  186 Apr 29 17:11 ubuntu-esm-infra.sources
    -rw-r--r-- 1 root root  386 Apr 29 17:11 ubuntu.sources
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    timbone316
    Offline

    Junior Member

    Posts: 9
    Threads: 3
    Joined: 2024 Apr
    Reputation: 0
    Country:United States
    #5
    2024-05-17, 05:57 PM
    in that folder are only 4 files:

    jellyfin.list (updated previously)
    plexmediaserver.list (no stretch in there, and only lines were commented out)
    raspi.list (updated previously)
    vscode.list (commented line about it being disbaled, nothing else)

    the jellyfin.list file only says this:
    "deb [signed-by=/usr/share/keyrings/jellyfin-archive-keyring.gpg arch=armhf] https://repo.jellyfin.org/debian buster main"
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-05-17, 06:03 PM
    Ok. Just double checked. Jellyfin 10.9 only supports Bullseye (11) and Bookworm (12). I forgot that Buster was Debian 10.

    I'm assuming the choice was made to drop Debian 10 support due to it reaching EOL at the end of June.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    timbone316
    Offline

    Junior Member

    Posts: 9
    Threads: 3
    Joined: 2024 Apr
    Reputation: 0
    Country:United States
    #7
    2024-05-17, 06:12 PM
    Thank you! I'm upgrading to bullseye now. Do you recommend moving to Bookworm after that, or sticking with Bullseye for a while?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-05-17, 06:32 PM
    Whatever you're comfortable with. Bullseye is EOL June 2026.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    timbone316
    Offline

    Junior Member

    Posts: 9
    Threads: 3
    Joined: 2024 Apr
    Reputation: 0
    Country:United States
    #9
    2024-05-17, 06:40 PM
    Thanks for your time and effort. Hopefully this will work.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode