博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
升级Centos6到Centos7错误记录
阅读量:6706 次
发布时间:2019-06-25

本文共 1633 字,大约阅读时间需要 5 分钟。

  hot3.png

CSDN要登记手机号绑定个人信息,已经弃用,希望oschina挺住。

入了一个HK的kvm,但是预置镜像都是老版本:centos6,debian7。因为只是为了做个DOCKER REGESTRY和扶墙,想升级下系统版本和内核,折腾了debian7无果,折腾下centos升级版本,再换内核。

网上找了一下,按照说明升级,发现已经不支持从6.x升级到最新的7.3了。

WARNING! Do not use this method to upgrade from CentOS 6.7 or higher as several system critical packages are of a higher version number than they are in centos 7 so those do not get upgraded correctly. This renders the system broken and several system tools non-functional. You will not be able to login in or use networking.Also CentOS 6.6 fails now with the upgrade with error “Downloading failed: invalid data in .treeinfo: No section: 'checksums' ” so this is also broken on CentOS 6.6 now and can ONLY be done on CentOS 6.5.

那就先升级到7.2吧。


添加源

vi /etc/yum.repos.d/upgradetool.repo

[upg]name=CentOS-$releasever - Upgrade Toolbaseurl=http://dev.centos.org/centos/6/upg/x86_64/gpgcheck=1enabled=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

Install Old Version OpenSCP

因为如果不重新装旧版本的openscp就会提示错误:preupg: error: [Errno 2] No such file or directory: '/root/preupgrade/result.html'

yum erase openscapyum install http://dev.centos.org/centos/6/upg/x86_64/Packages/openscap-1.0.8-1.0.1.el6.centos.x86_64.rpmyum install redhat-upgrade-tool preupgrade-assistant-contents

导入RPM KEY升级

这里不可以导入最新的,因为最新版的.treeinfo中没有upgrade项了,所以这里导入7.2的。

rpm --import http://vault.centos.org/centos/7.2.1511/os/x86_64/RPM-GPG-KEY-CentOS-7centos-upgrade-tool-cli --network 7 --instrepo=http://vault.centos.org/centos/7.2.1511/os/x86_64/

Finally

清理el6的rpm包 rpm -qa | grep -i el6 ,具体删什么升级什么,视个人情况。 el6依赖包版本降级 yum downgrade grep

参考:

转载于:https://my.oschina.net/idoop/blog/900103

你可能感兴趣的文章
dhcp备份、恢复
查看>>
DHTML快速入门
查看>>
TopCoder一简单题的解题过程
查看>>
RHCE 学习笔记(36) - MariaDB
查看>>
Gartner对SIEM的定义
查看>>
实战-JavaWweb的Servlet和Filter运行关系(一)
查看>>
《UNIX/Linux网络日志分析与流量监控》新书上市一个月,销量位列畅销榜 TOP 10...
查看>>
我的友情链接
查看>>
上课笔记分享-1-第17课时-1-多域名-统一沟通-环境
查看>>
网络传输数据格式的选择
查看>>
shell脚本:查看KVM虚拟机中的网卡信息(不需要进入启动或进入虚拟机)
查看>>
Python老司机也会翻车!10个最容易犯的Python开发错误
查看>>
SSL,TLS协议与OpenSSL "心血"heartbleed漏洞之伤
查看>>
手机网民超PC,淘金移动互联网正当时
查看>>
零基础学习Puppet自动化配置管理(文档持续更新中)
查看>>
我的家庭私有云计划-21
查看>>
用graphite把收集到的数据渲染成图片
查看>>
Objective-C中的@class,SEL和IMP等灵活机制
查看>>
手抖删掉mysql的生产库,一定要跑路么?
查看>>
Microsoft UC 2013 Preview-3-Deploy Microsoft SharePoint Server 2013
查看>>