duplicity ftp backup / ncftp no longer working since 8.0-Release

Manfred Usselmann usselmann.m at icg-online.de
Mon Dec 14 22:31:29 UTC 2009


On Mon, 14 Dec 2009 08:17:16 +0100
Manfred Usselmann <usselmann.m at icg-online.de> wrote:

> On Mon, 14 Dec 2009 00:23:17 -0500
> David Horn <dhorn2000 at 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 at icg-online.de>
ICG IT Consulting GmbH, Kelkheim


More information about the freebsd-stable mailing list