kuroppoi / entralinked

A standalone Game Sync emulator for Pokémon Black & White.
MIT License
124 stars 10 forks source link

Issues with DNS server #29

Closed greatestnotgamer closed 8 months ago

greatestnotgamer commented 11 months ago

Using issues closed beforehand, I was able to get the server to almost work. However, I have an issue when starting a DNS server on an Arch-Linux based machine. Here I have the log pasted from the terminal. logdream.txt

kuroppoi commented 11 months ago

Another process is already using port 53, you’ll have to kill that process.

greatestnotgamer commented 11 months ago

TCP or UDP? and how do I find/kill that process?

kuroppoi commented 11 months ago

UDP, I'm not sure how you'd go about finding it on linux, sorry.

Agvantibo commented 10 months ago

TCP or UDP? and how do I find/kill that process?

sudo netstat -lnp | grep ':53'

it's probably systemd-resolve, you could shut that down with systemctl stop systemd-resolved, just don't forget to re-start it afterwards