前言
深信服这套超融合系统还是挺好用的,本质是商业版的PVE、esxi、Vmware。
安装ubuntu失败
个人习惯使用ubuntu22.04系统,使用深信服的默认配置安装,发现进不去系统
报错信息如下:
解决方案
深信服社区贴子(不知道是失效了还是社区维护了):
- https://bbs.sangfor.com.cn/forum.php?mod=viewthread&tid=227317(失效)
- https://bbs.sangfor.com.cn/forum.php?mod=viewthread&tid=208541(失效)
- 超融合HCI-深信服技术支持(有效)
将内置显卡改成QXL高性能显卡即可
其他问题记录
使用apt-get update时显示代理错误,猛然想起安装Ubuntu系统时错把Proxy当成镜像源地址设置了,这才导致了以下报错。
root@cosmax:~# apt update
Hit:1 http://mirrors.tuna.tsinghua.edu.cn/ubuntu jammy InRelease
Ign:2 https://download.docker.com/linux/ubuntu jammy InRelease
Hit:3 http://mirrors.tuna.tsinghua.edu.cn/ubuntu jammy-updates InRelease
Hit:4 http://mirrors.tuna.tsinghua.edu.cn/ubuntu jammy-backports InRelease
Hit:5 http://mirrors.tuna.tsinghua.edu.cn/ubuntu jammy-security InRelease
Ign:2 https://download.docker.com/linux/ubuntu jammy InRelease
Ign:2 https://download.docker.com/linux/ubuntu jammy InRelease
Err:2 https://download.docker.com/linux/ubuntu jammy InRelease
Invalid response from proxy: HTTP/1.1 400 Bad Request Server: nginx/1.22.1 Date: Mon, 24 Mar 2025 08:33:21 GMT Content-Type: text/html Content-Length: 157 Connection: close Strict-Transport-Security: max-age=31536000 X-TUNA-MIRROR-ID: nanomirrors [IP: 101.6.15.130 443]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: Failed to fetch https://download.docker.com/linux/ubuntu/dists/jammy/InRelease Invalid response from proxy: HTTP/1.1 400 Bad Request Server: nginx/1.22.1 Date: Mon, 24 Mar 2025 08:33:21 GMT Content-Type: text/html Content-Length: 157 Connection: close Strict-Transport-Security: max-age=31536000 X-TUNA-MIRROR-ID: nanomirrors [IP: 101.6.15.130 443]
W: Some index files failed to download. They have been ignored, or old ones used instead.
刚开始以为是网络问题,测试发现国内网络和国外网络都没有问题。
排查proxy设置信息保存在哪个文件下,将此文件删除
sudo grep -r "Proxy" /etc/apt/apt.conf.d/