Custom Query (894 matches)
Results (22 - 24 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#671 | solj | Jack Neely <[email protected]…> | fixed | Unexpected instantiation failure for plugin Packages |
Description |
Chasing tracebacks: Unexpected instantiation failure for plugin Packages Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Core.py", line 127, in init_plugins self.plugins[plugin] = plug(self, self.datastore) File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Plugins/Packages.py", line 314, in __init__ os.mkdir(cachepath) OSError: [Errno 2] No such file or directory: '/var/lib/bcfg2/Packages/cache' I had not yet created /var/lib/bcfg2/Packages which caused os.mkdir to blow up. |
|||
#672 | solj | Jon Nials <[email protected]…> | fixed | bcfg2-admin should not process any config files when help is requested |
Description |
bcfg2-admin should NOT process the Packages/config.xml if any help command is executed. Recreate: bcfg2-admin minestruct help produces output and refreshes the cache. It should only do this if you actually execute a command. |
|||
#675 | solj | solj | fixed | APT.FindExtra() not properly updated after package removal |
Description |
During a client run, after removing an unmanaged entry (with -r), the entry still shows as unmanaged at the end of the run despite the fact that FindExtra? is called after the package removal. |
Note: See TracQuery
for help on using queries.