• 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 Segmentation Fault - Raspberry-PI

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Segmentation Fault - Raspberry-PI

    FarLobster
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    #1
    2024-05-20, 03:24 PM (This post was last modified: 2024-05-20, 04:21 PM by FarLobster. Edited 1 time in total.)
    Hello, I've been attempting to run jellyfin on my raspberry-pi (No trans coding so it doesn't blow up). Whenever I run 'jellyfin -v' on the pi, I get a this message: "Segmentation Fault". I can't connect to jellyfin from my web browser or phone at all even after jellyfin has been installed. It's probably because the pi uses ARM? I've been stumped on this error for a while, so I decided to come here.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-05-20, 04:27 PM (This post was last modified: 2024-05-20, 04:27 PM by TheDreadPirate.)
    How did you Jellyfin? If you used the Jellyfin repository and installed with apt, you should be starting jellyfin with systemctl instead of invoking it directly.
    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]
    FarLobster
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    #3
    2024-05-20, 08:46 PM (This post was last modified: 2024-05-20, 09:32 PM by FarLobster. Edited 1 time in total.)
    I attempted to check the status of jellyfin after enabling it using systemctl, here's the output: [Edit: Still Getting Segmentation Fault after checking version]

    pi@pizero:~ $ systemctl status jellyfin
    × jellyfin.service - Jellyfin Media Server
    Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
    └─jellyfin.service.conf
    Active: failed (Result: signal) since Mon 2024-05-20 21:37:56 BST; 1min 23s ago
    Duration: 72ms
    Main PID: 32189 (code=killed, signal=SEGV)
    CPU: 32ms

    May 20 21:37:56 pizero systemd[1]: jellyfin.service: Main process exited, code=killed, status=11/SEGV
    May 20 21:37:56 pizero systemd[1]: jellyfin.service: Failed with result 'signal'.
    May 20 21:37:56 pizero systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
    May 20 21:37:56 pizero systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
    May 20 21:37:56 pizero systemd[1]: jellyfin.service: Start request repeated too quickly.
    May 20 21:37:56 pizero systemd[1]: jellyfin.service: Failed with result 'signal'.
    May 20 21:37:56 pizero systemd[1]: Failed to start jellyfin.service - Jellyfin Media Server.
    pi@pizero:~ $
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-05-20, 09:40 PM
    sudo journalctl -u jellyfin

    This will drop you into a text editor like prompt. Go to the bottom then copy and paste the last ~100 lines into pastebin and share the link to it.
    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]
    FarLobster
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    #5
    2024-05-20, 09:44 PM
    https://pastebin.com/3ZmER5HX
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-05-20, 09:47 PM
    Can you go further up until it has different messages?

    Also, did you try starting the service? Or just check the status?

    sudo systemctl start jellyfin
    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]
    FarLobster
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    #7
    2024-05-20, 09:54 PM
    I've started the service, and that's as far as the message goes, nothing more.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-05-20, 10:25 PM
    Just double checked. I don't think we support the pizero's 32 bit processor.
    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]
    FarLobster
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    #9
    2024-05-20, 10:27 PM (This post was last modified: 2024-05-20, 10:48 PM by FarLobster. Edited 1 time in total.)
    So install the 64-Bit version of Raspian, and I should be good? Edit: I have a Pi 0w2 and it has a 64-bit Processor, so it should work, I'll update once I've done so.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-05-20, 10:59 PM
    The pizero has a 32 bit process, AFAICT. So 64-bit OS is a non-starter.
    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]
    Pages (2): 1 2 Next »

    « 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