Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am running calculations on a linux (redhat 8) cluster. We submit our jobs to an NQS type queuing system. I suspect that someone possibly w/ root permissions is killing my jobs. Is there any way I can track this possibly nefarious activity?
Not without kernel patches. Killing is done through inter-process signaling, which is handled by the kernel. Process A tells the kernel "send a SIGHUP to 1234." The kernel then tells process 1234 "Hi, I have a SIGHUP for a process 1234."
I am running calculations on a linux (redhat 8) cluster. We submit our jobs to an NQS type queuing system. I suspect that someone possibly w/ root permissions is killing my jobs. Is there any way I can track this possibly nefarious activity?
thanks,
gorets
The queuing system almost certainly produces logs. You can grep the logfile for your job id. Alternatively, many queuing systems provide a job history command, which might provide some details.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.