• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Having problem with "yum update"

C

criticman

Guest
I run
Code:
yum update
and I get an error
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 731002fa
public key not available for openssh-server-3.9p1-8.0.4.legacy.i386.rpm
(here is all of the output)
Code:
Dependencies Resolved
Transaction Listing:
  Install: kernel.i686 0:2.6.12-2.3.legacy_FC3 - updates
  Install: kernel-smp.i686 0:2.6.12-2.3.legacy_FC3 - updates
  Update: PPWSE.i586 0:1.1-fc3.build75060118.18 - psa-7.5
  Update: cups.i386 1:1.1.22-0.rc1.8.9 - updates-released
  Update: cups-libs.i386 1:1.1.22-0.rc1.8.9 - updates-released
  Update: httpd.i386 0:2.0.53-3.4.legacy - updates
  Update: httpd-devel.i386 0:2.0.53-3.4.legacy - updates
  Update: httpd-suexec.i386 0:2.0.53-3.4.legacy - updates
  Update: less.i386 0:394-1.fc3 - updates-released
  Update: mod_ssl.i386 1:2.0.53-3.4.legacy - updates
  Update: openssh.i386 0:3.9p1-8.0.4.legacy - updates
  Update: openssh-clients.i386 0:3.9p1-8.0.4.legacy - updates
  Update: openssh-server.i386 0:3.9p1-8.0.4.legacy - updates
  Update: phpBB.noarch 0:2.0.17-7518 - psa-7.5
  Update: postgresql.i386 0:7.4.11-1.FC3.1 - updates-released
  Update: postgresql-libs.i386 0:7.4.11-1.FC3.1 - updates-released
  Update: postgresql-server.i386 0:7.4.11-1.FC3.1 - updates-released
  Update: tar.i386 0:1.14-5.FC3.1.legacy - updates
  Update: tzdata.noarch 0:2006a-2.fc3.1 - updates
  Update: udev.i386 0:039-10.FC3.9.legacy - updates
  Update: unzip.i386 0:5.51-4.fc3.1.legacy - updates
Total download size: 52 M
Is this ok [y/N]: y
Downloading Packages:
(1/16): PPWSE-1.1-fc3.bui 100% |=========================| 5.7 MB    00:11     
(2/16): udev-039-10.FC3.9 100% |=========================| 622 kB    00:01     
(3/16): kernel-2.6.12-2.3 100% |=========================|  18 MB    00:36     
(4/16): postgresql-server 100% |=========================| 3.0 MB    00:09     
(5/16): kernel-smp-2.6.12 100% |=========================|  17 MB    00:34     
(6/16): mod_ssl-2.0.53-3. 100% |=========================|  91 kB    00:00     
(7/16): cups-libs-1.1.22- 100% |=========================| 105 kB    00:01     
(8/16): httpd-devel-2.0.5 100% |=========================| 142 kB    00:00     
(9/16): httpd-2.0.53-3.4. 100% |=========================| 889 kB    00:02     
(10/16): postgresql-libs- 100% |=========================| 144 kB    00:01     
(11/16): cups-1.1.22-0.rc 100% |=========================| 1.5 MB    00:07     
(12/16): tzdata-2006a-2.f 100% |=========================| 440 kB    00:01     
(13/16): httpd-suexec-2.0 100% |=========================|  26 kB    00:00     
(14/16): less-394-1.fc3.i 100% |=========================|  91 kB    00:01     
(15/16): postgresql-7.4.1 100% |=========================| 2.0 MB    00:10     
(16/16): phpBB-2.0.17-751 100% |=========================| 656 kB    00:01     
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 731002fa
public key not available for openssh-server-3.9p1-8.0.4.legacy.i386.rpm

EDIT: And I have run
Code:
rpm --import [url]http://www.atomicrocketturtle.com/RPM-GPG-KEY.art.txt[/url]
and I was able to update mysql and all of its dependencies via YUM just fine a few minutes prior to trying "yum update" and getting the error.
 
/etc/yum.conf:
Code:
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
gpgcheck=1

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/

[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.5/$releasever/

[base]
name=Atomic Rocket Turtle - $releasever - Base OS RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/base/$releasever/

[updates]
name=Atomic Rocket Turtle - $releasever - OS Update RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/updates/$releasever/
 
I don't know. If you need that rpm just use up2date, then run yum again. I looked at the download section on ART's site and don't see that rpm.
 
Back
Top