cobbler部署錯誤總結

web 報錯500 Internal Server Error解決方案

在安裝使用Cobbler web界面的時候提示HTTP 500錯誤,也就是服務器內部錯誤,檢查防火牆和selinux都是爲關閉狀態,後面查看日誌發現報錯信息以下:python

其實就是python django 的問題。linux

解決辦法:web

一、安裝python2-pipdjango

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

二、安裝django服務器

# pip install Django==1.8.9

三、重啓httpdspa

# systemctl restart httpd

再次刷新頁面訪問http://IP/cobbler_web便可3d

經過Cobbler 安裝Linux系統報空間不足

錯誤信息/sbin/dmsquash-live-root:line286:printf:write error:no space left on devicerest

解決辦法:內存不足,增長客戶機內存最少爲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.
相關文章
相關標籤/搜索