Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 00:18:42 +0200
From:      =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= <neigaard@e-box.dk>
To:        owner-freebsd-questions@FreeBSD.ORG, "Mike Tindall" <lists@netwzrd.net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Webalizer Mailing Cron Log
Message-ID:  <16574916.20020617001842@e-box.dk>
In-Reply-To: <NDBBJCBCCLCEFCLJKEDFAEPPHMAA.lists@netwzrd.net>
References:  <NDBBJCBCCLCEFCLJKEDFAEPPHMAA.lists@netwzrd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Monday, June 17, 2002, 12:18:35 AM, Mike wrote:

MT> Hi all,

MT> I have a Freebsd box running Qmail and Apache.  I installed webalizer to
MT> graph the hits from apache.  I just have one problem:

MT> Whenever webalizer runs from cron it sends a message to root@mymachine.  I
MT> would really like to do without this if possible.  Is there a way to stop
MT> that feature?  Is this part of FreeBSD or is it coming from webalizer?

My guess is that webalizer returns a status message of some sort, and
cron does not like to recive any response from the commands it runs.
Maybe you clould redirect the response to /dev/null, maybe something
like this:

webalizer > /dev/null 2>&1

MT> I would appreciate any advice.

MT> Thank you,

MT> Mike Tindall
MT> mike@netwzrd.net

/Søren


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?16574916.20020617001842>