2024-08-25, 10:26 PM
(2024-08-25, 10:06 PM)10rounds Wrote: I recently upgraded my Jellyfin instance on a Raspberry Pi from version 10.8.x to 10.9.9 via apt, and then to 10.9.10 today. I seem to be encountering the same issue discussed in this thread. Post-upgrade, the Jellyfin web interface loads correctly, and I can play music without any issues. However, the system intermittently hangs completely. Despite waiting for about an hour, the system remains unresponsive, requiring a hard reboot.
Before experiencing this issue, I performed a backup and an SQLite database health check, both of which reported no problems. The hang consistently occurs when I perform a search through the web interface, leading me to believe that this may be the trigger after the upgrade. Interestingly, I have some scripts that perform searches via the API, and those seem to work fine without causing any hangs.
I’ve reviewed the Jellyfin logs but couldn’t find anything related to the issue. Could you please advise on what further information I could provide to help diagnose and report this problem?
Thank you.
Your issue is unrelated and will get lost if you do not open a dedicated thread for it
This thread is about jellyfin search failing to return a search result and jellyfin logs telling that the database is locked (which means another process already has a "lock" on it to avoid corruption of the database. But here the board does not stop responding. We only have a locked database message in the log.
Your issue is your board is locking which means it freezed and does not respond anymore.
This thread issue is likely fixed for a while as the database locking issue has been fixed for a few minor releases.
It is unlikely jellyfin has anything to do with your board freezing. Such freezes are kernel space issues. Latest Jellyfin likely calls into kernel code that is broken (probably video hardware decoding was enabled in 10.9 for your board). But your board freezing when so is a kernel bug. Or a hardware bug that might be worked around in the kernel.