From 9f354d31dbc578e177181df51252e8edae40a05c Mon Sep 17 00:00:00 2001 From: CodeSurmangen Date: Thu, 18 Aug 2022 10:47:08 +0800 Subject: [PATCH] ubmit migration result https://gitee.com/anolis-challenge/summer2022/issues/I5MUIY Signed-off-by: CodeSurmangen --- CodeSurmangen/centos2anolis.log | 45 +++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 CodeSurmangen/centos2anolis.log diff --git a/CodeSurmangen/centos2anolis.log b/CodeSurmangen/centos2anolis.log new file mode 100644 index 0000000..694d2d7 --- /dev/null +++ b/CodeSurmangen/centos2anolis.log @@ -0,0 +1,45 @@ +2022-08-18 10:28:08.457[INFO ]: ====== Start ====== +2022-08-18 10:28:08.457[INFO ]: Checking if the tool is executed by root user +2022-08-18 10:28:08.457[INFO ]: Get current OS version. +2022-08-18 10:28:08.463[INFO ]: Version is 8.5 +2022-08-18 10:28:08.464[INFO ]: Checking the version of Anolis OS +2022-08-18 10:28:08.464[INFO ]: Switch to Anolis OS 8 +2022-08-18 10:28:08.465[INFO ]: Checking required packages +2022-08-18 10:28:08.481[INFO ]: Checking i686 packages +2022-08-18 10:28:09.652[INFO ]: Verify before +2022-08-18 10:28:09.653[INFO ]: Checking: distribution +2022-08-18 10:28:09.664[INFO ]: centos-linux-release-8.5-1.2111.el8.noarch +2022-08-18 10:28:09.665[INFO ]: Checking: yum lock +2022-08-18 10:28:09.666[INFO ]: Checking network environment +2022-08-18 10:28:09.933[INFO ]: Check internal network environment is True +2022-08-18 10:28:09.934[INFO ]: Checking: dnf modules enable list +2022-08-18 10:28:09.934[INFO ]: Identifying dnf modules that are enabled... +2022-08-18 10:28:17.677[INFO ]: Looking for yumdownloader +2022-08-18 10:28:17.689[INFO ]: Process yum-utils install +2022-08-18 10:28:19.327[INFO ]: Checking mysql version +2022-08-18 10:28:19.337[INFO ]: Finding your repository directory +2022-08-18 10:28:19.338[INFO ]: Backing up and removing old repository files... +2022-08-18 10:28:21.644[INFO ]: Processing contentdir in repo files... +2022-08-18 10:28:21.649[INFO ]: Backing up and removing 3rd-part repository files... +2022-08-18 10:28:21.661[INFO ]: switch to anolis.repo +2022-08-18 10:28:21.673[INFO ]: Removing CentOS-specific yum configuration from /etc/yum.conf ... +2022-08-18 10:28:21.674[INFO ]: Downloading Anolis OS release package... +2022-08-18 10:28:26.885[INFO ]: Switching old release package with Anolis OS... +2022-08-18 10:28:27.286[INFO ]: optimise repofile +2022-08-18 10:28:27.301[INFO ]: Installing base packages for Anolis OS... +2022-08-18 10:28:34.940[INFO ]: Updating initrd... +2022-08-18 10:28:58.910[INFO ]: process pkgs for c7 +2022-08-18 10:28:58.910[INFO ]: Distro sync +2022-08-18 10:37:26.266[INFO ]: Process enabled modules after migration. +2022-08-18 10:37:35.004[INFO ]: Swap centos-logos related packages with Anolis OS packages +2022-08-18 10:37:35.027[INFO ]: Package redhat-lsb is replaced by system-lsb on Anolis OS +2022-08-18 10:37:40.202[INFO ]: Packages related to rhn are not provided by Anolis OS +2022-08-18 10:37:40.213[INFO ]: Packages related to subscription are not provided by Anolis OS 8 +2022-08-18 10:37:40.224[INFO ]: Package python3-syspurpose is not provided by Anolis OS +2022-08-18 10:37:41.793[INFO ]: Remove centos gpg-pubkey +2022-08-18 10:37:41.814[INFO ]: Removing yum cache +2022-08-18 10:37:41.821[INFO ]: Verify after +2022-08-18 10:37:41.823[INFO ]: Sync successfully, update grub.cfg. +2022-08-18 10:37:43.830[INFO ]: Resume 3rd-part repository files... +2022-08-18 10:37:43.838[INFO ]: Yum clean all +2022-08-18 10:37:55.111[INFO ]: Switch complete. Anolis OS recommends rebooting this system. -- Gitee