Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2009 23:31:23 +0100
From:      Manfred Usselmann <usselmann.m@icg-online.de>
To:        freebsd-stable@freebsd.org
Cc:        David Horn <dhorn2000@gmail.com>
Subject:   Re: duplicity ftp backup / ncftp no longer working since 8.0-Release
Message-ID:  <20091214233123.a5b178c2.usselmann.m@icg-online.de>
In-Reply-To: <20091214081716.f6e96b85.usselmann.m@icg-online.de>
References:  <20091213103237.d01b51f2.usselmann.m@icg-online.de> <25ff90d60912132123x77198b1o6bfad3bffe0d01a0@mail.gmail.com> <20091214081716.f6e96b85.usselmann.m@icg-online.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 14 Dec 2009 08:17:16 +0100
Manfred Usselmann <usselmann.m@icg-online.de> wrote:

> On Mon, 14 Dec 2009 00:23:17 -0500
> David Horn <dhorn2000@gmail.com> wrote:
> 
> > I believe that there is something unusual going on with the checking
> > on select() return in ncftp3.  If you change every instance of
> > select() result checking in ftp/ncftp3 from "==1" to ">=1" the problem
> > seems to go away.
> > 
> > result = select(sfd + 1, NULL, SELECT_TYPE_ARG234 &ss, NULL,
> > SELECT_TYPE_ARG5 &tv);
> > -if (result == 1) {
> > +if (result >= 1) {
> 
> I will try this.

Did work for me!

Thanks,
Manfred



-- 
Manfred Usselmann <usselmann.m@icg-online.de>
ICG IT Consulting GmbH, Kelkheim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091214233123.a5b178c2.usselmann.m>