• 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 SOLVED: Bypassing nearest mirror for install

     
    • 0 Vote(s) - 0 Average

    SOLVED: Bypassing nearest mirror for install

    Installation troubleshooting
    Franklin Bluth
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #1
    2024-08-17, 09:18 PM
    I apparently picked the worst possible time to reinstall Jellyfin. The SF server is down, which is what my installer defaults to. I tried to redirect jellyfin.sources to one of the other mirrors, but am getting the error "Unable to locate package jellyfin."

    What exactly do I need to put into jellyfin.sources to get it to find the right files to complete the install?
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-08-17, 09:42 PM
    Go here and scroll down the mirror's list. Modify jellyfin.sources and replace repo.jellyfin.org with a specific mirror address.

    https://status.jellyfin.org/
    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]
    Franklin Bluth
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #3
    2024-08-17, 09:51 PM
    (2024-08-17, 09:42 PM)TheDreadPirate Wrote: Go here and scroll down the mirror's list.  Modify jellyfin.sources and replace repo.jellyfin.org with a specific mirror address.

    https://status.jellyfin.org/

    Yes, I'm saying that I did that. I replaced:
    https://repo.jellyfin.org/debian

    with 

    https://nyc1.mirror.jellyfin.org/debian

    and later 

    https://nyc1.mirror.jellyfin.org/

    with both iterations, I get the error "Unable to locate package jellyfin." I assume I just need to use slightly different wording. Is there a more specific url that I need to use?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-08-17, 09:58 PM (This post was last modified: 2024-08-17, 09:59 PM by TheDreadPirate. Edited 1 time in total.)
    Did you "sudo apt update" first?

    Code:
    root@rat-trap:/etc/apt/sources.list.d# cat jellyfin.sources
    Types: deb
    URIs: https://nyc1.mirror.jellyfin.org/ubuntu
    Suites: noble
    Components: main
    Architectures: amd64
    Signed-By: /etc/apt/keyrings/jellyfin.gpg
    root@rat-trap:/etc/apt/sources.list.d# apt update
    Hit:1 https://download.docker.com/linux/ubuntu noble InRelease
    Hit:2 http://security.ubuntu.com/ubuntu noble-security InRelease
    Hit:3 http://us.archive.ubuntu.com/ubuntu noble InRelease
    Hit:4 http://us.archive.ubuntu.com/ubuntu noble-updates InRelease
    Hit:5 https://nyc1.mirror.jellyfin.org/ubuntu noble InRelease
    Hit:6 http://us.archive.ubuntu.com/ubuntu noble-backports InRelease
    Hit:7 https://esm.ubuntu.com/apps/ubuntu noble-apps-security InRelease
    Hit:8 https://esm.ubuntu.com/apps/ubuntu noble-apps-updates InRelease
    Hit:9 https://esm.ubuntu.com/infra/ubuntu noble-infra-security InRelease
    Hit:10 https://esm.ubuntu.com/infra/ubuntu noble-infra-updates InRelease
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    All packages are up to date.
    root@rat-trap:/etc/apt/sources.list.d#
    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]
    Franklin Bluth
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #5
    2024-08-17, 10:10 PM
    (2024-08-17, 09:58 PM)TheDreadPirate Wrote: Did you "sudo apt update" first?

    Code:
    root@rat-trap:/etc/apt/sources.list.d# cat jellyfin.sources
    Types: deb
    URIs: https://nyc1.mirror.jellyfin.org/ubuntu
    Suites: noble
    Components: main
    Architectures: amd64
    Signed-By: /etc/apt/keyrings/jellyfin.gpg
    root@rat-trap:/etc/apt/sources.list.d# apt update
    Hit:1 https://download.docker.com/linux/ubuntu noble InRelease
    Hit:2 http://security.ubuntu.com/ubuntu noble-security InRelease
    Hit:3 http://us.archive.ubuntu.com/ubuntu noble InRelease
    Hit:4 http://us.archive.ubuntu.com/ubuntu noble-updates InRelease
    Hit:5 https://nyc1.mirror.jellyfin.org/ubuntu noble InRelease
    Hit:6 http://us.archive.ubuntu.com/ubuntu noble-backports InRelease
    Hit:7 https://esm.ubuntu.com/apps/ubuntu noble-apps-security InRelease
    Hit:8 https://esm.ubuntu.com/apps/ubuntu noble-apps-updates InRelease
    Hit:9 https://esm.ubuntu.com/infra/ubuntu noble-infra-security InRelease
    Hit:10 https://esm.ubuntu.com/infra/ubuntu noble-infra-updates InRelease
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    All packages are up to date.
    root@rat-trap:/etc/apt/sources.list.d#

    That fixed it. Thank you!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-08-18, 03:03 PM
    FYI, Joshua (the Jellyfin project lead) fixed the issue with the San Fran mirror. You can switch the apt source back to repo.jellyfin.org.
    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]
    « 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