From 97adf85048d71f6f2b04e4148a16e53e324c3b1d Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Tue, 23 Jan 2018 15:10:42 -0800 Subject: [PATCH] lf_generic_ping: corrected unlimited process to 65535 --- lf_generic_ping.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lf_generic_ping.pl b/lf_generic_ping.pl index a7f4c23c..12ab62e5 100755 --- a/lf_generic_ping.pl +++ b/lf_generic_ping.pl @@ -78,7 +78,7 @@ $0 --mgr {host-name | IP} If only a few of your generic commands start, check journalctl for errors containing: 'cgroup: fork rejected by pids controller' - You want to set DefaultTasksMax=unlimited in /etc/systemd/system.conf + You want to set DefaultTasksMax=65535 in /etc/systemd/system.conf then do a systemctl daemon-restart. https://www.novell.com/support/kb/doc.php?id=7018594 );