urlgrey / hsmm-pi

A set of tools to easily configure the Raspberry Pi to function as a High-Speed Multimedia (HSMM) wireless node.
MIT License
370 stars 92 forks source link

Why I can not find the DNS node #104

Open shaozhai opened 8 years ago

shaozhai commented 8 years ago

20160628140334

shaozhai commented 8 years ago

My system is armbian

argilo commented 8 years ago

What is going wrong? Is DNS working?

shaozhai commented 8 years ago

"dnsmasq: failed to create listening socket for port 53: Address already in use" image

shaozhai commented 8 years ago

image

I can't know which program is occupying the port.

argilo commented 8 years ago

sudo netstat -lntup

shaozhai commented 8 years ago

image

shaozhai commented 8 years ago

image

shaozhai commented 8 years ago

image

Where is my problem?

argilo commented 8 years ago

It looks like you have both a DNS server and dnsmasq trying to listen on port 53, so you'll have to turn one of them off.

Note that this project only supports Raspbian, not Armbian. So you may have to so some investigation of your own if you want to get this working.

shaozhai commented 8 years ago

Then how do I uninstall the original DNS service?

argilo commented 8 years ago

You will have to solve that yourself. I don't know anything about Armbian.

shaozhai commented 8 years ago

image

I don't know that's the default DNS service.

shaozhai commented 8 years ago

armbian www.armbian.com