dnsmasq: failed to create listening socket for port 53: Address already in use
You can do this:
netstat -tupln
you will get result like this:
tcp 0 0 :::80 :::* LISTEN 713/httpd
take the pid for the process that listening on th port 53 and kill it with this command
kill -9 pid