Hi, we are running our own yum repos on el3 and el4. Yum seems to have problems on el3 with gpgkeys downloaded: [root@asp7 root]# rpm -e gpg-pubkey-db42a60e-37ea5438 [root@asp7 root]# rpm -qa|grep gpg-pub* [root@asp7 root]# yum install h2ps ... Dependencies Resolved Transaction Listing: Install: h2ps.i386 0:2.06-8 - base Total download size: 32 k Is this ok [y/N]: y Downloading Packages: warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID db42a60e public key not available for h2ps-2.06-8.i386.rpm Retrieving GPG key from http://my.host.com:8080/RPM-GPG/RPM-GPG-KEY GPG key parsing failed: int() literal too large: ca2086862bd69dfc65f6ecc4219180cddb42a60e [root@asp7 root]# yum --version 2.2.1 Manually installing the key via rpm --import works. This works on el4 as expected. Thanks Rainer