Custom Query (894 matches)
Results (13 - 15 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#377 | desai | [email protected]… | fixed | typo in verbose output |
Description |
The Following Bundles have been modifed: ^^^ Should be "modified". |
|||
#44 | desai | bradshaw | fixed | traceback with a python warning during package install |
Description |
The wierd thing is that the package is installed and verifies just fine. there just must be something wierd it is reporting when queried. Traceback (most recent call last):
AttributeError?: 'ToolsetImpl?' object has no attribute 'VerifyPacakge?' Entry: <Pacakge name="libsoap-lite-perl"/> /usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py:158: FutureWarning?: %u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up
State verify evidently failed for <Element Pacakge at b77967b8> |
|||
#439 | desai | leggett | fixed | traceback with PEM key after upgrading to 0.9.3 |
Description |
I just tried upgrading to 0.9.3 and am getting this now: May 10 11:25:03 www bcfg2-server[10034]: Failed to load ssl key /usr/share/ssl/bcfg2/www-key.pem Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Component.py", line 131, in __init__ TLSServer.__init__(self, location, keyfile, CobaltXMLRPCRequestHandler) File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Component.py", line 64, in __init__ self.key = Bcfg2.tlslite.api.parsePEMKey(s, private=True) File "/usr/lib/python2.3/site-packages/Bcfg2/tlslite/utils/keyfactory.py", line 146, in parsePEMKey key = OpenSSL_RSAKey.parse(s, passwordCallback) File "/usr/lib/python2.3/site-packages/Bcfg2/tlslite/utils/OpenSSL_RSAKey.py", line 146, in parse raise SyntaxError() SyntaxError |