<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all,<br>
<br>
I installed tahoe and successfully made a directory in the pubgrid,
named TestEd.<br>
And i did put some files in it, by uploading it with the wui.<br>
<br>
But if i try to 'ls' the files in the CLI i get an error:<br>
<br>
tahoe ls
URI:DIR2:xyixata7yq5lx5w755azwag5ni:jwdanyzc3sph2up6zndyhlvtx4eqv5jgqknhysiwqyqskyp6ozyq<br>
<br>
Traceback (most recent call last):<br>
File "/usr/bin/tahoe", line 3, in <module><br>
runner.run()<br>
File
"/usr/lib/python2.7/dist-packages/allmydata/scripts/runner.py", line
113, in run<br>
rc = runner(sys.argv[1:],
install_node_control=install_node_control)<br>
File
"/usr/lib/python2.7/dist-packages/allmydata/scripts/runner.py", line
99, in runner<br>
rc = cli.dispatch[command](so)<br>
File "/usr/lib/python2.7/dist-packages/allmydata/scripts/cli.py",
line 522, in list<br>
rc = tahoe_ls.list(options)<br>
File
"/usr/lib/python2.7/dist-packages/allmydata/scripts/tahoe_ls.py",
line 31, in list<br>
resp = do_http("GET", url)<br>
File
"/usr/lib/python2.7/dist-packages/allmydata/scripts/common_http.py",
line 60, in do_http<br>
c.endheaders()<br>
File "/usr/lib/python2.7/httplib.py", line 958, in endheaders<br>
self._send_output(message_body)<br>
File "/usr/lib/python2.7/httplib.py", line 818, in _send_output<br>
self.send(msg)<br>
File "/usr/lib/python2.7/httplib.py", line 780, in send<br>
self.connect()<br>
File "/usr/lib/python2.7/httplib.py", line 761, in connect<br>
self.timeout, self.source_address)<br>
File "/usr/lib/python2.7/socket.py", line 571, in
create_connection<br>
raise err<br>
socket.error: [Errno 111] Connection refused<br>
<br>
I did a strace on the tahoe process and on closer inspection it
seems to try to connect to someones private address <span>192.168.1.101<br>
And that fails ofcourse.<br>
<br>
Is this a bug, or a configuration error? ( a filter out private
addresses setting )<br>
I did put the strace files in the same directory, they are named </span><br>
<span><a
href="http://10.14.6.65:3456/file/URI%3ASSK%3Ajaogojw67ybcakzpnpgctv52la%3Am4o4y7xrit2qguzbkdgdo7kkw4e5vclbqhjm45sdxgjkqir2qd4q/@@named=/tahoe.4452">tahoe.44</a>xx<br>
<br>
i am running the latest version on a raspberry pi (arm) <br>
<br>
Kind regards,<br>
Ed<br>
<br>
tahoe --version <br>
allmydata-tahoe: 1.9.2,<br>
foolscap: 0.6.4,<br>
pycryptopp: 0.5.29,<br>
zfec: 1.4.5,<br>
Twisted: 12.0.0,<br>
Nevow: 0.10.0,<br>
zope.interface: unknown,<br>
python: 2.7.3,<br>
platform: Linux-debian_7.0-armv6l-32bit_ELF,<br>
pyOpenSSL: 0.13,<br>
simplejson: 2.5.2,<br>
pycrypto: 2.6,<br>
pyasn1: unknown,<br>
mock: 0.8.0,<br>
sqlite3: 2.6.0 [sqlite 3.7.13],<br>
setuptools: 0.6 [distribute]<br>
<br>
<br>
<br>
<br>
</span>
</body>
</html>