Questions tagged [kill]
The kill tag has no summary.
12 questions with no upvoted or accepted answers
6
votes
1
answer
3k
views
SSSD process won't die
Thanks for taking the time to check out my problem.
I'm currently working on an issue that has only appeared once before. Back on Jan 3rd when this first appeared we were able to reboot the server ...
3
votes
1
answer
315
views
Centos killing parent shell wont kill background child processes?
I am learning for the Red Hat certification. In the book it is stated that since RHEL 7 (so also Centos latest version) that you dont need to use nohup anymore if you launch a process in the ...
2
votes
1
answer
1k
views
kill all process spawned by parent process with ssh -x -n on other node
A software named G09 works in parallel using Linda. It spawns its parallel childs on other node as
/usr/bin/ssh -x compute-0-127.local -n /usr/local/g09l/g09/linda-exe/l1002.exel ...other_opts...
...
2
votes
1
answer
481
views
kill sessions for other machines
I've an admin and client site. Multiple users will view at client site at the same time. It is possible that I can force the users logout of my client site from admin site? I'm now using classic ASP ...
1
vote
0
answers
489
views
How to deal with uninterruptible processes due to CIFS mounted filesystem
I am observing very high IOWAIT time on the CPUs of my server:
top - 14:24:20 up 846 days, 14:14, 2 users, load average: 14.42, 14.33, 14.57
Tasks: 345 total, 1 running, 341 sleeping, 3 stopped, ...
1
vote
1
answer
1k
views
How can I kill a process remotely on a windows server when the server has exceeded its memory limit?
Context
I use and manage* a windows server at work. It is used for general computations by up to 5 users at a time via RDP.
The server has 128GB of RAM which is sufficient for the work we do on it (...
1
vote
0
answers
1k
views
Kill a hanging sync from a cifs drive
I copied a file to a cifs drive and instinctively ran a sync on it, which hung indefinitely. Strangely, I could successfully unmount/remount the drive without issues, making me think that the drive ...
1
vote
1
answer
180
views
MariaDb and Httpd getting killed due to memory
I have a Centos7 VPS on OVH with this settings:
1Virtual Core
1 GB Ram
10 GB Raid 10
I have running on it 3 wordpresses. One of them is still on building (0 access to public), other has very few ...
0
votes
1
answer
810
views
Kill an application knowing its name and command line arguments
If I run a single instance of an application I can kill it via "kill my_app_name" without having to find out what its PID is. But when I'm running multiple instances of the same application with ...
0
votes
0
answers
303
views
How to handle mpi head node failure?
There is app which starting with mpirun. If compute node fail then all processes crush, but if only head node fail(for example reboot) then processes will stuck on compute nodes. How to get rid of ...
0
votes
0
answers
761
views
VPS restarted for no reason. Why?
I have a VPS that runs a Java server, a redis server and a PostgreSQL server.
Everything is running well but last night my server "crashed" at 3:15:50 AM. At least that's what I thought.
I looked at ...
0
votes
1
answer
100
views
view/kill a Windows O/S processes from Ubuntu Server
Is there a Ubuntu version of Sysinternals Process Utilities, which allows Window users to view/control remote processes? I already know I can setup cygwin on Windows and use ssh to remote in. All I'm ...