Ralf Hildebrandt <[EMAIL PROTECTED]> writes:

> Package: debmirror
> Version: 20060907.1
> Severity: normal
>
>
> I'm tring to mirror http://de.archive.ubuntu.com/ubuntu/
> using
>
> debmirror --method=http -v \
>    -s multiverse,universe,restricted,main \
>    -d edgy,edgy-updates,edgy-security,edgy-proposed,edgy-backports \
>    -a i386 -h de.archive.ubuntu.com -r ubuntu /data/www/ubuntu \
>    --ignore-small-errors --cleanup
>           
> but it barfs with:
>
> dists/edgy-updates/multiverse/binary-i386/Packages failed 404 Not Found

The Packages file is created from the Packages.gz file on download and
then bzip2 again for the *.bz2 file. You must have had an error on the
previous run that causes Packages.gz to be fetched but gunzip
failed. In that rare case it tries to fetch the Packages file
directly. Debian used to have the Packages file and still lists it in
Release so debmirror still tries that way.

Just remove the /data/www/ubuntu/.temp dir manually once or wait for
the Packages.gz files to change and restart the process.

MfG
        Goswin


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

Reply via email to