#1493 closed defect (invalid)

using another directory than ~/.tahoe generates error

Reported by: canercandan Owned by: nobody
Priority: major Milestone: undecided
Component: code-frontend-cli Version: 1.8.2
Keywords: Cc:
Launchpad Bug:

Description (last modified by canercandan)

Issue: When I am using another directory than ~/.tahoe to create a node and use commands as "tahoe ls" and so on then it generates an error message as follows:

"""Error during HTTP request: 410 Gone UnrecoverableFileError?: the directory (or mutable file) could not be retrieved, because there were insufficient good shares. This might indicate that no servers were connected, insufficient servers were connected, the URI was corrupt, or that shares have been lost due to server departure, hard drive failure, or disk corruption. You should perform a filecheck on this object to learn more."""

Fixed: I forgot to use the option -d to define the BASEDIR of the node. Thx.

Change History (4)

comment:1 Changed at 2011-08-21T16:21:58Z by davidsarah

Are you sure that you're using the -d or --node-directory option correctly? Remember that this option must be after the command name, and it must be used for all tahoe commands, not just the one you use to start the gateway.

It's also possible that you're using the option correctly, but that the grid you're trying to use when overriding the node directory has some setup problem that the grid referred to by ~/.tahoe doesn't have. For example, the encoding parameters (shares.{needed,happy,total}) for that grid's gateway might be set incorrectly.

If that doesn't seem to be the problem, please attach ~/.tahoe/tahoe.cfg and the tahoe.cfg in the other node directory, and say precisely what command lines you're using.

comment:2 Changed at 2011-08-21T16:25:29Z by canercandan

  • Description modified (diff)
  • Resolution set to fixed
  • Status changed from new to closed

You're right I forgot to use -d option. Thank you and sorry for disturbing you.

comment:3 Changed at 2011-08-21T16:30:01Z by davidsarah

  • Resolution fixed deleted
  • Status changed from closed to reopened

comment:4 Changed at 2011-08-21T16:30:23Z by davidsarah

  • Component changed from unknown to code-frontend-cli
  • Resolution set to invalid
  • Status changed from reopened to closed
Note: See TracTickets for help on using tickets.