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

本文详细解释了Nova-API启动时遇到的CRITICAL错误,即'Errno98 Address already in use'。提供了解决方案,包括忽略错误、检查并释放占用的端口、使用netstat确认端口状态以及通过sudo启动nova-api。

启动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.

转载于:https://my.oschina.net/u/138210/blog/143795

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值