Quoting Roger Dingledine (2019-05-16 22:24:47)
On Thu, May 16, 2019 at 06:56:10PM +0000, findmei wrote:
May 15 14:42:13.000 [warn] Unable to stat resolver configuration in '/etc/resolv.conf': Permission denied
This one is weird and unexpected. Your relay can't do any dns resolves of its own if it can't read that file. For a non-exit relay (which you appear to be), that's not so bad.
As for why that might happen, my first thought is some sort of apparmor permissions that intercept the file access attempt and block it.
five bucks says /etc/resolv.conf is a symbolic link
I try to chmod 777 /etc/resolv.conf for this warning " /etc/resolv.conf': Permission denied".But it didnt work it.And then i searched it on google for "HTTP status 307 ("Temporary Redirect")" .But i didn't find solution.Any suggestions?
never chmod 777