From owner-freebsd-questions Sat Sep 16 5:38:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ducky.nz.freebsd.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 2ADFB37B422 for ; Sat, 16 Sep 2000 05:38:34 -0700 (PDT) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id AAA13888 for ; Sun, 17 Sep 2000 00:38:32 +1200 (NZST) Message-Id: <200009161238.AAA13888@ducky.nz.freebsd.org> From: "Dan Langille" Organization: langille.org To: freebsd-questions@freebsd.org Date: Sun, 17 Sep 2000 00:38:40 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: internal auth and inetd don't seem to like each other Reply-To: dan@langille.org X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm attempting to use the internal auth. I'm failing. I enable the following in /etc/inetd.conf: auth stream tcp nowait root internal auth -r -f -n -o UNKNOWN -t 30 Then I killall -hup inetd And I see this in /var/log/messages when I try to connect to an IRC server, I get these: Sep 17 00:16:26 ducky inetd[13754]: cannot execute internal: No such file or directory I've found nothing in the questions mailing list archives. # uname -a FreeBSD ducky.nz.freebsd.org 4.1-STABLE FreeBSD 4.1-STABLE #0: Mon Aug 21 18:17:33 NZST 2000 root@ducky.nz.freebsd.org:/usr/obj/usr/src/sys/DUCKY i386 Others seem to have this working. No idea why I can't. side note: from what I've seen of other working examples, I don't think this will provide a working auth for boxes behind the fw/nat box (on which the above was done). -- Dan Langille The FreeBSD Diary - http://www.freebsddiary.org/ FreshPorts - http://freshports.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message