2024-12-31, 08:15 PM
(This post was last modified: 2024-12-31, 08:16 PM by RoyalFaceMelter.)
(2024-12-31, 07:33 PM)TheDreadPirate Wrote: In the top right of the unRAID UI, click on the terminal icon. Then type this command to print out the docker daemon logs.
Code:journalctl -u docker.service -n 1000 --no-pager
Share the output of that command via pastebin. Hopefully 1000 lines goes back far enough to capture the last instance this happened.
This one tells me the journalctl command is not found.
(2024-12-31, 07:38 PM)TheDreadPirate Wrote: And what is the output of this command, also on the unRAID terminal.
Code:docker inspect jellyfin | grep -i MALLOC_TRIM_THRESHOLD_
This code returns nothing. Not error or anything, it just doesn’t return anything.