Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


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'>

<Path name="/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5"/> <Path name="/etc/pki/rpm-gpg/RPM-GPG-KEY-myownkey"/> <BoundPackage? name="gpg-pubkey" type="rpm" version="auto">

<Instance simplefile="/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5" version="e8562897" release="459f07a4"/> <Instance simplefile="/etc/pki/rpm-gpg/RPM-GPG-KEY-myownkey" version="bcbecbd4" release="4c2df0e1"/>

</BoundPackage?>

</Bundle>

client debug: Verifying package instances for gpg-pubkey Verifying: gpg-pubkey-e8562897-459f07a4 Verifying: gpg-pubkey-bcbecbd4-4c2df0e1

Wrong version installed. Want gpg-pubkey-bcbecbd4-4c2df0e1, but have gpg-pubkey-e8562897-459f07a4.noarch

...

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):

File "/usr/lib/python2.4/site-packages/Bcfg2/Client/Frame.py", line 303, in DispatchInstallCalls?

tool.Install(handled, self.states)

File "/usr/lib/python2.4/site-packages/Bcfg2/Client/Tools/YUMng.py", line 757, in Install

self.gpg_keyids = self.getinstalledgpg()

AttributeError?: YUMng instance has no attribute 'getinstalledgpg' The Following Bundles have been modified:

base-packages

...

Verifying package instances for gpg-pubkey Verifying: gpg-pubkey-e8562897-459f07a4 Verifying: gpg-pubkey-bcbecbd4-4c2df0e1

Wrong version installed. Want gpg-pubkey-bcbecbd4-4c2df0e1, but have gpg-pubkey-e8562897-459f07a4.noarch

#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'>

<Package name='kernel' />

</Bundle>

client debug:

Verifying: 0:kernel-2.6.18-194.el5.x86_64

Verify Problems:

/lib/modules/2.6.18-194.el5/build

missing: file is missing

/lib/modules/2.6.18-194.el5/source

missing: file is missing

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.

Note: See TracQuery for help on using queries.