Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 894)

Ticket Owner Reporter Resolution Summary
#649 solj solj fixed Portage Tool Driver traceback in 1.0pre2
Description
Failed to instantiate tool Bcfg2.Client.Tools.Portage.Portage
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/Bcfg2/Client/Frame.py", line 80, in __init__
    self.tools.append(tool(self.logger, setup, config))
  File "/usr/lib64/python2.6/site-packages/Bcfg2/Client/Tools/Portage.py", line 20, in __init__
    Bcfg2.Client.Tools.PkgTool.__init__(self, logger, cfg, setup)
  File "/usr/lib64/python2.6/site-packages/Bcfg2/Client/Tools/__init__.py", line 222, in __init__
    self.RefreshPackages()
  File "/usr/lib64/python2.6/site-packages/Bcfg2/Client/Tools/Portage.py", line 34, in RefreshPackages
    self.installed[name] = version
UnboundLocalError: local variable 'version' referenced before assignment
#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.

#676 desai solj fixed Allow for explicit removal of ConfigFiles
Description

Right now, Bcfg2 is unable to explicitly remove a ConfigFile? from a client (with the exception of the prune attribute for Directories). A user should be able to add a ConfigFile? to their config with a negate='true' or equivalent and have Bcfg2 ensure that the file does not exist on the client.

Note: See TracQuery for help on using queries.