![]() |
SOLVED: Jellyfin service not starting - 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: SOLVED: Jellyfin service not starting (/t-solved-jellyfin-service-not-starting) |
RE: Jellyfin service not starting - umunas - 2024-08-29 UPDATE: Created fresh LXC in Proxmox and installed Jellyfin, configured CIFS and GPU passthrough and everything works for the time being even after several LXC reboots. I backed up LXC with working Jellyfin and will not touch it unless completely necessary. So, fingers crossed I won't have this problem. I have no clue what was the reason for it previously. The strange thing about previous LXC was its size which was close to 14GiB with almost the same config as the new one, but the new one is only 1.83 GiB. RE: Jellyfin service not starting - Riesling - 2024-11-05 (2024-08-28, 11:18 PM)TheDreadPirate Wrote: Go to /etc/jellyfin in the LXC and if migrations.xml is zero bytes, delete the file and restart Jellyfin.o.k. that fixed the not starting issue for me after upgrading to 10.10. It now starts, but soon dies - goes from Active: active (running) since Tue 2024-11-05 22:08:05 CET; 10s ago to Active: inactive (dead) since Tue 2024-11-05 22:09:23 CET; 34s ago Why is this happening - how can it be fixed to get it up, keep it up and become reachable again? Code: root@jellyfin:/var/log/jellyfin# systemctl status jellyfin could the kept back upgrade be the cause? Code: root@jellyfin:/var/log/jellyfin# apt update ~R. RE: Jellyfin service not starting - TheDreadPirate - 2024-11-05 I'd need to see more of the log than just the tail end. Did you install Jellyfin manually? Not sure how else the source would be "unknown". What is the output of this command? Code: sudo apt list --installed | grep jellyfin RE: Jellyfin service not starting - Riesling - 2024-11-06 Thank you Pirate, jellyfin re-installed due to the issues w. the upgrade to 10.9 a month ago (see https://forum.jellyfin.org/t-inaccessible-after-upgrade-from-10-8-13-0-to-10-9-11-0 ) Today the host of the proxmox VE had to be rebooted at ~18:00. VE is up, but jellyfin fails to start. Code: # apt list --installed | grep jellyfin Full log at https://pastebin.com/raw/rMF49t9i Cheers, ~R. RE: Jellyfin service not starting - TheDreadPirate - 2024-11-06 Code: sudo apt purge jellyfin-ffmpeg6 It's also possible your database is borked. Code: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'. RE: Jellyfin service not starting - Riesling - 2024-11-06 Thank you Pirate, did that, but no change, jellyfin starts and goes back to "Active: inactive (dead)" full session at https://pastebin.com/raw/sdu8RctD Yes "Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'." (How) can this be fixed? RE: Jellyfin service not starting - Riesling - 2024-11-06 https://github.com/jellyfin/jellyfin/issues/12254 fixed it for me: It's trying to do old migrations, setting IsStartupWizardCompleted to false in system.xml, start the server so it generates migrations.xml It also survived a re-boot of the VE. Just asked a couple of questions, like user, password, country, language, etc. but it's running now. Puh. ![]() See you next month w. the next update, I guess. NOT! ![]() Cheers, ~R. |