Re: gpg problem with NZ ubuntu repo
Daniel Pittman <daniel <at> rimspace.net>
2009-03-04 05:23:52 GMT
Andrew Simpson <andrew.simpson <at> corokia.co.nz> writes:
> On Tue, 03 Mar 2009 21:23:46 +1300
> Nick Rout <nick.rout <at> gmail.com> wrote:
>
>> On an apt-get update or aptitude update I get:
>>
>> W: GPG error: http://nz.archive.ubuntu.com intrepid-updates Release:
>> The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu
>> Archive Automatic Signing Key <ftpmaster <at> ubuntu.com>
>> W: You may want to run apt-get update to correct these problems
>>
>>
>> anyone else seeing this or able to tell me what to do to correct it?
>
> Yes, very frequently seen until I started using this command instead:
> $ sudo apt-get update -o Acquire::http::No-Cache=true
> I guess it's a proxy caching issue - probably I suspect with my ISP.
Yeah, your ISP suck. Specifically, their cache doesn't play nicely with
updates from that mirror, so the release file and the detached signature
file get out of sync.
You could contact either the ISP or the mirror operator about this; the
ISP are probably at fault, but the mirror operator could improve this by
ensuring that the HTTP cache headers are appropriate to the content.
...or just use FTP or HTTPS, neither of which have this problem. They
do pose their own ... challenges, though. :)
Regards,
(Continue reading)