Hi,
the full local cache tutorial is here http://linux.or.ug/node/25 i see 2 solutions to the problem rm /var/lib/apt/lists/* (and wait about 10 minutes to do sudo apt-get update ) is one. the other one is reinstalling the key: gpg --keyserver keyserver.ubuntu.com --recv 437D05B5; gpg --export --armor 437D05B5 sudo apt-key add -; gpg --keyserver keyserver.ubuntu.com --recv 437D05B5; gpg --export --armor 437D05B5 (that is 2x1 line) (not sure why this solution uses a shorter key than 40976EAF437D05B5 if the above doesnt work, try with the long key too) -- rgds, Reinier Battenberg Director Mountbatten Ltd. +256 758 801 749 www.mountbatten.net On Saturday 11 September 2010 16:53:10 Simon Vass wrote: > Ben, > > This can sometimes be caused by a problem with the apt-cacher not querying > the ug. server. More than likely when you remove the ug. it downloades a > fresh signature which works fine. > > Personally I have been using a local apt-cache fine for a while now. > > Reinier you had this issue with ubuntu.mountbatten.net? Did you resolve it? > > > > Simon Vass > Technical Manager > E-Tech Uganda Ltd > > http://www.etech.ug > Tel: +256 (0) 312260620 or (0) 312260621 > email: [email protected] > skype: e-techservicedesk > > > ----- Original Message ----- > From: "Benjamin M Wakhweya" <[email protected]> > To: "Linux Users Group Uganda" <[email protected]> > Sent: Saturday, 11 September, 2010 4:39:01 PM > Subject: [LUG] RE: Solving "Error occurred during the signature > verification" when updating Ubuntu 10.4 > > > Hi guys, > > just a heads up as I ran into this about 30 minutes ago. > > While running "apt-get update" > > on Ubuntu 10.4 LTS (Lucid) > > ........................................................................... > . W: A error occurred during the signature verification. The repository is > not updated and the previous index files will be used.GPG error: > http://debian lucid-updates Release: The following signatures were > invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key > <[email protected]> > > W: Failed to fetch > http://debian/apt-cacher/ug.archive.ubuntu.com/ubuntu/dists/lucid-updates/ > Release > > W: Some index files failed to download, they have been ignored, or old ones > used instead. > > > According to a 5 year old post at > > http://ubuntuforums.org/archive/index.php/t-75813.html > > the sources list file needs to be edited and > > all the "ug.archive" instances need to lose the "ug." part > > After that, problem's solved, > > cheers, > > Benjamin M Wakhweya > > _______________________________________________ > LUG mailing list > [email protected] > http://kym.net/mailman/listinfo/lug > > LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ > > All Archives can be found at http://www.mail-archive.com/[email protected]/ > > The above comments and data are owned by whoever posted them (including > attachments if any). The List's Host is not responsible for them in any > way. --------------------------------------- > > _______________________________________________ > LUG mailing list > [email protected] > http://kym.net/mailman/listinfo/lug > > LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ > > All Archives can be found at http://www.mail-archive.com/[email protected]/ > > The above comments and data are owned by whoever posted them (including > attachments if any). The List's Host is not responsible for them in any > way. --------------------------------------- _______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ All Archives can be found at http://www.mail-archive.com/[email protected]/ The above comments and data are owned by whoever posted them (including attachments if any). The List's Host is not responsible for them in any way. ---------------------------------------
