From owner-freebsd-questions Mon Nov 15 20:50:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from copland.udel.edu (copland.udel.edu [128.175.13.92]) by hub.freebsd.org (Postfix) with ESMTP id 3F61F151CA for ; Mon, 15 Nov 1999 20:50:05 -0800 (PST) (envelope-from papalia@UDel.Edu) Received: from morgaine (host75-157.student.udel.edu [128.175.75.157]) by copland.udel.edu (8.9.3/8.9.3) with SMTP id XAA25893; Mon, 15 Nov 1999 23:50:01 -0500 (EST) Message-Id: <4.1.19991115234644.009bb680@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 15 Nov 1999 23:50:11 -0500 To: Andre Albsmeier From: John Subject: Solution Found: IdentD probs (WAS Re: ident, apache, named, and probably more...) Cc: Chris Dillon , freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey all, just thought I'd share the solution... After massive amounts of digging in the mail archives I found out the answer was in freebsd-ports :) Apparently my recent (2 days ago) buildworld caused the problems with identd when changes to inetd became incorporated. To quote an email from Chris Piazza back on Sept 4, 1999: That's right. Brian Feldman backported some changes from -current that simplify getting user credentials from a socket. This is one side effect. 1.33.2.2 Sun Aug 29 13:15:39 1999 UTC by green Branch: RELENG_3 The new pidentd now runs as root. Changed the line in /etc/inetd.conf to: auth stream tcp wait root /usr/local/sbin/identd identd -w -t120 And all is happy again. Thanks to everyone who helped!!! --John >> >> In the past week, I've installed and configured named and apache (with >> >> modssl). Everything was going great until i rebooted last night. >> >> I wanted to hop onto irc for a bit (using ircII), and well, I'm getting a >> >> response from the servers saying that I need to have my sysadmin install >> >> identd. The thing is that I've had pidentd installed for 2+ months now >> >> and it WAS working flawlessly. I'm running v3.3 right now. Nothign I >> >> found in the archives seemed to be the cure. >> >First make sure identd is set up properly in /etc/inetd.conf and that >> >the internal "fake" identd is turned off. If the inetd entry is >> >correct, remove identd and then recompile it cleanly from the ports >> >collection. >> identd is set up in /etc/inetd.conf as: >> ident stream tcp wait kmem:kmem /usr/local/sbin/identd identd -w >> -t120 >Mine is: >auth stream tcp wait root /usr/local/sbin/identd identd -w -t120 >and it works perfectly. Don't know if this is the problem... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message