您的位置:首页 > 其它

How to solve "Address already in use" error on ...

2013-07-10 00:00 453 查看

启动nova-api报错:CRITICAL nova [-] [Errno 98] Address already in use....
解决方法:

You can safely ignore this error, if doing a ps aux | grep nova-api tells that nova-api is running. If not, this is probably because someone else is already using the port(8777, by default) and nova-api is not able to grab it. To make nova-api run, kill the other process(if not needed using kill <pid>), ensure that the port is listening(using netstat -ntlp | grep <port_no>) and then doing a sudo service nova-api start.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