Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

Tahoe-LAFS

261 bytes added, 06:40, 30 December 2014
Troubleshooting
==Troubleshooting==
This is a list of various problems I've encountered. --[[User:Mjh|Mjh]] ([[User talk:Mjh|talk]]) 00:47, 30 December 2014 (EST)
=== tahoe Tahoe daemonized and then terminated immediately ===
This can be caused by several factors when running with torsocks.
* You're trying to bind to an IP other than localhost and torsocks blocked this
** For all other nodes (including storage nodes), modify the tub.port or web.port lines in tahoe.cfg
* Tahoe is attempting to establish a UDP connection to identify its local IP address. Torsocks restricts UDP connections, causing Tahoe to throw exceptions and terminate. Use [https://github.com/matthazinski/tahoe-lafs mhazinsk's fork] until this is merged upstream.
 
=== Can't connect to introducer ===
* Ensure tor is running and that Tahoe is started through torify.
* Ensure the <code>introducer.furl</code> parameter is not enclosed with quotes in <code>tahoe.cfg</code>. For some reason this has caused connection issues.
==FAQs==
Anonymous user