Questions tagged [kill-process]
45 questions
0
votes
1 answer
How to stop process fdhost?
I'm trying to update SQL Server 2016 to CU7.
During the Files in Use check, I'm prompted to stop fdhost.exe for each running instance in order to prevent the need for a reboot.
But how to stop this process? I've stopped the Full-text Filter service…

InteXX
- 753
- 2
- 15
- 33
0
votes
0 answers
Can't kill an process on GPU
i have an process running on an K80 GPU. Is there an way to stop it with the nvidia tools? I tried all the kill -9 etc. Nothing is killing it.
$uname -a
Linux slurm10 3.16.0-33-generic #44~14.04.1-Ubuntu SMP Fri Mar 13 10:33:29 UTC 2015 x86_64…

PlagTag
- 253
- 1
- 3
- 9
0
votes
1 answer
How to kill all processes with Sl stat in ubuntu?
I have some scripts which spawns multiple processess to tasks in background. Most of them terminates but few of them does not terminates on finishing the task.
The number of these types of processes keeps on increasing and now they are consuming a…

Manish Gupta
- 113
- 1
- 6
0
votes
1 answer
How to kill a respawn service on ubuntu 14.04 LTS
I want to kill a respawn service by using upstart.
when I use "htop" command to monitor system,I observe a process "/123.lock".
when I kill it via "kill" command,it restart again.
how could I kill it via upstart to kill this process totally?
best…

mahmoud
- 1
0
votes
1 answer
Is it possible to kill a process based on its environment, from the command line?
Scenario: Let's assume I have a script that spawns a few processes. There may be times when the script has to be aborted. Most times this is fine. However, sometimes one or two of the spawned processes remain running, and are orphaned, because the…

Sagar
- 534
- 3
- 7
- 21
0
votes
1 answer
Files deleted but process open
My /dev/md1 is full
# du -x -m --max-depth=1 | sort -n
shows
0 ./dev
0 ./proc
0 ./sys
1 ./home
1 ./lost+found
1 ./media
1 ./mnt
1 ./selinux
1 ./srv
1 ./tmp
4 ./lib32
6 ./bin
7 ./etc
13 ./boot
13 ./sbin
15 ./lib
236 …

bklups
- 101
0
votes
1 answer
Cannot kill httpd process even with -9
I cannot kill httpd process on my VPS running centos 6.5.
I tried killing it with -9 flag which didn't work either.
Output of command: ps aux | grep httpd
root 29459 0.0 0.0 103252 828 pts/0 S+ 11:24 0:00 grep httpd
What is strange…

Sahil
- 159
- 3
- 9
0
votes
1 answer
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 command).
Is there any way I can login to the server…

Gruber
- 151
- 3
- 9
0
votes
2 answers
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 something to list all pc connected to my domain to…

Tobia
- 1,272
- 9
- 41
- 81
0
votes
1 answer
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 the update, but the .so file is in use so he can't…

demonofnight
- 119
- 1
- 4
0
votes
0 answers
Tracing / Solving a sudden spike in Apache2
My server is running on Ubuntu20.04, a pure LAMP stack with Apache 2.4.41.
In the last few weeks, there was a total of 2 occurrence where Apache2 was not responsive (users can't load our website), and we can't solve why, but it started working again…

Patrick Teng
- 1
- 1
0
votes
0 answers
Terminate ssh session on startup
Ssh session can be terminated within working window if there is some trouble on ssh server. Depending on the nature of the problem there is different way to do this:
If the server is not reachable ssh can be managed by regular shell keystroke like…

kab00m
- 498
- 3
- 10
0
votes
2 answers
How can I find out which program is executed through a PID which is ended
I found there is a program that killed my Apache regularly, according to the log information, I understand there is a program using "/etc/init.d/apache2 stop" to stop apache, since this process is gone, how can I find out this PID belongs to which…

leo
- 1
- 2
-1
votes
1 answer
Processes during stress test get killed
I've run into a somewhat curious situation.
I'm currently stress testing a couple of new machines running Fedora 20. I've tried mprime, memtester and systester.
All execute for a while and suddenly end with nothing besides a "Killed" message.…

cebalrai
- 161
- 2
- 2
- 9
-5
votes
1 answer
how do I kill these from ssh?
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 Feb02 ? 00:00:00…

Nikki Wilson
- 101
- 1
- 7