为了搭建一个测试的ubuntu cloud环境,我使用virtualbox进行安装。在完成cloud server安装后,通过web查看maas的管理界面,看到profile缺失,需要使用sudo maas-import-isos来进行安装。
运行多次这个命令,都失败了。错误如下:
"httpd does not appear to be running and proxying clobber"
查阅了半天资料,在论坛上找到问题的原因了:
Could you please make sure that MAAS/cobbler have the correct IP address configured? To do so, please to do the following:
sudo dpkg-reconfigure maas
It will ask for the IP address for the MAAS server and make the necessary updates. Once that's done, please try 'maas-import-isos' again!
这是由于我把网络改为bridge adapter之后ip地址变化,但是我没有重新设置地址造成的。重新设置地址以后就好了。
参见:https://bugs.launchpad.net/ubuntu/+source/maas/+bug/988173
本文记录了一次在Ubuntu Cloud环境中使用MAAS时遇到的问题及解决方案。在尝试通过maas-import-isos命令导入ISO文件时,作者遇到了httpddoesnotappeartoberunningandproxyingclobber错误。经过排查发现,更改网络配置导致IP地址发生变化,但MAAS中未更新。通过重新配置MAAS服务器的IP地址解决了该问题。
1898

被折叠的 条评论
为什么被折叠?



