Welcome to MacForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

cron log

 
   Macintosh computer (Home) -> System RSS
Next:  Problem with Multicast ASR in Tiger  
Author Message
John Rushford

External


Since: Sep 10, 2006
Posts: 12



(Msg. 1) Posted: Mon Sep 03, 2007 7:03 pm
Post subject: cron log
Archived from groups: comp>sys>mac>system (more info?)

Greetings,

Does anyone know where the cron log is kept on Mac OS X?

 >> Stay informed about: cron log 
Back to top
Login to vote
vilain

External


Since: Dec 15, 2004
Posts: 913



(Msg. 2) Posted: Mon Sep 03, 2007 7:03 pm
Post subject: Re: cron log [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

This message is not archived

 >> Stay informed about: cron log 
Back to top
Login to vote
Tom Stiller

External


Since: Jul 13, 2003
Posts: 2738



(Msg. 3) Posted: Mon Sep 03, 2007 10:46 pm
Post subject: Re: cron log [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <fbifkg$4gm$1@mailhub227.itcs.purdue.edu>,
Dave Seaman <dseaman.RemoveThis@no.such.host> wrote:

> On Mon, 03 Sep 2007 18:23:17 -0700, Michael Vilain wrote:
> > In article <PrqdnXjmNZdzM0HbnZ2dnUVZ_qOknZ2d.RemoveThis@comcast.com>,
> > John Rushford <jjr.RemoveThis@alisa.org> wrote:
>
> >> Greetings,
> >>
> >> Does anyone know where the cron log is kept on Mac OS X?
>
> > Depends on the version. 10.2 and 10.3 put it in /var/log. 10.4 doesn't
> > use crond and all the stuff run by crontabs is run via launchd which
> > logs to /var/log/asl.log or /var/log/system.log
>
> The system daily cron job under Panther was invoked via "periodic daily"
> and similarly for weekly and monthly. The same functionality exists
> under Tiger except that the periodic tasks are invoked by launchd instead
> of cron. However, the output of "periodic daily" still goes to
> /var/log/daily.out, the same as always, and similarly for the weekly and
> monthly tasks.
>
> The default periodic options, including the log destinations, are set in
> /etc/defaults/periodic.conf. You can customize by creating a copy in
> /etc/periodic.conf and editing to taste.

I would recommend using /etc/periodic.conf.local to add local
modifications to the system defaults.

--
Tom Stiller

PGP fingerprint = 5108 DDB2 9761 EDE5 E7E3 7BDA 71ED 6496 99C0 C7CF
 >> Stay informed about: cron log 
Back to top
Login to vote
Dave Seaman

External


Since: Jun 25, 2003
Posts: 592



(Msg. 4) Posted: Tue Sep 04, 2007 2:24 am
Post subject: Re: cron log [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 03 Sep 2007 18:23:17 -0700, Michael Vilain wrote:
> In article <PrqdnXjmNZdzM0HbnZ2dnUVZ_qOknZ2d DeleteThis @comcast.com>,
> John Rushford <jjr DeleteThis @alisa.org> wrote:

>> Greetings,
>>
>> Does anyone know where the cron log is kept on Mac OS X?

> Depends on the version. 10.2 and 10.3 put it in /var/log. 10.4 doesn't
> use crond and all the stuff run by crontabs is run via launchd which
> logs to /var/log/asl.log or /var/log/system.log

The system daily cron job under Panther was invoked via "periodic daily"
and similarly for weekly and monthly. The same functionality exists
under Tiger except that the periodic tasks are invoked by launchd instead
of cron. However, the output of "periodic daily" still goes to
/var/log/daily.out, the same as always, and similarly for the weekly and
monthly tasks.

The default periodic options, including the log destinations, are set in
/etc/defaults/periodic.conf. You can customize by creating a copy in
/etc/periodic.conf and editing to taste.


--
Dave Seaman
Oral Arguments in Mumia Abu-Jamal Case heard May 17
U.S. Court of Appeals, Third Circuit
<http://www.abu-jamal-news.com/>
 >> Stay informed about: cron log 
Back to top
Login to vote
John Rushford

External


Since: Sep 10, 2006
Posts: 12



(Msg. 5) Posted: Tue Sep 04, 2007 6:00 am
Post subject: Re: cron log [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Michael Vilain wrote:
> In article <PrqdnXjmNZdzM0HbnZ2dnUVZ_qOknZ2d.DeleteThis@comcast.com>,
> John Rushford <jjr.DeleteThis@alisa.org> wrote:
>
>> Greetings,
>>
>> Does anyone know where the cron log is kept on Mac OS X?
>
> Depends on the version. 10.2 and 10.3 put it in /var/log. 10.4 doesn't
> use crond and all the stuff run by crontabs is run via launchd which
> logs to /var/log/asl.log or /var/log/system.log
>

Thanks, I'm using 10.4 and was looking for the cron log as in
/var/log/cron (FreeBSD). I wanted to check the cron log for a job I
have scheduled. It doesn't look like there is a cron job execution log
on 10.4 then.

thanks
John
 >> Stay informed about: cron log 
Back to top
Login to vote
Dave Seaman

External


Since: Jun 25, 2003
Posts: 592



(Msg. 6) Posted: Tue Sep 04, 2007 11:54 am
Post subject: Re: cron log [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 03 Sep 2007 22:46:56 -0400, Tom Stiller wrote:
> In article <fbifkg$4gm$1@mailhub227.itcs.purdue.edu>,
> Dave Seaman <dseaman.RemoveThis@no.such.host> wrote:

>> On Mon, 03 Sep 2007 18:23:17 -0700, Michael Vilain wrote:
>> > In article <PrqdnXjmNZdzM0HbnZ2dnUVZ_qOknZ2d.RemoveThis@comcast.com>,
>> > John Rushford <jjr.RemoveThis@alisa.org> wrote:
>>
>> >> Greetings,
>> >>
>> >> Does anyone know where the cron log is kept on Mac OS X?
>>
>> > Depends on the version. 10.2 and 10.3 put it in /var/log. 10.4 doesn't
>> > use crond and all the stuff run by crontabs is run via launchd which
>> > logs to /var/log/asl.log or /var/log/system.log
>>
>> The system daily cron job under Panther was invoked via "periodic daily"
>> and similarly for weekly and monthly. The same functionality exists
>> under Tiger except that the periodic tasks are invoked by launchd instead
>> of cron. However, the output of "periodic daily" still goes to
>> /var/log/daily.out, the same as always, and similarly for the weekly and
>> monthly tasks.
>>
>> The default periodic options, including the log destinations, are set in
>> /etc/defaults/periodic.conf. You can customize by creating a copy in
>> /etc/periodic.conf and editing to taste.

> I would recommend using /etc/periodic.conf.local to add local
> modifications to the system defaults.

Yes, I agree; /etc/periodic.conf.local is not mentioned on the periodic
man page, but it is mentioned in /etc/defaults/periodic.conf.


--
Dave Seaman
Oral Arguments in Mumia Abu-Jamal Case heard May 17
U.S. Court of Appeals, Third Circuit
<http://www.abu-jamal-news.com/>
 >> Stay informed about: cron log 
Back to top
Login to vote
Display posts from previous:   
   Macintosh computer (Home) -> System All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]