
Gkr-Message: secret service operation failed: Did not receive a reply.


Doing "tor &" basically solves the issue, but it means that the server will not run TOR after it is rebooted, which is a problem for me.

Moreover, when I type "tor", either as root or debian-tor (the user created during TOR installation) it starts working. var/log/tor/ is completely empty, including when debugging mode is enabled. Stopping the service with "sudo systemctl stop tor" changes the status to "loaded", then doing "sudo systemctl start tor" shows as active - yet nothing changes. Main PID: 428 (code=exited, status=0/SUCCESS)įeb 12 12:17:45 SR332 systemd: Starting Anonymizing overlay network for TCP (multi-instance-master).įeb 12 12:17:45 SR332 systemd: Started Anonymizing overlay network for TCP (multi-instance-master).Īny attempt to restart the service shows that it is working fine - but it doesn't. Process: 428 ExecStart=/bin/true (code=exited, status=0/SUCCESS)

Loaded: loaded (/lib/systemd/system/tor.service enabled vendor preset: enabled)Īctive: active (exited) since Sun 12:17:45 UTC 2min 48s ago Interestingly, when I do "systemctl status tor", I get the following: tor.service - Anonymizing overlay network for TCP (multi-instance-master) Unfortunately, the tor process does not seem to be running at all. I use the following command: sudo apt-get install tor This worked for me several times in the past. I am trying to install TOR on a new server running Ubuntu 16.04.
