Hi,
I forgot :
I told you "killall pixelServer" but :
- ensure yourself that this command kills something, sometime the
program name is difficult to find in the 'top'.
- killall send a SIGTERM by default, your problem is maybe that your
pixelServer do not answer to interruptions
(it is maybe also the reason why the stop command is inefficient)
in such case a "killall -9 pixelServer" will send a SIGKILL to the
process(es) : can't be discarded by zombies.
Regards
--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general