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

Re: sobre debmirror




 

-----Original Message-----
From: Matías Bellone <matiasbellone@gmail.com>
To: Yuniesky Machado Rojas <ymachado@atrium.co.cu>
Cc: debian-user-spanish@lists.debian.org
Date: Tue, 5 Feb 2013 15:43:46 -0300
Subject: Re: sobre debmirror

On Tue, Feb 5, 2013 at 3:28 PM, Yuniesky Machado Rojas
<ymachado@atrium.co.cu> wrote:
> 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.
>

La causa del WARNING es que estás usando «dists/squeeze/» en lugar de
«dists/stable».

Y donde como le indico es squeeze?

Si tu problema es el fallo de verificación de la segunda llave pública
podés hacer lo siguiente [1]:

  sudo apt-key adv --keyserver pgpkeys.mit.edu --recv-keys
AED4B06F473041FA 64481591B98321F9

[1] http://blog.bachi.net/?p=495

Saludos,
Toote

[1]

--
Web: http://www.enespanol.com.ar

Reply to: