From owner-freebsd-questions Sat Sep 16 13:34:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id C147837B422 for ; Sat, 16 Sep 2000 13:34:11 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 16 Sep 2000 13:33:02 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id e8GKY8A10004; Sat, 16 Sep 2000 13:34:08 -0700 (PDT) (envelope-from cjc) Date: Sat, 16 Sep 2000 13:34:08 -0700 From: "Crist J . Clark" To: Dan Langille Cc: freebsd-questions@FreeBSD.ORG Subject: Re: internal auth and inetd don't seem to like each other Message-ID: <20000916133407.Y69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <200009161238.AAA13888@ducky.nz.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200009161238.AAA13888@ducky.nz.freebsd.org>; from dan@langille.org on Sun, Sep 17, 2000 at 12:38:40AM +1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 17, 2000 at 12:38:40AM +1200, Dan Langille wrote: > 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. It seems to work fine for me, FreeBSD 149.211.6.64.reflexcom.com 4.1-STABLE FreeBSD 4.1-STABLE #7: Tue Aug 8 22:44:30 PDT 2000 cjc@149.211.6.64.reflexcom.com:/usr/src/sys/compile/CJC-DESKTOP i386 Have you tried running inetd in debug mode, -d? > 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). You are saying you will run this on the NAT box? It should work fine. Use '-d' or '-g' options for auth. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message