FS#39037 - [tor] update TOR systemd.service file
Attached to Project:
Community Packages
Opened by GI Jack (GI_Jack) - Tuesday, 25 February 2014, 02:38 GMT
Last edited by Daniel Micay (thestinger) - Sunday, 06 April 2014, 14:42 GMT
Opened by GI Jack (GI_Jack) - Tuesday, 25 February 2014, 02:38 GMT
Last edited by Daniel Micay (thestinger) - Sunday, 06 April 2014, 14:42 GMT
|
Details
Description:
tor.service fails to launch tor. Additional info: * package version(s) * config and/or log files etc. Feb ** 05:35:52 boxname tor[865]: Feb ** 05:35:52.243 [warn] Tor is already running as tor. You do not need the "Us Feb ** 05:35:52 boxname tor[865]: Feb ** 05:35:52.243 [warn] Failed to parse/validate config: Problem with User valu Feb ** 05:35:52 boxname tor[865]: Feb ** 05:35:52.243 [err] Reading config failed--see warnings above. Steps to reproduce: install tor, type systemctl start tor the fix(confirmed to work): use systemd file from here https://trac.torproject.org/projects/tor/ticket/8368 |
This task depends upon
Closed by Daniel Micay (thestinger)
Sunday, 06 April 2014, 14:42 GMT
Reason for closing: Not a bug
Additional comments about closing: This is not a bug. You have modified the tor configuration from the default by adding a `User` line. This is incorrect, because the service file is already running it as non-root.
Sunday, 06 April 2014, 14:42 GMT
Reason for closing: Not a bug
Additional comments about closing: This is not a bug. You have modified the tor configuration from the default by adding a `User` line. This is incorrect, because the service file is already running it as non-root.
Comment by
Daniel Micay (thestinger) - Tuesday,
25 March 2014, 03:27 GMT
It still works fine for me. Do you have the default configuration
file? It's not clear what is broken and why a different unit would
work.