<div dir="ltr">That returns "reading config failed" so no luck. Thanks anyway though!<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">--Keifer</div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Aug 7, 2020 at 12:43 PM <<a href="mailto:tschador@posteo.de">tschador@posteo.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 07.08.20 20:47, Keifer Bly wrote:<br>
<br>
> Hi all,<br>
> <br>
> So my relay at<br>
> <br>
> <a href="https://metrics.torproject.org/rs.html#details/79E3B585803DE805CCBC00C1EF36B1E74372861D" rel="noreferrer" target="_blank">https://metrics.torproject.org/rs.html#details/79E3B585803DE805CCBC00C1EF36B1E74372861D</a><br>
> <br>
> Says it is running two different versions, on metrics it is showing it is<br>
> running tor 0.4.3.5 but when I log into the VPS via SSH it says it is<br>
> running tor 0.4.3.6. It has  been like this for a few days now. Something<br>
> is also not allowing me to check tors data logs, when I check my torrc it<br>
> says the log file is /var/log/tor/notices.log, it either just loads a blank<br>
> file or says the file is unwrite able. This is odd I don’t believe I did<br>
> add any special configuration for this.<br>
<br>
Hi Keifer,<br>
<br>
on Debian you can check: tor -v; dpkg -l|grep "ii ?tor"<br>
For me it shows:<br>
  Tor 0.4.3.6 running on Linux<br>
  ii  tor                            0.4.3.6-1~d10.buster+1<br>
  ii  tor-geoipdb                    0.4.3.6-1~d10.buster+1<br>
<br>
Next - check: ls -lA /var/log/tor<br>
An my server it shows:<br>
  -rw-r----- 1 debian-tor adm 0 Jul 13 21:03 log<br>
<br>
The owner should be "debian-tor" or whatever your tor is running.<br>
use: chown to change file owner and group<br>
and: chmod to change file mod bits<br>
<br>
Good luck!<br>
</blockquote></div>