GPG error

Asked by millgillo

Binary package hint: firefox-3.0

When I try to use the update manager, the synaptic package manager, or the terminal then I get the error message as given in the summary. This means that I am unable to update my Ubuntu accordingly. How can I get rid of this error? Thank you even now.

GPG error: http://ppa.lanchpad.net intrepid Release: The following signatures were invalid: NODATA 1 NODATA 2GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 28A8205077558DD0Failed to fetch http://security.ubuntu.com/ubuntu/dists/intrepid-security/Release Unable to find expected entry multivers/source/Sources in Meta-index file (malformed Release file?) Failed to fetch http://ppa.lanchpad.net/do-core/ppa/ubuntu/dists/intrepid/main/binary-i386/Packages.bz2 Sub-process bzip2 returned an error code (2) Some index files failed to download, they have been ignored, or old ones used instead.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: wl
Package: firefox 3.0.14+build2+nobinonly-0ubuntu0.9.04.1
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.28-15-generic i686

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:

This question was originally filed as bug #442532.

Revision history for this message
millgillo (millgillo) said :
#1
Revision history for this message
Micah Gersten (micahg) said :
#2

Removing firefox-3.0 designation as this is not a firefox bug.

Revision history for this message
Micah Gersten (micahg) said :
#3

Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We appreciate the difficulties you are facing, but it would make more sense to raise problems you are having in the support tracker at https://answers.launchpad.net/ubuntu if you are uncertain if they are bugs. For help on reporting bugs, see https://help.ubuntu.com/community/ReportingBugs#When%20not%20to%20file%20a%20bug.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Duplicate of #84776

Revision history for this message
zvacet (ivicakolic) said :
#5

Type in terminal

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 77558DD0

and hit Enter.

Revision history for this message
millgillo (millgillo) said :
#6

Following up with Zvacet's suggestion the following was sent to me from terminal:
millgillo@ubuntu:~$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 77558DD0
[sudo] password for millgillo:
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 77558DD0
gpg: requesting key 77558DD0 from hkp server keyserver.ubuntu.com
gpg: key 77558DD0: "Launchpad PPA for GNOME Do Core Team" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
millgillo@ubuntu:~$

Revision history for this message
millgillo (millgillo) said :
#7

Following up with Zvacet's suggestion the following was sent to me from terminal:
millgillo@ubuntu:~$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 77558DD0
[sudo] password for millgillo:
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 77558DD0
gpg: requesting key 77558DD0 from hkp server keyserver.ubuntu.com
gpg: key 77558DD0: "Launchpad PPA for GNOME Do Core Team" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
millgillo@ubuntu:~$

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#8

The latest 2 post with terminal result, tell you this key is already in your keyring so please simply try to update your system...

Open a Terminal from the menu Applications → Accessories → Terminal and type:

Suggestion: right click with mouse on the terminal title caption and select the item "Always on Top" doing this you will force the terminal window to stay on top of the other windows and you will find very easy to copy single row from this web page into the terminal...

(if the system ask you a password give your user password, you will not see nothing when you type it, then press enter)

sudo dpkg --configure -a

then to update and upgrade and also check pending or missing packages, still using terminal type:

sudo apt-get -f install
sudo apt-get --fix-missing install
sudo apt-get clean
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoremove

Hope this helps

Revision history for this message
millgillo (millgillo) said :
#9

Thanks for all your help. marcobra,

I followed all your steps to the letter as best as I could.

Then when I went to the Update Manager I continue to get the same error message:

The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and ensure the repository address in the preferences is correct.d

followed that remark in a lower screen and different bracket, is the familiar GPG contents and error message.

Your steps gave my pc a lot of input but I still have the same issue.

Maybe something will pop soon. millgillo

--- On Mon, 10/5/09, marcobra (Marco Braida) <email address hidden> wrote:

