Oracle Vbox key

Asked by David_g

I am using Ubuntu 10.04 Lucid Lynx and I upgraded Oracle Virtual Box to 3.2.12 r68302.

The upgraded program works fine, but the upgrade did not change the key in the software sources screen, hence this gives an error.

Can somebody tell me where to find the correct key please? or a command that will add it?

Thank you,

David.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu virtualbox-ose Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lsb_release -a; sudo apt-get update

Thanks

Revision history for this message
David_g (david-g-jones) said :
#2

Output of lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.2 LTS
Release: 10.04
Codename: lucid

Output of sudo apt-get update

Hit http://archive.canonical.com lucid Release.gpg
Hit http://ubuntu.virginmedia.com lucid Release.gpg
Hit http://ubuntu.virginmedia.com/archive/ lucid/main Translation-en_GB
Ign http://ubuntu.virginmedia.com/archive/ lucid/restricted Translation-en_GB
Ign http://ubuntu.virginmedia.com/archive/ lucid/universe Translation-en_GB
Ign http://ubuntu.virginmedia.com/archive/ lucid/multiverse Translation-en_GB
Ign http://ubuntu.virginmedia.com lucid-updates Release.gpg
Get: 1 http://download.virtualbox.org lucid Release.gpg [197B]
Hit http://ubuntu.virginmedia.com/archive/ lucid-updates/main Translation-en_GB
Hit http://ubuntu.virginmedia.com/archive/ lucid-updates/restricted Translation-en_GB
Ign http://ubuntu.virginmedia.com/archive/ lucid-updates/universe Translation-en_GB
Ign http://ubuntu.virginmedia.com/archive/ lucid-updates/multiverse Translation-en_GB
Hit http://ubuntu.virginmedia.com lucid-security Release.gpg
Ign http://ubuntu.virginmedia.com/archive/ lucid-security/main Translation-en_GB
Ign http://ubuntu.virginmedia.com/archive/ lucid-security/restricted Translation-en_GB
Ign http://ubuntu.virginmedia.com/archive/ lucid-security/universe Translation-en_GB
Ign http://ubuntu.virginmedia.com/archive/ lucid-security/multiverse Translation-en_GB
Hit http://ubuntu.virginmedia.com lucid Release
Hit http://ubuntu.virginmedia.com lucid-updates Release
Hit http://ubuntu.virginmedia.com lucid-security Release
Hit http://ubuntu.virginmedia.com lucid-updates/main Packages
Hit http://ubuntu.virginmedia.com lucid-updates/restricted Packages
Hit http://ubuntu.virginmedia.com lucid-updates/main Sources
Hit http://ubuntu.virginmedia.com lucid-updates/restricted Sources
Hit http://ubuntu.virginmedia.com lucid-updates/universe Packages
Hit http://ubuntu.virginmedia.com lucid-updates/universe Sources
Hit http://ubuntu.virginmedia.com lucid-updates/multiverse Packages
Hit http://ubuntu.virginmedia.com lucid-updates/multiverse Sources
Hit http://ubuntu.virginmedia.com lucid/main Packages
Hit http://ubuntu.virginmedia.com lucid/restricted Packages
Hit http://ubuntu.virginmedia.com lucid/main Sources
Hit http://ubuntu.virginmedia.com lucid/restricted Sources
Hit http://ubuntu.virginmedia.com lucid/universe Packages
Hit http://ubuntu.virginmedia.com lucid/universe Sources
Hit http://ubuntu.virginmedia.com lucid/multiverse Packages
Hit http://ubuntu.virginmedia.com lucid/multiverse Sources
Hit http://ubuntu.virginmedia.com lucid-security/main Packages
Hit http://ubuntu.virginmedia.com lucid-security/restricted Packages
Hit http://ubuntu.virginmedia.com lucid-security/main Sources
Hit http://ubuntu.virginmedia.com lucid-security/restricted Sources
Hit http://ubuntu.virginmedia.com lucid-security/universe Packages
Hit http://ubuntu.virginmedia.com lucid-security/universe Sources
Hit http://ubuntu.virginmedia.com lucid-security/multiverse Packages
Hit http://ubuntu.virginmedia.com lucid-security/multiverse Sources
Ign http://archive.canonical.com/ubuntu/ lucid/partner Translation-en_GB
Hit http://archive.canonical.com lucid Release
Hit http://archive.canonical.com lucid/partner Packages
Ign http://download.virtualbox.org/virtualbox/debian/ lucid/non-free Translation-en_GB
Get: 2 http://download.virtualbox.org lucid Release [5,429B]
Ign http://download.virtualbox.org lucid Release
Hit http://download.virtualbox.org lucid/non-free Packages
Fetched 1,406B in 31s (44B/s)
Reading package lists... Done
W: GPG error: http://download.virtualbox.org lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54422A4B98AB5139

