Debian 10 cannot fork process: Resource temporarily unavailable

Discussion in 'Installation/Configuration' started by Th0m, Dec 27, 2019.

  1. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    I used this tutorial https://www.howtoforge.com/tutorial/securing-ispconfig-3-with-a-free-lets-encrypt-ssl-certificate/ to add a SSL certificate to my ISPConfig panel, postfix, dovecot, and pure-ftpd.

    The incrontab spams my syslog with errors (thousands of lines):
    Dec 27 00:00:07 SERNAME incrond[647]: PATH (.) FILE (etc) EVENT (IN_OPEN,IN_ISDIR)
    Dec 27 00:00:07 SERNAME incrond[647]: (root) CMD (IN_MODIFY ./etc/init.d/le_ispc_pem.sh)
    Dec 27 00:00:07 SERNAME incrond[647]: cannot fork process: Resource temporarily unavailable

    I looked it up and found several solutions, but none of them worked for me. Anyone who knows something that could fix this?

    Thanks in advance.
     
  2. Steini86

    Steini86 Active Member

    Seems like you hit a ressource limit, or your memory/swap is full. Check limits with "ulimit -a" (especially -u for max user processes). How is your memory? Check with "free -m"
     

Share This Page