[wellylug] Re. apt-get install problem

Sam Vilain sam at vilain.net
Thu Sep 25 11:14:50 NZST 2008


On Wed, 2008-09-24 at 11:00 +1200, Adam Bogacki wrote:
> Synaptic also tells me
> 
> 
> > > W: GPG error: http://mirror.aarnet.edu.au unstable Release: The
> > > following signatures were invalid: BADSIG A70DAF536070D3A1 Debian
> > > Archive Automatic Signing Key (4.0/etch) <ftpmaster at debian.org>
> > > W: GPG error: http://mirror.aarnet.edu.au etch Release: The following
> > > signatures were invalid: BADSIG A70DAF536070D3A1 Debian Archive
> > > Automatic Signing Key (4.0/etch) <ftpmaster at debian.org>
> > > W: GPG error: http://packages.debian.org unstable Release: The
> > > following signatures were invalid: NODATA 1 NODATA 2
> >   
> .. which should not affect stuff from other mirrors.
> 
> How should one fix these signatures ?

There's probably an easier way, but you can import the key from a
keyserver using gpg:

  gpg --recv-key 0xA70DAF536070D3A1

Then import to apt using apt-key;

  gpg --export -a 0xA70DAF536070D3A1 | apt-key add -

It's also possible that the mirror you were downloading from was merely
out of sync temporarily.

That big nasty screenful of apt-fail points to the post-removal scripts
for gnome-screensaver and libgnomevfs2-common crashing.  Try dpkg -a
--configure; if it still fails, I've been know to trash the files
under /var/lib/dpkg/info/culprit.post-rm (or whatever) to force dpkg
into continuing in this sort of situation.  Or even
editing /var/lib/dpkg/status - the format is straightforward enough ;-)

Good luck,
Sam.



More information about the wellylug mailing list