[tahoe-dev] tahoe connection error
Jody Harris
imhavoc at gmail.com
Thu Dec 31 09:46:20 PST 2009
I have a node that I put online for the purpose of backing up some files on
my server.
The server is very old and has limited drive space, so storage is turned off
on this box.
When I try
tahoe cp filename tahoe:filename
I get the messages shown in the attached forwarded message.
This node did work at one point, but has since thrown this error at every
attempt to write to the tahoe directory.
The box is running Red Hat ES 4.0 with an updated python for tahoe.
jody
----
- Think carefully.
- Contra mundum - "Against the world" (St. Athanasius)
- Credo ut intelliga - "I believe that I may know" (St. Augustin of Hippo)
---------- Forwarded message ----------
From: <backup at 45780.mountainstandard.net>
Date: Thu, Dec 31, 2009 at 10:42 AM
Subject: tahoe connection error
To: imhavoc at gmail.com
/home/backup/allmydata-tahoe-1.5.0/support/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/persisted/sob.py:12:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
import os, md5, sys
/home/backup/allmydata-tahoe-1.5.0/support/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/filepath.py:12:
DeprecationWarning: the sha module is deprecated; use the hashlib module
instead
import sha
/home/backup/allmydata-tahoe-1.5.0/support/lib/python2.6/site-packages/foolscap-0.4.2-py2.6.egg/foolscap/banana.py:2:
DeprecationWarning: the sets module is deprecated
import struct, sets, time
Traceback (most recent call last):
File "/home/backup/allmydata-tahoe-1.5.0/support/bin/tahoe", line 8, in
<module>
load_entry_point('allmydata-tahoe==1.5.0', 'console_scripts', 'tahoe')()
File "/home/backup/allmydata-tahoe-1.5.0/src/allmydata/scripts/runner.py",
line 91, in run
rc = runner(sys.argv[1:])
File "/home/backup/allmydata-tahoe-1.5.0/src/allmydata/scripts/runner.py",
line 78, in runner
rc = cli.dispatch[command](so)
File "/home/backup/allmydata-tahoe-1.5.0/src/allmydata/scripts/cli.py",
line 436, in cp
rc = tahoe_cp.copy(options)
File
"/home/backup/allmydata-tahoe-1.5.0/src/allmydata/scripts/tahoe_cp.py", line
759, in copy
return Copier().do_copy(options)
File
"/home/backup/allmydata-tahoe-1.5.0/src/allmydata/scripts/tahoe_cp.py", line
444, in do_copy
self.try_copy()
File
"/home/backup/allmydata-tahoe-1.5.0/src/allmydata/scripts/tahoe_cp.py", line
457, in try_copy
target = self.get_target_info(destination_spec)
File
"/home/backup/allmydata-tahoe-1.5.0/src/allmydata/scripts/tahoe_cp.py", line
528, in get_target_info
resp = do_http("GET", url + "?t=json")
File
"/home/backup/allmydata-tahoe-1.5.0/src/allmydata/scripts/common_http.py",
line 55, in do_http
c.endheaders()
File "/opt/Python/lib/python2.6/httplib.py", line 892, in endheaders
self._send_output()
File "/opt/Python/lib/python2.6/httplib.py", line 764, in _send_output
self.send(msg)
File "/opt/Python/lib/python2.6/httplib.py", line 723, in send
self.connect()
File "/opt/Python/lib/python2.6/httplib.py", line 704, in connect
self.timeout)
File "/opt/Python/lib/python2.6/socket.py", line 514, in create_connection
raise error, msg
socket.error: [Errno 111] Connection refused
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://allmydata.org/pipermail/tahoe-dev/attachments/20091231/1a41c204/attachment.htm
More information about the tahoe-dev
mailing list