I tripped across a fix that works for me. I too had many instances of
indentd hanging around, so I compared the /etc/inetd.conf file from RH6.0
and RH6.1 as RH6.0 worked fine for me. Here's the difference
RH6.0
auth    stream  tcp  nowait  nobody  /usr/sbin/in.identd
in.identd -v -l -e -o
RH6.1
auth    stream  tcp  wait  root  /usr/sbin/in.identd in.identd -e -o
trial and error showed I couldn't use the -v -l parameters so my line ends
up like this
auth  stream  tcp  nowait  nobody  /usr/sbin/in.identd in.identd -e -o
and works fine. I can't say if this is correct or not.

Dean Irvin

----- Original Message -----
From: "Juha Saarinen" <[EMAIL PROTECTED]>
To: "Redhat-List@Redhat. Com" <[EMAIL PROTECTED]>
Sent: Sunday, December 12, 1999 8:24 PM
Subject: Why so many identd instances...?


> 140     0   429     1   0   0  1204   68 do_sel S    ?          0:00 inetd
> 100    99  3846   429   0   0  1472  688 wait_f S    ?          0:00  \_
> in.identd -e -o
> 140     0  3847  3846   0   0  1472  688 do_pol S    ?          0:00
\_
> in.identd -e -o
> 040     0  3848  3847   0   0  1472  688 rt_sig S    ?          0:00
> \_ in.identd -e -o
> 040     0  3849  3847   0   0  1472  688 rt_sig S    ?          0:00
> \_ in.identd -e -o
> 040     0  3850  3847   0   0  1472  688 rt_sig S    ?          0:00
> \_ in.identd -e -o
> 040     0  3851  3847   0   0  1472  688 rt_sig S    ?          0:00
> \_ in.identd -e -o
> 040     0  3852  3847   0   0  1472  688 rt_sig S    ?          0:00
> \_ in.identd -e -o
> 040     0  3853  3847   0   0  1472  688 rt_sig S    ?          0:00
> \_ in.identd -e -o
> 040     0  3854  3847   0   0  1472  688 rt_sig S    ?          0:00
> \_ in.identd -e -o
> 040     0  3855  3847   0   0  1472  688 rt_sig S    ?          0:00
> \_ in.identd -e -o
> 040     0  3856  3847   0   0  1472  688 rt_sig S    ?          0:00
> \_ in.identd -e -o
>
> I always end up with heaps of identd processes being listed like this. It
> looks like 3846 is waiting for something or the other, but how do I found
> out what?
>
> Cheers,
>
> -- Juha
>
>
>
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to