Jellyfin Forum
SOLVED: Mystery full system crashes - 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: Mystery full system crashes (/t-solved-mystery-full-system-crashes)



Mystery full system crashes - neomic - 2023-08-17

My system seems to keep crashing needing a full manual physical restart. I can't guarantee it's based on Jfin, but that's the most used program on the server, so it's my first place to check. Here is a log. You can see it stopped logged at 2:42 and didn't restart till 4am when I got home and reset the system.

Other software I'm using related to jfin:
qbittorrent
radarr
sonarr
jellyseerr
mergefs

I know a drive is having issues being read (poor thing is dying), but I confirmed that the last show that was watched tonight before crashing (Black Mirror) was not being stored on that drive. I'm not rulling out that mergefs is part of the issue, since I assume it tries to re-read all the drives more often than just jfin, but I don't think that drive is the direct cause. I THINK it's something to do with transcoding, but I also can't confirm. Please let me know whatever else may be needed, and I thank you for your time and help.


RE: Mystery full system crashes - TheDreadPirate - 2023-08-17

Check /var/log/messages for anything that could guide you to the root cause. But log doesn't indicate Jellyfin is the problem.


RE: Mystery full system crashes - neomic - 2023-09-13

Sep 13 05:17:01 Neomic CRON[1155614]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Sep 13 05:18:13 Neomic systemd[1]: Starting Daily apt download activities...
Sep 13 05:18:14 Neomic systemd[1]: Starting Update APT News...
Sep 13 05:18:14 Neomic systemd[1]: Starting Update the local ESM caches...
Sep 13 05:18:14 Neomic systemd[1]: esm-cache.service: Deactivated successfully.
Sep 13 05:18:14 Neomic systemd[1]: Finished Update the local ESM caches.
Sep 13 05:18:15 Neomic dbus-daemon[1278]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.111' (uid=0 pid=1158111 comm="/usr/bin/gdbus call --system --dest org.freedeskto" label="unconfined")
Sep 13 05:18:15 Neomic systemd[1]: Starting PackageKit Daemon...
Sep 13 05:18:15 Neomic PackageKit: daemon start
Sep 13 05:18:15 Neomic dbus-daemon[1278]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Sep 13 05:18:15 Neomic systemd[1]: Started PackageKit Daemon.
Sep 13 05:18:17 Neomic systemd[1]: apt-news.service: Deactivated successfully.
Sep 13 05:18:17 Neomic systemd[1]: Finished Update APT News.
Sep 13 05:18:27 Neomic Radarr[1414]: [Info] ImportListSyncService: No auto enabled lists, skipping sync and cleaning
Sep 13 05:18:29 Neomic systemd[1]: apt-daily.service: Deactivated successfully.
Sep 13 05:18:29 Neomic systemd[1]: Finished Daily apt download activities.
Sep 13 05:18:29 Neomic systemd[1]: apt-daily.service: Consumed 14.404s CPU time.
Sep 13 05:23:27 Neomic Radarr[1414]: [Info] ImportListSyncService: No auto enabled lists, skipping sync and cleaning
Sep 13 05:25:01 Neomic CRON[1167791]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Sep 13 11:49:47 Neomic systemd-modules-load[392]: Inserted module 'lp'
Sep 13 11:49:47 Neomic systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 13 11:49:47 Neomic systemd[1]: Finished Load/Save Random Seed.
Sep 13 11:49:47 Neomic systemd[1]: Condition check resulted in First Boot Complete being skipped.
Sep 13 11:49:47 Neomic systemd-modules-load[392]: Inserted module 'ppdev'
Sep 13 11:49:47 Neomic systemd-modules-load[392]: Inserted module 'parport_pc'
Sep 13 11:49:47 Neomic systemd[1]: Finished Create System Users.
Sep 13 11:49:47 Neomic systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 13 11:49:47 Neomic systemd-modules-load[392]: Inserted module 'msr'
Sep 13 11:49:47 Neomic systemd[1]: Finished Load Kernel Modules.
Sep 13 11:49:47 Neomic systemd[1]: Starting Apply Kernel Variables...
Sep 13 11:49:47 Neomic systemd[1]: Finished Set the console keyboard layout.
Sep 13 11:49:47 Neomic systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 13 11:49:47 Neomic systemd[1]: Reached target Preparation for Local File Systems.
Sep 13 11:49:47 Neomic systemd[1]: Mounting /mnt/media...

Is it that Cron job?


RE: Mystery full system crashes - TheDreadPirate - 2023-09-13

When searching for that cronjob I found these two things. One said that their turned off XMP (possible unstable RAM overclock) and one made changes to the cron job.

https://forums.linuxmint.com/viewtopic.php?t=353499&start=20

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516439