On Wed, 8 Nov 2000, Piotr A Dybczynski wrote:

> 
> I am using RH-Linux 6.2 on i586.
> 
> I have not noticed the begining but for last several weeks I have
> in my /var/log/messages a line:
> 
> inetd[494]: auth/tcp: bind: Adress already in use
> 
> generated every ten minutes.
> 
> Can somebody explain me what is this and how to get rid of it?
> 
> Thanks in advance,
> 
> PAD
> 
You have two options for getting rid of the error message.  You can
comment out the line in /etc/inetd.conf:
auth   stream  tcp     wait    root    /usr/sbin/in.identd in.identd -e
(Put a # at the start of the line.)  and then restart inetd.  Or you can
run "/etc/rc.d/init.d/identd stop" and then "chkconf identd off".

The problem is that 6.2 has a stand alone idnet daemon, and older versions
ran identd from inetd.  You are trying to run two versions of identd, and
this doesn't work because they are both trying to use the same port.

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to