----- Original Message ----- From: "Arnt Karlsen" <a...@iaksess.no>
To: <dng@lists.dyne.org>
Sent: Tuesday, July 18, 2017 9:04 AM
Subject: [DNG] ..experimental mirror is fixed now?, was: udev replacement


On Tue, 18 Jul 2017 08:43:11 -0400, Ismael wrote in message
<137df52c5546401899313d3793aa3...@natio.co.cu>:

----- Original Message ----- From: "Arnt Karlsen" <a...@iaksess.no>
To: <dng@lists.dyne.org>
Sent: Monday, July 17, 2017 5:35 PM
Subject: Re: [DNG] udev replacement

...

> ..weird, I got a mine ok right now, so I recommend you retry.

The problem persists

The problem is not:
..these "//"'s in your ".devuan.org/devuan//dists/" paths looks fishy

The problem is that you try to download

Getting: dists/None/main/binary-i386/Packages.gz...   #** GET
http://auto.mirror.devuan.org/devuan//dists/None/main/binary-i386/Packages.gz
==> 404 Not Found (4s)

And should download:
Getting: dists/None/main/binary-i386/Packages.gz...   #** GET
http://auto.mirror.devuan.org/devuan//dists/experimental/main/binary-i386/Packages.gz
==> 404 Not Found (4s)

The Release file has the following line:
Codename: None
And it should be:
Codename: experimental

At least that's what I understand.

..you're right, and it looks like it was fixed today at 10:02,
can you verify it works ok now?

--
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
 Scenarios always come in sets of three:
 best case, worst case, and just in case.
_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


No, the problem persists

root@(none):/mnt/datos/sistemas/linux/devuan# sh rdexperimental.sh
=========================================================
Actualizando los repositorios DEVUAN 'experimental'; main
=========================================================

Mirroring to /mnt/datos/sistemas/linux/devuan/experimental from http://packages.devuan.org/devuan//
Arches: i386,amd64
Dists: experimental
Sections: main
Pdiff mode: none
Will clean up after mirroring.
Attempting to get lock ...
Not able to use rsync to update remote trace files ...
Getting meta files ...
[ 0%] Getting: dists/experimental/Release... #** GET http://packages.devuan.org/devuan//dists/experimental/Release ==> 200 OK (63s)
ok
[ 0%] Getting: dists/experimental/Release.gpg... #** GET http://packages.devuan.org/devuan//dists/experimental/Release.gpg ==> 200 OK (2s)
ok
[GNUPG:] ERRSIG 94532124541922FB 1 8 00 1500372143 9
[GNUPG:] NO_PUBKEY 94532124541922FB
gpgv: recurso de bloque de clave `/root/.gnupg/trustedkeys.gpg': error al abrir fichero
gpgv: Firmado el mar 18 jul 2017 06:02:23 CDT usando clave RSA ID 541922FB
gpgv: Imposible comprobar la firma: clave pública no encontrada
Release gpg signature does not verify.
[ 23%] Getting: dists/None/main/binary-i386/Packages.gz... #** GET http://packages.devuan.org/devuan//dists/None/main/binary-i386/Packages.gz ==> 404 Not Found (6s)
failed 404 Not Found
[ 23%] Getting: dists/None/main/binary-i386/Packages... #** GET http://packages.devuan.org/devuan//dists/None/main/binary-i386/Packages ==> 404 Not Found (3s)
failed 404 Not Found
[ 23%] Getting: dists/None/main/binary-i386/Release... #** GET http://packages.devuan.org/devuan//dists/None/main/binary-i386/Release ==> 404 Not Found (7s)
failed 404 Not Found
[ 23%] Getting: dists/None/main/binary-amd64/Packages.gz... #** GET http://packages.devuan.org/devuan//dists/None/main/binary-amd64/Packages.gz ==> 404 Not Found (7s)
failed 404 Not Found
[ 23%] Getting: dists/None/main/binary-amd64/Packages... #** GET http://packages.devuan.org/devuan//dists/None/main/binary-amd64/Packages ==> 404 Not Found (11s)
failed 404 Not Found
[ 23%] Getting: dists/None/main/binary-amd64/Release... #** GET http://packages.devuan.org/devuan//dists/None/main/binary-amd64/Release ==> 404 Not Found (3s)
failed 404 Not Found
Errors:
Download of dists/None/main/binary-i386/Packages.gz failed: 404 Not Found
dists/None/main/binary-i386/Packages.gz failed checksum verification
Download of dists/None/main/binary-i386/Packages failed: 404 Not Found
dists/None/main/binary-i386/Packages failed checksum verification
Download of dists/None/main/binary-i386/Release failed: 404 Not Found
dists/None/main/binary-i386/Release failed checksum verification, removing
Download of dists/None/main/binary-amd64/Packages.gz failed: 404 Not Found
dists/None/main/binary-amd64/Packages.gz failed checksum verification
Download of dists/None/main/binary-amd64/Packages failed: 404 Not Found
dists/None/main/binary-amd64/Packages failed checksum verification
Download of dists/None/main/binary-amd64/Release failed: 404 Not Found
dists/None/main/binary-amd64/Release failed checksum verification, removing
Failed to download some Package, Sources or Release files!
WARNING: releasing 1 pending lock...
root@(none):/mnt/datos/sistemas/linux/devuan#

Try the following script: "Add it to a folder you have on your pc"

#!/bin/sh
if pidof -x $(basename $0) > /dev/null; then
 for p in $(pidof -x $(basename $0)); do
   if [ $p -ne $$ ]; then
     exit
   fi
 done
fi
ARQUITECTURA=i386,amd64
METODO=http
RAMA=experimental
HOST=auto.mirror.devuan.org
DIR_MIRROR=/mnt/datos/sistemas/linux/devuan/experimental
SECCIONES=main
echo "Updating repositories DEVUAN 'experimental'; main"
debmirror -a ${ARQUITECTURA} \
-s ${SECCIONES} \
-h ${HOST}/devuan \
-d ${RAMA} -r / --progress \
-e
${METODO} --postcleanup --ignore-small-errors --ignore-missing-release 
--ignore-release-gpg
--nosource --allow-dist-rename \
--diff=none \
${DIR_MIRROR}


Best Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan

_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to