Output from your job xxx (run_arping)
Every day I get this email
What I'm looking for is what executes the above and tries to find the /opt/postupcp/run_arping I've searched in
but I couldn't find anything related. Anywhere else I could look into?
Output from your job 473
/bin/bash: /opt/postupcp/run_arping: No such file or directoryWhat I'm looking for is what executes the above and tries to find the /opt/postupcp/run_arping I've searched in
/var/spool/cron
/etc/cron.d
/etc/cron.daily
/etc/cron.hourly
/etc/cron.monthly
/etc/cron.weekly
but I couldn't find anything related. Anywhere else I could look into?
-
Hi, Execute the below command to check what configuration file it is actually using the command that is not present. # grep -rl 'run_arping' /etc If the above does not provide any output, try using below command: # grep -rl 'run_arping' /var/spool/cron/* 0 -
Yeap that was it: /etc/rc.d/rc.local So it runs after every boot, interesting. Anyway this is resolved thank you very much for your answer 0 -
Yeap that was it: /etc/rc.d/rc.local
I am glad that your issue has been resolved..0 -
Hello, I've marked this thread as solved. Thanks! 0
Please sign in to leave a comment.
Comments
4 comments