Re: [CentOS] cron job failures with a perl script containing Astro::Time

2017-01-03 Thread Gregory P. Ennis
[snip] > The script works find from the command line, but will not work at all > in a cron job. This almost always points to something in the environment. Where did Astro::Time actually get installed?  Check the above paths to see if it is actually there, or whether cpan put it somewhere else.

Re: [CentOS] cron job failures with a perl script containing Astro::Time

2017-01-02 Thread Keith Keller
On 2017-01-02, Gregory P. Ennis wrote: > > The error message I get in the logs is : > > Can't locate Astro/Time.pm in @INC (@INC contains: > /usr/local/lib64/perl5 /usr/local/share/perl5 > /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl > /usr/lib64/perl5 /usr/share/perl5 .) at /usr/loca

[CentOS] cron job failures with a perl script containing Astro::Time

2017-01-02 Thread Gregory P. Ennis
Everyone, I am building a gateway server with a new : CentOS Linux release 7.3.1611 (Core)  with 3.10.0-514.2.2.el7.x86_64 kernel. Everything was going find, but I was not able to get a particular cronjob to function properly that contained a perl script with Astro::Time as an include file. Astr

Re: [CentOS] cron job not running

2012-03-06 Thread Alexander Dalloz
Am 06.03.2012 18:56, schrieb Bowie Bailey: > On 3/4/2012 10:25 PM, Tim Dunphy wrote: >> hello list, >> >> I am attempting to backup a centos 5.4 (x86_64) server running mysql >> with a cron job. Here's how the cron job looks: >> >> [root@cloud:/home/bluethundr/backupdb] #crontab -l >> * 3 * * * /

Re: [CentOS] cron job not running

2012-03-06 Thread Bowie Bailey
On 3/4/2012 10:25 PM, Tim Dunphy wrote: > hello list, > > I am attempting to backup a centos 5.4 (x86_64) server running mysql > with a cron job. Here's how the cron job looks: > > [root@cloud:/home/bluethundr/backupdb] #crontab -l > * 3 * * * /usr/bin/mysqldump jfwiki > > /home/bluethundr/backup

Re: [CentOS] cron job not running

2012-03-05 Thread Les Mikesell
On Sun, Mar 4, 2012 at 9:25 PM, Tim Dunphy wrote: > hello list, > >  I am attempting to backup a centos 5.4 (x86_64) server running mysql > with a cron job. Here's how the cron job looks: > >  [root@cloud:/home/bluethundr/backupdb] #crontab -l > * 3 * * * /usr/bin/mysqldump jfwiki > > /home/blueth

Re: [CentOS] cron job not running

2012-03-05 Thread Lists
On 03/04/2012 07:25 PM, Tim Dunphy wrote: > hello list, > > I am attempting to backup a centos 5.4 (x86_64) server running mysql > with a cron job. Here's how the cron job looks: > > [root@cloud:/home/bluethundr/backupdb] #crontab -l > * 3 * * * /usr/bin/mysqldump jfwiki> > /home/bluethundr/bac

Re: [CentOS] cron job not running

2012-03-05 Thread Joseph Spenner
  >From: Tim Dunphy >To: CentOS mailing list >Sent: Sunday, March 4, 2012 8:25 PM >Subject: [CentOS] cron job not running > >hello list, > >I am attempting to backup a centos 5.4 (x86_64) server running mysql with a >cron job. He

Re: [CentOS] cron job not running

2012-03-05 Thread Alexander Dalloz
Am 05.03.2012 04:25, schrieb Tim Dunphy: > hello list, > > I am attempting to backup a centos 5.4 (x86_64) server running mysql > with a cron job. Here's how the cron job looks: > > [root@cloud:/home/bluethundr/backupdb] #crontab -l > * 3 * * * /usr/bin/mysqldump jfwiki > > /home/bluethundr/bac

[CentOS] cron job not running

2012-03-04 Thread Tim Dunphy
hello list, I am attempting to backup a centos 5.4 (x86_64) server running mysql with a cron job. Here's how the cron job looks: [root@cloud:/home/bluethundr/backupdb] #crontab -l * 3 * * * /usr/bin/mysqldump jfwiki > /home/bluethundr/backupdb/wiki-$(date +%Y%m%d).sql However if I run the comm

