That sounds like the expected behaviour.
You have options:
You have options:
- Login over ssh then stop the service:
Code:
sudo systemctl stop service-name
- Switch to a different vt*, login and stop the service as above
- Login over ssh, find the process ID then kill it (hint ps aux | grep process-or-python-file-name, note the PID then sudo kill PID)
- Switch to a different vt* then as above
- Try hitting the escape key
- Try hitting the alt+tab keys
- Hitting ctrl+shif+t may open a new terminal window then proceed as for 1 or 3, above.
Statistics: Posted by thagrol — Sat Feb 03, 2024 12:46 am