常见问题
截止 v0.10.0 已知问题如下:
Installer 获取防火墙信息失败:exit status 252
可能是 firewalld 服务未安装或者运行,安装并使用 systemctl enable --now firewalld
Installer 安装失败:eth0-no such connection profile
可能是网络设备名非标准导致,假如 nmcli conn show 显式的目标设备名为"System eth0",则尝试使用以下指令修复后重试
#sudo nmcli connection modify "System eth0" connection.id eth0
#sudo nmcli connection down "System eth0" && sudo nmcli connection up eth0
taiyi服务启动失败:Make sure polkit agent is running or run the application as superuser
服务无法获得su权限,一种可能是用户使用了桌面版本linux而taiyi服务开机启动顺序在图形界面之前,无法进行弹窗授权。
解决方案:
- 配置polkit免授权策略(需root权限)
- 建议使用无桌面的minimal版操作系统
添加磁盘或者网卡报错: internal error: No more available PCI slots
原因:底层提示PCI插槽不足,但是云主机实际上至少可以支持6个硬盘或者网卡
解决方案:尝试将云主机停机后再添加。后续版本会考虑如何进行优化