Custom Query (894 matches)
Results (31 - 33 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#802 | desai | strauss | fixed | KeyError for content-length when using SSL client without python-ssl |
Description |
Here is the unmasked backtrace, along with a pprint of the headers: [email protected]:~# bcfg2 -vqn <class xmlrpclib._Method at 0xb7e024dc> {'connection': 'close', 'content-type': 'text/html', 'date': 'Wed, 18 Nov 2009 22:49:08 GMT', 'server': 'BaseHTTP/0.3 Python/2.4.3'} Unknown failure Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Bcfg2/Proxy.py", line 58, in __call__ return _Method.__call__(self, *args) File "/usr/lib/python2.5/xmlrpclib.py", line 1147, in __call__ return self.__send(self.__name, args) File "/usr/lib/python2.5/xmlrpclib.py", line 1437, in __request verbose=self.__verbose File "/usr/lib/python2.5/site-packages/Bcfg2/Proxy.py", line 258, in request msglen = int(headers.dict['content-length']) KeyError: 'content-length' Failed to download probes from bcfg2 Server Failure |
|||
#803 | desai | strauss | fixed | Problem on server causes backtrace on client |
Description |
On client: [email protected]:~# bcfg2 -vdqn {'profile': False, 'filelog': None, 'dryrun': True, 'verbose': True, 'extra': False, 'ca': '/etc/bcfg2.cacrt', 'args': [], 'remove': False, 'bundle': [], 'key': '/etc/bcfg2.key', 'debug': True, 'user': 'aa61d6fb-cd71-4d23-a30a-4c001280e718', 'file': False, 'retries': '3', 'password': 'swVlDebq', 'help': False, 'kevlar': False, 'omit-lock-check': False, 'certificate': '/etc/bcfg2.crt', 'decision': False, 'paranoid': False, 'indep': False, 'drivers': ['Action', 'APT', 'Blast', 'Chkconfig', 'DebInit', 'Encap', 'IPS', 'FreeBSDInit', 'FreeBSDPackage', 'launchd', 'Portage', 'POSIX', 'RPMng', 'RcUpdate', 'SMF', 'SYSV', 'YUMng'], 'cache': False, 'serverCN': None, 'servicemode': 'default', 'encoding': 'ascii', 'decision-list': False, 'quick': True, 'server': 'https://configuration.fourkitchens.com:6789', 'setup': '/etc/bcfg2.conf', 'interactive': False} Unknown failure Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Bcfg2/Proxy.py", line 56, in __call__ return _Method.__call__(self, *args) File "/usr/lib/python2.5/xmlrpclib.py", line 1147, in __call__ return self.__send(self.__name, args) File "/usr/lib/python2.5/xmlrpclib.py", line 1437, in __request verbose=self.__verbose File "/usr/lib/python2.5/site-packages/Bcfg2/Proxy.py", line 264, in request return self._get_response(h.getfile(), msglen) File "/usr/lib/python2.5/site-packages/Bcfg2/Proxy.py", line 283, in _get_response p.close() File "/usr/lib/python2.5/xmlrpclib.py", line 550, in close self._parser.Parse("", 1) # end of data ExpatError: no element found: line 1, column 0 Failed to download probes from bcfg2 Server Failure |
|||
#868 | desai | strauss | fixed | Add more Yum and RPM tools to pkgmgr_gen.py |
Description |
Diff and more information here: https://code.launchpad.net/~bcfg2/bcfg2/yum-tools/+merge/22006 This would provide a nice replacement to the currently obsolete methods in the "getting started" guide for CentOS. |
Note: See TracQuery
for help on using queries.