Anurag Jalan wrote:
Hi all,
I need to run fetchnews as a 'root' cronjob
I have tried both crontab -e ( as root )
(A) /bin/bash 0-59/3 * * * * /opt/leafnode/fetchnews
I meant 0-59/3 * * * * /opt/leafnode/sbin/fetchnews
and (B) /bin/bash
0-59/3 * * * * /root/getnews
where /root/getnews is :
#!/bin/sh /opt/leafnode/sbin/fetchnews
when i run /opt/leafnode/sbin/fetchnews, FETCHNEWS works fine ...( MANUALLY )
What am i missing ?
Regards
Anurag
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq