From owner-freebsd-stable Sun Feb 27 1:26:39 2000 Delivered-To: freebsd-stable@freebsd.org Received: from camelot.bitart.com (camelot.BITart.com [206.103.221.33]) by hub.freebsd.org (Postfix) with SMTP id 2C19E37B53A for ; Sun, 27 Feb 2000 01:26:30 -0800 (PST) (envelope-from gerti@bitart.com) Received: (qmail 782 invoked by uid 101); 27 Feb 2000 09:26:27 -0000 Message-ID: <20000227092627.781.qmail@camelot.bitart.com> MIME-Version: 1.0 (NeXT Mail 4.2mach v148) Content-Type: text/enriched; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <38B8E477.1640F67E@gorean.org> X-Nextstep-Mailer: Mail 4.2mach (Enhance 2.2p1) Received: by NeXT.Mailer (1.148) From: Gerd Knops Date: Sun, 27 Feb 2000 03:26:26 -0600 To: Doug Barton Subject: Re: inetd -l does not log Cc: freebsd-stable@freebsd.org Reply-To: gerti-freebsds@BITart.com References: <20000226055117.26471.qmail@camelot.bitart.com> <38B8E477.1640F67E@gorean.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Barton wrote: > Gerd Knops wrote: > > > > Hi, > > > > man inetd states: > > > > When given the -l option inetd will log an entry to syslog each time a > > connection is accepted, noting the service selected and the IP-number of > > the remote requestor if available. > > > > On my 3.4 stable system no such thing happens if inetd is started with the -l flag. > > It does happen, but by default there is nothing in syslog.conf to log > the daemon facility. That's where it logs if you just just the -l flag. > If you use either of the -w/W flags it logs to the auth facility. > > Someone was supposed to have added a note to the man page to this > effect... > I know that. syslog.conf contains: !inetd *.* /dev/console and rc.conf: inetd_flags="-w -W" Still only failed login attempts are logged (I assume by the inetd internal tcp-wrapper code). Gerd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message