From owner-freebsd-questions Sat Jun 30 18:26: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from db.nexgen.com (db.nexgen.com [64.81.208.78]) by hub.freebsd.org (Postfix) with SMTP id EE36637B403 for ; Sat, 30 Jun 2001 18:25:59 -0700 (PDT) (envelope-from ml@db.nexgen.com) Received: (qmail 18582 invoked from network); 1 Jul 2001 01:25:52 -0000 Received: from localhost.nexgen.com (HELO book) (root@127.0.0.1) by localhost.nexgen.com with SMTP; 1 Jul 2001 01:25:52 -0000 Message-ID: <000701c101cc$d23ca330$9865fea9@book> From: "alexus" To: Subject: .fakeid doesn't work Date: Sat, 30 Jun 2001 21:26:13 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I uncomment this line in /etc/inetd.conf # # Provide internally a real "ident" service which provides ~/.fakeid support, # provides ~/.noident support, reports UNKNOWN as the operating system type # and times out after 30 seconds. # auth stream tcp nowait root internal auth -r -f -n -o UNKNOWN -t 30 # I did killall -HUP inetd to show you that inetd is running su-2.05# ps auxw | grep inetd root 926 0.0 0.2 1040 188 ?? Is Wed06PM 0:00.09 inetd -wW su-2.05# to show you that identd is running also alexus@~# telnet 0 113 Trying 0.0.0.0... Connected to 0. Escape character is '^]'. quit 0 , 0 : ERROR : UNKNOWN-ERROR Connection closed by foreign host. alexus@~# now i did: echo "test" > ~/.fakeid alexus@~# ls -la .fakeid -rw-r--r-- 1 alexus users 5 Jun 30 20:58 .fakeid alexus@~# cat .fakeid test alexus@~# then i've tryed to use irc client and for some reson it still detects me as my real id not as a "test" any ideas why? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message