From owner-freebsd-questions Mon Jan 15 19:36:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtppop3pub.verizon.net (smtppop3pub.gte.net [206.46.170.22]) by hub.freebsd.org (Postfix) with ESMTP id 87DA937B69D for ; Mon, 15 Jan 2001 19:36:28 -0800 (PST) Received: from verizon.net (lsanca1-ar14-096-036.dsl.gtei.net [4.41.96.36] (may be forged)) by smtppop3pub.verizon.net with ESMTP ; id VAA91789770 Mon, 15 Jan 2001 21:31:56 -0600 (CST) Message-ID: <3A63C24C.803FA027@verizon.net> Date: Mon, 15 Jan 2001 19:38:52 -0800 From: Shill Reply-To: Shill X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Cc: shill@free.fr Subject: inetd and identd Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm a FreeBSD newbie so feel free to tell me to RTFM if my questions have already been answered 1000 times (but be nice and tell me where). I have two problems which might be related. I am running a GENERIC 4.2 Release kernel on an i386 architecture. When I launch inetd -d it outputs ADD : comsat proto=udp accept=0 max=1 user=tty group=ttyclass=daemon builtin=0x0 server=/usr/libexec/comsat policy="" inetd: comsat/udp: ipsec initialization failed; in entrust inetd: comsat/udp: ipsec initialization failed; out entrust inetd: enabling comsat, fd 6 inetd: registered /usr/libexec/comsat on 6 ADD : ntalk proto=udp accept=0 max=1 user=tty group=ttyclass=daemon builtin=0x0 server=/usr/libexec/ntalkd policy="" inetd: ntalk/udp: ipsec initialization failed; in entrust inetd: ntalk/udp: ipsec initialization failed; out entrust inetd: enabling ntalk, fd 7 inetd: registered /usr/libexec/ntalkd on 7 ADD : auth proto=tcp accept=1 max=0 user=root group=(null)class=daemon builtin=0x80502d0 server=internal policy="" inetd: auth/tcp: ipsec initialization failed; in entrust inetd: auth/tcp: ipsec initialization failed; out entrust inetd: enabling auth, fd 8 inetd: registered internal on 8 then hangs. If I add inetd_flags="-dlwW" in rc.conf, it's even worse: it hangs at boot time and not even CTRL-C or CTRL-ALT-DEL do any good. I have to do a hard reset and boot into single user mode. Am I not supposed to use inetd's debugging mode with a GENERIC kernel? The reason I even bothered with inetd is I want to run identd to be accepted on EFNET (ident is stupid, btw). If I add: auth stream tcp nowait root internal auth -d foobar in inetd.conf, everything is fine but with auth stream tcp nowait root internal auth -r -f -n -o Inferno -t 30 I can't seem to be ident-ified. I did man inetd and fiddled with rc.conf and inetd.conf to no avail. Any help would be greatly appreciated. Shill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message