From e53ba6a2cd868bd78f8d7039aed9950a406a87b9 Mon Sep 17 00:00:00 2001 From: wangjz625 <736599796@qq.com> Date: Tue, 25 Oct 2022 13:58:25 +0800 Subject: [PATCH] Submit migration result https://gitee.com/anolis-challenge/summer2022/issues/I5XGXB Signed-off-by: wangjz625 <736599796@qq.com> --- wangjz625/centos2anolis.log | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 wangjz625/centos2anolis.log diff --git a/wangjz625/centos2anolis.log b/wangjz625/centos2anolis.log new file mode 100644 index 0000000..cca2b97 --- /dev/null +++ b/wangjz625/centos2anolis.log @@ -0,0 +1,45 @@ +2022-10-25 13:42:11.961[INFO ]: ====== Start ====== +2022-10-25 13:42:11.961[INFO ]: Checking if the tool is executed by root user +2022-10-25 13:42:11.961[INFO ]: Get current OS version. +2022-10-25 13:42:11.969[INFO ]: Version is 8.5 +2022-10-25 13:42:11.970[INFO ]: Checking the version of Anolis OS +2022-10-25 13:42:11.970[INFO ]: Switch to Anolis OS 8 +2022-10-25 13:42:11.970[INFO ]: Checking required packages +2022-10-25 13:42:11.985[INFO ]: Checking i686 packages +2022-10-25 13:42:13.177[INFO ]: Verify before +2022-10-25 13:42:13.178[INFO ]: Checking: distribution +2022-10-25 13:42:13.195[INFO ]: centos-linux-release-8.5-1.2111.el8.noarch +2022-10-25 13:42:13.196[INFO ]: Checking: yum lock +2022-10-25 13:42:13.197[INFO ]: Checking network environment +2022-10-25 13:42:13.414[INFO ]: Check internal network environment is True +2022-10-25 13:42:13.415[INFO ]: Checking: dnf modules enable list +2022-10-25 13:42:13.415[INFO ]: Identifying dnf modules that are enabled... +2022-10-25 13:42:21.076[INFO ]: Looking for yumdownloader +2022-10-25 13:42:21.085[INFO ]: Process yum-utils install +2022-10-25 13:42:22.828[INFO ]: Checking mysql version +2022-10-25 13:42:22.845[INFO ]: Finding your repository directory +2022-10-25 13:42:22.846[INFO ]: Backing up and removing old repository files... +2022-10-25 13:42:26.127[INFO ]: Processing contentdir in repo files... +2022-10-25 13:42:26.135[INFO ]: Backing up and removing 3rd-part repository files... +2022-10-25 13:42:26.151[INFO ]: switch to anolis.repo +2022-10-25 13:42:26.169[INFO ]: Removing CentOS-specific yum configuration from /etc/yum.conf ... +2022-10-25 13:42:26.170[INFO ]: Downloading Anolis OS release package... +2022-10-25 13:42:34.010[INFO ]: Switching old release package with Anolis OS... +2022-10-25 13:42:34.503[INFO ]: optimise repofile +2022-10-25 13:42:34.524[INFO ]: Installing base packages for Anolis OS... +2022-10-25 13:42:44.952[INFO ]: Updating initrd... +2022-10-25 13:43:09.915[INFO ]: process pkgs for c7 +2022-10-25 13:43:09.916[INFO ]: Distro sync +2022-10-25 13:51:17.933[INFO ]: Process enabled modules after migration. +2022-10-25 13:51:29.267[INFO ]: Swap centos-logos related packages with Anolis OS packages +2022-10-25 13:51:29.293[INFO ]: Package redhat-lsb is replaced by system-lsb on Anolis OS +2022-10-25 13:51:34.438[INFO ]: Packages related to rhn are not provided by Anolis OS +2022-10-25 13:51:34.449[INFO ]: Packages related to subscription are not provided by Anolis OS 8 +2022-10-25 13:51:34.459[INFO ]: Package python3-syspurpose is not provided by Anolis OS +2022-10-25 13:51:36.025[INFO ]: Remove centos gpg-pubkey +2022-10-25 13:51:36.045[INFO ]: Removing yum cache +2022-10-25 13:51:36.051[INFO ]: Verify after +2022-10-25 13:51:36.052[INFO ]: Sync successfully, update grub.cfg. +2022-10-25 13:51:37.866[INFO ]: Resume 3rd-part repository files... +2022-10-25 13:51:37.873[INFO ]: Yum clean all +2022-10-25 13:51:48.575[INFO ]: Switch complete. Anolis OS recommends rebooting this system. -- Gitee