Re: Cron does not run.

2010-02-05 Thread Boyd Stephen Smith Jr.
On Thursday 04 February 2010 23:47:59 Sthu Deus wrote: > Thank You for Your time and answer, Boyd: > >On many Debian systems cron jobs are run at GMT time. > > What is Your local time? America/Chicago > How do You get reports of works run? The logcheck cron job explicitly mails the logcheck use

Re: Cron does not run.

2010-02-04 Thread Sthu Deus
Thank You for Your time and answer, Boyd: >On many Debian systems cron jobs are run at GMT time. What is Your local time? How do You get reports of works run? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.d

Re: Cron does not run.

2010-02-02 Thread Boyd Stephen Smith Jr.
On Tuesday 02 February 2010 11:51:35 Sthu Deus wrote: > Thank You for Your time and answer, Boyd: > >Actually, yes. I missed this part in the original email. If a cronjob > >generates any output it will (normally) be mailed to the owner of the > > crontab. For jobs under /etc/cron.daily, this is

Re: Cron does not run.

2010-02-02 Thread Sthu Deus
Thank You for Your time and answer, Boyd: >Actually, yes. I missed this part in the original email. If a cronjob >generates any output it will (normally) be mailed to the owner of the crontab. > >For jobs under /etc/cron.daily, this is root. Should cron not to store somewhere reports of the

Re: Cron does not run.

2010-01-29 Thread Boyd Stephen Smith Jr.
On Friday 29 January 2010 11:31:00 Javier Barroso wrote: > On Fri, Jan 29, 2010 at 4:02 PM, Sthu Deus wrote: > > As I do understand, the report of the run jobs should be put to > > /var/spool/cron or in /var/spool/cron/crontabs dir. (?), but it is empty. > > Maybe cron wants to tell you something

Re: Cron does not run.

2010-01-29 Thread Javier Barroso
On Fri, Jan 29, 2010 at 4:02 PM, Sthu Deus wrote: > Good day. > > > I can not set up cron. This is what I have as I tested it (I tried for daily > only for now): > > At 3:40 I put into /etc/crontab: > 50 3     * * *    root  test -x /usr/sbin/anacron || (cd / && run-parts > --report /etc/cron.da

Re: Cron does not run.

2010-01-29 Thread Boyd Stephen Smith Jr.
On Friday 29 January 2010 09:02:21 Sthu Deus wrote: > I can not set up cron. This is what I have as I tested it (I tried for > daily only for now): > > At 3:40 I put into /etc/crontab: > 50 3 * * *root test -x /usr/sbin/anacron || (cd / && run-parts > --report /etc/cron.daily ) > > in