ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/KillerServer.py
(Generate patch)

Comparing COMP/CRAB/python/KillerServer.py (file contents):
Revision 1.7 by mcinquil, Mon Nov 12 15:09:14 2007 UTC vs.
Revision 1.8 by mcinquil, Mon Nov 12 15:10:00 2007 UTC

# Line 1 | Line 1
1   import os, common, string
2   from Actor import *
3 + from crab_util import *
4  
5   import xml.dom.minidom
6   import xml.dom.ext
# Line 36 | Line 37 | class KillerServer(Actor):
37          except Exception, ex:
38              import traceback
39              common.logger.debug( 6, str(ex) )
39            common.logger.debug( 6, traceback.format_exc() )
40              x509_cmd = 'ls /tmp/x509up_u`id -u`'
41              x509=runCommand(x509_cmd).strip()
42          pSubj = os.popen3('openssl x509 -in '+str(x509)+' -subject -noout')[1].readlines()[0]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines