![]() |
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) |
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?
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!
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! |