Error creating hidden service with Tor 0.2.7.5
Tor fails to create a hidden service after a fresh install with Tor 0.2.7.5. Logcat output: ``` I/TorPlugin(17807): Starting Tor I/TorPlugin(17807): Dec 08 11:19:43.535 [notice] Tor v0.2.7.5 running on Linux with Libevent 2.0.22-stable, OpenSSL 1.0.2e and Zlib 1.2.7. I/TorPlugin(17807): Dec 08 11:19:43.537 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning I/TorPlugin(17807): Dec 08 11:19:43.537 [notice] Read configuration file "/data/data/org.briarproject/app_tor/torrc". I/TorPlugin(17807): Dec 08 11:19:43.557 [notice] Opening Control listener on 127.0.0.1:59051 I/TorPlugin(17807): Dec 08 11:19:43.558 [notice] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections. I/PluginManagerImpl(17807): Starting TorPlugin took 5565 ms I/LifecycleManagerImpl(17807): Starting org.briarproject.plugins.PluginManagerImpl took 5689 ms I/TorPlugin(17807): Online: true I/TorPlugin(17807): Country code: GB I/TorPlugin(17807): Enabling network: true I/TorPlugin(17807): NOTICE Opening Socks listener on 127.0.0.1:59050 I/TorPlugin(17807): Creating hidden service I/TorPlugin(17807): WARN Permissions on directory /data/data/org.briarproject/app_tor are too permissive. I/TorPlugin(17807): WARN Controller gave us config lines that didn't validate: Failed to configure rendezvous options. See logs for details. W/TorPlugin(17807): net.freehaven.tor.control.TorControlError: Error reply: Unacceptable option value: Failed to configure rendezvous options. See logs for details. W/TorPlugin(17807): net.freehaven.tor.control.TorControlError: Error reply: Unacceptable option value: Failed to configure rendezvous options. See logs for details. W/TorPlugin(17807): at net.freehaven.tor.control.TorControlConnection.sendAndWaitForResponse(TorControlConnection.java:195) W/TorPlugin(17807): at net.freehaven.tor.control.TorControlConnection.setConf(TorControlConnection.java:378) W/TorPlugin(17807): at org.briarproject.plugins.tor.TorPlugin.publishHiddenService(TorPlugin.java:403) W/TorPlugin(17807): at org.briarproject.plugins.tor.TorPlugin.access$700(TorPlugin.java:57) W/TorPlugin(17807): at org.briarproject.plugins.tor.TorPlugin$1$1.run(TorPlugin.java:371) W/TorPlugin(17807): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080) W/TorPlugin(17807): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) W/TorPlugin(17807): at java.lang.Thread.run(Thread.java:841) I/TorPlugin(17807): Hidden service I/TorPlugin(17807): NOTICE Bootstrapped 5%: Connecting to directory server I/TorPlugin(17807): OR connection LAUNCHED ```
issue