PDA

View Full Version : [SOLVED] error update..



nixie21
October 3rd, 2009, 01:50 AM
Anyone know how to fix these errors? THANKS

nixie21@Ubuntu-Desktop:~$ sudo apt-get update
Get:1 http://deb.opera.com stable Release.gpg [189B]
Ign http://deb.opera.com stable/non-free Translation-en_US
Get:2 http://deb.opera.com stable Release [1067B]
Ign http://deb.opera.com stable Release
Ign http://deb.opera.com stable/non-free Packages
Hit http://deb.opera.com stable/non-free Packages
Hit http://security.ubuntu.com jaunty-security Release.gpg
Ign http://security.ubuntu.com jaunty-security/main Translation-en_US
Ign http://security.ubuntu.com jaunty-security/restricted Translation-en_US
Ign http://security.ubuntu.com jaunty-security/universe Translation-en_US
Ign http://security.ubuntu.com jaunty-security/multiverse Translation-en_US
Hit http://security.ubuntu.com jaunty-security Release
Hit http://security.ubuntu.com jaunty-security/main Packages
Hit http://security.ubuntu.com jaunty-security/restricted Packages
Hit http://security.ubuntu.com jaunty-security/main Sources
Hit http://security.ubuntu.com jaunty-security/restricted Sources
Hit http://security.ubuntu.com jaunty-security/universe Packages
Hit http://security.ubuntu.com jaunty-security/universe Sources
Hit http://security.ubuntu.com jaunty-security/multiverse Packages
Hit http://security.ubuntu.com jaunty-security/multiverse Sources
Hit http://us.archive.ubuntu.com jaunty Release.gpg
Ign http://us.archive.ubuntu.com jaunty/main Translation-en_US
Ign http://us.archive.ubuntu.com jaunty/restricted Translation-en_US
Ign http://us.archive.ubuntu.com jaunty/universe Translation-en_US
Ign http://us.archive.ubuntu.com jaunty/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com jaunty-updates Release.gpg
Ign http://us.archive.ubuntu.com jaunty-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com jaunty-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com jaunty-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com jaunty-updates/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com jaunty Release
Hit http://us.archive.ubuntu.com jaunty-updates Release
Hit http://us.archive.ubuntu.com jaunty/main Packages
Hit http://us.archive.ubuntu.com jaunty/restricted Packages
Hit http://us.archive.ubuntu.com jaunty/main Sources
Hit http://us.archive.ubuntu.com jaunty/restricted Sources
Hit http://us.archive.ubuntu.com jaunty/universe Packages
Hit http://us.archive.ubuntu.com jaunty/universe Sources
Hit http://us.archive.ubuntu.com jaunty/multiverse Packages
Hit http://us.archive.ubuntu.com jaunty/multiverse Sources
Hit http://us.archive.ubuntu.com jaunty-updates/main Packages
Hit http://us.archive.ubuntu.com jaunty-updates/restricted Packages
Hit http://us.archive.ubuntu.com jaunty-updates/main Sources
Hit http://us.archive.ubuntu.com jaunty-updates/restricted Sources
Hit http://us.archive.ubuntu.com jaunty-updates/universe Packages
Hit http://us.archive.ubuntu.com jaunty-updates/universe Sources
Hit http://us.archive.ubuntu.com jaunty-updates/multiverse Packages
Hit http://us.archive.ubuntu.com jaunty-updates/multiverse Sources
Get:3 http://packages.medibuntu.org intrepid Release.gpg [197B]
Get:4 http://packages.medibuntu.org intrepid Release [11.7kB]
Ign http://packages.medibuntu.org intrepid Release
Hit http://packages.medibuntu.org intrepid/free Sources
Hit http://packages.medibuntu.org intrepid/non-free Sources
Get:5 http://ppa.launchpad.net jaunty Release.gpg [307B]
Ign http://ppa.launchpad.net jaunty/main Translation-en_US
Get:6 http://ppa.launchpad.net jaunty Release [74.7kB]
Ign http://ppa.launchpad.net jaunty Release
Hit http://ppa.launchpad.net jaunty/main Packages
Hit http://ppa.launchpad.net jaunty/main Sources
Fetched 696B in 2min 21s (5B/s)
Reading package lists... Done
W: GPG error: http://deb.opera.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F9A2F76A9D1A0061
W: GPG error: http://packages.medibuntu.org intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783
W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E43D207C62D38753
W: You may want to run apt-get update to correct these problems
nixie21@Ubuntu-Desktop:~$

Partyboi2
October 3rd, 2009, 02:26 AM
Hi, you need to add the keys, to do this open a terminal and for the deb.opera one

wget -O - http://deb.opera.com/archive.key | sudo apt-key add -For the mediubuntu one

sudo apt-get update && sudo apt-get install medibuntu-keyringFor the ppa one



gpg --keyserver keyserver.ubuntu.com --recv E43D207C62D38753
gpg --export --armor E43D207C62D38753 | sudo apt-key add -
sudo apt-get update

nixie21
October 3rd, 2009, 03:53 AM
Hi, you need to add the keys, to do this open a terminal and for the deb.opera one

wget -O - http://deb.opera.com/archive.key | sudo apt-key add -For the mediubuntu one

sudo apt-get update && sudo apt-get install medibuntu-keyringFor the ppa one



