<email address hidden> Automatic Updates

Asked by Dumisani Nkosi

I installed Oracle (Sun) java. Everything is working fine except the automatic updates of the java is not working. I followed instructions from the following link http://www.duinsoft.nl/packages.php?t=en

In the software sources there following are ticked.
http://www.duinsoft.nl/packages.php?t=en
http://www.duinsoft.nl/packages.php?t=en

Every time I update packages all packages updates if I uncheck (Pkg)@duinsolft.nl

When, I attempt to only update the (Pkg)@duinsolft.nl

I get the following message on my update manager. Requires installation of untrusted packages".
details show update-sun-jre

What is the solution to this?

Question information

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

Can you give the output of:

sudo apt-get update; lsb_release -a

Thanks

Revision history for this message
Dumisani Nkosi (dumisani) said :
#2

Fetched 13.4 MB in 27s (492 kB/s)
Reading package lists... Done
W: GPG error: http://www.duinsoft.nl debs Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E18CE6625CB26B26
No LSB modules are available.

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

You truncated the outpu. If you run:

cat /etc/lsb-release

What is output please?

Thanks

Revision history for this message
Dumisani Nkosi (dumisani) said :
#4

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"

Revision history for this message
Dumisani Nkosi (dumisani) said :
#5

Hit http://us.archive.ubuntu.com precise-backports/main TranslationIndex
Hit http://us.archive.ubuntu.com precise-backports/multiverse TranslationIndex
Hit http://us.archive.ubuntu.com precise-backports/restricted TranslationIndex
Hit http://us.archive.ubuntu.com precise-backports/universe TranslationIndex
Hit http://us.archive.ubuntu.com precise/main Translation-en
Hit http://us.archive.ubuntu.com precise/multiverse Translation-en
Hit http://us.archive.ubuntu.com precise/restricted Translation-en
Hit http://us.archive.ubuntu.com precise/universe Translation-en
Hit http://us.archive.ubuntu.com precise-updates/main Translation-en
Hit http://us.archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://us.archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://us.archive.ubuntu.com precise-updates/universe Translation-en
Hit http://us.archive.ubuntu.com precise-security/main Translation-en
Hit http://us.archive.ubuntu.com precise-security/multiverse Translation-en
Hit http://us.archive.ubuntu.com precise-security/restricted Translation-en
Hit http://us.archive.ubuntu.com precise-security/universe Translation-en
Get:53 http://us.archive.ubuntu.com precise-proposed/main Translation-en [85.1 kB]
Hit http://us.archive.ubuntu.com precise-proposed/multiverse Translation-en
Hit http://us.archive.ubuntu.com precise-proposed/restricted Translation-en
Get:54 http://us.archive.ubuntu.com precise-proposed/universe Translation-en [17.5 kB]
Hit http://us.archive.ubuntu.com precise-backports/main Translation-en
Hit http://us.archive.ubuntu.com precise-backports/multiverse Translation-en
Hit http://us.archive.ubuntu.com precise-backports/restricted Translation-en
Hit http://us.archive.ubuntu.com precise-backports/universe Translation-en
Ign http://dl.google.com stable InRelease
Get:55 http://dl.google.com stable Release.gpg [198 B]
Get:56 http://dl.google.com stable Release [1,347 B]
Get:57 http://dl.google.com stable/main i386 Packages [769 B]
Ign http://dl.google.com stable/main TranslationIndex
Ign http://dl.google.com stable/main Translation-en_US
Ign http://dl.google.com stable/main Translation-en
Fetched 13.4 MB in 1min 12s (185 kB/s)
Reading package lists... Done
W: GPG error: http://www.duinsoft.nl debs Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E18CE6625CB26B26
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise

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

sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com E18CE6625CB26B26

Revision history for this message
Dumisani Nkosi (dumisani) said :
#7

when I ran sudo apt-key adv --recv-key --keyserver
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.C9Kse3aBBK --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv-key --keyserver
gpg: Missing argument for option "--keyserver"

When I pasted the key at ubuntu.com. I got this error "Error handling request

Error handling request. Exception raised: Failure("Error while decoding ascii-armored key: text terminated before reaching PGP public key header line")

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

My last reply is ONE command. If you copy all the text I gave in one block it will work

Revision history for this message
Dumisani Nkosi (dumisani) said :
#9

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.Tkx7yR3nGe --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv-key --keyserver keyserver.ubuntu.com E18CE6625CB26B26
gpg: requesting key 5CB26B26 from hkp server keyserver.ubuntu.com
gpg: key 5CB26B26: "Duinsoft Packages <email address hidden>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1

What does it mean "not changed".

Revision history for this message
Dumisani Nkosi (dumisani) said :
#10

On the update manager I clicked on check and it updated cache and it worked. Thanks for the professional support. That is why I checked to Ubuntu.

Revision history for this message
Hanusz leszek (leszek-skynet) said :
#11

If you are behind a corporate firewall, the default port to the key servers can be blocked.

You can now use port 80 instead:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys E18CE6625CB26B26