• 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 Jellyfin on TrueNAS Scale - Throwing Errors

     
    • 0 Vote(s) - 0 Average

    Jellyfin on TrueNAS Scale - Throwing Errors

    jellyfinboy13
    Offline

    Junior Member

    Posts: 11
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    #1
    2024-09-01, 10:00 AM
    I installed TrueNAS Scale on a new box for testing purposes. The project is to evaluate Emby, Jellyfin and Plex for a home media server project. I already have Plex running a very large media collection on TrueNAS Core 13.3 but I’m concerned about the path forward as community apps won’t install beyond 13.2.
    So I installed TrueNAS Core Dragonfish-24.04.2 without any significant issues. I was able to get Plex and Emby running with minimal problems so they’re ready to eval.
    The Jellyfin install is:
    • App Version:10.9.10
    • Chart Version:1.3.4
    • I only have one of the apps running at a time.
    • Each app has it’s own data set
    • Jellyfin has nested locations for cache, config and transcodes

       

    I’ve tried making some adjustments to Jellyfin’s config via the GUI but each time I start it back up, I get a similar series of messages:
    Code:
    Aug 31 17:07:12 truenas-scale kernel: traps: jellyfin[1005911] general protection fault ip:7fee9aca150f sp:7ffe961429a0 error:0 in libc.so.6[7fee9aca1000+155000]
    Aug 31 17:07:12 truenas-scale kernel: Process 1(jellyfin) has RLIMIT_CORE set to 1
    Aug 31 17:07:12 truenas-scale kernel: Aborting core
    Aug 31 17:12:29 truenas-scale kernel: traps: jellyfin[1014714] general protection fault ip:7fb9e067350f sp:7ffddd939f70 error:0 in libc.so.6[7fb9e0673000+155000]
    Aug 31 17:12:29 truenas-scale kernel: Process 1(jellyfin) has RLIMIT_CORE set to 1
    Aug 31 17:12:29 truenas-scale kernel: Aborting core
    Aug 31 17:17:32 truenas-scale kernel: traps: jellyfin[1023104] general protection fault ip:7f002da0150f sp:7ffc2ff83a80 error:0 in libc.so.6[7f002da01000+155000]
    Aug 31 17:17:32 truenas-scale kernel: Process 1(jellyfin) has RLIMIT_CORE set to 1
    Aug 31 17:17:32 truenas-scale kernel: Aborting core
    Aug 31 17:22:38 truenas-scale kernel: traps: jellyfin[1032022] general protection fault ip:7f29887d850f sp:7ffca33af180 error:0 in libc.so.6[7f29887d8000+155000]
    Aug 31 17:22:38 truenas-scale kernel: Process 1(jellyfin) has RLIMIT_CORE set to 1
    Aug 31 17:22:38 truenas-scale kernel: Aborting core
    Aug 31 17:22:38 truenas-scale kernel: traps: jellyfin[1032022] general protection fault ip:7f29887d850f sp:7ffca33af180 error:0 in libc.so.6[7f29887d8000+155000]
    Aug 31 17:22:38 truenas-scale kernel: Process 1(jellyfin) has RLIMIT_CORE set to 1
    Aug 31 17:22:38 truenas-scale kernel: Aborting core
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-09-01, 02:20 PM (This post was last modified: 2024-09-01, 02:21 PM by TheDreadPirate.)
    IIRC, TrueCharts is going away. IMO you should migrate any Chart apps to Docker.

    Also, I'm assuming this is your on the TrueNAS forums?

    https://forums.truenas.com/t/jellyfin-on...re/12151/3
    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]
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #3
    2024-09-01, 06:34 PM (This post was last modified: 2024-09-01, 06:37 PM by Efficient_Good_5784. Edited 2 times in total.)
    In the next month, Truenas Scale will get an update that removes the current Kubernetes backend and replaces it entirely with Docker.
    I second @TheDreadPirate's claim to just stick to Docker by waiting a month for the new update to drop on Scale.

    That said, your issue comes from you assigning a low value for the "Resource Configuration" memory limit.
    Increase the amount of ram that you're allowing the Jellyfin Kubernetes container to access. It doesn't have enough.
    jellyfinboy13
    Offline

    Junior Member

    Posts: 11
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    #4
    2024-09-02, 12:56 PM (This post was last modified: 2024-09-02, 01:30 PM by jellyfinboy13. Edited 1 time in total.)
    (2024-09-01, 02:20 PM)TheDreadPirate Wrote: IIRC, TrueCharts is going away.  IMO you should migrate any Chart apps to Docker.

    Also, I'm assuming this is your on the TrueNAS forums?

    https://forums.truenas.com/t/jellyfin-on...re/12151/3

    Yes, that's mine. Since it's a question about the Jellyfin app and the TrueNAS Scale environment input from each forum would be valuable.

    Since the TrueNAS Scale system is a test system, I went ahead and shifted to the Electric Eel beta train. Plex works - Emby works - Jellyfin (fresh install) does not work. The Jellyfin installation clearly pulls a docker container:

    Name:jellyfin
    App Version:10.9.10
    Source:hub.docker.com/r/jellyfin/jellyfin, jellyfin.org
    Train:community

    When I start Jellyfin it goes into DEPLOYING state and continues to throw GPFs.

    Sep 2 09:26:30 truenas-scale1 kernel: traps: jellyfin[15978] general protection fault ip:7f844348a50f sp:7ffcda5a78d0 error:0 in libc.so.6[7f844348a000+155000]
    Sep 2 09:27:22 truenas-scale1 kernel: traps: jellyfin[16116] general protection fault ip:7f77b252650f sp:7ffe5bf489f0 error:0 in libc.so.6[7f77b2526000+155000]
    Sep 2 09:28:24 truenas-scale1 kernel: traps: jellyfin[16262] general protection fault ip:7ff70537050f sp:7ffe75f60480 error:0 in libc.so.6[7ff705370000+155000]
    jellyfinboy13
    Offline

    Junior Member

    Posts: 11
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    #5
    2024-09-02, 01:37 PM
    (2024-09-01, 06:34 PM)Efficient_Good_5784 Wrote: In the next month, Truenas Scale will get an update that removes the current Kubernetes backend and replaces it entirely with Docker.
    I second @TheDreadPirate's claim to just stick to Docker by waiting a month for the new update to drop on Scale.

    That said, your issue comes from you assigning a low value for the "Resource Configuration" memory limit.
    Increase the amount of ram that you're allowing the Jellyfin Kubernetes container to access. It doesn't have enough.

    I've installed the Electric Eel beta that utilizes Docker directly.
    I've increased memory to 12Gig and CPU cores to 4.
    Still getting GPF errors.
    jellyfinboy13
    Offline

    Junior Member

    Posts: 11
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    #6
    2024-09-02, 07:39 PM
    Update - I gave up on getting it to run on TrueNAS.
    I was able to install it into an Ubuntu VM on TrueNAS, map it to my media directories and have it scan and play the media.
    I'll have another crack at it on TrueNAS when Electric Eel is officially released.
    « 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