*BSD News Article 71719


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!nntp.coast.net!howland.reston.ans.net!spool.mu.edu!munnari.OZ.AU!news.mel.connect.com.au!news.syd.connect.com.au!news.bri.connect.com.au!corolla.OntheNet.com.au!news
From: Tony Griffiths <tonyg@onthenet.com.au>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: wu-ftpd with FReeBSD-2.1-stable problem
Date: Sat, 22 Jun 1996 00:56:06 +1000
Organization: Network Technologies P/L
Lines: 19
Message-ID: <31CAB806.1CFB@onthenet.com.au>
References: <4qcg65$t9c@vixen.cso.uiuc.edu>
NNTP-Posting-Host: pulsar.nt.com.au
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 2.0 (X11; I; OSF1 V3.2 alpha)

Igor Vladim Roshchin wrote:
>  
> Jun 20 15:33:53 altair ftpd: getpeername (ftpd): Socket is not connected
> Jun 20 15:33:53 altair ftpd: getsockname (ftpd): Invalid argument
> Jun 20 15:33:53 altair ftpd: setsockopt (IP_TOS): Connection reset by peer
> 
> Any idea and/or suggestion ?
> 
> IgoR
> aka StR

Looks to me like the TCP connection was closed by the remote end before
ftpd could get going!  Basically, ftpd is trying to do a reverse lookup
(IP address to domain name, possibly needed for authentication) and set
the TOS (Type of Service) to "bulk transfer".

If ftp is working to you server I wouldn't worry about it!

Tony