Hi,
I use Cron to avoid puppet to get stuck with this command : /bin/echo "" | /bin/nc localhost 8139
But I get this error : /USR/SBIN/CRON[11065]: (CRON) error (grandchild #11068 failed with exit status 1)
At the beginning, i launched : echo "" | nc localhost 8139, but I read that we have to put the path with the lastest cron version.
sudo uname -a
Linux #########.com 2.6.38.2-grsec-xxxx-grs-ipv6-64 #2 SMP Thu Aug 25 16:40:22 UTC 2011 x86_64 GNU/Linux
If someone get an idea :)