I had this working 3 weeks or so ago, but can't figure out what's gone wrong.
# debmirror --nosource --nocleanup --exclude-deb-section=games --verbose --progress --arch=amd64 --section=main --dist=squeeze --host= ftp.iinet.net.au --method=http --root=pub/debian/debian /public/debian-target Mirroring to /public/debian-target from http://ftp.iinet.net.au/pub/debian/debian/ Arches: amd64 Dists: squeeze Sections: main Will NOT clean up. Pdiff mode: use. 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: Signature made Fri 15 Oct 2010 09:40:46 AM EST using RSA key ID 55BE302B [GNUPG:] ERRSIG 9AA38DCD55BE302B 1 2 00 1287096046 9 [GNUPG:] NO_PUBKEY 9AA38DCD55BE302B gpgv: Can't check signature: public key not found gpgv: Signature made Fri 15 Oct 2010 09:40:46 AM EST using RSA key ID 55BE302B gpgv: Can't check signature: public key not found Release signature does not verify. Errors: Release signature does not verify. Failed to download some Release or Release.gpg files! WARNING: releasing 1 pending lock... # cd $GNUPGHOME && ls -l total 76 -rw------- 1 justa justa 5735 2010-10-15 16:47 pubring.gpg -rw------- 1 justa justa 5735 2010-10-15 16:47 pubring.gpg~ -rw------- 1 justa justa 0 2009-10-19 18:46 secring.gpg -rw------- 1 justa justa 1200 2010-10-15 16:47 trustdb.gpg -rw------- 1 justa justa 23690 2009-10-19 18:52 trustedkeys.gpg -rw------- 1 justa justa 23690 2009-10-19 18:52 trustedkeys.gpg~ # gpg --keyring trustedkeys.gpg --export --armor 55BE302B -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.6 (GNU/Linux) mQINBEl/YegBEADfwjpRajuMAhtR+YDLkb5qjFeGk021hRu6zNULxLaZUKKle6nu ... M7pIa8VvdC+PskfnVIaA =J8Fc -----END PGP PUBLIC KEY BLOCK----- # apt-key export 55BE302B | gpg --keyring trustedkeys.gpg --import - gpg: key 55BE302B: "Debian Archive Automatic Signing Key (5.0/lenny) < [email protected]>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 Any ideas what I might be doing wrong? Zen -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
