From owner-freebsd-questions@FreeBSD.ORG Fri Dec 19 06:43:12 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11A2316A4CF for ; Fri, 19 Dec 2003 06:43:12 -0800 (PST) Received: from fubard.zapto.org (modemcable005.194-202-24.mc.videotron.ca [24.202.194.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7053643D62 for ; Fri, 19 Dec 2003 06:43:02 -0800 (PST) (envelope-from rwong10@cs.mcgill.ca) Received: from chimera.my.fubard.ca (root@chimera.my.fubard.ca [192.168.0.3]) by fubard.zapto.org (8.12.8p1/8.12.8) with ESMTP id hBJEaZeT002979; Fri, 19 Dec 2003 09:36:35 -0500 (EST) (envelope-from rwong10@cs.mcgill.ca) Received: from localhost (mout@localhost) by chimera.my.fubard.ca (8.11.4/8.11.4) with ESMTP id hBJEaWZ12721; Fri, 19 Dec 2003 09:36:32 -0500 X-Authentication-Warning: chimera.my.fubard.ca: mout owned process doing -bs Date: Fri, 19 Dec 2003 09:36:32 -0500 (EST) From: rwong10 X-X-Sender: mout@chimera.my.fubard.ca To: freebsd-questions@freebsd.org In-Reply-To: <20031219103111.17DF916A4CE@hub.freebsd.org> Message-ID: References: <20031219103111.17DF916A4CE@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: mike@ascendency.net Subject: Re: Problems setting up Identd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 14:43:12 -0000 Try this line: auth stream tcp nowait root internal auth -d na Do a 'man inetd' and have search on 'fallback' to see the details. robin ------------------------------ Message: 7 Date: Thu, 18 Dec 2003 21:43:20 -0600 From: "Mike Loiterman" Subject: Problems setting up Identd To: Message-ID: <200312190344.hBJ3ikL53909@fat_man.ascendency.net> Content-Type: text/plain; charset="us-ascii" I'm trying to get my identd server setup correctly so I can chat on IRC. Port 113 is open on my firewall, rc.conf is running inetd, and inetd has identd uncommented. This is the line in my inetd.conf file: auth stream tcp wait root /usr/local/sbin/identd identd I have pidentd installed via ports but when I connect to EFNet...it says no ident was found. Further, none of the identd servers (pidentd, oidentd) seem to have a man page. This is incredibly frustrating.