Thank you,

David.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3
Revision history for this message
David_g (david-g-jones) said :
#4

Sorry for the delayed response, but what you suggested did not work, the error message seems to be identical to the one I got originally.

David.

W: GPG error: http://download.virtualbox.org lucid Release: The following signatures were invalid: BADSIG 54422A4B98AB5139 Oracle Corporation (VirtualBox archive signing key) <email address hidden>

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

sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com 54422A4B98AB5139

Should be ok

Revision history for this message
David_g (david-g-jones) said :
#6

Thank you, I tried the command you said and got:-

gpg: requesting key 98AB5139 from hkp server keyserver.ubuntu.com
gpgkeys: HTTP fetch error 6: Couldn't resolve host 'keyserver.ubuntu.com'
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

David.

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

Try changing the keyserver to pgp.mit.edu

Revision history for this message
David_g (david-g-jones) said :
#8

I tried changing the keyserver, the results below are what I got.

david@CDR:~$ sudo apt-key adv --recv-key --keyserver keyserver.pgp.mit.edu 54422A4B98AB5139
[sudo] password for david:
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 --primary-keyring /etc/apt/trusted.gpg --recv-key --keyserver keyserver.pgp.mit.edu 54422A4B98AB5139
gpg: requesting key 98AB5139 from hkp server keyserver.pgp.mit.edu
gpgkeys: HTTP fetch error 6: Couldn't resolve host 'keyserver.pgp.mit.edu'
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
david@CDR:~$ sudo apt-key adv --recv-key --keyserver pgp.mit.edu 54422A4B98AB5139
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 --primary-keyring /etc/apt/trusted.gpg --recv-key --keyserver pgp.mit.edu 54422A4B98AB5139
gpg: requesting key 98AB5139 from hkp server pgp.mit.edu
gpgkeys: HTTP fetch error 6: Couldn't resolve host 'pgp.mit.edu'
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

Did I change the keyserver correctly?

David.

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

sudo apt-key adv --recv-key --keyserver pgp.mit.edu 54422A4B98AB5139

Revision history for this message
David_g (david-g-jones) said :
#10

Hi,

I tried what you said and here's what I got:-

david@CDR:~$ sudo apt-key adv --recv-key --keyserver pgp.mit.edu 54422A4B98AB5139
[sudo] password for david:
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 --primary-keyring /etc/apt/trusted.gpg --recv-key --keyserver pgp.mit.edu 54422A4B98AB5139
gpg: requesting key 98AB5139 from hkp server pgp.mit.edu
gpgkeys: HTTP fetch error 6: Couldn't resolve host 'pgp.mit.edu'
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
david@CDR:~$

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

Try:

cd; wget http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc; sudo apt-key add ./oracle_vbox.asc; rm ./oracle_vbox.asc

Revision history for this message
David_g (david-g-jones) said :
#12

Hi,

I tried your suggestion and when I tried to do an update this is the message I got:-

W: GPG error: http://download.virtualbox.org lucid Release: The following signatures were invalid: BADSIG 54422A4B98AB5139 Oracle Corporation (VirtualBox archive signing key) <email address hidden>

Revision history for this message
dakdamar (dakdamar) said :
#13

try the following as root

cd /var/lib/apt/lists
rm *virtualbox*
cd partial
rm *
apt-get update

Revision history for this message
delance (olivier-delance) said :
#14

3.2.12 r68302 is an old version. Did you plan to move on 4.x ?
In this case, I'm not sure the packet management will be exactly the same.

Can you help with this problem?

Provide an answer of your own, or ask David_g for more information if necessary.

To post a message you must log in.