Re: bad minute?

2001-04-16 Thread Stephen E. Hargrove
.16288:1: bad minute errors in crontab file, can't install. Do you want to retry the same edit? ^^ Does it dislike octal numbers? huh? -- steve * Linux : http://exitwound.org Mozart: http://mozart.sourceforge.net Buck : http://www.BuckOwensFan.com *

Re: bad minute?

2001-04-16 Thread Erik Steffl
: installing new crontab /tmp/crontab.16288:1: bad minute errors in crontab file, can't install. Do you want to retry the same edit? ^^ Does it dislike octal numbers? huh? numbers beginning with zero (with at least one number after that) are considered octal numbers in C

Re: bad minute?

2001-04-16 Thread Mike
Erik Steffl wrote: numbers beginning with zero (with at least one number after that) are considered octal numbers in C. Not sure if it applies here (if cron would think it's octal number, but if it would why would it read it is octal zero (which is the same as any other zero...)) I don't

Re: bad minute? -- SOLVED

2001-04-16 Thread Stephen E. Hargrove
Stephen E. Hargrove wrote: When I edit my crontab (crontab -e) and try to save my changes, I get the following messages: crontab.16288 54L, 1391C written crontab: installing new crontab /tmp/crontab.16288:1: bad minute errors in crontab file, can't install. Do you want to retry the same

bad minute?

2001-04-15 Thread Stephen E. Hargrove
When I edit my crontab (crontab -e) and try to save my changes, I get the following messages: crontab.16288 54L, 1391C written crontab: installing new crontab /tmp/crontab.16288:1: bad minute errors in crontab file, can't install. Do you want to retry the same edit? I realize that it's telling

Re: bad minute?

2001-04-15 Thread Nate Amsden
Stephen E. Hargrove wrote: When I edit my crontab (crontab -e) and try to save my changes, I get the following messages: crontab.16288 54L, 1391C written crontab: installing new crontab /tmp/crontab.16288:1: bad minute errors in crontab file, can't install. Do you want to retry the same

Re: bad minute?

2001-04-15 Thread Gavin Hamill
00,15,30,45 * * * * /usr/local/etc/logcheck.sh The double-zero might be causeing it to choke.. the rest of the crontab seems fine... Regards, Gavin.

Re: bad minute?

2001-04-15 Thread David Jardine
On Sun, Apr 15, 2001 at 06:03:00PM -0500, Stephen E. Hargrove wrote: When I edit my crontab (crontab -e) and try to save my changes, I get the following messages: crontab.16288 54L, 1391C written crontab: installing new crontab /tmp/crontab.16288:1: bad minute errors in crontab file, can't