• 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 Install server on Debian testing Triexie

     
    • 0 Vote(s) - 0 Average

    Install server on Debian testing Triexie

    Error when install via install script
    jope84
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 May
    Reputation: 0
    Country:Sweden
    #1
    2025-05-03, 05:13 PM
    Hi i am trying to install jellyfin server on Debian testing Trixie via script from download page on jellyfin.org.
    But i get this error.  Is there a guide how to fix this?


    Found the following details from '/etc/os-release':
      Real OS:            debian
      Repository OS:      debian
      Repository Release: trixie
      CPU Architecture:  amd64
    If this looks correct, press <Enter> now to continue installing Jellyfin.

    > Fetching repository signing key.

    > Installing Jellyfin repository into APT.
    Types: deb
    URIs: https://repo.jellyfin.org/debian
    Suites: trixie
    Components: main
    Architectures: amd64
    Signed-By: /etc/apt/keyrings/jellyfin.gpg

    > Updating APT repositories.
    Hit:1 http://deb.debian.org/debian testing InRelease
    Get:2 http://security.debian.org/debian-security testing-security InRelease [48.0 kB]
    Hit:3 http://deb.debian.org/debian testing-updates InRelease
    Ign:4 https://repo.jellyfin.org/debian trixie InRelease
    Err:5 https://repo.jellyfin.org/debian trixie Release
      404  Not found [IP: 68.183.204.194 443]
    Error: The repository 'https://repo.jellyfin.org/debian trixie Release' does not have a Release file.
    Notice: Updating from such a repository can't be done securely, and is therefore disabled by default.
    Notice: See apt-secure(Nerd-face manpage for repository creation and user configuration details.
    Notice: Some sources can be modernized. Run 'apt modernize-sources' to do so.
    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.
    Generator
    Offline

    Member

    Posts: 52
    Threads: 0
    Joined: 2025 May
    Reputation: 2
    #2
    2025-05-03, 05:29 PM
    There are only packages for stable and old-stable
    https://repo.jellyfin.org/?path=/server/debian

    You can try using docker instead

    https://jellyfin.org/docs/general/instal.../container
    jope84
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 May
    Reputation: 0
    Country:Sweden
    #3
    2025-05-03, 06:38 PM
    (2025-05-03, 05:29 PM)Generator Wrote: There are only packages for stable and old-stable 
    https://repo.jellyfin.org/?path=/server/debian

    You can try using docker instead

    https://jellyfin.org/docs/general/instal.../container

    I tested this script and same fault.   In script it says that Trixie is supported.

    The reason i run debian testing is fore i have activate  intel Vgpu in proxmox and Debian 12 are to old for the drivers
    Generator
    Offline

    Member

    Posts: 52
    Threads: 0
    Joined: 2025 May
    Reputation: 2
    #4
    2025-05-03, 09:43 PM
    What script?

    Have you tried the official installation?
    https://jellyfin.org/docs/general/installation/linux

    If you're running on proxmox why not install on Ubuntu server instead, that could probably soulve the GPU issue
    nellePoint
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 May
    Reputation: 0
    #5
    2025-05-18, 10:53 AM
    (2025-05-03, 09:43 PM)Generator Wrote: What script? 

    Have you tried the official installation? 
    https://jellyfin.org/docs/general/installation/linux

    that official installation has a script, in that script

    Code:
    # Lists of supported architectures, Debian, and Ubuntu releases
    SUPPORTED_ARCHITECTURES='@(amd64|armhf|arm64)'
    SUPPORTED_DEBIAN_RELEASES='@(bullseye|bookworm|trixie)'
    SUPPORTED_UBUNTU_RELEASES='@(focal|jammy|noble)'

    note the
    Code:
    SUPPORTED_DEBIAN_RELEASES='@(bullseye|bookworm|trixie)''


    i am also having this issue, looking through the repository, it definitely does not have any debian 13 (trixie) binaries, installing the debian12 binaries manually with dpkg can work, although it requires a lot of dependency hell
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,232
    Threads: 0
    Joined: 2024 Jun
    Reputation: 64
    #6
    2025-05-18, 04:17 PM
    Trixie support was just added three weeks ago: https://github.com/jellyfin/jellyfin-rep...0db4b1762c

    @joshuaboniface  Should this be working?
    Gustaaf Mixer
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Jul
    Reputation: 0
    Country:Belgium
    #7
    2025-07-29, 11:31 PM (This post was last modified: 2025-07-30, 01:58 PM by Gustaaf Mixer. Edited 2 times in total.)
    (2025-05-18, 04:17 PM)theguymadmax Wrote: Trixie support was just added three weeks ago: https://github.com/jellyfin/jellyfin-rep...0db4b1762c

    @joshuaboniface  Should this be working?

    The same issue is plaguing me. The install script does detect Trixie, and it does install the Trixie mirror.
    However, the only packages in that mirror are two ffmpeg variants, but nothing else.
    This leads to the script failing as follows:

    > > Installing Jellyfin.
    > Error: Unable to locate package jellyfin

    For the time being, I copied the sources file the script installs to a version that refers bookworm.
    (The install script overwrites the original one every run.)
    Re-running the install script now continues installing jellyfin, albeit the variant of the bookworm mirror.
    At first sight, the installation works using this workaround.

    As to why I am taking this approach: I have an Intel Arc A310, which needs a slightly newer kernel than bookworm offers, so I upgraded to Trixie.
    I am also trying to get hardware acceleration to work, and as the docker containers are based on Bookworm, I figured a native installation on Trixie would reduce possible complexities and issues.

    update: because of reasons not related to Jellyfin, I am switching over to Arch Linux for that machine, so I can give no further feedback on this setup, other than it seemed to work for the few hours and viewing sessions I used it for.

    addendum / tangent: I had quite some issues with hardware transcoding, but ultimately I had it working with regular mpeg2 sources (DVD). What did not work was converting my HEVC 10bit source (BD UHD). If I run into those issues once more, I'll create a dedicated thread after searching the forum some more. ;-)
    « 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