Tor failing to run with Failed to bind one of the listener ports
check tor is installed
sudo apt install tor
Check this
sudo gedit /etc/default/tor
find and replece "yes" to "no" there
RUN_DAEMON="yes"
stop the daemon
sudo /etc/init.d/tor stop