W Paul Mills wrote:

Similar problems with aptitude. Email to Marillat got back answer of "Not my problem." Not very helpfull.

Paul

I eventually solved the problem and posted the resolution in
another thread::

From - Sat Jun 24 23:48:26 2006
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00800000
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 24 Jun 2006 23:48:24 -0400
From: Marty <[EMAIL PROTECTED]>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20060503 Debian/1.7.8-1sarge6
X-Accept-Language: en
MIME-Version: 1.0
To: debian list <debian-user@lists.debian.org>
Subject: SOLVED (was Re: Problems mirroring debian-multimedia)
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit


Marty wrote:

>> Since the change from marillat to debian-multimedia I have not yet found a
>> satisfactory way of mirroring debian-multimedia. The site does not seem to offer
>> anonymous rsync or ftp, and wget and debmirror don't work as I expect them 
to.


Replying to my own posting, I have found what appears to be a suitable method
using lftp, which can do http transfers.  I still don't know why it only works
when I mirror the pool and dist subdirectories separately:


   lftp -c 'open http://www.debian-multimedia.org/pool; mirror -x .*-powerpc.*\
   -x .*-mips.* -x .*-arm.* -x .*m68k.* -x .*sparc.* -x .*amd64.* -x .*ia64.* \
   -x .*-alpha.* -x .*_alpha.* -x .*hppa.*  --verbose=3 --delete . \
   /mirror/debian-multimedia/pool'

   lftp -c 'open http://www.debian-multimedia.org/dists; mirror -x .*-powerpc.*\
   -x .*-mips.* -x .*-arm.* -x .*m68k.* -x .*sparc.* -x .*amd64.* -x .*ia64.* \
   -x .*-alpha.* -x .*_alpha.* -x .*hppa.*  --verbose=3 --delete . \
   /mirror/debian-multimedia/dists'


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to