RE: Cron not working till 28/08/07

2007-09-19 Thread Matthijs Breemans
Hello,

Can you give some more info, like posting te crontab?

Matthijs

-Oorspronkelijk bericht -
Van: DSA - JCR [EMAIL PROTECTED]
Aan: freebsd-questions@freebsd.org
Verzonden: 19-9-07 14:36
Onderwerp: Cron not working till 28/08/07

Hi all !!

I had several crontab jobs in order to make backups.

All worked fine till the 28-Aug-2007 when it seems to be stopped for some
reason, I don't know why.
I had a reporting in my mail box (external) also with daily, weekly and
monthly reports, but suddenly all stopped (I don't receive nothing in my
email).

Can you help me?



Thanks in advance

Juan Coruña
Desarrollo de Software Atlantico




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cron not working till 28/08/07

2007-09-19 Thread Harry Matthiesen Jensen
On Wed, Sep 19, 2007 at 12:36:07PM -, DSA - JCR wrote:
 I had several crontab jobs in order to make backups.
 
 All worked fine till the 28-Aug-2007 when it seems to be stopped for some
 reason, I don't know why.

Does the command whereis crontab give you any feedback?

Performed a buildworld close to the date you mentioned?

..and how does the cron files look like?

-- 
Mvh Harry
FreeBSD 7.0-CURRENT Sep 15 19:08:08 2007 i386
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cron not working till 28/08/07

2007-09-19 Thread RW
On Wed, 19 Sep 2007 12:36:07 - (GMT)
DSA - JCR [EMAIL PROTECTED] wrote:

 Hi all !!
 
 I had several crontab jobs in order to make backups.
 
 All worked fine till the 28-Aug-2007 when it seems to be stopped for
 some reason, I don't know why.
 I had a reporting in my mail box (external) also with daily, weekly
 and monthly reports, but suddenly all stopped (I don't receive
 nothing in my email).

Have you checked it's not an email problem with block-lists, spam
filters etc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cron not working till 28/08/07

2007-09-19 Thread Derek Ragona

At 07:36 AM 9/19/2007, DSA - JCR wrote:

Hi all !!

I had several crontab jobs in order to make backups.

All worked fine till the 28-Aug-2007 when it seems to be stopped for some
reason, I don't know why.
I had a reporting in my mail box (external) also with daily, weekly and
monthly reports, but suddenly all stopped (I don't receive nothing in my
email).

Can you help me?



Thanks in advance

Juan Coruña
Desarrollo de Software Atlantico


Have you checked the system clock?  Often cron jobs stop running when a 
server is rebooted with incorrect time and date.


-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cron not working till 28/08/07

2007-09-19 Thread Jerry McAllister

Hi,

On Wed, Sep 19, 2007 at 12:36:07PM -, DSA - JCR wrote:

 Hi all !!
 
 I had several crontab jobs in order to make backups.
 
 All worked fine till the 28-Aug-2007 when it seems to be stopped for some
 reason, I don't know why.
 I had a reporting in my mail box (external) also with daily, weekly and
 monthly reports, but suddenly all stopped (I don't receive nothing in my
 email).
 
 Can you help me?

You have had some other responses that may lead you to an answer.
Check them out.

One more wil idea of something to check is disk space.   Is it
possible that your job is trying to write to some space where there
is not enough room?   

Also, is it possible that some previous job failed, but didn't
complete terminate and is still hanging around or hanging on
to some space needed by the jobs.Sometimes just doing a reboot
will clear that up -- though it won't prevent the problem from
recurring.

Good luck,

jerry

 
 Thanks in advance
 
 Juan Coruña
 Desarrollo de Software Atlantico
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cron not working till 28/08/07

2007-09-19 Thread Bill Vermillion
On Wed, Sep 19, 2007 at 21:46 , after knocking over a stack of
dishes on the heat sink [EMAIL PROTECTED]
wondered out loud about:


 Date: Wed, 19 Sep 2007 12:36:07 - (GMT)
 From: DSA - JCR [EMAIL PROTECTED]
 Subject: Cron not working till 28/08/07

 Hi all !!

 I had several crontab jobs in order to make backups.

 All worked fine till the 28-Aug-2007 when it seems to be stopped
 for some reason, I don't know why.

 I had a reporting in my mail box (external) also with daily,
 weekly and monthly reports, but suddenly all stopped (I don't
 receive nothing in my email).

 Can you help me?

I had the same problem.  It was after I did an upgrade.

I found that /etc/crontab had gotten copied somehow to
/var/cron/tabs/root.

I did get errors of 'root not found'. [or similar].

Check to see if that hasn't happened to you.

By any chance had you performed a  'crontab -e' and screwed
things up and deleted the cron.

/etc/crontab runs the daily scripts you should be getting.
Having that also in /var/cron/tabs made my daily messages go
away.

Bill

-- 
Bill Vermillion - bv @ wjv . com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]