On Wed, 2004-03-24 at 14:42, Stephen Mah wrote: > 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 <snip> > > could this be the problem? > > Thank You > steve <snip> > >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 What is the output of this (if anything): ls /vault/WS3_RC2_BUILD/i386/RedHat/RPMS | grep -v '\.rpm' Do you have anything in that RPMS directory besides rpm files? Have you tried: rpm -K /vault/WS3_RC2_BUILD/i386/RedHat/RPMS/* Forrest