Sure..<br><br><br>But i think i am not so newbuy not to see it :)<br><br><br># -*- mode: conf; coding: utf-8 -*-<br><br># This file controls the configuration of the Tahoe node that<br># lives in this directory. It is only read at node startup.<br>
# For details about the keys that can be set here, please<br># read the 'docs/configuration.rst' file that came with your<br># Tahoe installation.<br><br><br>[node]<br>nickname = MYNICKNAME<br>web.port = tcp:3456:interface=127.0.0.1<br>
web.static = public_html<br>tub.port = 56777<br>tub.location = <a href="http://5.39.92.231:56777">5.39.92.231:56777</a><br>#log_gatherer.furl =<br>#timeout.keepalive =<br>#timeout.disconnect =<br>#ssh.port = 8022<br>#ssh.authorized_keys_file = ~/.ssh/authorized_keys<br>
<br>[client]<br># Which services should this client connect to?<br>introducer.furl = *********<br>helper.furl =<br>#key_generator.furl =<br>#stats_gatherer.furl =<br><br># What encoding parameters should this client use for uploads?<br>
#shares.needed = 3<br>##Bshares.happy = 7<br>#shares.total = 10<br><br>[storage]<br># Shall this node provide storage service?<br>enabled = true<br>#readonly =<br>reserved_space = 100G<br>expire.enabled = True<br>expire.mode = age<br>
expire.override_lease_duration = 1 month<br><br>[helper]<br># Shall this node run a helper service that clients can use?<br>enabled = false<br><br>[drop_upload]<br># Shall this node automatically upload files created or modified in a local directory?<br>
enabled = false<br># To specify the target of uploads, a mutable directory writecap URI must be placed<br># in 'private/drop_upload_dircap'.<br>local.directory = ~/drop_upload<br><br><br><br>_______________________________________________________________________________________<br>
<br><div class="gmail_quote">On Sun, Dec 16, 2012 at 9:42 AM, Peter Secor <span dir="ltr"><<a href="mailto:secorp@gmail.com" target="_blank">secorp@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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.<br></blockquote></div><br>