[FATAL] listen udp 127.0.0.1:53: bind: address already in use #3146
Replies: 2 comments
-
|
I'm having the same problem. Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process Following the installation guide, it clearly appears that a previous instance of dnscrypt-proxy wasn't stopped before starting a new one, but I wouldn't know how to stop it, and I think the same thing is happening to @IntelligenceInside systemctl stop systemd-resolved but the response: Failed to stop systemd-resolved.service: Unit systemd-resolved.service not loaded. What solution is there? |
Beta Was this translation helpful? Give feedback.
-
|
sudo lsof -i -P -n |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
dnscrypt-proxy 2.15
OS alpine
[FATAL] listen udp 127.0.0.1:53: bind: address already in use
sudo netstat -tulpn | grep :53
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 3383/unbound
tcp6 0 0 ::1:53 :::* LISTEN 3383/unbound
udp 0 0 127.0.0.1:53 0.0.0.0:* 3383/unbound
udp6 0 0 ::1:53 :::* 3383/unbound
How should i resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions