May 4, 20242 yr I got the xmrig virus, I killed the virus process. but there is still anohter process "lsof -Owl /mnt/disk1" 100% cpu usage, I try to kill or kill -9 command, can't really kill it. and I sent the "reboot" command, the machine didn't reboot. I'm on a trip, can't touch the machine, now Webuit down, and many other services down. I can only connect to this machine by ssh, can't use the reboot button on the machine. How to kill this process and reboot the machine? I used "find" command to find the virus, but it also stuck, can't be killed.
May 5, 20242 yr Hmm... Ssh into machine https://docs.oracle.com/cd/E19253-01/817-0403/eoizf/index.html To kill the process kill -15 844 terminal command run reboot -f
May 5, 20242 yr you can also try pkill xmrig if you know the file path use can force kill it with fuse. fuser -k /path/to/file
May 5, 20242 yr Author 1 hour ago, bmartino1 said: Hmm... Ssh into machine https://docs.oracle.com/cd/E19253-01/817-0403/eoizf/index.html To kill the process kill -15 844 terminal command run reboot -f tried kill -15 and reboot -f, can't work
May 5, 20242 yr https://www.ibm.com/docs/ro/aix/7.2?topic=k-killall-command then the killall and have it in a dead / halt status
May 5, 20242 yr not sure they are in unraid... https://superuser.com/questions/161531/how-to-kill-all-processes-in-linux killall5 -9 shutdown -h now Edited May 5, 20242 yr by bmartino1
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.