On 8/11/25 10:21, Ismael L. Donis Garcia wrote:
> I still can't create a local Excalibur repository. Can someone give me
> some insight on how to do it?
>
> This is the error I get when I try to create it:
>
> Ignoring missing Release file for
> dists/excalibur/main/debian-installer/binary-all/Packages.gz
> [ 0%] Getting:
> dists/excalibur/main/debian-installer/binary-all/Packages.gz... #**
> GET
> http://deb.devuan.org/merged//dists/excalibur/main/debian-installer/binary-all/Packages.gz
> ==> 404 Not Found (1s)
> Download of
> dists/excalibur/main/debian-installer/binary-all/Packages.gz failed:
> 404 Not Found
> Ignoring missing Release file for
> dists/excalibur/main/binary-all/Packages.gz
> [ 99%] Getting: dists/excalibur/main/binary-all/Packages.gz... #** GET
> http://deb.devuan.org/merged//dists/excalibur/main/binary-all/Packages.gz
> ==> 404 Not Found
> Download of dists/excalibur/main/binary-all/Packages.gz failed: 404
> Not Found
> Ignoring missing Release file for
> dists/excalibur/contrib/binary-all/Packages.gz
> [ 99%] Getting: dists/excalibur/contrib/binary-all/Packages.gz...
> #** GET
> http://deb.devuan.org/merged//dists/excalibur/contrib/binary-all/Packages.gz
> ==> 404 Not Found
> Download of dists/excalibur/contrib/binary-all/Packages.gz failed: 404
> Not Found
> Ignoring missing Release file for
> dists/excalibur/non-free/binary-all/Packages.gz
> [100%] Getting: dists/excalibur/non-free/binary-all/Packages.gz...
> #** GET
> http://deb.devuan.org/merged//dists/excalibur/non-free/binary-all/Packages.gz
> ==> 404 Not Found (1s)
> Download of dists/excalibur/non-free/binary-all/Packages.gz failed:
> 404 Not Found
> Errors:
> Ignoring missing Release file for
> dists/excalibur/main/debian-installer/binary-all/Packages.gz
> Download of
> dists/excalibur/main/debian-installer/binary-all/Packages.gz failed:
> 404 Not Found
> Ignoring missing Release file for
> dists/excalibur/main/binary-all/Packages.gz
> Download of dists/excalibur/main/binary-all/Packages.gz failed: 404
> Not Found
> Ignoring missing Release file for
> dists/excalibur/contrib/binary-all/Packages.gz
> Download of dists/excalibur/contrib/binary-all/Packages.gz failed: 404
> Not Found
> Ignoring missing Release file for
> dists/excalibur/non-free/binary-all/Packages.gz
> Download of dists/excalibur/non-free/binary-all/Packages.gz failed:
> 404 Not Found
> Failed to download some Package, Sources or Release files!
> WARNING: releasing 1 pending lock...
>
>
> The script I use is the following:
> #!/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=excalibur
> RAMA1=excalibur
> HOST2=deb.devuan.org
> HOST1=devuan.bio.lmu.de
> HOST=pkgmaster.devuan.org
> DIR_MIRROR=/mnt/almacen/devuan/excalibur
> SECCIONES=main/debian-installer,main,contrib,non-free,non-free-firmware
> BUCLES=1
>
> echo
> "==============================================================================================="
> echo "Actualizando los repositorios DEVUAN 'excalibur';
> main/debian-installer, main, contrib, non-free"
> echo
> "==============================================================================================="
> echo ""
>
> debmirror -a ${ARQUITECTURA} \
> -s ${SECCIONES} \
> -h ${HOST2}/merged \
> -d ${RAMA} -r / --progress \
> -e ${METODO} --postcleanup --ignore-small-errors
> --ignore-missing-release --ignore-release-gpg --nosource
> --allow-dist-rename \
> --timeout=600 \
> --diff=none \
> ${DIR_MIRROR}
> echo ""
> echo
> "============================================================================================="
> echo "Fin de la sincronizacion del repositorio. Intentos: $BUCLES con
> fecha: $(date)"
> echo
> "============================================================================================="
> echo ""
>
> This error doesn't occur in Daedalus.
>
> Best Regards
> --
> Ismael
>
On 8/11/25 10:21, Ismael L. Donis Garcia wrote:
> I still can't create a local Excalibur repository. Can someone give me
> some insight on how to do it?
>
> This is the error I get when I try to create it:
>
> Ignoring missing Release file for
> dists/excalibur/main/debian-installer/binary-all/Packages.gz
> [ 0%] Getting:
> dists/excalibur/main/debian-installer/binary-all/Packages.gz... #**
> GET
> http://deb.devuan.org/merged//dists/excalibur/main/debian-installer/binary-all/Packages.gz
> ==> 404 Not Found (1s)
> Download of
> dists/excalibur/main/debian-installer/binary-all/Packages.gz failed:
> 404 Not Found
> Ignoring missing Release file for
> dists/excalibur/main/binary-all/Packages.gz
> [ 99%] Getting: dists/excalibur/main/binary-all/Packages.gz... #** GET
> http://deb.devuan.org/merged//dists/excalibur/main/binary-all/Packages.gz
> ==> 404 Not Found
> Download of dists/excalibur/main/binary-all/Packages.gz failed: 404
> Not Found
> Ignoring missing Release file for
> dists/excalibur/contrib/binary-all/Packages.gz
> [ 99%] Getting: dists/excalibur/contrib/binary-all/Packages.gz...
> #** GET
> http://deb.devuan.org/merged//dists/excalibur/contrib/binary-all/Packages.gz
> ==> 404 Not Found
> Download of dists/excalibur/contrib/binary-all/Packages.gz failed: 404
> Not Found
> Ignoring missing Release file for
> dists/excalibur/non-free/binary-all/Packages.gz
> [100%] Getting: dists/excalibur/non-free/binary-all/Packages.gz...
> #** GET
> http://deb.devuan.org/merged//dists/excalibur/non-free/binary-all/Packages.gz
> ==> 404 Not Found (1s)
> Download of dists/excalibur/non-free/binary-all/Packages.gz failed:
> 404 Not Found
> Errors:
> Ignoring missing Release file for
> dists/excalibur/main/debian-installer/binary-all/Packages.gz
> Download of
> dists/excalibur/main/debian-installer/binary-all/Packages.gz failed:
> 404 Not Found
> Ignoring missing Release file for
> dists/excalibur/main/binary-all/Packages.gz
> Download of dists/excalibur/main/binary-all/Packages.gz failed: 404
> Not Found
> Ignoring missing Release file for
> dists/excalibur/contrib/binary-all/Packages.gz
> Download of dists/excalibur/contrib/binary-all/Packages.gz failed: 404
> Not Found
> Ignoring missing Release file for
> dists/excalibur/non-free/binary-all/Packages.gz
> Download of dists/excalibur/non-free/binary-all/Packages.gz failed:
> 404 Not Found
> Failed to download some Package, Sources or Release files!
> WARNING: releasing 1 pending lock...
>
>
> The script I use is the following:
> #!/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=excalibur
> RAMA1=excalibur
> HOST2=deb.devuan.org
> HOST1=devuan.bio.lmu.de
> HOST=pkgmaster.devuan.org
> DIR_MIRROR=/mnt/almacen/devuan/excalibur
> SECCIONES=main/debian-installer,main,contrib,non-free,non-free-firmware
> BUCLES=1
>
> echo
> "==============================================================================================="
>
> echo "Actualizando los repositorios DEVUAN 'excalibur';
> main/debian-installer, main, contrib, non-free"
> echo
> "==============================================================================================="
>
> echo ""
>
> debmirror -a ${ARQUITECTURA} \
> -s ${SECCIONES} \
> -h ${HOST2}/merged \
> -d ${RAMA} -r / --progress \
> -e ${METODO} --postcleanup --ignore-small-errors
> --ignore-missing-release --ignore-release-gpg --nosource
> --allow-dist-rename \
> --timeout=600 \
> --diff=none \
> ${DIR_MIRROR}
> echo ""
> echo
> "============================================================================================="
>
> echo "Fin de la sincronizacion del repositorio. Intentos: $BUCLES con
> fecha: $(date)"
> echo
> "============================================================================================="
>
> echo ""
>
> This error doesn't occur in Daedalus.
>
> Best Regards
> --
> Ismael
>
There does not appear to be a "binary-all" subdirectory of debian-installer.
I cannot speak as to whether or not this is correct, only what is
currently showing.
I would speculate that you want something like
http://deb.devuan.org/merged/dists/excalibur/main/debian-installer/binary-amd64/Packages.gz
Reference:
Index of /merged/dists/excalibur/main/debian-installer/binary-amd64
 Name Last modified Size Description
 Parent Directory -
 Packages.gz 2025-08-11 05:22 59K
 Packages.xz 2025-08-11 05:22 51K
 Release 2025-08-11 05:22 118
 by-hash/ 2023-06-28 17:51 -
If your architecture is not amd64, substitute the one you need.
Hope this helps.
Ken