Changes between Initial Version and Version 1 of Ticket #2263


Ignore:
Timestamp:
2014-07-17T22:34:53Z (11 years ago)
Author:
CyberAxe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2263 – Description

    initial v1  
    11Problems:
    22When starting Tahoe with --basedir= to overwrite default .tahoe path then stopping Tahoe
     3This also looks like it might be a bug
     4Code:
    35
    4 Code:
     6{{{
     7C:\allmydata-tahoe-1.10.0\bin>python tahoe start --basedir=c:\.tahoe\
     8STARTING 'c:\.tahoe'
     9
     10C:\allmydata-tahoe-1.10.0\bin>python tahoe stop --basedir=c:\.tahoe\
     11STOPPING 'c:\.tahoe'
     12'c:\.tahoe' does not look like a running node directory (no twistd.pid)
     13
     14C:\allmydata-tahoe-1.10.0\bin>
     15}}}
    516
    617{{{