From owner-freebsd-questions Thu Jul 24 16:19:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA00870 for questions-outgoing; Thu, 24 Jul 1997 16:19:44 -0700 (PDT) Received: from limbo.senate.org (senate.org [204.141.125.38]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA00857 for ; Thu, 24 Jul 1997 16:19:37 -0700 (PDT) Received: (from nathan@localhost) by limbo.senate.org (8.8.6/8.8.6) id TAA00301 for freebsd-questions@FreeBSD.org; Thu, 24 Jul 1997 19:17:52 -0400 (EDT) Date: Thu, 24 Jul 1997 19:17:52 -0400 (EDT) From: Nathan Dorfman Message-Id: <199707242317.TAA00301@limbo.senate.org> To: freebsd-questions@FreeBSD.org Subject: Identd Woes Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I'm having problems with pidentd (installed as a package) under a system running 3.0-970718-SNAP. The identd server (after being enabled in inetd.conf) returns a NO-USER error for any request given. After a few manual tests, I used the automatic tester, and these are my results: # telnet lysator.liu.se 114 Trying 130.236.254.1... Connected to lysator.liu.se. Escape character is '^]'. Welcome to the IDENT server tester, version 1.9 (Linked with libident-0.20) Connecting to Ident server at 204.141.125.38... Querying for lport 1033, fport 114.... Reading response data... Error response is: Lport........ 1033 Fport........ 114 Error........ NO-USER Connection closed by foreign host. I used the -l option to identd and god this in my *.* syslog as well: Jul 24 19:16:43 limbo identd[298]: Connection from lysator.liu.se Jul 24 19:16:43 limbo identd[298]: from: 130.236.254.1 ( lysator.liu.se ) for: 1035, 114 Jul 24 19:16:43 limbo identd[298]: getbuf: bad address (6874616e not in f0100000-0xFFC00000) - pfd Jul 24 19:16:44 limbo last message repeated 19 times Jul 24 19:16:44 limbo identd[298]: Returned: 1035 , 114 : NO-USER What could be the problem? It worked fine with 2.2.2-RELEASE.