[Pkg-anonymity-tools] OnionShare 0.7 released

u u at 451f.org
Tue May 19 10:29:34 UTC 2015


Hi Micah,

> I just released a new version of OnionShare. There's a signed git tag
> upstream in GitHub: https://github.com/micahflee/onionshare/releases/tag/0.7

Thanks!

I already built the package, but I have some problems and need your
guidance.

When I do not run TBB, but system Tor with a controlport and password I
can't provide that password anywhere, or do I simply miss something here?

➜  ~  onionshare-gui
Connecting to Tor-ControlPort to run hidden service on port 50957
Traceback (most recent call last):
  File
"/usr/lib/python2.7/dist-packages/onionshare_gui/onionshare_gui.py",
line 125, in start_server
    self.app.start_hidden_service(gui=True)
  File "/usr/lib/python2.7/dist-packages/onionshare/onionshare.py", line
148, in start_hidden_service
    self.controller.authenticate()
  File "/usr/lib/python2.7/dist-packages/stem/control.py", line 839, in
authenticate
    stem.connection.authenticate(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/stem/connection.py", line 608,
in authenticate
    raise auth_exc
stem.connection.MissingPassword: no passphrase provided


If instead of the hashed password I try to use the Cookie Auth method, I
also get an error:

Traceback (most recent call last):
  File
"/usr/lib/python2.7/dist-packages/onionshare_gui/onionshare_gui.py",
line 125, in start_server
    self.app.start_hidden_service(gui=True)
  File "/usr/lib/python2.7/dist-packages/onionshare/onionshare.py", line
148, in start_hidden_service
    self.controller.authenticate()
  File "/usr/lib/python2.7/dist-packages/stem/control.py", line 839, in
authenticate
    stem.connection.authenticate(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/stem/connection.py", line 608,
in authenticate
    raise auth_exc
stem.connection.UnreadableCookieFile: Authentication failed:
'/var/run/tor/control.authcookie' doesn't exist

But.. shouldn't $something create this cookie for me?
Maybe i lack some info here on how this is supposed to work..

Cheers!
u.





More information about the Pkg-anonymity-tools mailing list