Date: Mon, 15 Jan 2001 22:52:52 -0500 From: Lanny Baron <lnb@FreeBSDsystems.COM> To: Shill <shill@free.fr>, Shill <fake@verizon.net>, freebsd-questions@FreeBSD.ORG, nbuzaglo@mrs.com Cc: shill@free.fr Subject: Re: inetd and identd Message-ID: <01011522525201.51730@panda.FreeBSDsystems.COM> In-Reply-To: <3A63C24C.803FA027@verizon.net> References: <3A63C24C.803FA027@verizon.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, You may want to install pidentd which is in /usr/ports/security/pidentd .= =20 That will get you your ident. Then next thing you may want to try is to=20 uncomment the following line in /etc/inetd.conf: #auth stream tcp wait root /usr/local/sbin/identd identd -w= =20 -t120 Take out the # of the line above (doing this as root of course) and save = the=20 file. When that is done you need to find the pid of inetd. Type ps auxw = |=20 grep inetd You will see a number like shown below: root 175 0.0 0.2 1032 532 ?? Is Fri09AM 0:00.24 inetd -wW The pid is 175 so, as root, type (in my case) kill -HUP 175. Thats it. Do= ne. Lanny On January 15, 2001 10:38 pm, Shill wrote: > 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=3Dudp accept=3D0 max=3D1 user=3Dtty group=3Dttyclass= =3Ddaemon > builtin=3D0x0 server=3D/usr/libexec/comsat policy=3D"" > 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=3Dudp accept=3D0 max=3D1 user=3Dtty group=3Dttyclass=3D= daemon > builtin=3D0x0 server=3D/usr/libexec/ntalkd policy=3D"" > 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=3Dtcp accept=3D1 max=3D0 user=3Droot > group=3D(null)class=3Ddaemon builtin=3D0x80502d0 server=3Dinternal poli= cy=3D"" > 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=3D"-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 --=20 ------------------------------------------------- Lanny Baron Proud to be 100% FreeBSD FreeBSD Systems, Inc; Freedom Technologies Corp. http://www.FreeBSDsystems.COM 1.877.963.1900 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01011522525201.51730>