On Wed, Jun 15, 2011 at 16:25, Jon Auman <jauman@xxxxxxxxxxxxx> wrote: > I get the segfault starting certmaster the first time as well as the same error trying to startup func: > > Exception occured: xmlrpclib.Fault > Exception value: <Fault 1: "exceptions.AttributeError:'CertMaster' object has no attribute 'handlers'"> > Exception Info: > File "/usr/bin/funcd", line 23, in ? > server.main(sys.argv) > File "/usr/lib/python2.4/site-packages/func/minion/server.py", line 412, in main > requester.request_cert(hn) > File "/usr/lib/python2.4/site-packages/certmaster/requester.py", line 22, in request_cert > utils.create_minion_keys(hostname) > File "/usr/lib/python2.4/site-packages/certmaster/utils.py", line 174, in create_minion_keys > result, cert_string, ca_cert_string = submit_csr_to_master(csr_file, master_uri) > File "/usr/lib/python2.4/site-packages/certmaster/utils.py", line 246, in submit_csr_to_master > return s.wait_for_cert(csr) > File "/usr/lib64/python2.4/xmlrpclib.py", line 1096, in __call__ > return self.__send(self.__name, args) > File "/usr/lib64/python2.4/xmlrpclib.py", line 1383, in __request > verbose=self.__verbose > File "/usr/lib64/python2.4/xmlrpclib.py", line 1147, in request > return self._parse_response(h.getfile(), sock) > File "/usr/lib64/python2.4/xmlrpclib.py", line 1286, in _parse_response > return u.close() > File "/usr/lib64/python2.4/xmlrpclib.py", line 744, in close > raise Fault(**self._stack[0]) > > Here is what I've got installed on CentOS 5.6: > > pyOpenSSL-0.6-1.p24.7.2.2 I believe this is the known issue with pyOpenSSL. I'd upgrade to the 0.6-2 release. should resolve your issue. _______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list