# | 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] |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |