Custom Query (894 matches)
Results (61 - 63 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#63 | desai | bradshaw | fixed | Something wrong in the Base64 world |
Description |
ccsched:/sandbox/bcfg2/Cfg/var/cache/debconf/templates.dat# cat :info encoding: base64 owner: root group: root perms: 0644 bcfg.log: Jun 12 10:43:54 ccsched bcfg2-server[29804]: Failed to marshall file /var/cache/debconf/templates.dat. Mark it as base64 One the client: Failure in VerifyEntry? Traceback (most recent call last):
TypeError?: a2b_base64() argument 1 must be string or read-only character buffer, not None Entry: <ConfigFile? name="/var/cache/debconf/templates.dat" owner="root" perms="0644" group="root" encoding="base64"/> Traceback information (please include in any bug report): File /usr/sbin/bcfg2, line 105, in load_toolset
/usr/sbin/bcfg2:137: FutureWarning?: %u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up
exceptions.KeyError?: <Element ConfigFile? at b7981368> File /usr/lib/python2.3/site-packages/Bcfg2/Client/Debian.py, line 18, in init
exceptions.KeyError?: <Element ConfigFile? at b7981368> File /usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py, line 63, in init
exceptions.KeyError?: <Element ConfigFile? at b7981368> Fatal error: An unexpected failure occurred in instantiating toolset debian |
|||
#66 | desai | [email protected]… | fixed | APT cache cleaning should be optional |
Description |
(Per discussion on the list) APT cache cleaning on Debian toolkit should be made optional. Currently cache is cleaned every time the toolkit is initialized. This is not always the wanted behavior. |
|||
#67 | desai | [email protected]… | fixed | Traceback |
Description |
This traceback happens and the directory ownership doesn't get set properly. Failure in VerifyEntry? Traceback (most recent call last):
KeyError?: 'getpwuid(): uid not found: 12035' Entry: <Directory name="/etc/grid-security/certificates" owner="globus" group="root" perms="0755"/> State verify evidently failed for <Element Directory at b7c59860> Traceback (most recent call last):
KeyErrorsys:1: FutureWarning?: %u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up : <Element Directory at b7c597d0> |