Changes between Initial Version and Version 1 of Ticket #2860


Ignore:
Timestamp:
2016-12-29T20:12:44Z (8 years ago)
Author:
warner
Comment:

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  
    22str4d 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:
    33
    4 ```
     4{{{
    55tahoe create-node --hide-ip --listen=i2p
    66
    77tahoe create-client --hide-ip --introducer=i2p:...
    8 ```
     8}}}
    99
    1010these two commands result in the tahoe.cfg being written with:
    1111
    12 ```
     12{{{
    1313[connections]
    1414tcp=tor
    15 ```
     15}}}
    1616
    1717the subsequent tahoe start command will of course fail.