Skip to main content

Questions tagged [kill]

12 questions with no upvoted or accepted answers
6 votes
1 answer
3k views

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 ...
omnivir's user avatar
  • 99
3 votes
1 answer
315 views

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 ...
dragosb's user avatar
  • 171
2 votes
1 answer
1k views

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... ...
Prince's user avatar
  • 21
2 votes
1 answer
481 views

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 ...
user avatar
1 vote
0 answers
489 views

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, ...
José D.'s user avatar
1 vote
1 answer
1k views

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 (...
Saaru Lindestøkke's user avatar
1 vote
0 answers
1k views

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 ...
Brydon Gibson's user avatar
1 vote
1 answer
180 views

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 ...
Cafn's user avatar
  • 131
0 votes
1 answer
810 views

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 ...
Raj's user avatar
  • 179
0 votes
0 answers
303 views

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 ...
Severgun's user avatar
  • 163
0 votes
0 answers
761 views

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 ...
Fabien Henon's user avatar
0 votes
1 answer
100 views

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 ...
Benjamin Jones's user avatar