X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type; q=dns; s=default; b=pXs3GssNvlneqtRL 2neKquXC3KWMvZ32AiFqvyG8tVUhJgrnD70LeYbz8r75iO25FMFzS2Zo1Cr4PWR5 CGiQ3Ij0n/fE290Z1QSUUeLRHyMJUm0+gPUoE46VBqR77n8SgzhMfD+yYWB/88zX ucZEqliyhED/y4KgUTW5nftSDwg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type; s=default; bh=ul6nzVaMNWF+HnMSrmtjtn bQ+gc=; b=WAnnkzgZBicwUShQW/NS0FHzpbvNnymwLj+u14Cudo5/9uOvq6Hbza kafsa8MdzH2qUnwWqLRRYgegIVwccO4yVBedmXXgI30ibgOD100665wdF6D3MApG uQcFmabhN69husUzU5VhFqaGMmDT2rKzSIy+5JDhV5sPilqC4o4LE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Achim Gratz Subject: Re: [ANNOUNCEMENT] Updated, new for 64-bit: lftp 4.4.11-1 Date: Sun, 08 Dec 2013 18:47:56 +0100 Lines: 41 Message-ID: <874n6jz12r.fsf@Rainer.invalid> References: <52A1F195 DOT 802 AT cornell DOT edu> <87fvq5kamr DOT fsf AT Rainer DOT invalid> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-IsSubscribed: yes Achim Gratz writes: > The real mirror script sanitizes the cygwin.lftp script and the sources > it for the actual mirroring. The problem is that from version 4.4.10 on > the cygwin.lftp will include _all_ files encountered by mirror, not just > the newer and missing ones. I've spent some time with this over the weekend. The conditions to re-produce the bug are slightly more involved, you need to mirror from more than one server to trigger the bug (as the original script does). --8<---------------cut here---------------start------------->8--- set xfer:clobber set http:cache off set mirror:parallel-directories on mirror -e --parallel=10 -c --delete-first --depth-first --use-cache \ --script=cygport.lftp \ http://ftp.gwdg.de/pub/linux/sources.redhat.com/cygwinports/x86/release/perl-Socket/ \ /home/cygwin/mirrortest/ & mirror -e --parallel=10 -c --delete-first --depth-first --use-cache \ --script=cygwin.lftp \ http://mirrors.kernel.org/sourceware/cygwin/x86/release/ucl/ \ /home/cygwin/mirrortest/ & wait all --8<---------------cut here---------------end--------------->8--- After a few false starts (due to an unrelated bug fixed in 147f4b1de6 that hides the target bug) I've bisected it down to f2f2bb91e4, which is unfortunately too large a change for me to make out what happens. I can't reproduce this on Linux. The lftp mailing list is seemingly down, so I've sent the bug report directly to the maintainer in the hope for a fix. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Samples for the Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple