Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (97 - 99 of 894)

Ticket Owner Reporter Resolution Summary
#1001 desai https://www.google.com/accounts/o8/id?id=AItOawkfar6gGD3PuUixQdEZQyRr2mpowLW1A70 invalid Bcfg2 pkg verify fails if /etc/apt/preferences contains blank lines or just comments
Description

Failed to instantiate tool Bcfg2.Client.Tools.APT.APT Traceback (most recent call last):

File "/usr/lib/pymodules/python2.6/Bcfg2/Client/Frame.py", line 98, in init

self.tools.append(tool(self.logger, setup, config))

File "/usr/lib/pymodules/python2.6/Bcfg2/Client/Tools/APT.py", line 68, in init

self.pkg_cache = apt.cache.Cache()

File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 88, in init

self.open(progress)

File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 126, in open

self._cache = apt_pkg.Cache(progress)

SystemError?: E:Unable to parse package file /etc/apt/preferences (1)

#1013 solj https://www.google.com/accounts/o8/id?id=AItOawlP6DRBvIJ7NLpLWILbgzURvGbMtGEyd8U fixed Bcfg2 server can't be bound to a specific network interface
Description

The bcfg2.conf(5) man page says:

COMPONENT OPTIONS
       Specified in the [components] section.

       bcfg2  URL of the server.  On the server this specifies which interface
              and port the server listens on.  [...]

However, the server always listens on all available network interfaces, regardless of this setting.

#575 desai [email protected] fixed Bcfg2 should prevent concurent update of config
Description

Bcfg2 client has no mechanism to prevent 2 client doing an update at the same time. Or to prevent use of client when agent is doing an update of the config.

Note: See TracQuery for help on using queries.