On 07/03/12 15:59, Simon Kågedal Reimer wrote:
Hi!
Does anyone have a solution for making qsub/qcronsub not say "Your job ... has been submitted" to standard output?
Been getting a lot of e-mails from cronie lately...
I *do* of course want it to say something when things are not working as expected, so I don't want all output silenced.
Regards, Simon Kågedal Reimer (skagedal)
What about doing qsub ... > /dev/null ? When things fail it should be providing the errors through stderr *and* exting non-zero, and any of those should produce a cronie mail.