From a55fb74f44afdc9815b8956029bb78ece95de0f1 Mon Sep 17 00:00:00 2001 From: uhompy Date: Wed, 14 Jun 2023 11:35:31 +0800 Subject: [PATCH] Submit migration result https://gitee.com/anolis-challenge/summer2022/issues/I69V8M?from=project-issue Signed-off-by: uhompy --- uhompy/centos2anolis.log | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 uhompy/centos2anolis.log diff --git a/uhompy/centos2anolis.log b/uhompy/centos2anolis.log new file mode 100644 index 0000000..16dec88 --- /dev/null +++ b/uhompy/centos2anolis.log @@ -0,0 +1,45 @@ +2023-06-14 11:19:36.701[INFO ]: ====== Start ====== +2023-06-14 11:19:36.702[INFO ]: Checking if the tool is executed by root user +2023-06-14 11:19:36.702[INFO ]: Get current OS version. +2023-06-14 11:19:36.705[INFO ]: Version is 8.5 +2023-06-14 11:19:36.705[INFO ]: Checking the version of Anolis OS +2023-06-14 11:19:36.706[INFO ]: Switch to Anolis OS 8 +2023-06-14 11:19:36.706[INFO ]: Checking required packages +2023-06-14 11:19:36.714[INFO ]: Checking i686 packages +2023-06-14 11:19:37.109[INFO ]: Verify before +2023-06-14 11:19:37.110[INFO ]: Checking: distribution +2023-06-14 11:19:37.118[INFO ]: centos-linux-release-8.5-1.2111.el8.noarch +2023-06-14 11:19:37.119[INFO ]: Checking: yum lock +2023-06-14 11:19:37.119[INFO ]: Checking network environment +2023-06-14 11:19:37.294[INFO ]: Check internal network environment is True +2023-06-14 11:19:37.294[INFO ]: Checking: dnf modules enable list +2023-06-14 11:19:37.294[INFO ]: Identifying dnf modules that are enabled... +2023-06-14 11:19:42.233[INFO ]: Looking for yumdownloader +2023-06-14 11:19:42.238[INFO ]: Process yum-utils install +2023-06-14 11:19:43.287[INFO ]: Checking mysql version +2023-06-14 11:19:43.294[INFO ]: Finding your repository directory +2023-06-14 11:19:43.294[INFO ]: Backing up and removing old repository files... +2023-06-14 11:19:44.251[INFO ]: Processing contentdir in repo files... +2023-06-14 11:19:44.256[INFO ]: Backing up and removing 3rd-part repository files... +2023-06-14 11:19:44.264[INFO ]: switch to anolis.repo +2023-06-14 11:19:44.273[INFO ]: Removing CentOS-specific yum configuration from /etc/yum.conf ... +2023-06-14 11:19:44.274[INFO ]: Downloading Anolis OS release package... +2023-06-14 11:19:48.897[INFO ]: Switching old release package with Anolis OS... +2023-06-14 11:19:49.147[INFO ]: optimise repofile +2023-06-14 11:19:49.157[INFO ]: Installing base packages for Anolis OS... +2023-06-14 11:19:56.247[INFO ]: Updating initrd... +2023-06-14 11:20:12.855[INFO ]: process pkgs for c7 +2023-06-14 11:20:12.856[INFO ]: Distro sync +2023-06-14 11:25:20.088[INFO ]: Process enabled modules after migration. +2023-06-14 11:25:27.572[INFO ]: Swap centos-logos related packages with Anolis OS packages +2023-06-14 11:25:27.587[INFO ]: Package redhat-lsb is replaced by system-lsb on Anolis OS +2023-06-14 11:25:31.747[INFO ]: Packages related to rhn are not provided by Anolis OS +2023-06-14 11:25:31.755[INFO ]: Packages related to subscription are not provided by Anolis OS 8 +2023-06-14 11:25:31.763[INFO ]: Package python3-syspurpose is not provided by Anolis OS +2023-06-14 11:25:32.984[INFO ]: Remove centos gpg-pubkey +2023-06-14 11:25:32.999[INFO ]: Removing yum cache +2023-06-14 11:25:33.005[INFO ]: Verify after +2023-06-14 11:25:33.006[INFO ]: Sync successfully, update grub.cfg. +2023-06-14 11:25:34.674[INFO ]: Resume 3rd-part repository files... +2023-06-14 11:25:34.684[INFO ]: Yum clean all +2023-06-14 11:25:42.274[INFO ]: Switch complete. Anolis OS recommends rebooting this system. -- Gitee