View Single Post

  #2 (permalink)  
Old 10-04-2007, 06:11 PM
aaru aaru is offline
Junior Member
User
 
Join Date: Sep 2007
Location: Mumbai
My distro: Fedora,CentOS,Redhat,FreeBSD
Posts: 15
Rep Power: 0
aaru is on a distinguished road
Send a message via Yahoo to aaru Send a message via Skype™ to aaru
Cool

Hi,

please check the path of your script which one you are trying to run

00 3 * * * root /emu/script/./configupdate.sh >>/emu/log/configupdate.log >/dev/null 2>&1
00 * * * * root /emu/script/./keys.sh >>/emu/logfiles/keys.log >/dev/null 2>&1

the above should be replace with the follow

00 3 * * * root /emu/script/configupdate.sh >>/emu/log/configupdate.log >/dev/null 2>&1
00 * * * * root /emu/script/keys.sh >>/emu/logfiles/keys.log >/dev/null 2>&1

If the above also not working fine,please update your mail result sent by mailer daemon.To do that type follow command,

# mail

thanks,

aaru
Reply With Quote