Adam Stokes wrote:
after commenting out some of the formatting in nice_exception here is the real error:
{'megatron.gsslab.rdu.redhat.com': ['REMOTE_ERROR', 'socket.timeout', "(110, 'Operation timed out.')", ' File "/usr/lib/python2.4/site-packages/func/overlord/client.py", line 433, in process_server\n retval = getattr(conn, meth)(*args[:])\n File "/usr/lib64/python2.4/xmlrpclib.py", line 1096, in __call__\n return self.__send(self.__name, args)\n File "/usr/lib64/python2.4/xmlrpclib.py", line 1383, in __request\n verbose=self.__verbose\n File "/usr/lib64/python2.4/xmlrpclib.py", line 1131, in request\n errcode, errmsg, headers = h.getreply()\n File "/usr/lib64/python2.4/httplib.py", line 1143, in getreply\n response = self._conn.getresponse()\n File "/usr/lib64/python2.4/httplib.py", line 872, in getresponse\n response.begin()\n File "/usr/lib64/python2.4/httplib.py", line 336, in begin\n version, status, reason = self._read_status()\n File "/usr/lib64/python2.4/httplib.py", line 294, in _read_status\n line = self.fp.readline()\n File
"
/usr/lib64/python2.4/socket.py", line 325, in readline\n data = recv(1)\n File "/usr/lib/python2.4/site-packages/certmaster/SSLConnection.py", line 132, in recv\n raise socket.timeout((110, "Operation timed out."))\n']}
nicetype isn't 'nice' anymore i guess but i haven't looked into why that function is failing on this error but maybe could give someone else a clue..
Yeah, certainly not nice. It's been bugging and hiding useful
exceptions in 0.23. I thought I had fixed that with the
git tree, so I need to take another look at it.
Adrian
now time to figure out how to make the command wait longer for it to finish :)
---
[.cas.] :: Starting job at /cores/processed/123 on file /cores/processed/123/vmcore.zcarv033
[.cas.] :: Corefile prepared, processing /cores/processed/123/vmcore.zcarv033
[.cas.] :: Running timestamp
[.cas.] :: Timestamp found #1 SMP Fri Apr 20 16:36:54 EDT 2007
[.cas.] :: Extracting debug kernel with filter */usr/lib/debug/lib/modules/2.6.9-55.ELsmp/vmlinux
[.cas.] :: Crash file built, locating suitable x86_64 system for processing
[.cas.] :: Machine megatron.gsslab.rdu.redhat.com found, processing crash output
Traceback (most recent call last):
File "/usr/bin/cas", line 205, in ?
sys.exit(app.run())
File "/usr/bin/cas", line 168, in run
print client.command.run(cmd)
File "/usr/lib/python2.4/site-packages/func/overlord/client.py", line 71, in __call__
return self.clientref.run(module,method,args,nforks=self.nforks)
File "/usr/lib/python2.4/site-packages/func/overlord/client.py", line 303, in run
return self.run_direct(module, method, args, nforks)
File "/usr/lib/python2.4/site-packages/func/overlord/client.py", line 463, in run_direct
(nkey,nvalue) = process_server(0, 0, x)
File "/usr/lib/python2.4/site-packages/func/overlord/client.py", line 424, in process_server
retval = utils.nice_exception(t,v,tb)
File "/usr/lib/python2.4/site-packages/certmaster/utils.py", line 63, in nice_exception
lefti = etype.index("'") + 1
ValueError: substring not found
_______________________________________________
Func-list mailing list
Func-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/func-list