Re: [CentOS] cron job schedule problem

2010-01-07 Thread Kwan Lowe
2010/1/7 mcclnx mcc : > We have CENTOS 5.3 on DELL server.  there has a cron job supposedly should > run on 1st and 3rd week on Saturday but it run everyday.  anyone know what > wrong? > > > 01 08 1-7,15-21 * 6 program.sh > >From "man 5 crontab" The time and date fields are:

Re: [CentOS] cron job schedule problem

2010-01-07 Thread Jim Perrin
This was just recently 2010/1/7 mcclnx mcc : > We have CENTOS 5.3 on DELL server.  there has a cron job supposedly should > run on 1st and 3rd week on Saturday but it run everyday.  anyone know what > wrong? This was just covered recently in another mail thread with loads of examples and techni

[CentOS] cron job schedule problem

2010-01-07 Thread mcclnx mcc
We have CENTOS 5.3 on DELL server. there has a cron job supposedly should run on 1st and 3rd week on Saturday but it run everyday. anyone know what wrong? 01 08 1-7,15-21 * 6 program.sh ___ 您的生活即時通 - 溝通、娛樂、生活、工作一次搞定! http://messenger.yahoo.

Re: [CentOS] Cron job? or something else? help..

2009-12-14 Thread Ray Van Dolson
On Mon, Dec 14, 2009 at 12:39:50PM -0500, Brian Mathis wrote: > On Mon, Dec 14, 2009 at 2:46 AM, Roland Roland > wrote: > > Hello, > > > > i have a certain issue at hand that i'm trying to solve. > > > > there's a certain command that i need to execute 10 minutes after boot. > > how can i set tha

Re: [CentOS] Cron job? or something else? help..

2009-12-14 Thread Brian Mathis
On Mon, Dec 14, 2009 at 2:46 AM, Roland Roland wrote: > Hello, > > i have a certain issue at hand that i'm trying to solve. > > there's a certain command that i need to execute 10 minutes after boot. > how can i set that? im not very expert with cron jobs but can it be done > that way? i know that

Re: [CentOS] Cron job? or something else? help..

2009-12-14 Thread Benjamin Franz
Roland Roland wrote: > Hello, > > i have a certain issue at hand that i'm trying to solve. > > there's a certain command that i need to execute 10 minutes after boot. > how can i set that? im not very expert with cron jobs but can it be done > that way? i know that cronjob works on specified time

Re: [CentOS] Cron job? or something else? help..

2009-12-14 Thread Michel van Deventer
Hi, On Mon, 2009-12-14 at 08:51 +0100, Michel van Deventer wrote: > Hi, > > On Mon, 2009-12-14 at 09:46 +0200, Roland Roland wrote: > > Hello, > > > > i have a certain issue at hand that i'm trying to solve. > > > > there's a certain command that i need to execute 10 minutes after boot. > > how

Re: [CentOS] Cron job? or something else? help..

2009-12-13 Thread Eero Volotinen
Quoting Roland Roland : > Hello, > > i have a certain issue at hand that i'm trying to solve. > > there's a certain command that i need to execute 10 minutes after boot. > how can i set that? im not very expert with cron jobs but can it be done > that way? i know that cronjob works on specified ti

Re: [CentOS] Cron job? or something else? help..

2009-12-13 Thread John R Pierce
Roland Roland wrote: > Hello, > > i have a certain issue at hand that i'm trying to solve. > > there's a certain command that i need to execute 10 minutes after boot. > how can i set that? im not very expert with cron jobs but can it be done > that way? i know that cronjob works on specified time

Re: [CentOS] Cron job? or something else? help..

2009-12-13 Thread Michel van Deventer
Hi, On Mon, 2009-12-14 at 09:46 +0200, Roland Roland wrote: > Hello, > > i have a certain issue at hand that i'm trying to solve. > > there's a certain command that i need to execute 10 minutes after boot. > how can i set that? im not very expert with cron jobs but can it be done > that way? i

[CentOS] Cron job? or something else? help..

2009-12-13 Thread Roland Roland
Hello, i have a certain issue at hand that i'm trying to solve. there's a certain command that i need to execute 10 minutes after boot. how can i set that? im not very expert with cron jobs but can it be done that way? i know that cronjob works on specified time but how can i set it to run with

