码迷,mamicode.com
首页 > 其他好文 > 详细

cobbler部署错误总结

时间:2020-06-20 21:05:35      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:火墙   解决办法   通过   方案   fail   mic   空间不足   iss   int   

web 报错500 Internal Server Error解决方案#

在安装使用Cobbler web界面的时候提示HTTP 500错误,也就是服务器内部错误,检查防火墙和selinux都是为关闭状态,后面查看日志发现报错信息如下:

技术图片

其实就是python django 的问题。

解决办法:

1、安装python2-pip

# yum -y install python2-pip
# pip install ipaddress

2、安装django

# pip install Django==1.8.9

3、重启httpd

# systemctl restart httpd

再次刷新页面访问http://IP/cobbler_web即可

技术图片

通过Cobbler 安装Linux系统报空间不足#

错误信息:/sbin/dmsquash-live-root:line286:printf:write error:no space left on device

解决办法:内存不足,增加客户机内存最少为2G   参考

技术图片
参考:https://access.redhat.com/solutions/3353961
Issue
Provisioning a system via kickstart using Red Hat Satellite fails with the below error:
dracut-initqueue[552]: /sbin/dmsquash-live-root: line 273: printf: write error: No space left on device
Resolution
In the compute profile for the affected Compute Resource, increase the value of the memory to 2048 MB and then provision a system.
Root Cause
The memory defined for the system is not sufficient hence it is unable to process/download the live image.
Minimum of 2GB of memory should be allocated.
技术图片

cobbler部署错误总结

标签:火墙   解决办法   通过   方案   fail   mic   空间不足   iss   int   

原文地址:https://www.cnblogs.com/wjlovezzd/p/13170235.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!