Changes between Initial Version and Version 1 of Ticket #2860
- Timestamp:
- 2016-12-29T20:12:44Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2860
- Property Component changed from unknown to code-nodeadmin
- Property Milestone changed from undecided to 1.12.1
-
Ticket #2860 – Description
initial v1 2 2 str4d has found that even without txtorcon installed you can trigger a bug where configuring a storage node via the CLI doesn't work as expected: 3 3 4 ``` 4 {{{ 5 5 tahoe create-node --hide-ip --listen=i2p 6 6 7 7 tahoe create-client --hide-ip --introducer=i2p:... 8 ``` 8 }}} 9 9 10 10 these two commands result in the tahoe.cfg being written with: 11 11 12 ``` 12 {{{ 13 13 [connections] 14 14 tcp=tor 15 ``` 15 }}} 16 16 17 17 the subsequent tahoe start command will of course fail.