From 9be9a25da1d2be73d0e683e4ea46e3e8fc889436 Mon Sep 17 00:00:00 2001 From: infinition <37984399+infinition@users.noreply.github.com> Date: Fri, 15 Nov 2024 01:21:54 +0100 Subject: [PATCH] Update TROUBLESHOOTING.md Added commands --- TROUBLESHOOTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index a8a3560..5fe0241 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -25,12 +25,20 @@ ### Service Issues ```bash +#See bjorn journalctl service +journalctl -fu bjorn.service + # Check service status sudo systemctl status bjorn.service # View detailed logs sudo journalctl -u bjorn.service -f +or + +sudo tail -f /home/bjorn/Bjorn/data/logs/* + + # Check port 8000 usage sudo lsof -i :8000 ```