2024-08-29, 06:53 PM
(2024-08-29, 06:24 PM)Fate Wrote: can you post everything in:
journalctl -u jellyfin.service
to pastebin and link it here?
or
journalctl -u jellyfin.service --since=yesterday
if the other is too much text
You can also use this to limit the output
Code:
sudo journalctl -u jellyfin -n 200 --no-pager
-n 200 limits it to the last 200 lines, --no-pager will just dump the output to the terminal instead of putting you in a vim-like interface.