Hi, 
sorry me again
I have an executable file in /etc/cron.hourly which is not being run
there is no crontab
but 
$this->bbcode_second_pass_code('', '[root@Pogopig cron.hourly]# pgrep cron
129
[root@Pogopig cron.hourly]# ps aux |grep cron
root       129  0.0  0.4   4808  1240 ?        Ss   May21   0:01 /usr/sbin/crond -n
')
there is an anacrontab
$this->bbcode_second_pass_code('', 'SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
# the maximal random delay added to the base delay of the jobs
RANDOM_DELAY=45
# the jobs will be started during the following hours only
START_HOURS_RANGE=3-22
#period in days   delay in minutes   job-identifier   command
1	5	cron.daily		nice run-parts /etc/cron.daily
7	25	cron.weekly		nice run-parts /etc/cron.weekly
@monthly 45	cron.monthly		nice run-parts /etc/cron.monthly
')
nothing hourly there
All thats in /etc/cron.hourly is 
$this->bbcode_second_pass_code('', '[root@Pogopig cron.hourly]# ls -la
total 16
drwxr-xr-x  2 root root 4096 May 21 14:28 .
drwxr-xr-x 51 root root 4096 May 20 14:28 ..
-rwxr-xr-x  1 root root  391 Jan  7 16:05 0anacron
-rwxr-xr-x  1 root root 1145 May 23 20:49 autodel
')
Should there be an entry in anacrontab to allow cron to run the files in /etc/cron.daily ????
TIA
			
