From owner-freebsd-questions Sun Aug 29 4:27:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.qcislands.net (mail.qcislands.net [209.53.238.6]) by hub.freebsd.org (Postfix) with ESMTP id 8E44015744 for ; Sun, 29 Aug 1999 04:27:17 -0700 (PDT) (envelope-from ccstore@qcislands.net) Received: from wwwa ([209.53.238.8] helo=wwwa.qcislands.net) by mail.qcislands.net with esmtp (Exim 3.03 #1) id 11L36n-00006V-00 for freebsd-questions@freebsd.org; Sun, 29 Aug 1999 04:26:49 -0700 Received: from ccstore by wwwa.qcislands.net with local (Exim 3.01 #3) id 11L36p-0000OW-00 for freebsd-questions@freebsd.org; Sun, 29 Aug 1999 11:26:51 +0000 From: Jim Pazarena To: freebsd-questions@freebsd.org Subject: inetd logging X-Mailer: SCO Shell Date: Sun, 29 Aug 1999 3:41:32 -0700 (PDT) Message-ID: <9908290341.aa06496@dick.ccstores.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to have inetd log successful connections. The inetd man page indicates "-l" should do it. So I added 'inetd_flags="-l"'to /etc/rc.conf and rebooted a ps -xa shows that inetd is running with the "-l" option. ... but no logging of successful rlogins or telnets. I examined the inetd.c source and find that successful logins are syslogd via "warning", which doesn't appear to be setup in the default syslog.conf.. So I created a "*.warning .." and rebooted again. Still no logging of telnets or rlogins. What am I missing? FreeBSD 3.2 generic -- Jim Pazarena mailto:paz@ccstores.com http://www.qcislands.net/paz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message