From owner-freebsd-hackers Thu May 23 13:46:16 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA17447 for hackers-outgoing; Thu, 23 May 1996 13:46:16 -0700 (PDT) Received: from onyx.nervosa.com (root@nervosa.com [192.187.228.86]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA17436 for ; Thu, 23 May 1996 13:46:07 -0700 (PDT) Received: from onyx.nervosa.com (coredump@onyx.nervosa.com [10.0.0.1]) by onyx.nervosa.com (8.7.5/8.7.3) with SMTP id NAA02745; Thu, 23 May 1996 13:45:32 -0700 (PDT) Date: Thu, 23 May 1996 13:45:29 -0700 (PDT) From: "Chris J. Layne" To: Greg Lehey cc: FreeBSD Hackers Subject: Re: identd in /etc/inetd.conf? In-Reply-To: <199605231151.NAA14788@allegro.lemis.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 23 May 1996, Greg Lehey wrote: > I just ran into a problem with a connection on my local net: > > May 23 12:12:00 freebie inetd[390]: cannot execute /usr/local/sbin/identd: No such file or directory > May 23 12:12:00 freebie inetd[108]: /usr/local/sbin/identd: exit status 0x100 > > freebie is running 2.2-current, but the same problem would appear to > exist on 2.1. Seems that /etc/inetd.conf contains: > > ident stream tcp wait root /usr/local/sbin/identd identd -w -t120 > Whoever manages the port of pidentd, this should be /usr/local/libexec, NOT /usr/local/sbin. Identd is spawned by inetd, so therefore it should be in /usr/local/libexec. > Unfortunately, this file doesn't exist on my system, and locate > doesn't show anything useful, not even in the CVS repository. Am I > missing something, or should this line be commented out? > Greg Get the port of pidentd in the ports dirs. == Chris Layne ======================================== Nervosa Computing == == coredump@nervosa.com ================ http://www.nervosa.com/~coredump ==