Ticket #670 (closed defect: fixed)
bcfg2 client fails on Centos 4.7 with YUMng configured.
| Reported by: | jnials <jnials@…> | Owned by: | desai |
|---|---|---|---|
| Priority: | major | Milestone: | Bcfg2 1.0.0 Release |
| Component: | bcfg2-client | Version: | 1.0 |
| Keywords: | YUMng | Cc: |
Description
The following error occurs on 1.0pre3. A similar error does not occur when RPMng is configured instead.
Centos 4.7, client build from scratch against Centos base python install.
/usr/bin/bcfg2 -qvn 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 64, in init
self.yb.doGenericSetup()
AttributeError?: YumBase? instance has no attribute 'doGenericSetup'