Changes between Version 1 and Version 2 of Ticket #2324, comment 1


Ignore:
Timestamp:
2014-10-25T02:59:37Z (10 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2324, comment 1

    v1 v2  
    1 Aliases are read from the node directory in effect for the CLI command, which can be different from the base directory of the gateway. By default, this will be `~/.tahoe`, which explains the behaviour you saw. Remember that the CLI command is not *in general* running with access to the same filesystem hierarchy as the gateway, so it wouldn't be correct for it to take the gateway's base directory as its default node directory.
     1Aliases are read from the node directory in effect for the CLI command, which can be different from the base directory of the gateway. By default, this will be `~\.tahoe`, which explains the behaviour you saw. Remember that the CLI command is not *in general* running with access to the same filesystem hierarchy as the gateway, so it wouldn't be correct for it to take the gateway's base directory as its default node directory.
    22
    33To fix this, use `tahoe --node-directory=c:\asr\.tahoe check tahoe:` (this syntax assumes Tahoe-LAFS v1.10.0 or later). Alternatively you can make `~/.tahoe/private` contain the intended default `aliases` file.