Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (82 - 84 of 894)

Ticket Owner Reporter Resolution Summary
#1046 solj [email protected] fixed Docs incorrectly refer to metadata.Properties[<filepath>].data
Description

The .data member of PropertyFile? no longer exists. Instead, .xdata contains the lxml elements that .data used to contain.

#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)
#1059 solj https://www.google.com/accounts/o8/id?id=AItOawkPb0RtPyicSdU7pLcv1UrX-yCh-YjkOwU fixed Provide sane error message for missing certificate
Description

Current trunk produces this:

$ sudo bcfg2 -q -v -n
Failed to download probes from bcfg2: [Errno 185090050] _ssl.c:328: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib

This can be improved to be more user-friendly.

Note: See TracQuery for help on using queries.