Re: [CentOS] Cron Job?

2009-05-27 Thread gregor-grue...@t-online.de
-Nachricht- Betreff: [CentOS] Cron Job? Datum: Wed, 27 May 2009 22:32:04 +0200 Von: Jason Todd Slack-Moehrle An: CentOS mailing list Hi All, How does one create a cron job that runs commands like: /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=xxx.com -update /usr/local/awstats/wwwroot

Re: [CentOS] Cron Job?

2009-05-27 Thread Zack Colgan
Jason Todd Slack-Moehrle wrote: > Hi All, > > How does one create a cron job that runs commands like: > > /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=xxx.com -update > /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=yyy.com -update > > Say every 15 mins? > > -Jason You could cr

[CentOS] Cron Job?

2009-05-27 Thread Jason Todd Slack-Moehrle
Hi All, How does one create a cron job that runs commands like: /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=xxx.com -update /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=yyy.com -update Say every 15 mins? -Jason ___ CentOS mailing

Re: [CentOS] cron job not working

2008-09-18 Thread Al Sparks
--- On Wed, 9/17/08, Al Sparks <[EMAIL PROTECTED]> wrote: > From: Al Sparks <[EMAIL PROTECTED]> > Subject: Re: [CentOS] cron job not working > To: "CentOS mailing list" > Date: Wednesday, September 17, 2008, 9:26 AM > > Probably a permissions pr

Re: [CentOS] cron job not working

2008-09-17 Thread Al Sparks
> Probably a permissions problem, as has been noted. What I can't > understand is how the problem came to be so complicated. This, > run as a root cron job, will produce the desired directory: > > #!/bin/bash > mkdir -p /ora-local/db-test-backups/`date +%Y"_"%m"_"%d` > > ...without the adjustment

Re: [CentOS] cron job not working

2008-09-17 Thread Al Sparks
: bruce <[EMAIL PROTECTED]> To: CentOS mailing list Sent: Tuesday, September 16, 2008 4:25:23 PM Subject: RE: [CentOS] cron job not working hey al... what are the privs that the cron is being run as. the cron should be root. what are the acls for the dir that you're writing to?? it&#

Re: [CentOS] cron job not working

2008-09-16 Thread Robert
Al Sparks wrote: Here's a perl script that works when I run it manually. But when I run it via cron, it won't create the directory. But worse than that, an email isn't sent to the account running the job. So I'm not getting an error, but it does work when I run it manually. If I put an obvi

RE: [CentOS] cron job not working

2008-09-16 Thread bruce
t: Tuesday, September 16, 2008 5:01 PM To: Centos List Subject: [CentOS] cron job not working Here's a perl script that works when I run it manually. But when I run it via cron, it won't create the directory. But worse than that, an email isn't sent to the account running the jo

[CentOS] cron job not working

2008-09-16 Thread Al Sparks
Here's a perl script that works when I run it manually. But when I run it via cron, it won't create the directory. But worse than that, an email isn't sent to the account running the job. So I'm not getting an error, but it does work when I run it manually. If I put an obvious error in the scri

Re: [CentOS] Cron job

2007-10-05 Thread gjgowey
]> Date: Fri, 5 Oct 2007 11:50:01 To:"CentOS mailing list" Subject: [CentOS] Cron job Dear All Salam, Is there a possibility that we can run MRTG command in seconds The only thing is know is we can run MRTG in one minute other than standard 5 minutes Like */1 * *

Re: [CentOS] Cron job

2007-10-04 Thread John R Pierce
umair shakil wrote: Is there a possibility that we can run MRTG command in seconds ... what if, i want to monitor traffic in seconds?? then you need a different monitoring tool, perhaps ntop ___ CentOS mailing list CentOS@centos.org http://lists

[CentOS] Cron job

2007-10-04 Thread umair shakil
Dear All Salam, Is there a possibility that we can run MRTG command in seconds The only thing is know is we can run MRTG in one minute other than standard 5 minutes Like */1 * * * * root env LANG=C /usr/bin/mrtg /etc/mrtg/test.cfg what if, i want to monitor traffic in seconds??? Regar