[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Errore da inetd: "auth/tcp: bind: Address already in use"



Cesare D'Amico ha scritto:

Alle 09:57, lunedì 14 novembre 2005, Ramius ha scritto:
| Nov 14 07:04:27 stufa inetd[18195]: auth/tcp: bind: Address already
| in use
Hai apache lanciato come server standalone? Prova a vedere se in /etc/inetd.conf hai qualche programma che cerca di mettersi in ascolto sulla porta 80 (o su una qualche altra porta già occupata da un altro server).

Sì, apache è lanciato come server standalone.
Ecco il mio /etc/inetd.conf:

# /etc/inetd.conf:  see inetd(8) for further informations.
#
# Internet server configuration database
#
#
# Lines starting with "#:LABEL:" or "#<off>#" should not
# be changed unless you know what you are doing!
#
# If you want to disable an entry so it isn't touched during
# package updates just comment it out with a single '#' character.
#
# Packages should modify this file by using update-inetd(8)
#
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#
#:INTERNAL: Internal services
#echo           stream  tcp     nowait  root    internal
#echo           dgram   udp     wait    root    internal
#chargen        stream  tcp     nowait  root    internal
#chargen        dgram   udp     wait    root    internal
#discard        stream  tcp     nowait  root    internal
#discard        dgram   udp     wait    root    internal
#daytime        stream  tcp     nowait  root    internal
#daytime        dgram   udp     wait    root    internal
#time           stream  tcp     nowait  root    internal
#time           dgram   udp     wait    root    internal

#:STANDARD: These are standard services.

#:BSD: Shell, login, exec and talk are BSD protocols.

#:MAIL: Mail, news and uucp services.

#:INFO: Info services
ident stream tcp wait identd /usr/sbin/identd identd

#:BOOT: Tftp service is provided primarily for booting.  Most sites
# run this only on machines acting as "boot servers."

#:RPC: RPC based services

#:HAM-RADIO: amateur-radio services

#:OTHER: Other services
#<off># netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd


Provo a commentare anche la riga di ident?

Le porte aperte sono queste:

PORT      STATE SERVICE
22/tcp    open  ssh
25/tcp    open  smtp
80/tcp    open  http
111/tcp   open  rpcbind
113/tcp   open  auth
629/tcp   open  unknown
10000/tcp open  snet-sensor-mgmt

il riferimento a auth, indica che il problema è sulla porta 113?

Grazie della risposta :)



Reply to: