Re: [CentOS] cron jobs fail to run

2011-01-05 Thread Les Mikesell
On 1/5/2011 6:35 AM, bluethundr wrote: > sorry forgot to mention that cron IS running > >> 45 2 * * * /usr/sbin/amcheck /var/log/amanda/crontab/amcheck.log >> * 3 * * * /usr/sbin/amdump /var/log/amanda/crontab/amdump.log >> >> And here's a tail of the cron logs >> >> [r...@amanda init.d]# tail

Re: [CentOS] cron jobs fail to run

2011-01-05 Thread Leonard den Ottolander
Hi, On Wed, 2011-01-05 at 07:29 -0500, bluethundr wrote: > [amandabac...@amanda ~]$ ls -l /usr/sbin/amcheck > -rwsr-x--- 1 root disk 68624 Dec 29 14:08 /usr/sbin/amcheck Unless the backup user is in the disk group it has no permissions on this file. > Although I'm not sure what the 's' indicates

Re: [CentOS] cron jobs fail to run

2011-01-05 Thread Dominik Zyla
On Wed, Jan 05, 2011 at 10:29:52AM -0500, Mike Burger wrote: > > > hey centos > > > > long time no hear! :) I'm having a small issue where the backup jobs > > that I set to run in the crontab of the backup user do not appear to > > be running. Here's how I set it up (with crontab -e as the backup

Re: [CentOS] cron jobs fail to run

2011-01-05 Thread Mike Burger
> hey centos > > long time no hear! :) I'm having a small issue where the backup jobs > that I set to run in the crontab of the backup user do not appear to > be running. Here's how I set it up (with crontab -e as the backup > user): > > run amanda every night (check at 2:45 and backup at 3) > >

Re: [CentOS] cron jobs fail to run

2011-01-05 Thread bluethundr
sorry forgot to mention that cron IS running r...@amanda init.d]# ps -ef | grep cron root 13686 1 0 07:18 ?00:00:00 crond root 13771 6676 0 07:34 pts/200:00:00 grep cron On Wed, Jan 5, 2011 at 7:29 AM, bluethundr wrote: > hey centos > >  long time no hear! :) I'm havi