Failed to start nameserver & tcp issue

please how do I fix this, you’re not responding on telegram

Is the port or not available then there is a chance that it is already running in the background.
To Debug, this, you can use the following command.

lsof -i :5300

If this come on to return something, then it is running in the background grab PID which is process ID and use the kill command to exit from it.

kill pid

Thanks boss, it is working now

2 Likes