OpenPGP failure (I thiink)

Asked by Allen

Can anyone get me out of the weeds here?
What is wrong, or what have I done wrong?

allen@router:~/Desktop$ sudo /bin/bash
[sudo] password for allen:
root@router:~/Desktop# /bin/bash synergyUbuntu.sh
Adding webersys to keyring
gpg: requesting key 8F14C6A9 from hkp server subkeys.pgp.net

gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error
gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found.
Updating package database
E: Malformed line 57 in source list /etc/apt/sources.list (dist parse)
Installing Synergy
E: Malformed line 57 in source list /etc/apt/sources.list (dist parse)
E: The list of sources could not be read.
Synergy installed
root@router:~/Desktop#

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Warren Hill (warren-hill) said :
#1

Open a terminal enter the following command

cat /etc/apt/sources.list

Post the results back here we should be able to spot the problem

Revision history for this message
Allen (allenwg2005) said :
#2

allen@router:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

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

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

## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ hardy universe
deb-src http://us.archive.ubuntu.com/ubuntu/ hardy universe
deb http://us.archive.ubuntu.com/ubuntu/ hardy-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-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://us.archive.ubuntu.com/ubuntu/ hardy multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://us.archive.ubuntu.com/ubuntu/ hardy-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-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://us.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-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 hardy partner
# deb-src http://archive.canonical.com/ubuntu hardy partner

deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb-src http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse
deb http://linuxcnc.org/ hardy base linuxcnc2.5
deb http://webersys.powweb.com/ubuntu binary
deb http://webersys.powweb.com/ubuntu hardy binary
allen@router:~$

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#3

The Ubuntu release 8.04 Hardy Heron is not supported any more. Support for the desktop version ended May 12, 2011 (the server version on May 9, 2013).

You should upgrade to a supported version (see https://wiki.ubuntu.com/Releases ). In case you doubt that your hardware is capable of running the current Ubuntu releases, you might consider Xubuntu or Lubuntu.

And to indicate what was the cause of the "Malformed line" error messages:
There is a field missing in the last-but-one line of your sources.list configuration file.
Deleting the line "deb http://webersys.powweb.com/ubuntu binary" would repair your sources.list syntactically. Still that will not help as the Ubuntu servers do not contain the hardy packages any more.

And a workaround for openPGP error messages might be found in http://webersys.powweb.com/ubuntu/hardyAptGet.htm

Revision history for this message
Allen (allenwg2005) said :
#4

Thank you.

Revision history for this message
Allen (allenwg2005) said :
#5

Thanks Manfred Hampl, that solved my question.