[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] crontab daemon
- Subject: Re: [cobalt-developers] crontab daemon
- From: Joshua Uziel <uzi@xxxxxxx>
- Date: Sun Apr 29 17:17:08 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
* Tim <tnp3@xxxxxxxxx> [010428 14:05]:
> What are these crontab daemon e-mails that I receive?
> What do they mean?
> Is there something wrong that I should be concerned
> about? I got about 90 of them!
Generally you get an email from the crontab daemon when the job is
giving output... any output. You have two choices:
1) Find what it is complaining about and either fix that, or change the
job so that it doesn't print where it is.
2) Find which job is giving output and tack a " > /dev/null 2>&1" to the
end of it so that all output is ignored.
Hope that helps.