#2860 closed defect

tahoe create-node writes tcp=tor even for i2p — at Version 1

Reported by: dawuud Owned by:
Priority: normal Milestone: 1.12.1
Component: code-nodeadmin Version: 1.12.0
Keywords: i2p cli config Cc:
Launchpad Bug:

Description (last modified by warner)

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:

tahoe create-node --hide-ip --listen=i2p

tahoe create-client --hide-ip --introducer=i2p:...

these two commands result in the tahoe.cfg being written with:

[connections]
tcp=tor

the subsequent tahoe start command will of course fail.

Change History (1)

comment:1 Changed at 2016-12-29T20:12:44Z by warner

  • Component changed from unknown to code-nodeadmin
  • Description modified (diff)
  • Milestone changed from undecided to 1.12.1
Note: See TracTickets for help on using tickets.