Hello
I've a cpanel WHM 60.0 (build 34) with centos 6 and have a problem, I use xymon for monitoring some process, the script basically run as xymon using sudo for do queries to exim, like:
exim -bpr, exim -bpc, etc
I configured sudoers and if I run manually the command su xymon -c "command" run as well, but when the script run in background now work and in my log show this error message:
sudo: PERM_ROOT: setresuid(0, -1, -1): too many processes
sudo: PERM_ROOT: setresuid(0, -1, -1): too many processes
I come from centos 5 and not have a problems, in some forums and blogs see that disabling the cpanel shell fork bomb protection is solved but I prefer not, are there some way to increment the limit or apply some exception to this user?
Thank you.
I've a cpanel WHM 60.0 (build 34) with centos 6 and have a problem, I use xymon for monitoring some process, the script basically run as xymon using sudo for do queries to exim, like:
exim -bpr, exim -bpc, etc
I configured sudoers and if I run manually the command su xymon -c "command" run as well, but when the script run in background now work and in my log show this error message:
sudo: PERM_ROOT: setresuid(0, -1, -1): too many processes
sudo: PERM_ROOT: setresuid(0, -1, -1): too many processes
I come from centos 5 and not have a problems, in some forums and blogs see that disabling the cpanel shell fork bomb protection is solved but I prefer not, are there some way to increment the limit or apply some exception to this user?
Thank you.