Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (97 - 99 of 894)

Ticket Owner Reporter Resolution Summary
#1056 https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc https://www.google.com/accounts/o8/id?id=AItOawkPb0RtPyicSdU7pLcv1UrX-yCh-YjkOwU fixed bcfg2-admin: import Bcfg2.Server.Admin.Reports causes warning
Description

bcfg2-admin imports Bcfg2.Server.Reports.settings to list reports along with other available modes. This import causes the following message to appear:

Please check that bcfg2.conf or bcfg2-web.conf exists and is readable by your web server.

Obviously, if you don't want reporting, you won't need to check that.

#1055 solj https://www.google.com/accounts/o8/id?id=AItOawlIm5EgGLqOqGEr7NnQwG0NBPWGKgiWMEo invalid Remove configuration elements (-r) generates a python traceback
Description

When running the following command:

sudo bcfg2 -vq -r packages

bcfg2 generates the following error:

/usr/lib/pymodules/python2.6/Bcfg2/Client/Tools/APT.py:170: DeprecationWarning: Deprecated, please use 'mark_delete()' instead
  self.pkg_cache[pkg].markDelete(purge=True)
/usr/lib/pymodules/python2.6/Bcfg2/Client/Tools/APT.py:173: DeprecationWarning: Deprecated, please use 'mark_delete()' instead
  self.pkg_cache[pkg].markDelete()
APT.Remove() failed
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/Bcfg2/Client/Frame.py", line 356, in Remove
    tool.Remove(extras)
  File "/usr/lib/pymodules/python2.6/Bcfg2/Client/Tools/APT.py", line 173, in Remove
    self.pkg_cache[pkg].markDelete()
  File "/usr/lib/python2.6/dist-packages/apt/deprecation.py", line 78, in deprecated_function
    return func(*args, **kwds)
  File "/usr/lib/python2.6/dist-packages/apt/deprecation.py", line 98, in deprecated_function
    return func(*args, **kwds)
  File "/usr/lib/python2.6/dist-packages/apt/package.py", line 1190, in mark_delete
    fix.resolve()
SystemError: E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

The specific package that it seems to be choking on (line 171 APT.py) is defoma.

Setup:

  • Ubuntu-10.10
  • bcfg2 1.1.1-1~maverick1 (installed via PPA)
#1054 desai https://www.google.com/accounts/o8/id?id=AItOawlIm5EgGLqOqGEr7NnQwG0NBPWGKgiWMEo worksforme Man page for remove configuration elements (-r) option incorrect
Description

The man page for bcfg2 states the following:

Cause bcfg2 to remove extra configuration elements it detects. Mode is one of all, Services,  or Packages. All removes all entries. Likewise, Services and Packages remove only the extra configuration elements of the respective type.

This indicates that the Services and Packages command line params should be capitalized, however bcfg2 does not recognize these options:

Got unknown argument Packages for -r

The man page should be fixed to indicate that Services and Packages are lowercase.

Note: See TracQuery for help on using queries.