From owner-freebsd-security Mon Oct 19 05:49:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01078 for freebsd-security-outgoing; Mon, 19 Oct 1998 05:49:01 -0700 (PDT) (envelope-from owner-freebsd-security@FreeBSD.ORG) Received: from carp.gbr.epa.gov (carp.gbr.epa.gov [204.46.159.110]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01071 for ; Mon, 19 Oct 1998 05:48:59 -0700 (PDT) (envelope-from mjenkins@carp.gbr.epa.gov) Received: (from mjenkins@localhost) by carp.gbr.epa.gov (8.8.8/8.8.8) id HAA07576; Mon, 19 Oct 1998 07:48:33 -0500 (CDT) (envelope-from mjenkins) Date: Mon, 19 Oct 1998 07:48:33 -0500 (CDT) From: Mike Jenkins Message-Id: <199810191248.HAA07576@carp.gbr.epa.gov> To: madrapour@hotmail.com Subject: Re: Again logging! Cc: freebsd-security@FreeBSD.ORG In-Reply-To: <19981017133137.1623.qmail@hotmail.com> Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 17 Oct 1998, "N. N.M" wrote: > !inetd > *.* /var/log/inetd > > !tcpd > *.* tab> /var/log/tcpd Make sure you only have TAB characters between the *.* and the log filename. (I just copy and paste the ppp lines and then change the names.) Also if you are using the ee editor use the -e switch which will prevent expanding TABs to spaces. And notify syslogd with a HUP if you modify /etc/syslog.conf. Can you "logger -p lpr.info message" and get a message in /var/log/messages? (Just verifying that syslogd is working.) Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message