> From: marcobra (Marco Braida) <email address hidden>
> Subject: Re: [Question #84807]: GPG error
> To: <email address hidden>
> Date: Monday, October 5, 2009, 4:33 PM
> Your question #84807 on
> update-manager in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/update-manager/+question/84807
>
>     Status: Open => Answered
>
> marcobra (Marco Braida) proposed the following answer:
> The latest 2 post with terminal result, tell you this key
> is already in
> your keyring so please simply try to update your system...
>
> Open a Terminal from the menu Applications → Accessories
> → Terminal and
> type:
>
> Suggestion: right click with mouse on the terminal title
> caption and
> select the item "Always on Top" doing this you will force
> the terminal
> window to stay on top of the other windows and you will
> find very easy
> to copy single row from this web page into the terminal...
>
> (if the system ask you a password give your user password,
> you will not
> see nothing when you type it, then press enter)
>
> sudo dpkg --configure -a
>
> then to update and upgrade and also check pending or
> missing packages,
> still using terminal type:
>
> sudo apt-get -f install
> sudo apt-get --fix-missing install
> sudo apt-get clean
> sudo apt-get update
> sudo apt-get dist-upgrade
> sudo apt-get clean
> sudo apt-get autoremove
>
> Hope this helps
>
> --
> If this answers your question, please go to the following
> page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+source/update-manager/+question/84807/+confirm?answer_id=7
>
> If you still need help, you can reply to this email or go
> to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/update-manager/+question/84807
>
> You received this question notification because you are a
> direct
> subscriber of the question.
>

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#10

You need to check your file /etc/apt/sources.list

In a terminal type or copy and paste the row below, then press enter:

gedit /etc/apt/sources.list

please copy and paste the file content here.

Thank you

Revision history for this message
millgillo (millgillo) said :
#11

This is the response I received:

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.

deb http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb-src http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb http://security.ubuntu.com/ubuntu intrepid-security universe
deb-src http://security.ubuntu.com/ubuntu intrepid-security universe
deb http://security.ubuntu.com/ubuntu intrepid-security multiverse
deb-src http://security.ubuntu.com/ubuntu intrepid-security multivers

# Gnome Do repositories
deb http://ppa.lanchpad.net/do-core/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/do-core/ppa/ubuntu intrepid main

deb http://archive.ubuntu.com/ubuntu/ jaunty main
deb http://security.ubuntu.com/ubuntu/ jaunty-security main
deb http://archive.ubuntu.com/ubuntu/ jaunty-updates main

- On Mon, 10/5/09, marcobra (Marco Braida) <email address hidden> wrote:

> From: marcobra (Marco Braida) <email address hidden>
> Subject: Re: [Question #84807]: GPG error
> To: <email address hidden>
> Date: Monday, October 5, 2009, 9:32 PM
> Your question #84807 on
> update-manager in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/update-manager/+question/84807
>
>     Status: Open => Needs information
>
> marcobra (Marco Braida) requested for more information:
> You need to check your file /etc/apt/sources.list
>
> In a terminal type or copy and paste the row below, then
> press enter:
>
> gedit /etc/apt/sources.list
>
> please copy and paste the file content here.
>
> Thank you
>
> --
> To answer this request for more information, you can either
> reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/update-manager/+question/84807
>
> You received this question notification because you are a
> direct
> subscriber of the question.
>

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#12

You have a wrong /etc/apt/sources.list file

Please copy and paste the result of this terminal command:

lsb_release -cs

Thank you

Revision history for this message
zvacet (ivicakolic) said :
#13

You can use this one

#deb cdrom:[Ubuntu 8.10 _Jaunty Jackalope_ - Release i386 (20081029.1)]/ jaunty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://archive.ubuntu.com/ubuntu/ jaunty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu/ jaunty universe
deb-src http://archive.ubuntu.com/ubuntu/ jaunty universe
deb http://archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu/ jaunty multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
#deb http://archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu jaunty partner
deb-src http://archive.canonical.com/ubuntu jaunty partner

deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb-src http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb http://security.ubuntu.com/ubuntu jaunty-security universe
deb-src http://security.ubuntu.com/ubuntu jaunty-security universe
deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
deb-src http://security.ubuntu.com/ubuntu jaunty-security multiverse

Revision history for this message
millgillo (millgillo) said :
#14

jaunty

--- On Mon, 10/5/09, marcobra (Marco Braida) <email address hidden> wrote:

> From: marcobra (Marco Braida) <email address hidden>
> Subject: Re: [Question #84807]: GPG error
> To: <email address hidden>
> Date: Monday, October 5, 2009, 10:56 PM
> Your question #84807 on
> update-manager in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/update-manager/+question/84807
>
>     Status: Open => Needs information
>
> marcobra (Marco Braida) requested for more information:
> You have a wrong /etc/apt/sources.list file
>
> Please copy and paste the result of this terminal command:
>
> lsb_release -cs
>
> Thank you
>
> --
> To answer this request for more information, you can either
> reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/update-manager/+question/84807
>
> You received this question notification because you are a
> direct
> subscriber of the question.
>

Revision history for this message
millgillo (millgillo) said :
#15

/home/millgillo/Desktop/opera.desktop

Revision history for this message
millgillo (millgillo) said :
#16

/home/millgillo/Desktop/opera.desktop

Revision history for this message
millgillo (millgillo) said :
#17

/home/millgillo/Desktop/opera.desktop

Revision history for this message
zvacet (ivicakolic) said :
#18

@ millgillo

What are you trying to say?What kind of problem do you have?

Revision history for this message
millgillo (millgillo) said :
#19

In response to zvacet's last message, my problem has to do with being unable to correctly update my system and I get these messages instead....

The first part of the Update Manager report begins with this statement :

The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and ensure the repository address in the preferences is correct.:

The second part of the Update Manager report contains these words:

GPG error: http://ppa.lanchpad.net intrepid Release: The following signatures were invalid: NODATA 1 NODATA 2Failed to fetch http://security.ubuntu.com/ubuntu/dists/intrepid-security/Release Unable to find expected entry multivers/source/Sources in Meta-index file (malformed Release file?)
Failed to fetch http://ppa.lanchpad.net/do-core/ppa/ubuntu/dists/intrepid/main/binary-i386/Packages.bz2 Sub-process bzip2 returned an error code (2)
Some index files failed to download, they have been ignored, or old ones used instead.

Revision history for this message
millgillo (millgillo) said :
#20

In response to zvacet's last message, my problem has to do with being unable to correctly update my system and I get these messages instead....

The first part of the Update Manager report begins with this statement :

The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and ensure the repository address in the preferences is correct.:

The second part of the Update Manager report contains these words:

GPG error: http://ppa.lanchpad.net intrepid Release: The following signatures were invalid: NODATA 1 NODATA 2Failed to fetch http://security.ubuntu.com/ubuntu/dists/intrepid-security/Release Unable to find expected entry multivers/source/Sources in Meta-index file (malformed Release file?)
Failed to fetch http://ppa.lanchpad.net/do-core/ppa/ubuntu/dists/intrepid/main/binary-i386/Packages.bz2 Sub-process bzip2 returned an error code (2)
Some index files failed to download, they have been ignored, or old ones used instead.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#21

In a terminal type or copy and paste the row below, then press enter:

gksudo gedit /etc/apt/sources.list

the system will ask you a password give your user password, you will not see nothing when you type it, then press enter

Then remove all old file content and please copy and paste into the the rows below, then save and close the file and then read the my next answer here:

#deb cdrom:[Ubuntu 8.10 _Jaunty Jackalope_ - Release i386 (20081029.1)]/ jaunty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://archive.ubuntu.com/ubuntu/ jaunty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu/ jaunty universe
deb-src http://archive.ubuntu.com/ubuntu/ jaunty universe
deb http://archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu/ jaunty multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
#deb http://archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu jaunty partner
deb-src http://archive.canonical.com/ubuntu jaunty partner

deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb-src http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb http://security.ubuntu.com/ubuntu jaunty-security universe
deb-src http://security.ubuntu.com/ubuntu jaunty-security universe
deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
deb-src http://security.ubuntu.com/ubuntu jaunty-security multiverse

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#22

After restore a good source.list file please try...

Open a Terminal from the menu Applications → Accessories → Terminal and type:

Suggestion: right click with mouse on the terminal title caption and select the item "Always on Top" doing this you will force the terminal window to stay on top of the other windows and you will find very easy to copy single row from this web page into the terminal...

(if the system ask you a password give your user password, you will not see nothing when you type it, then press enter)

sudo dpkg --configure -a

then to update and upgrade and also check pending or missing packages, still using terminal type:

sudo apt-get -f install
sudo apt-get --fix-missing install
sudo apt-get clean
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoremove

Hope this helps

Revision history for this message
millgillo (millgillo) said :
#23

Kudos to you, Marcobra,

Your attention to these details did the trick. It's all cleaned and working fine.

Thanks much. Millgillo