Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 894)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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):

File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 206, in VerifyEntry?

method = getattr(self, "Verify%s" % (entry.tag))

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

print "State verify evidently failed for %s" % (msg)

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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.