update error

Questions about applications and software
Forum rules
Before you post please read this

update error

Postby Biciclettapc on Sun Apr 15, 2012 10:11 am

I'm getting a error on updates and need some code direction to repair.

Here is the error message displayed at the end of sudo apt-update

Code: Select all
W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures were invalid: BADSIG 584BD6410AAFAD78 Launchpad merlwiz79
W: GPG error: http://archive.canonical.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
W: GPG error: http://archive.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
Biciclettapc
Level 2
Level 2
 
Posts: 55
Joined: Wed Dec 07, 2011 7:48 am

Linux Mint is funded by ads and donations.
 

Re: update error

Postby zerozero on Sun Apr 15, 2012 10:35 am

please post the output of
Code: Select all
inxi -Sr
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Re: update error

Postby Biciclettapc on Sun Apr 15, 2012 10:39 am

Code: Select all
paul@paul-K53E ~ $ inxi -Sr
System:    Host paul-K53E Kernel 3.0.0-12-generic x86_64 (64 bit) Desktop Gnome Distro Linux Mint 12 Lisa
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://packages.linuxmint.com/ lisa main upstream import
           deb http://archive.ubuntu.com/ubuntu/ oneiric main restricted universe multiverse
           deb http://archive.ubuntu.com/ubuntu/ oneiric-updates main restricted universe multiverse
           deb http://security.ubuntu.com/ubuntu/ oneiric-security main restricted universe multiverse
           deb http://archive.canonical.com/ubuntu/ oneiric partner
           deb http://packages.medibuntu.org/ oneiric free non-free
           Active apt sources in file: /etc/apt/sources.list.d/google-earth.list
           deb http://dl.google.com/linux/earth/deb/ stable main
           Active apt sources in file: /etc/apt/sources.list.d/google-musicmanager.list
           deb http://dl.google.com/linux/musicmanager/deb/ stable main
           Active apt sources in file: /etc/apt/sources.list.d/merlwiz79-cinnamon-ppa-oneiric.list
           deb http://ppa.launchpad.net/merlwiz79/cinnamon-ppa/ubuntu oneiric main
           deb-src http://ppa.launchpad.net/merlwiz79/cinnamon-ppa/ubuntu oneiric main
paul@paul-K53E ~ $
Biciclettapc
Level 2
Level 2
 
Posts: 55
Joined: Wed Dec 07, 2011 7:48 am

Re: update error

Postby zerozero on Sun Apr 15, 2012 10:43 am

Code: Select all
Active apt sources in file: /etc/apt/sources.list.d/merlwiz79-cinnamon-ppa-oneiric.list
           deb http://ppa.launchpad.net/merlwiz79/cinnamon-ppa/ubuntu oneiric main
           deb-src http://ppa.launchpad.net/merlwiz79/cinnamon-ppa/ubuntu oneiric main
this ppa is not maintained at the moment, remove it and rerun
Code: Select all
apt update
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Re: update error

Postby Biciclettapc on Sun Apr 15, 2012 10:48 am

zerozero wrote:
Code: Select all
Active apt sources in file: /etc/apt/sources.list.d/merlwiz79-cinnamon-ppa-oneiric.list
           deb http://ppa.launchpad.net/merlwiz79/cinnamon-ppa/ubuntu oneiric main
           deb-src http://ppa.launchpad.net/merlwiz79/cinnamon-ppa/ubuntu oneiric main
this ppa is not maintained at the moment, remove it and rerun
Code: Select all
apt update


If you would please provide the code to remove those. I'm a bash noob.

Thanks
Paul
Biciclettapc
Level 2
Level 2
 
Posts: 55
Joined: Wed Dec 07, 2011 7:48 am

Re: update error

Postby zerozero on Mon Apr 16, 2012 11:39 am

sorry for the delay,
mintupdate > edit > software sources > other software tab > look for those 2 lines and untick them > close the window > let mintupdate run and finish the job > open a terminal and run apt update > post the output here
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Re: update error

Postby Biciclettapc on Mon Apr 16, 2012 12:01 pm

Still error messages.

Code: Select all
Reading package lists... Done
W: GPG error: http://archive.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
W: GPG error: http://archive.canonical.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
paul@paul-K53E ~ $


Thanks for your help!
Paul
Biciclettapc
Level 2
Level 2
 
Posts: 55
Joined: Wed Dec 07, 2011 7:48 am

Re: update error

Postby zerozero on Mon Apr 16, 2012 12:26 pm

open terminal and try this (one after the other)
Code: Select all
sudo apt-get clean

Code: Select all
sudo cd /var/lib/apt

Code: Select all
sudo mv lists lists.old

Code: Select all
sudo mkdir -p lists/partial

Code: Select all
sudo apt-get clean

Code: Select all
sudo apt-get update

if you encounter any problem this forum topic might help http://ubuntuforums.org/archive/index.p ... 16007.html
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Re: update error

Postby Biciclettapc on Mon Apr 16, 2012 6:52 pm

Thanks!

That seemed to work :)
Biciclettapc
Level 2
Level 2
 
Posts: 55
Joined: Wed Dec 07, 2011 7:48 am

Re: update error

Postby zerozero on Mon Apr 16, 2012 6:55 pm

if you do now
Code: Select all
apt update
you're not getting the errors you had before? very good.
User avatar
zerozero
Level 16
Level 16
 
Posts: 6302
Joined: Tue Jul 07, 2009 2:29 pm

Re: update error

Postby Biciclettapc on Mon Apr 16, 2012 7:52 pm

zerozero wrote:if you do now
Code: Select all
apt update
you're not getting the errors you had before? very good.


No problems :D

Thanks!
Paul
Biciclettapc
Level 2
Level 2
 
Posts: 55
Joined: Wed Dec 07, 2011 7:48 am

Linux Mint is funded by ads and donations.
 

Return to Software & Applications

Who is online

Users browsing this forum: art_mcclure and 15 guests