Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
17.7 Legacy Series
»
[CALL FOR TESTING] Tor
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: [CALL FOR TESTING] Tor (Read 13878 times)
fabian
Hero Member
Posts: 2769
Karma: 200
OPNsense Contributor (Language, VPN, Proxy, etc.)
Re: [CALL FOR TESTING] Tor
«
Reply #15 on:
September 24, 2017, 05:57:02 pm »
Fix is available:
https://github.com/opnsense/plugins/pull/286
@NilsS Logs can be fully disabled. In that case they are not even written to /dev/null.
Logged
MAGIC
Newbie
Posts: 11
Karma: 0
Re: [CALL FOR TESTING] Tor
«
Reply #16 on:
September 25, 2017, 06:11:04 pm »
Quote from: NilsS on September 24, 2017, 05:27:15 pm
you startet tor as root once.
you have to remove /var/log/tor.log to start it as user _tor again
Removed it and restarted it with tor user. Still same error that it can't write the log.
Maybe I'll install a opnsense from scratch and try again
Logged
NilsS
Full Member
Posts: 176
Karma: 19
Re: [CALL FOR TESTING] Tor
«
Reply #17 on:
September 25, 2017, 06:32:41 pm »
as fabian wrote, he fixed this already.
but the parent directory dont allow the user _tor to create the file in that directory.
touch /var/log/tor.log
chown _tor._tor /var/log/tor.log
should fix the problem for you.
others can wait for the fix to be commited or apply the patch manually
Logged
fabian
Hero Member
Posts: 2769
Karma: 200
OPNsense Contributor (Language, VPN, Proxy, etc.)
Re: [CALL FOR TESTING] Tor
«
Reply #18 on:
September 25, 2017, 07:22:35 pm »
The current state of the plugin will be available as stable with the next release so there is not much wait time to get the stable release which will include the fix.
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1610
Re: [CALL FOR TESTING] Tor
«
Reply #19 on:
September 25, 2017, 10:24:14 pm »
As a side node, building/installing from the plugins repo is quite easy from the command line:
# opnsense-code plugins
# cd /usr/plugins/security/tor
# make upgrade
Cheers,
Franco
Logged
Print
Pages:
1
[
2
]
« previous
next »
OPNsense Forum
»
Archive
»
17.7 Legacy Series
»
[CALL FOR TESTING] Tor