gpg --keyserver keyserver.ubuntu.com --recv E43D207C62D38753
gpg --export --armor E43D207C62D38753 | sudo apt-key add -
sudo apt-get update

Thanks...

I still get this

W: GPG error: http://packages.medibuntu.org intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783
W: You may want to run apt-get update to correct these problems

Bucky Ball
October 3rd, 2009, 04:01 AM
Did you run:


sudo apt-get update

?

nixie21
October 3rd, 2009, 04:09 AM
I ran it..here is the output...thanks

nixie21@Ubuntu-Desktop:~$ sudo apt-get update
Hit http://us.archive.ubuntu.com jaunty Release.gpg
Ign http://us.archive.ubuntu.com jaunty/main Translation-en_US
Get:1 http://security.ubuntu.com jaunty-security Release.gpg [189B]
Ign http://security.ubuntu.com jaunty-security/main Translation-en_US
Hit http://deb.opera.com stable Release.gpg
Ign http://deb.opera.com stable/non-free Translation-en_US
Ign http://us.archive.ubuntu.com jaunty/restricted Translation-en_US
Ign http://us.archive.ubuntu.com jaunty/universe Translation-en_US
Ign http://us.archive.ubuntu.com jaunty/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com jaunty-updates Release.gpg
Ign http://us.archive.ubuntu.com jaunty-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com jaunty-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com jaunty-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com jaunty-updates/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com jaunty Release
Ign http://security.ubuntu.com jaunty-security/restricted Translation-en_US
Ign http://security.ubuntu.com jaunty-security/universe Translation-en_US
Ign http://security.ubuntu.com jaunty-security/multiverse Translation-en_US
Hit http://security.ubuntu.com jaunty-security Release
Get:2 http://packages.medibuntu.org intrepid Release.gpg [197B]
Hit http://deb.opera.com stable Release
Hit http://us.archive.ubuntu.com jaunty-updates Release
Get:3 http://packages.medibuntu.org intrepid Release [11.7kB]
Ign http://packages.medibuntu.org intrepid Release
Hit http://security.ubuntu.com jaunty-security/main Packages
Ign http://deb.opera.com stable/non-free Packages
Hit http://us.archive.ubuntu.com jaunty/main Packages
Hit http://us.archive.ubuntu.com jaunty/restricted Packages
Hit http://us.archive.ubuntu.com jaunty/main Sources
Hit http://us.archive.ubuntu.com jaunty/restricted Sources
Hit http://us.archive.ubuntu.com jaunty/universe Packages
Hit http://packages.medibuntu.org intrepid/free Sources
Hit http://security.ubuntu.com jaunty-security/restricted Packages
Hit http://security.ubuntu.com jaunty-security/main Sources
Hit http://deb.opera.com stable/non-free Packages
Hit http://us.archive.ubuntu.com jaunty/universe Sources
Hit http://us.archive.ubuntu.com jaunty/multiverse Packages
Hit http://us.archive.ubuntu.com jaunty/multiverse Sources
Hit http://us.archive.ubuntu.com jaunty-updates/main Packages
Hit http://us.archive.ubuntu.com jaunty-updates/restricted Packages
Hit http://us.archive.ubuntu.com jaunty-updates/main Sources
Hit http://us.archive.ubuntu.com jaunty-updates/restricted Sources
Hit http://us.archive.ubuntu.com jaunty-updates/universe Packages
Hit http://packages.medibuntu.org intrepid/non-free Sources
Hit http://us.archive.ubuntu.com jaunty-updates/universe Sources
Hit http://us.archive.ubuntu.com jaunty-updates/multiverse Packages
Hit http://us.archive.ubuntu.com jaunty-updates/multiverse Sources
Hit http://security.ubuntu.com jaunty-security/restricted Sources
Hit http://security.ubuntu.com jaunty-security/universe Packages
Hit http://security.ubuntu.com jaunty-security/universe Sources
Hit http://security.ubuntu.com jaunty-security/multiverse Packages
Hit http://security.ubuntu.com jaunty-security/multiverse Sources
Err http://ppa.launchpad.net jaunty Release.gpg
Connection failed
Ign http://ppa.launchpad.net jaunty/main Translation-en_US
Hit http://ppa.launchpad.net jaunty Release
Hit http://ppa.launchpad.net jaunty/main Packages
Hit http://ppa.launchpad.net jaunty/main Sources
Fetched 387B in 4min 3s (2B/s)
W: GPG error: http://packages.medibuntu.org intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783
W: Failed to fetch http://ppa.launchpad.net/handbrake-ubuntu/ubuntu/dists/jaunty/Release.gpg Connection failed

E: Some index files failed to download, they have been ignored, or old ones used instead.

Bucky Ball
October 3rd, 2009, 04:27 AM
Yea, you have the medibuntu key for the Intrepid release and you are running Jaunty it looks like.

You might find this of insterest:

https://help.ubuntu.com/community/Medibuntu#Adding%20the%20Repository

I would run the command and see what gives. If you have anything already it will ignore and if you need stuff it will add, including current key.

nixie21
October 3rd, 2009, 05:08 AM
THANKS...That seemed to fix it!

Bucky Ball
October 3rd, 2009, 07:24 AM
No probs. Please mark as 'solved' from 'Thread tools', top right of the page. :)