From: Chris Boyd (chris_d_b71 at domain yahoo.com)
Date: Wed 24 Oct 2001 - 20:48:25 IST
Running RH 7.1 with recently updated xinetd-2.3.3-1
Keep getting these in /var/log/messages:
xinetd[31063]: Bad line received from identity server
at 193.120.224.170: 3829 , 110 : ERROR : UNKNOWN-ERROR
xinetd.conf:
#
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/
defaults
{
instances = 60
log_type = SYSLOG authpriv
log_on_success = HOST PID
log_on_failure = HOST
}
includedir /etc/xinetd.d
service ftp
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/ftpd
server_args = -a -l -i -o -t 300 -T 300 -W
log_on_success -= USERID
}
/etc/xinetd.d/ipop3:
# default: off
# description: The POP3 service allows remote users to
access their mail \
# using an POP3 client such as Netscape
Communicator, mutt, \
# or fetchmail.
service pop3
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/ipop3d
log_on_success += USERID
log_on_failure += USERID
disable = no
}
I don't think I was having this problem before I
updated xinetd a few weeks ago. Any idea?
Thanks
=====
"They that give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759.
Chris Boyd
Home: 353 1 671 9858
Cell: 353 87 955 9519
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:12:54 GMT