Segmentation Fault - Raspberry-PI - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Segmentation Fault - Raspberry-PI (/t-segmentation-fault-raspberry-pi) Pages:
1
2
|
Segmentation Fault - Raspberry-PI - FarLobster - 2024-05-20 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. RE: Segmentation Error - Raspberry-PI - TheDreadPirate - 2024-05-20 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. RE: Segmentation Fault - Raspberry-PI - FarLobster - 2024-05-20 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:~ $ RE: Segmentation Fault - Raspberry-PI - TheDreadPirate - 2024-05-20 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. RE: Segmentation Fault - Raspberry-PI - FarLobster - 2024-05-20 https://pastebin.com/3ZmER5HX RE: Segmentation Fault - Raspberry-PI - TheDreadPirate - 2024-05-20 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 RE: Segmentation Fault - Raspberry-PI - FarLobster - 2024-05-20 I've started the service, and that's as far as the message goes, nothing more. RE: Segmentation Fault - Raspberry-PI - TheDreadPirate - 2024-05-20 Just double checked. I don't think we support the pizero's 32 bit processor. RE: Segmentation Fault - Raspberry-PI - FarLobster - 2024-05-20 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. RE: Segmentation Fault - Raspberry-PI - TheDreadPirate - 2024-05-20 The pizero has a 32 bit process, AFAICT. So 64-bit OS is a non-starter. |