Sure..
But i think i am not so newbuy not to see it :) # -*- mode: conf; coding: utf-8 -*- # This file controls the configuration of the Tahoe node that # lives in this directory. It is only read at node startup. # For details about the keys that can be set here, please # read the 'docs/configuration.rst' file that came with your # Tahoe installation. [node] nickname = MYNICKNAME web.port = tcp:3456:interface=127.0.0.1 web.static = public_html tub.port = 56777 tub.location = 5.39.92.231:56777 #log_gatherer.furl = #timeout.keepalive = #timeout.disconnect = #ssh.port = 8022 #ssh.authorized_keys_file = ~/.ssh/authorized_keys [client] # Which services should this client connect to? introducer.furl = ********* helper.furl = #key_generator.furl = #stats_gatherer.furl = # What encoding parameters should this client use for uploads? #shares.needed = 3 ##Bshares.happy = 7 #shares.total = 10 [storage] # Shall this node provide storage service? enabled = true #readonly = reserved_space = 100G expire.enabled = True expire.mode = age expire.override_lease_duration = 1 month [helper] # Shall this node run a helper service that clients can use? enabled = false [drop_upload] # Shall this node automatically upload files created or modified in a local directory? enabled = false # To specify the target of uploads, a mutable directory writecap URI must be placed # in 'private/drop_upload_dircap'. local.directory = ~/drop_upload _______________________________________________________________________________________ On Sun, Dec 16, 2012 at 9:42 AM, Peter Secor <[email protected]> wrote: > Perhaps there is another configuration line earlier in the file with the > same IP but no port? If you don't mind sharing your tahoe.cfg maybe we can > help find the error. >
_______________________________________________ tahoe-dev mailing list [email protected] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
