Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2000 07:58:56 -0700 (PDT)
From:      Joseph Scott <joseph.scott@owp.csus.edu>
To:        Gregory Bond <gnb@itga.com.au>
Cc:        stable@FreeBSD.ORG
Subject:   Re: logging kern.info to remote machine
Message-ID:  <Pine.BSF.4.21.0008070756040.73372-100000@pebkac.owp.csus.edu>
In-Reply-To: <200008070808.SAA03793@lightning.itga.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help

On Mon, 7 Aug 2000, Gregory Bond wrote:

> We're having strife setting up syslog so that kern.info messages (in 
> particular, output from ipfw and log_in_vain) are logged to a remote machine.
> 
> Running "syslog -d" on both machines, and then "logger -p kern.info test" on
> the source machine, we see the packet is received by syslogd on the loghost,
> But it is never logged anywhere.  This is despite the line in syslog.conf that
> says 
> 	*.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
> 
> However a message at kern.err _is_ properly logged on the loghost by this rule
> (presumably because it is trapped by the "*.notice" clause).
> 
> Any clues?
> 
> We'll do some more debugging in the morning and submit a PR once we have
> something more concrete.

	You don't mention what version of FreeBSD you are using.  Not too
long ago the default flags for syslogd were changed to include -s which
disables the logging of syslog messages from remote machines.  You may
want to look at that and the -a flag for syslogd. 

---
Joseph Scott
joseph.scott@owp.csus.edu
The Office Of Water Programs - CSU Sacramento



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0008070756040.73372-100000>