Skip to main content

All Questions

Tagged with
0 votes
0 answers
860 views

How do I figure out a root cause of a zombie process?

A process on a production linux server became a zombie with unknown reason. I wonder if there is a certain methodology to find out what causes it.
hdf's user avatar
  • 245
1 vote
1 answer
1k views

Weird start-stop-daemon behaviour?

I have the following script: #!/usr/bin/python3 import sys for s in sys.argv: print(s) Now I execute: sudo start-stop-daemon --start --pidfile /var/run/test.pid --make-pidfile /var/run/test....
mafrasi2's user avatar
  • 113