Cant see my tor relay on metrics

Hi.
After update debian from 10 to 11 bullseye, i cant find my relay on tor metrics.

tor.service - Anonymizing overlay network for TCP (multi-instance-master)
Loaded: loaded (/lib/systemd/system/tor.service; enabled; vendor preset: e>
Active: active (exited) since Fri 2022-01-07 20:30:46 UTC; 23h ago
Main PID: 395137 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4571)
Memory: 0B
CPU: 0
CGroup: /system.slice/tor.service

Jan 07 20:30:46 server systemd[1]: Starting Anonymizing overlay network>
Jan 07 20:30:46 server systemd[1]: Finished Anonymizing overlay network>

netstat looks like tor connection work

Hi,

do you have more information in?

/var/log/tor/notices.log

also maybe try:

tor --verify-config -f /etc/tor/torrc

/var/log/tor/notices.log
no souh log file.

tor --verify-config -f /etc/tor/torrc

[warn] /var/lib/tor is not owned by this user (root, 0) but by debian-tor (108). Perhaps you are running Tor as the wrong user?
Jan 09 14:23:56.791 [warn] Failed to parse/validate config: Couldn’t access priv ate data directory “/var/lib/tor”

change owner to root?

killall tor

(as root and psmisc needs to be installed)

afterwards, try:
/init.d/tor start

Otherwise maybe have a look here:

1 Like