Custom Query (894 matches)
Results (106 - 108 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#931 | jjneely | tac_ <[email protected]…> | fixed | YUMng fails installing a custom GPG key |
Description |
System: Centos 5 Version: trunk r6046 base-packages.xml: <Bundle name='base-packages'>
</Bundle> client debug: Verifying package instances for gpg-pubkey Verifying: gpg-pubkey-e8562897-459f07a4 Verifying: gpg-pubkey-bcbecbd4-4c2df0e1
... Installing ConfigFile? /etc/pki/rpm-gpg/RPM-GPG-KEY-myownkey Running YUMng.Install() Installing GPG keys. Installed gpg-pubkey-bcbecbd4-4c2df0e1 YUMng.Install() call failed: Traceback (most recent call last):
AttributeError?: YUMng instance has no attribute 'getinstalledgpg' The Following Bundles have been modified:
... Verifying package instances for gpg-pubkey Verifying: gpg-pubkey-e8562897-459f07a4 Verifying: gpg-pubkey-bcbecbd4-4c2df0e1
|
|||
#932 | jjneely | tac_ <[email protected]…> | worksforme | centos kernel doesn't validate. rpm --validate gives no error though |
Description |
system: centos 5 version: trunk r6046 base-packages.xml <Bundle name='base-packages'>
</Bundle> client debug: Verifying: 0:kernel-2.6.18-194.el5.x86_64
rpm -v --verify kernel-2.6.18-194.el5.x86_64 ........ /lib/modules/2.6.18-194.el5 ........ /lib/modules/2.6.18-194.el5/build ........ /lib/modules/2.6.18-194.el5/source |
|||
#935 | jjneely | jjneely | fixed | YUM driver support for CentOS 4 |
Description |
The Most recent YUMng driver only supports YUM version 3.2.x. CentOS 4 still uses Yum version yum-2.4.3-4.el4.centos. While we'd like to fully support CentOS/RHEL 4, supporting modern Yum code to handle package installation and dependancy information on this version of Yum is quite challenging and for a very small user base. The attached YUM24 driver will mostly work in this case. It has a few bugs, one of them is installing the same GPG key over and over creating duplicates. Not to mention the screen scraping of Yum. If there is sufficient comments on this bug asking for this to be included in Bcfg2 proper that will give me more motivation to get it committed. Of crouse, patches welcome, and you are more than welcome to the attached driver. |