Custom Query (894 matches)
Results (19 - 21 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#386 | desai | [email protected]… | fixed | 0.9.1a still requires url="" for Pkgmgr |
Description |
Otherwise it claims incomplete information. Note also that adding it makes bcfg2-repo-validate to fail. |
|||
#402 | desai | lueningh | fixed | 0.9.2rc2 client traceback |
Description |
Running the 0.9.2rc2 client threw out a bunch of: Unexpected failure of verification method for entry type ConfigFile Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Tools/__init__.py", line 110, in Inventory self.states[entry] = func(entry, self.buildModlist(entry, struct)) File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Tools/POSIX.py", line 235, in VerifyConfigFile qtxt += "\nInstall ConfigFile %s: (y/N): " % (entry.get('name')) TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str' Unexpected failure of verification method for entry type ConfigFile Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Tools/__init__.py", line 110, in Inventory self.states[entry] = func(entry, self.buildModlist(entry, struct)) File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Tools/POSIX.py", line 235, in VerifyConfigFile qtxt += "\nInstall ConfigFile %s: (y/N): " % (entry.get('name')) TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str' It then claims that a bunch of config files that were previously correct are wrong. |
|||
#423 | desai | [email protected]… | fixed | 0.9.3-0.0pre5 Client Traceback when drivers are not specified. |
Description |
When drivers are not specified on the command line or in bcfg2.config file the following Traceback occurs. Traceback (most recent call last):
KeyError?: 'drivers' |
Note: See TracQuery
for help on using queries.