• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: Mystery full system crashes

     
    • 0 Vote(s) - 0 Average

    SOLVED: Mystery full system crashes

    neomic
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2023 Aug
    Reputation: 0
    Country:United States
    #1
    2023-08-17, 04:37 AM
    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.


    Attached Files
    .txt   jfinlog_08_17_23.txt (Size: 97.17 KB / Downloads: 113)
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-08-17, 05:00 PM (This post was last modified: 2023-08-17, 05:00 PM by TheDreadPirate.)
    Check /var/log/messages for anything that could guide you to the root cause. But log doesn't indicate Jellyfin is the problem.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    neomic
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2023 Aug
    Reputation: 0
    Country:United States
    #3
    2023-09-13, 04:11 PM
    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?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2023-09-13, 04:28 PM
    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.p...9&start=20

    https://bugs.debian.org/cgi-bin/bugrepor...bug=516439
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode