On Tue, 2007-10-02 at 07:47 -0400, Alastair Neil wrote: > > > > > sudo /usr/bin/funcd > serving... > > Traceback (most recent call last): > File "/usr/bin/funcd", line 10, in ? > server.main(sys.argv) > File > "/usr/lib/python2.3/site-packages/func/minion/server.py", line > 225, in main > serve() > File > "/usr/lib/python2.3/site-packages/func/minion/server.py", line > 147, in serve > server =FuncSSLXMLRPCServer(('', 51234)) > File > "/usr/lib/python2.3/site-packages/func/minion/server.py", line > 169, in __init__ > self.modules = module_loader.load_modules() > File > "/usr/lib/python2.3/site-packages/func/minion/module_loader.py", line 81, in load_modules > blip = __import__("modules.%s" % ( mod_imp_name), > globals(), locals(), [mod_imp_name]) > File > "/usr/lib/python2.3/site-packages/func/minion/modules/virt.py", line 41 > class FuncLibvirtConnection(): > ^ > SyntaxError: invalid syntax > > Once I signed the cert on the certmaster I started to get this error > on the minion. The certmaster is F7 if it matters. > pretty sure patches went in today to fix this it's a python 2.3 limitation. -sv