[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

sobre debmirror



Saludos Lista

 
Tengo un problema muy frecuente con debmirror y se trata de:
tengo un script para actualizar mi repositorio local
#!/bin/sh

exec debmirror \
    --ignore-missing-release \
    --progress \
    --verbose \
    --diff=none \
    --nosource \
    --host=ftp.fr.debian.org \
    --root=debian \
    --dist=squeeze \
    --section=main,contrib,non-free \
    --arch=i386 \
    --timeout=600 \
    --method=http \
    --postcleanup \
    --ignore-release-gpg \
    --ignore-small-errors \
    /var/www/mirror/squeeze > /var/www/mirror/reporte/debian$(date +'%Y%m%d-%H-%M-%S') 2>&1&

exit 0

entonces el reporte que me arroja es el siguiente
 
Mirroring to /var/www/mirror/squeeze from http://ftp.fr.debian.org/debian/
Arches: i386
Dists: squeeze
Sections: main,contrib,non-free
Pdiff mode: none
Will clean up AFTER mirroring.
Attempting to get lock, this might take 2 minutes before it fails.
Get Release files.
[0%] Getting: dists/squeeze/Release... ok
[0%] Getting: dists/squeeze/Release.gpg... ok
gpgv: Firmado el sáb 29 sep 2012 13:31:52 CEST usando clave RSA ID 473041FA
gpgv: Firma correcta de "Debian Archive Automatic Signing Key (6.0/squeeze) <ftpmaster@debian.org>"
gpgv: Firmado el sáb 29 sep 2012 13:41:02 CEST usando clave RSA ID B98321F9
gpgv: Imposible comprobar la firma: Clave pública no encontrada
Use --allow-dist-rename to have debmirror do the conversion automatically.
WARNING: releasing 1 pending lock...
The directory for a dist should be its codename, not a suite.
 
 
He buscando en san google alguna solucion y no logro dar con ello
 Alguna Solucion por favor??
Gracias de Antemano

Reply to: