Im accordance with instruction I added three strings to config file, saved, and made reload of Tor and got such strange error:
ERROR: Tor Config Check Result:
Your Tor config file contains at least one error.
(Tor exit code: 1)
Tor concise reports (below warns and errors must be fixed before you can use Tor):
Mar 01 17:40:32.958 [warn] Option ‘DisableNetwork’ used more than once; all but the last value will be ignored.
Mar 01 17:40:32.958 [warn] Another hidden service is already configured for directory “/var/lib/tor/hidden_service/”
Mar 01 17:40:32.958 [warn] Failed to parse/validate config: Failed to configure rendezvous options. See logs for details.
Mar 01 17:40:32.958 [err] Reading config failed–see warnings above.
Tor full reports:
Mar 01 17:40:32.956 [notice] Tor 0.4.2.6 running on Linux with Libevent 2.1.8-stable, OpenSSL 1.1.1d, Zlib 1.2.11, Liblzma 5.2.4, and Libzstd 1.3.8.
Mar 01 17:40:32.956 [notice] Tor can’t help you if you use it wrong! Learn how to be safe at
Mar 01 17:40:32.957 [notice] Read configuration file “/etc/tor/torrc”.
Mar 01 17:40:32.958 [notice] Included configuration file or directory at recursion level 2: “/usr/local/etc/torrc.d/”.
Mar 01 17:40:32.958 [notice] Included configuration file or directory at recursion level 1: “/etc/torrc.d/”.
Mar 01 17:40:32.958 [notice] Included configuration file or directory at recursion level 2: “/usr/local/etc/torrc.d/”.
Mar 01 17:40:32.958 [notice] Included configuration file or directory at recursion level 1: “/etc/torrc.d/95_whonix.conf”.
Mar 01 17:40:32.958 [warn] Option ‘DisableNetwork’ used more than once; all but the last value will be ignored.
Mar 01 17:40:32.958 [warn] Another hidden service is already configured for directory “/var/lib/tor/hidden_service/”
Mar 01 17:40:32.958 [warn] Failed to parse/validate config: Failed to configure rendezvous options. See logs for details.
Mar 01 17:40:32.958 [err] Reading config failed–see warnings above.
Try to look at this report yourself by running. Start Menu -> System -> Terminal
sudo -u debian-tor tor --verify-config
To try to fix this, please open your Tor config file.
Start Menu -> System -> Torrc
or in Terminal: sudo nano /usr/local/etc/torrc.d/50_user.conf
Please restart Tor after fixing this error.
Start Menu -> System -> Restart Tor
or in Terminal: sudo service tor@default restart
Restart whonixcheck after fixing this error.
Start Menu -> System -> Whonix Check
or in Terminal: whonixcheck
If you know what you are doing, feel free to disable this check. Create a file /etc/whonix.d/50_whonixcheck_user.conf and add:
whonixcheck_skip_functions+=" check_tor_config "
I do not think that above recommendation able resolve it.