Changes between Initial Version and Version 1 of Ticket #2263
- Timestamp:
- 2014-07-17T22:34:53Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2263 – Description
initial v1 1 1 Problems: 2 2 When starting Tahoe with --basedir= to overwrite default .tahoe path then stopping Tahoe 3 This also looks like it might be a bug 4 Code: 3 5 4 Code: 6 {{{ 7 C:\allmydata-tahoe-1.10.0\bin>python tahoe start --basedir=c:\.tahoe\ 8 STARTING 'c:\.tahoe' 9 10 C:\allmydata-tahoe-1.10.0\bin>python tahoe stop --basedir=c:\.tahoe\ 11 STOPPING 'c:\.tahoe' 12 'c:\.tahoe' does not look like a running node directory (no twistd.pid) 13 14 C:\allmydata-tahoe-1.10.0\bin> 15 }}} 5 16 6 17 {{{