From owner-freebsd-questions Fri Jun 16 0:37:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from penguin.prod.itd.earthlink.net (penguin.prod.itd.earthlink.net [207.217.120.134]) by hub.freebsd.org (Postfix) with ESMTP id B853237BD79 for ; Fri, 16 Jun 2000 00:37:23 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0142.cvx21-bradley.dialup.earthlink.net [209.179.192.142]) by penguin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id AAA05843; Fri, 16 Jun 2000 00:37:21 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id AAA00322; Fri, 16 Jun 2000 00:35:57 -0700 (PDT) Date: Fri, 16 Jun 2000 00:35:57 -0700 From: "Crist J. Clark" To: "FENIX.LOCALHOST.NL" Cc: Kyle , freebsd-questions@FreeBSD.ORG Subject: Re: Syslog Help Message-ID: <20000616003556.B287@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <20000615231209.LQSR6851.mail.rdc1.ct.home.com@kyle> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from fenix@FENIX.LOCALHOST.NL on Fri, Jun 16, 2000 at 01:32:26AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jun 16, 2000 at 01:32:26AM +0200, FENIX.LOCALHOST.NL wrote: > > Try logging telnetd.* or *.telnetd or both ;-) > Greets Fenix Neither is a valid syslog facility. I would expect telnetd(8) to be using the daemon facility. You can examine the telnetd source code or run syslogd(8) with the -vv flags to see exactly the facilities and levels it is using. A guess is that you'll end up with something like, !telnetd daemon.* In syslog.conf(5). > On Thu, 15 Jun 2000, Kyle wrote: > > > I was wondering how to get the syslog to log when people telnet into my box.. > > I was able to get it to work by putting *.* in the syslog.conf, BUT I dont > > want > > it logging EVERYTHING. I also put *.info in there too and it logs way too > > much. > > All I want to see is when people telnet into my box. (Jun 15 19:09:00 > > ******** telnetd[76846]: connect from ********.com) > > Im using BSD 5.0 > > > > Thanks > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message