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

Proxmox6.2简单配置

时间:2020-05-19 10:45:54      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:epo   ==   free   release   org   port   文件   订阅   amp   

一、更换国内源:

1)删除企业源

mv /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-enterprise.list.bak

2)下载秘钥

wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg

3) 添加社区源

echo "deb http://download.proxmox.wiki/debian/pve stretch pve-no-subscription" >/etc/apt/sources.list.d/pve-install-repo.list

4)添加阿里源

cp /etc/apt/sources.list /etc/apt/sources.list.orgin && echo "deb http://mirrors.aliyun.com/debian/ buster main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ buster main non-free contrib
deb http://mirrors.aliyun.com/debian-security buster/updates main
deb-src http://mirrors.aliyun.com/debian-security buster/updates main
deb http://mirrors.aliyun.com/debian/ buster-updates main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ buster-updates main non-free contrib
deb http://mirrors.aliyun.com/debian/ buster-backports main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ buster-backports main non-free contrib">/etc/apt/sources.list

二、去除订阅

cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.bak && vim /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js

1)找到if (data.status !== ‘Active‘)改为if (false)

2)重启网页服务systemctl restart pveproxy

三、上传的镜像文件路径

web上传大镜像经常会遇到失败,可以使用scp上传,虽然也会失败,但可以设置重试次数

/var/lib/vz/template/iso

Proxmox6.2简单配置

标签:epo   ==   free   release   org   port   文件   订阅   amp   

原文地址:https://www.cnblogs.com/steinven/p/12915376.html

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