[CentOS] Crontab problem

2010-10-05 Thread Jennifer Botten
Hi, I seem to have a problem with crontab. I am running CentOS 5.5. If I add my bakup scripts into crontab they take very long to run. If I run my scripts manually they run 100%. I have also tried vixiecron, same issue. Any ideas? Thanks Jenny

Re: [CentOS] Crontab problem

2010-10-05 Thread Joost Waversveld
Hi, Did you use full paths to your executables in your script? If you run an script from crontab, you could have other/missing enviroment variables. Best regards, Joost On Tue, 5 Oct 2010 10:04:18 +0200, Jennifer Botten jenni...@etech.co.za wrote: Hi, I seem to have a problem with

Re: [CentOS] Crontab problem

2010-10-05 Thread John Doe
From: Jennifer Botten jenni...@etech.co.za I seem to have a problem with crontab. I am running CentOS 5.5. If I add my bakup scripts into crontab they take very long to run. If I run my scripts manually they run 100%. I have also tried vixiecron, same issue. Any ideas? Did you check if they

Re: [CentOS] crontab problem

2009-11-22 Thread Spiro Harvey
Susan Day suzieprogram...@gmail.com wrote: Hi; I have the following in crontab -eu root: @daily /usr/local/bin/mysql-backup- daily.sh @weekly /usr/local/bin/mysql-backup-weekly.sh @monthly /usr/local/bin/mysql-backup-monthly.sh the above is looking for mysql-backup-[day|week|month]ly.sh

[CentOS] crontab problem

2009-11-21 Thread Susan Day
Hi; I have the following in crontab -eu root: @daily /usr/local/bin/mysql-backup- daily.sh @weekly /usr/local/bin/mysql-backup-weekly.sh @monthly /usr/local/bin/mysql-backup-monthly.sh [r...@13gems globalsolutionsgroup.vi]# ls /usr/local/bin/mysql-* /usr/local/bin/mysql-daily.sh

Re: [CentOS] crontab problem

2009-11-21 Thread Eero Volotinen
Susan Day wrote: Hi; I have the following in crontab -eu root: @daily /usr/local/bin/mysql-backup- daily.sh @weekly /usr/local/bin/mysql-backup-weekly.sh @monthly /usr/local/bin/mysql-backup-monthly.sh [r...@13gems globalsolutionsgroup.vi http://globalsolutionsgroup.vi/]# ls

Re: [CentOS] crontab problem

2009-11-21 Thread Jeff
On Sat, Nov 21, 2009 at 8:10 AM, Susan Day suzieprogram...@gmail.com wrote: Hi; I have the following in crontab -eu root: @daily /usr/local/bin/mysql-backup- daily.sh @weekly /usr/local/bin/mysql-backup-weekly.sh @monthly /usr/local/bin/mysql-backup-monthly.sh [r...@13gems

Re: [CentOS] crontab problem

2009-11-21 Thread Jim Perrin
On Sat, Nov 21, 2009 at 9:10 AM, Susan Day suzieprogram...@gmail.com wrote: Hi; I have the following in crontab -eu root: @daily /usr/local/bin/mysql-backup- daily.sh @weekly /usr/local/bin/mysql-backup-weekly.sh @monthly /usr/local/bin/mysql-backup-monthly.sh [r...@13gems

Re: [CentOS] crontab problem

2009-11-21 Thread Susan Day
On Sat, Nov 21, 2009 at 9:26 AM, Eero Volotinen eero.voloti...@iki.fiwrote: Check that scripts are marked as executable (rx set). Thought I'd done that, but no... Thanks, Suzie ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] crontab problem

2009-11-21 Thread Eero Volotinen
Susan Day wrote: On Sat, Nov 21, 2009 at 9:26 AM, Eero Volotinen eero.voloti...@iki.fi mailto:eero.voloti...@iki.fi wrote: Check that scripts are marked as executable (rx set). Thought I'd done that, but no... Well, what happends if you run /usr/local/bin/mysql-daily.sh from