Running spork I get the error: Address already in use

有些话、适合烂在心里 提交于 2020-01-02 19:29:13

问题


I'm assuming it was because the process didn't close properly and so is still running. But using top or ps I can't find it. Is there a way to find where it's running, or to have it force reopen the port?


回答1:


try sudo netstat -lpn to see what ports are being listened to, and what processes are listening.




回答2:


In the case of an old instance of Spork running you may use this command:

pkill -f spork


来源:https://stackoverflow.com/questions/6157978/running-spork-i-get-the-error-address-already-in-use

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!