[tor-relays] confusing error from "tor --verify-config"

Ivan Markin twim at riseup.net
Wed Dec 21 11:00:00 UTC 2016


Patrice:
> After I run the following command I`ve got no output.
> Is this correct then? I expected a few lines somehow.
> 
> su -c "/etc/init.d/tor --verify-config" debian-tor

My bad, shell for debian-tor is set to /bin/false and so it prevents any
command from running. Setting shell should "fix" this:

su debian-tor -s /bin/sh -c "tor --verify-config"

--
Ivan Markin


More information about the tor-relays mailing list