Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

问下这个c:554 bind消息是什么意思 #131

Open
jaoyina opened this issue Mar 16, 2017 · 2 comments
Open

问下这个c:554 bind消息是什么意思 #131

jaoyina opened this issue Mar 16, 2017 · 2 comments

Comments

@jaoyina
Copy link

jaoyina commented Mar 16, 2017

按照步骤,先下载在
./configure && make
src/chinadns -m -c chnroute.txt

然后就出现这个消息,不过那个txt倒是出来了,有影响吗?

Thu Mar 16 10:51:39 2017 chinadns.c:554 bind: Address already in use
Thu Mar 16 10:51:39 2017 Can't bind address 0.0.0.0:53

@sanjusss
Copy link

sanjusss commented Jul 14, 2017

我这里是ubuntu自带dnsmasq服务,占用了53端口,禁了就好。
你可以查找占用53端口的服务,关了它。

@wow-meow-ai
Copy link

wow-meow-ai commented Mar 18, 2018

check port 53

sudo lsof -nP -iTCP:53 | grep LISTEN

which shows this port is occupied by dnsmasq service. So we disable it:

sudo sed -i 's/^dns=dnsmasq/#&/' /etc/NetworkManager/NetworkManager.conf
sudo service network-manager restart
sudo service networking restart
sudo killall dnsmasq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants