I iamanewuser New Member Jul 24, 2022 14 1 3 Aug 24, 2022 #1 Hello, I try to stop a CT, but its stuck here for a long time. What can i do? Except restarting the HOST.
Hello, I try to stop a CT, but its stuck here for a long time. What can i do? Except restarting the HOST.
S Sudodude Member May 24, 2022 12 1 8 Aug 24, 2022 #2 You can simply kill the process. ps aux | grep <VMID> Once you have the PID of the task, kill -9 <PID> Reactions: iamanewuser
You can simply kill the process. ps aux | grep <VMID> Once you have the PID of the task, kill -9 <PID>
I iamanewuser New Member Jul 24, 2022 14 1 3 Aug 24, 2022 #3 Sudodude said: You can simply kill the process. ps aux | grep <VMID> Once you have the PID of the task, kill -9 <PID> Click to expand... It works. Thank you.
Sudodude said: You can simply kill the process. ps aux | grep <VMID> Once you have the PID of the task, kill -9 <PID> Click to expand... It works. Thank you.
S square_eyes New Member Jul 9, 2023 15 0 1 Jan 2, 2024 #4 Doesn't work for me. `ps aux` only found a couple of processes, which I killed. Still unable to stop or shut down CT.
Doesn't work for me. `ps aux` only found a couple of processes, which I killed. Still unable to stop or shut down CT.