Jellyfin Forum
jellyfin won't launch since 10.9.11 update - 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: jellyfin won't launch since 10.9.11 update (/t-jellyfin-won-t-launch-since-10-9-11-update)

Pages: 1 2 3


RE: jellyfin won't launch since 10.9.11 update - TheDreadPirate - 2024-09-23

Run this command and share the output via pastebin.

Code:
sudo journalctl -u jellyfin.server -n 200 --no-pager



RE: jellyfin won't launch since 10.9.11 update - jellyhank - 2024-09-27

hmm weird the output of my command for that is --No entires--. Could that be because I cleared my xmls or something?


hank@jellyfin:~$ sudo journalctl -u jellyfin.server -n 200 --no-pager
-- No entries --



RE: jellyfin won't launch since 10.9.11 update - TheDreadPirate - 2024-09-27

My bad, there's a typo. jellyfin.service not jellyfin.server

Code:
sudo journalctl -u jellyfin.service -n 200 --no-pager



RE: jellyfin won't launch since 10.9.11 update - jellyhank - 2024-09-27

gotcha! here you go!
https://pastebin.com/Qs5n6gqW


RE: jellyfin won't launch since 10.9.11 update - TheDreadPirate - 2024-09-28

This should be a fresh setup, right? Run this command.

Code:
ls -l /var/lib/jellyfin/ /var/lib/jellyfin/data/



RE: jellyfin won't launch since 10.9.11 update - jellyhank - 2024-09-28

here you go!


hank@jellyfin:~$ ls -l /var/lib/jellyfin/ /var/lib/jellyfin/data/
/var/lib/jellyfin/:
total 20
drwxrwxrwx 8 jellyfin jellyfin 4096 Sep 22 04:06 data
drwxrwxr-x 6 hank hank 4096 Sep 22 04:00 metadata
drwxrwxr-x 3 hank hank 4096 Sep 22 04:00 plugins
drwxrwxr-x 3 hank hank 4096 Sep 22 04:00 root
drwxrwxr-x 3 hank hank 4096 Sep 22 04:00 'Subtitle Edit'

/var/lib/jellyfin/data/:
total 9812
-rwxrwxr-x 1 hank hank 35 Sep 22 04:00 device.txt
drwxrwxr-x 2 hank hank 4096 Sep 22 04:16 jellyfin
-rwxrwxr-x 1 hank hank 331776 Sep 22 04:00 jellyfin.db
-rwxrwxr-x 1 hank hank 32768 Sep 22 04:06 jellyfin.db-shm
-rwxrwxr-x 1 hank hank 0 Sep 22 04:00 jellyfin.db-wal
drwxrwxr-x 11 hank hank 4096 Sep 22 04:00 keyframes
-rwxrwxr-x 1 hank hank 2617344 Sep 22 04:00 library.db
-rwxrwxr-x 1 hank hank 32768 Sep 22 04:00 library.db-shm
-rwxrwxr-x 1 hank hank 4907008 Sep 22 04:00 library.db-wal
drwxrwxr-x 2 hank hank 4096 Sep 22 04:00 playlists
drwxrwxr-x 2 hank hank 4096 Sep 22 04:00 ScheduledTasks
-rwxrwxr-x 1 hank hank 2094581 Sep 22 04:00 splashscreen.png
drwxrwxr-x 3 hank hank 4096 Sep 22 04:06 'Subtitle Edit'
drwxrwxr-x 11 hank hank 4096 Sep 22 04:00 subtitles



RE: jellyfin won't launch since 10.9.11 update - TheDreadPirate - 2024-09-28

Why are they all owned by you?

Code:
sudo chown -R jellyfin: /var/lib/jellyfin /etc/jellyfin /var/log/jellyfin



RE: jellyfin won't launch since 10.9.11 update - jellyhank - 2024-09-28

that totally worked! you're awesome, really stoked to get jellyfin back up and running!