On Mon, 2007-09-03 at 10:06 +0200, Patrick Mau wrote: > My debian installation has a system cronjob that will perform a resync > every first Sunday morning at 1:06 AM: > > [EMAIL PROTECTED] cat /etc/cron.d/mdadm > ... > 6 1 * * 0 root [ -x /usr/share/mdadm/checkarray ] && [ $(date +\%d) - > le 7 ] && /usr/share/mdadm/checkarray --cron --all --quiet > > I did not read the manpage, but my guess is that 'quiet' will suppress > the mail notification.
Yes, that was it, checkarray leaves traces in the syslog. Now I'm really ashamed I jumped on my mailer before using what's left of my braincells. Could I take it back please ? Thanks, Xav - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/