Hello, today after updating my whonix-15 template and restarting my sys-whonix, I got the following error:
ERROR: Tor Pid Check Result:
Tor not running. (tor_pid_message: Pid file /run/tor/tor.pid does not exist.)
You have to fix this error, before you can use Tor.
Please restart Tor after fixing this error.
dom0 -> Start Menu -> ServiceVM: sys-whonix-xmr -> Restart Tor
or in Terminal:
sudo service tor@default restart
Restart whonixcheck after fixing this error.
dom0 -> Start Menu -> ServiceVM: sys-whonix-xmr -> Whonix Check
or in Terminal:
whonixcheck
I checked /var/run/tor/log and found these lines:
Sep 14 01:02:15.000 [warn] sandbox_intern_string(): Bug: No interned sandbox parameter found for /var/lib/tor/authdir (on Tor 0.4.3.6 )
Sep 14 01:02:15.000 [warn] Directory /var/lib/tor/authdir cannot be read: Operation not permitted
Sep 14 01:02:15.000 [warn] Failed to parse/validate config: Failed to configure client authorization for hidden services. See logs for details.
Sep 14 01:02:15.000 [err] Reading config failed--see warnings above. For usage, try -h.
Sep 14 01:02:15.000 [warn] Restart failed (config error?). Exiting.
I tried to comment out âsandbox 1â in /usr/local/etc/torrc.d/50_user.conf and restarted tor. This time everything worked normally. But I would like Seccomp to stay for security reasons. Is there any way to fix this? Thank you!