Date: Mon, 3 Feb 2003 16:25:04 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Dragoncrest <dragoncrest@voyager.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Daily reports disappearing Message-ID: <20030203142504.GA16784@gothmog.gr> In-Reply-To: <4.2.0.58.20030203065833.0096c340@pop.voyager.net> References: <4.2.0.58.20030203065833.0096c340@pop.voyager.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-02-03 06:59, Dragoncrest <dragoncrest@voyager.net> wrote: > Hi all. Since bringing up one of my new boxes recently I've noticed > that I'm not getting any of my reports from that box. I checked the > aliases file and root does point to my email address and when I test it, > mail is forwarded to that address. But if I run a daily report, nothing > comes through. Any suggestions? Does your /etc/defaults/periodic.conf file contain the following? $ grep _output= /etc/defaults/periodic.conf daily_output="root" # user or /file daily_status_security_output="root" # user or /file weekly_output="root" # user or /file monthly_output="root" # user or /file $ If not, have you by any chance upgraded recently using the source? Did you remember to run 'mergemaster' after 'make installworld'? - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030203142504.GA16784>