[tahoe-dev] some error
Yapeng Wu
yapengwu at me.com
Mon Jan 7 06:52:52 UTC 2013
Hello,
I have the same issue reproduced, did you find what went wrong?
Thanks,
Yapeng
On Dec 15, 2012, at 2:51 AM, Iantcho Vassilev <ianchov at gmail.com> wrote:
> Hey guys,
>
>
> I installed tahoe and run it as a client for a private grid but here what twistd.log says:
>
>
> 2012-12-15 08:47:55+0100 [-] Log opened.
> 2012-12-15 08:47:55+0100 [-] twistd 10.1.0 (/usr/bin/python 2.6.6) starting up.
> 2012-12-15 08:47:55+0100 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
> 2012-12-15 08:47:55+0100 [-] foolscap.pb.Listener starting on 56777
> 2012-12-15 08:47:55+0100 [-] nevow.appserver.NevowSite starting on 3456
> 2012-12-15 08:47:55+0100 [-] Starting factory <nevow.appserver.NevowSite instance at 0x36ced40>
> 2012-12-15 08:47:55+0100 [-] My pid: 28510
> 2012-12-15 08:47:55+0100 [-] twisted.internet.protocol.DatagramProtocol starting on 46402
> 2012-12-15 08:47:55+0100 [-] Starting protocol <twisted.internet.protocol.DatagramProtocol instance at 0x36d3128>
> 2012-12-15 08:47:55+0100 [-] (Port 46402 Closed)
> 2012-12-15 08:47:55+0100 [-] Stopping protocol <twisted.internet.protocol.DatagramProtocol instance at 0x36d3128>
> 2012-12-15 08:47:55+0100 [-] Unhandled Error
> Traceback (most recent call last):
> File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 424, in _startRunCallbacks
> self._runCallbacks()
> File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 441, in _runCallbacks
> self.result = callback(self.result, *args, **kw)
> File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 397, in _continue
> self.unpause()
> File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 363, in unpause
> self._runCallbacks()
> --- <exception caught here> ---
> File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 441, in _runCallbacks
> self.result = callback(self.result, *args, **kw)
> File "/home/tahoe/allmydata-tahoe-1.9.2/src/allmydata/node.py", line 356, in _setup_tub
> self.tub.setLocation(location)
> File "/home/tahoe/allmydata-tahoe-1.9.2/support/lib/python2.6/site-packages/foolscap-0.6.4-py2.6.egg/foolscap/pb.py", line 510, in setLocation
> self._maybeCreateLogPortFURLFile()
> File "/home/tahoe/allmydata-tahoe-1.9.2/support/lib/python2.6/site-packages/foolscap-0.6.4-py2.6.egg/foolscap/pb.py", line 450, in _maybeCreateLogPortFURLFile
> ignored = self.getLogPortFURL()
> File "/home/tahoe/allmydata-tahoe-1.9.2/support/lib/python2.6/site-packages/foolscap-0.6.4-py2.6.egg/foolscap/pb.py", line 461, in getLogPortFURL
> furlFile=furlfile)
> File "/home/tahoe/allmydata-tahoe-1.9.2/support/lib/python2.6/site-packages/foolscap-0.6.4-py2.6.egg/foolscap/pb.py", line 712, in registerReference
> sr = SturdyRef(oldfurl)
> File "/home/tahoe/allmydata-tahoe-1.9.2/support/lib/python2.6/site-packages/foolscap-0.6.4-py2.6.egg/foolscap/referenceable.py", line 875, in __init__
> decode_furl(url)
> File "/home/tahoe/allmydata-tahoe-1.9.2/support/lib/python2.6/site-packages/foolscap-0.6.4-py2.6.egg/foolscap/referenceable.py", line 828, in decode_furl
> location_hints = decode_location_hints(hints)
> File "/home/tahoe/allmydata-tahoe-1.9.2/support/lib/python2.6/site-packages/foolscap-0.6.4-py2.6.egg/foolscap/referenceable.py", line 787, in decode_location_hints
> "(hostname, but no port)" % hint_s)
> foolscap.referenceable.BadFURLError: bad connection hint '5.39.92.231' (hostname, but no port)
>
> 2012-12-15 08:47:55+0100 [-] Node._startService failed, aborting
> 2012-12-15 08:47:55+0100 [-] [Failure instance: Traceback: <class 'foolscap.referenceable.BadFURLError'>: bad connection hint '5.39.92.231' (hostname, but no port)
> 2012-12-15 08:47:55+0100 [-] /usr/lib/python2.6/dist-packages/twisted/internet/defer.py:424:_startRunCallbacks
> 2012-12-15 08:47:55+0100 [-] /usr/lib/python2.6/dist-packages/twisted/internet/defer.py:441:_runCallbacks
> 2012-12-15 08:47:55+0100 [-] /usr/lib/python2.6/dist-packages/twisted/internet/defer.py:397:_continue
> 2012-12-15 08:47:55+0100 [-] /usr/lib/python2.6/dist-packages/twisted/internet/defer.py:363:unpause
> 2012-12-15 08:47:55+0100 [-] --- <exception caught here> ---
> 2012-12-15 08:47:55+0100 [-] /usr/lib/python2.6/dist-packages/twisted/internet/defer.py:441:_runCallbacks
> 2012-12-15 08:47:55+0100 [-] /home/tahoe/allmydata-tahoe-1.9.2/src/allmydata/node.py:356:_setup_tub
> 2012-12-15 08:47:55+0100 [-] /home/tahoe/allmydata-tahoe-1.9.2/support/lib/python2.6/site-packages/foolscap-0.6.4-py2.6.egg/foolscap/pb.py:510:setLocation
> 2012-12-15 08:47:55+0100 [-] /home/tahoe/allmydata-tahoe-1.9.2/support/lib/python2.6/site-packages/foolscap-0.6.4-py2.6.egg/foolscap/pb.py:450:_maybeCreateLogPortFURLFile
> 2012-12-15 08:47:55+0100 [-] /home/tahoe/allmydata-tahoe-1.9.2/support/lib/python2.6/site-packages/foolscap-0.6.4-py2.6.egg/foolscap/pb.py:461:getLogPortFURL
> 2012-12-15 08:47:55+0100 [-] /home/tahoe/allmydata-tahoe-1.9.2/support/lib/python2.6/site-packages/foolscap-0.6.4-py2.6.egg/foolscap/pb.py:712:registerReference
> 2012-12-15 08:47:55+0100 [-] /home/tahoe/allmydata-tahoe-1.9.2/support/lib/python2.6/site-packages/foolscap-0.6.4-py2.6.egg/foolscap/referenceable.py:875:__init__
> 2012-12-15 08:47:55+0100 [-] /home/tahoe/allmydata-tahoe-1.9.2/support/lib/python2.6/site-packages/foolscap-0.6.4-py2.6.egg/foolscap/referenceable.py:828:decode_furl
> 2012-12-15 08:47:55+0100 [-] /home/tahoe/allmydata-tahoe-1.9.2/support/lib/python2.6/site-packages/foolscap-0.6.4-py2.6.egg/foolscap/referenceable.py:787:decode_location_hints
> 2012-12-15 08:47:55+0100 [-] ]
> 2012-12-15 08:47:55+0100 [-] calling os.abort()
> 2012-12-15 08:47:55+0100 [-] calling os.abort()
>
>
>
>
> Basically it says that there is no port configure but here is the conf:
> tub.port = 56777
> tub.location = 5.39.92.231:56777
>
>
>
>
>
> Any ideas why this happens?
>
>
>
> Regards,
> Iantcho
> _______________________________________________
> tahoe-dev mailing list
> tahoe-dev at tahoe-lafs.org
> https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20130107/2ffeb2e2/attachment.html>
More information about the tahoe-dev
mailing list