Forrest,
I did what you suggested and imported the keys for perl-XML-Simple &
RealPlayer9.
# rpm -qa 'gpg-pubkey*'
gpg-pubkey-66534c2b-3e60b428
gpg-pubkey-db42a60e-37ea5438
gpg-pubkey-ff6382fa-3e1ab2ca
Now those rpms shows "OK"
rpm -K /vault/WS3_RC2_BUILD/i386/RedHat/RPMS/*.rpm | grep "NOT OK"
does not show anything
The only other RPMS that are out of the ordinary are the following: (they don't seem to say gpg ok)
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/mozilla-1.5-2.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/mozilla-chat-1.5-2.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/mozilla-debuginfo-1.5-2.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/mozilla-devel-1.5-2.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/mozilla-dom-inspector-1.5-2.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/mozilla-js-debugger-1.5-2.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/mozilla-mail-1.5-2.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/mozilla-nspr-1.5-2.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/mozilla-nspr-devel-1.5-2.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/mozilla-nss-1.5-2.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/mozilla-nss-devel-1.5-2.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/mozilla-psm-1.5-2.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/mozilla-spellchecker-1.5-2.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/openoffice.org-1.1.0-1.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/openoffice.org-i18n-1.1.0-1.i386.rpm: sha1 md5 OK
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/openoffice.org-libs-1.1.0-1.i386.rpm: sha1 md5 OK
could this be the problem?
Thank You
steve
Taylor, ForrestX wrote:
Install GPG key from the third party that you downloaded the rpms, or
rebuild them from source and sign it yourself.
The perl-XML-Simple came from Axel Thimm:
http://atrpms.physik.fu-berlin.de/RPM-GPG-KEY.atrpms
The RealPlayer came from Rex Dieter, although I cannot seem to find his
GPG key anywhere.
Forrest
On Thu, 2004-03-04 at 15:57, Stephen Mah wrote:
I guess I have a few rpms that are thirdparty. Is there a workaround
besides removing them?
rpm -K /vault/WS3_RC2_BUILD/i386/RedHat/RPMS/*.rpm|grep "NOT OK"
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/perl-XML-Simple-2.03-0_3at.noarch.rpm:
(SHA1) DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#66534c2b)
/vault/WS3_RC2_BUILD/i386/RedHat/RPMS/RealPlayer9-9.0.7.151-6.i386.rpm:
sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#ff6382fa)
Taylor, ForrestX wrote:
On Thu, 2004-03-04 at 14:48, Stephen Mah wrote:
trying to build a custom RHEL3 CD set. Any idea what this error means?
# splittree.py --arch=i386 --total-discs=6 --bin-discs=3 --src-discs=3
--release-string="WS3-RC1"
--pkgorderfile=/vault/WS3_RC2_BUILD/pkgorder.txt
--distdir=/vault/WS3_RC2_BUILD/i386/
--srcdir=/vault/WS3_RC2_BUILD/i386/SRPMS/
Traceback (most recent call last):
File "/usr/lib/anaconda-runtime/splittree.py", line 451, in ?
logfile = timber.main()
File "/usr/lib/anaconda-runtime/splittree.py", line 379, in main
self.splitRPMS()
File "/usr/lib/anaconda-runtime/splittree.py", line 252, in splitRPMS
pkg_nvr = nvra("%s/RedHat/RPMS/%s" %(self.dist_dir, filename))
File "/usr/lib/anaconda-runtime/splittree.py", line 39, in nvra
h = _ts.hdrFromFdno(fd)
rpm.error: public key not trusted
Try importing the Red Hat GPG key:
rpm --import /usr/share/rhn/RPM-GPG-KEY
Then check all of your rpm files:
rpm -K /vault/WS3_RC2_BUILD/i386/RedHat/RPMS/*.rpm | grep "NOT OK"
Forrest