Modify ↓
Ticket #735 (closed defect: fixed)
bcfg2 client error on instantiation of Bcfg2.Client.Tools.YUMng.YUMng
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description
I am getting an error on redhat 4 bcfg2 client running bcfg2-1.0pre5-0.2r Any run of bcfg2 returns the following:
Failed to instantiate tool Bcfg2.Client.Tools.YUMng.YUMng Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Frame.py", line 82, in init
self.tools.append(tool(self.logger, setup, config))
File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Tools/YUMng.py", line 85, in init
dest[pname].update(data)
AttributeError?: keys
NOTE: this does not seem to be breaking anything but I am only managing a couple of config files at this point (ie not any rpms).
lisa
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
I've verified that the current version of YUMng in trunk works on rhel/centos 4.7. 1.0rc1 will definitely work there.