The tag has no wiki summary.

learn more… | top users | synonyms

-4
votes
1answer
68 views

how do I kill these from ssh? [closed]

root 813251 813235 0 Feb02 ? 00:00:00 /bin/sh -c /usr/bin/test -x /usr/local/cpanel/scripts/update_db_cache && /usr/local/cpanel/scripts/update_db_cache root 813265 813251 ...
0
votes
1answer
53 views

Kill or continue lost Linux sessions

I have an unreliable Internet connection. Sometimes it is lost while logged on to the text command interface of a Ubuntu server. This results in a "garbage" user session (seen when using the who ...
0
votes
2answers
41 views

Close process in all pc of windows domain

How can i close a particular process in ALL domain's PC? I need this for maintenance. The domain is a Windows server 2003 domain. As Dan suggests PSKILL works very well for this purpose but i need ...
2
votes
1answer
216 views

MySQL: nothing listening on port 3306 but the processes still exist. How to graceful shutdown?

Percona-XtraDB-Cluster-server-5.5.24-23.6.340.rhel5 This is a slave server. mysqladmin shutdown hangs at: [Note] Event Scheduler: Purging the queue. 24 events [Note] Slave I/O thread killed while ...
0
votes
3answers
641 views

Kill processes if high load average

Not so far ago LA on my server raised to 400 and I couldn't even login to server using ssh. Does exists any software, that can prevent this situations by automatically killing processes that making ...
8
votes
3answers
2k views

How to automatically kill slow MySQL queries after N seconds?

I am looking for a well tested bash script (or alternative solution) to do so, in order to avoid max_connection to be exhausted. I know that it is fighting the symptoms, but really need such script as ...
1
vote
2answers
150 views

Run a python script that is never Killed

I have a script running python script.py in a new screen but sometimes the script gets killed: 18 21 Restarting processes... done 2 Killed How can I protect the script from being killed even when I ...
0
votes
1answer
149 views

Kill .so file process

I have a program, I cannot change the code. It calls some .so file's function, but don't delete the object in the end. When the owner of the program tries to update the program he kills it and send ...