﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
542	key-generator dones't work anymore	warner	somebody	"Jan-Benedict Glaw noticed that the key-generator no longer works:

{{{
% ./bin/tahoe create-key-generator -C kg
% ./bin/tahoe start -C kg

  File ""tahoe-key-generator.tac"", line 7, in <module>
    k = key_generator.KeyGeneratorService(2048)
  File ""src/allmydata/key_generator.py"", line 82, in __init__
    self.tub = foolscap.Tub(certFile=os.path.join(self.basedir, 'key_generator.pem'))
  File ""/usr/lib/python2.5/posixpath.py"", line 62, in join
    elif path == '' or path.endswith('/'):
exceptions.AttributeError: 'int' object has no attribute 'endswith'
}}}

Looks like the .tac file is being created with an obsolete key-length
argument, which is being interpreted as a basedir.

"	defect	closed	major	1.3.0	code	1.2.0	fixed			
