[tahoe-dev] cryptic socket .error
Two Spirit
twospirit6905 at gmail.com
Sun Jul 29 23:28:14 UTC 2012
I need help to get more debugging messages. It was working a while ago. got
the web interface to work
on port 3456 (idiot me, bound to localhost) then I went back to the command
line and it stopped.
I tried stopping and restarting the node, but that didn't help any. I don't
know what happened to my
data or what socket I'm having connection problems with.
root:~/.tahoe# tahoe ls tahoe:
Traceback (most recent call last):
File "/usr/bin/tahoe", line 3, in <module>
runner.run()
File "/usr/lib/pymodules/python2.7/allmydata/scripts/runner.py", line
113, in run
rc = runner(sys.argv[1:], install_node_control=install_node_control)
File "/usr/lib/pymodules/python2.7/allmydata/scripts/runner.py", line 99,
in runner
rc = cli.dispatch[command](so)
File "/usr/lib/pymodules/python2.7/allmydata/scripts/cli.py", line 496,
in list
rc = tahoe_ls.list(options)
File "/usr/lib/pymodules/python2.7/allmydata/scripts/tahoe_ls.py", line
31, in list
resp = do_http("GET", url)
File "/usr/lib/pymodules/python2.7/allmydata/scripts/common_http.py",
line 60, in do_http
c.endheaders()
File "/usr/lib/python2.7/httplib.py", line 954, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 814, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 776, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 757, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 571, in create_connection
raise err
socket.error: [Errno 111] Connection refused
root:~/.tahoe# ^C
root:~/.tahoe#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20120729/e5a11646/attachment.html>
More information about the tahoe-dev
mailing list