From owner-freebsd-questions Fri Apr 14 2:25:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 8B15837BE45 for ; Fri, 14 Apr 2000 02:25:13 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12g2LS-000DGN-00; Fri, 14 Apr 2000 11:24:58 +0200 From: Sheldon Hearn To: Jim Pazarena Cc: freebsd-questions@FreeBSD.ORG Subject: Re: inetd logging In-reply-to: Your message of "Thu, 13 Apr 2000 16:40:45 MST." <10004131640.aa03553@ccstores.com> Date: Fri, 14 Apr 2000 11:24:58 +0200 Message-ID: <50986.955704298@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 13 Apr 2000 16:40:45 MST, Jim Pazarena wrote: > I have installed FreeBSD v4.0, and find that inetd "successful logging" > isn't working. Are you sure it isn't just logging to another facility? The manual page is quite clear about the facility used; usually ``daemon'', unless wrapping options are specified, in which case ``auth'. You can find out for yourself exactly which facility.priority is used for any given message as follows... Uncomment the line in /etc/syslog.conf which sends _all_ syslog messages to /var/log/all.log. Create that file as follows: touch /var/log/all.log Then kill syslogd and start a new instance up with the -v (verbose) option, which causes syslogd to include in its log files the facility and priority of each message. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message