You could check which process is using that port using sudo netstat -nlp | grep :5343 and then kill that process using its PID kill -9 <pid> 文章来源: https://blog.csdn.net/thone00/article/details/92681962 标签 errno sudo