Yes, it is very weird..<br>I triple check tahoe.conf, restarted a million times with and without the port included but the error stays the same.<br>I put the IP into hosts so i also tried  domainname:port<br>It goes with the same error.<br>

<br><br>The tahoe version is as you said: <br>allmydata-tahoe: 1.9.2,<br>foolscap: 0.6.4,<br>pycryptopp: 0.6.0.1206569328141510525648634803928199668821045408958,<br>zfec: 1.4.7,<br>Twisted: 10.1.0,<br>Nevow: 0.10.0,<br>zope.interface: unknown,<br>

python: 2.6.6,<br>platform: Linux-debian_6.0.6-x86_64-64bit_ELF,<br>pyOpenSSL: 0.10,<br>simplejson: 2.1.0rc3,<br>pycrypto: 2.1.0,<br>pyasn1: unknown,<br>mock: 1.0.1,<br>sqlite3: 2.4.1 [sqlite 3.7.3],<br>setuptools: 0.6c16dev3<br>

<br><br><br>I cannot think of something new to try ...<br><br><br><br>Iantcho<br><br><div class="gmail_quote">On Sat, Dec 15, 2012 at 10:40 PM, Brian <span dir="ltr"><<a href="mailto:warner@lothar.com" target="_blank">warner@lothar.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 12/14/12 11:51 PM, Iantcho Vassilev wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I installed tahoe and run it as a client for a private grid but here<br>
what twistd.log says:<br>
</blockquote>
<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
         location_hints = decode_location_hints(hints)<br>
File "/home/tahoe/allmydata-tahoe-<u></u>1.9.2/support/lib/python2.6/<u></u>site-packages/foolscap-0.6.4-<u></u>py2.6.egg/foolscap/<u></u>referenceable.py",<br>
line 787, in decode_location_hints<br>
             "(hostname, but no port)" % hint_s)<br>
         foolscap.referenceable.<u></u>BadFURLError: bad connection hint<br>
'5.39.92.231' (hostname, but no port)<br>
<br>
2012-12-15 08:47:55+0100 [-] Node._startService failed, aborting<br>
2012-12-15 08:47:55+0100 [-] [Failure instance: Traceback: <class<br>
'foolscap.referenceable.<u></u>BadFURLError'>: bad connection hint<br>
'5.39.92.231' (hostname, but no port)<br>
</blockquote>
<br>
<br></div>
Huh, that's weird. You're right, it's complaining that the connection hint is malformed. "tub.location" is supposed to be a comma-separated list of HOST:PORT pairs, where HOST is specifically allowed to be either a DNS name or an ipv4 address.<div class="im">

<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Basically it says that there is no port configure but here is the conf:<br>
tub.port = 56777<br>
tub.location = <a href="http://5.39.92.231:56777" target="_blank">5.39.92.231:56777</a><br>
</blockquote>
<br></div>
That seems ok to me. The error suggests that it thought tub.location="5.39.92.231" instead of tub.location="<a href="http://5.39.92.231:56777" target="_blank">5.39.92.231:<u></u>56777</a>". Is it possible that you hadn't yet saved tahoe.cfg when you restarted the node? You might also double-check that there is only one copy of tub.location in your config file (maybe it's getting overridden by a stray duplicate).<br>


<br>
"tahoe --version" reports tahoe-1.9.2 and foolscap-0.6.4, right? I tried a similar tub.location on my system (but running tahoe trunk instead of 1.9.2) and didn't get an error. If we can rule out a tahoe.cfg problem, I'll get a 1.9.2 checkout from darcs and try to reproduce it again.<br>


<br>
thanks,<br>
 -Brian<br>
<br>
______________________________<u></u>_________________<br>
tahoe-dev mailing list<br>
<a href="mailto:tahoe-dev@tahoe-lafs.org" target="_blank">tahoe-dev@tahoe-lafs.org</a><br>
<a href="https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev" target="_blank">https://tahoe-lafs.org/cgi-<u></u>bin/mailman/listinfo/tahoe-dev</a><br>
</blockquote></div><br>