From owner-freebsd-current Fri Apr 2 11:38:53 1999 Delivered-To: freebsd-current@freebsd.org Received: from liquid.tpb.net (drum-n-bass.party-animals.com [194.134.94.34]) by hub.freebsd.org (Postfix) with ESMTP id 5CF9614BD3 for ; Fri, 2 Apr 1999 11:38:39 -0800 (PST) (envelope-from niels@bakker.net) Received: from localhost (niels@localhost) by liquid.tpb.net (8.9.3/8.8.8/Debian/GNU) with ESMTP id VAA32322; Fri, 2 Apr 1999 21:38:17 +0200 Date: Fri, 2 Apr 1999 21:38:16 +0200 (CEST) From: N X-Sender: niels@liquid.tpb.net To: Mark Murray Cc: current@FreeBSD.ORG Subject: Re: can't register udp portmap In-Reply-To: <199904021324.PAA32357@greenpeace.grondar.za> Message-ID: <9904022128150.32264-100000@liquid.tpb.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> (shouldn't auth.info be sent somewhere? Currently successful connections >> don't seem to be logged at all.) > You didn't include the patch for this :-) --- /usr/src/etc/syslog.conf Wed Oct 14 23:59:55 1998 +++ /etc/syslog.conf Thu Feb 4 02:23:07 1999 @@ -11,6 +11,7 @@ *.notice;news.err root *.alert root *.emerg * +auth.debug /var/log/auth.log # uncomment these if you're running inn # news.crit /var/log/news/news.crit # news.err /var/log/news/news.err --- /usr/src/etc/newsyslog.conf Tue Feb 23 00:34:51 1999 +++ /etc/newsyslog.conf Fri Apr 2 21:29:18 1999 @@ -4,6 +4,7 @@ # logfilename owner.group mode count size time [ZB] [/pid_file] [sig_num] /var/cron/log 600 3 100 * Z /var/log/amd.log 664 7 100 * Z +/var/log/auth.log 600 7 100 * Z /var/log/kerberos.log 664 7 100 * Z /var/log/lpd-errs 664 7 100 * Z /var/log/maillog 664 7 * 24 Z --- /usr/src/etc/defaults/rc.conf Fri Apr 2 15:20:24 1999 +++ /etc/defaults/rc.conf Fri Apr 2 21:34:42 1999 @@ -54,7 +54,9 @@ syslogd_enable="YES" # Run syslog daemon (or NO). syslogd_flags="" # Flags to syslogd (if enabled). inetd_enable="YES" # Run the network daemon dispatcher (or NO). -inetd_flags="" # Optional flags to inetd. +inetd_flags="" # Optional flags to inetd (use '-l' to log + # successful requests as well as those that + # were rejected via /etc/hosts.allow). # # named. It may be possible to run named in a sandbox, man security for # details. Not too hard. :-) -- Niels. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message