Hello, I am running into an issue with whonixcheck.
WARNING: Tor Check Result: Tor is disabled. Therefore you most likely can not connect to the internet.
Debugging information: Could not find DisableNetwork 0 in Tor config.)
I then continue to sys-whonix terminal and do a:
sudo whonixsetup
I press that I’m ready to use tor -> connect to tor network now -> Tor has been successfully enabled. Press enter to run whonixcheck and exit -> I press enter and do the whonixcheck and get this result:
INFO: Starting whonixcheck…
[INFO] [whonixcheck] sys-whonix | Whonix-Gateway | whonix-gw-14 TemplateBased ProxyVM | Tue Oct 23 22:03:23 UTC 2018
[ERROR] [whonixcheck] 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):
Oct 23 22:03:26.787 [warn] Directory /var/lib/tor/.tor cannot be read: Permission denied
Oct 23 22:03:26.788 [warn] Failed to parse/validate config: Couldn’t access private data directory “/var/lib/tor/.tor”
Oct 23 22:03:26.788 [err] Reading config failed–see warnings above.
Tor full reports:
Oct 23 22:03:26.784 [notice] Tor 0.3.4.8 (git-5da0e95e4871a0a1) running on Linux with Libevent 2.0.21-stable, OpenSSL 1.1.0f, Zlib 1.2.8, Liblzma 5.2.2, and Libzstd 1.1.2.
Oct 23 22:03:26.785 [notice] Tor can’t help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Oct 23 22:03:26.785 [notice] Read configuration file “/etc/tor/torrc”.
Oct 23 22:03:26.787 [warn] Directory /var/lib/tor/.tor cannot be read: Permission denied
Oct 23 22:03:26.788 [warn] Failed to parse/validate config: Couldn’t access private data directory “/var/lib/tor/.tor”
Oct 23 22:03:26.788 [err] Reading config failed–see warnings above.
Try to look at this report yourself by running.
dom0 -> Start Menu -> ServiceVM: sys-whonix -> Terminal
sudo -u debian-tor tor --verify-config
To try to fix this, please open your Tor config file.
dom0 -> Start Menu -> ServiceVM: sys-whonix -> Torrc
or in Terminal: sudo nano /usr/local/etc/torrc.d/50_user.conf
Please restart Tor after fixing this error.
dom0 -> Start Menu -> ServiceVM: sys-whonix -> Restart Tor
or in Terminal: sudo service tor@default restart
Restart whonixcheck after fixing this error.
dom0 -> Start Menu -> ServiceVM: sys-whonix -> Whonix Check
or in Terminal: whonixcheck
If you know what you are doing, feel free to disable this check.
I am completly lost what to do…