如何杀死正在使用的端口 - eventmachine

时间:2016-01-15 21:43:10

标签: ruby linux shell command-line eventmachine

我收到以下错误:

eventmachine.rb:534:in `start_tcp_server': no acceptor (port is in use or requires root privileges)

我不确定进程或端口是什么,并希望将其删除,以便我可以再次运行我的脚本。

我该怎么做?

1 个答案:

答案 0 :(得分:0)

//UIAButton[@name='Join Us']

示例:

ps ax | grep ruby
kill -9 [pid]