View Single Post
Old 21st July 2008
anomie's Avatar
anomie anomie is offline
Local
 
Join Date: Apr 2008
Location: Texas
Posts: 445
Default

I agree that it looks like crond is issuing a command to run scripts in that directory, e.g.
run-parts /etc/cron.daily

Check to make sure you don't have a permissions issue in cron.daily? Can you run the command I bolded (above) and see what it's doing?
# bash -x /usr/bin/run-parts /etc/cron.daily

(Might need to direct the output somewhere for review.)
__________________
Kill your t.v.
Reply With Quote