[tahoe-lafs-trac-stream] [Tahoe-LAFS] #3744: integration/test_tor.py::test_onion_service_storage fails on macOS and Python 2.7
Tahoe-LAFS
trac at tahoe-lafs.org
Mon Jul 5 13:33:50 UTC 2021
#3744: integration/test_tor.py::test_onion_service_storage fails on macOS and
Python 2.7
------------------------------------+-----------------------
Reporter: sajith | Owner:
Type: defect | Status: new
Priority: normal | Milestone: undecided
Component: dev-infrastructure | Version: n/a
Resolution: | Keywords:
Launchpad Bug: |
------------------------------------+-----------------------
Comment (by sajith):
I could switch to the known-to-work version of Tor from Homebrew this way:
{{{
$ brew extract --version 0.4.5.8 tor homebrew/cask
$ brew install tor at 0.4.5.8
$ brew link --overwrite tor at 0.4.5.8
}}}
Now chutney's `configure` command works:
{{{
$ python2.7 -m chutney.TorNet configure `pwd`/networks/basic
NOTE: creating u'/Users/sajith/chutney/net/nodes.1625491797', linking to
u'/Users/sajith/chutney/net/nodes'
Creating identity key for test000a with tor-gencert
Creating identity key for test001a with tor-gencert
Creating identity key for test002a with tor-gencert
}}}
Made a pull request: https://github.com/tahoe-lafs/tahoe-lafs/pull/1092.
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3744#comment:2>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list