From 26200183cc7b7842f99f172a97d0e8d20a083836 Mon Sep 17 00:00:00 2001 From: magic-orange <1197359867@qq.com> Date: Thu, 21 Mar 2024 14:39:38 +0800 Subject: [PATCH] Submit migration result https://gitee.com/anolis-challenge/summer2022/issues/I9ACXT?from=project-issue Signed-off-by: magic-orange <1197359867@qq.com> --- magic-orange/centos2anolis.log | 61 ++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 magic-orange/centos2anolis.log diff --git a/magic-orange/centos2anolis.log b/magic-orange/centos2anolis.log new file mode 100644 index 0000000..6f9f31e --- /dev/null +++ b/magic-orange/centos2anolis.log @@ -0,0 +1,61 @@ +2024-03-21 14:22:59.211[INFO ]: ====== Start ====== +2024-03-21 14:22:59.211[INFO ]: Checking if the tool is executed by root user +2024-03-21 14:22:59.211[INFO ]: Checking system requirements. +2024-03-21 14:22:59.211[INFO ]: Get current OS version. +2024-03-21 14:22:59.214[INFO ]: Version is 8.4 +2024-03-21 14:22:59.215[INFO ]: Checking the version of Anolis OS +2024-03-21 14:22:59.215[INFO ]: Switch to Anolis OS 8 +2024-03-21 14:22:59.215[INFO ]: Checking required packages +2024-03-21 14:22:59.226[INFO ]: Checking i686 packages +2024-03-21 14:23:00.229[INFO ]: Verify before +2024-03-21 14:23:02.244[INFO ]: Checking: distribution +2024-03-21 14:23:02.251[INFO ]: centos-linux-release-8.4-1.2105.el8.noarch +2024-03-21 14:23:02.251[INFO ]: Checking: yum lock +2024-03-21 14:23:02.252[INFO ]: Checking: rpm database +2024-03-21 14:23:02.260[INFO ]: Checking network environment +2024-03-21 14:23:02.423[INFO ]: Check internal network environment is True +2024-03-21 14:23:02.424[INFO ]: Checking: dnf modules enable list +2024-03-21 14:23:02.424[INFO ]: Identifying dnf modules that are enabled... +2024-03-21 14:23:06.265[INFO ]: Looking for yumdownloader +2024-03-21 14:23:06.271[INFO ]: Checking mysql version +2024-03-21 14:23:06.277[INFO ]: Finding your repository directory +2024-03-21 14:23:06.278[INFO ]: Backing up and removing old repository files... +2024-03-21 14:23:07.273[INFO ]: Processing contentdir in repo files... +2024-03-21 14:23:07.275[INFO ]: Backing up and removing 3rd-part repository files... +2024-03-21 14:23:07.281[INFO ]: switch to anolis.repo +2024-03-21 14:23:07.286[INFO ]: Removing CentOS-specific yum configuration from /etc/yum.conf ... +2024-03-21 14:23:07.287[INFO ]: Downloading Anolis OS release package... +2024-03-21 14:23:13.887[INFO ]: Switching old release package with Anolis OS... +2024-03-21 14:23:14.156[INFO ]: optimise repofile +2024-03-21 14:23:14.163[INFO ]: Installing base packages for Anolis OS... +2024-03-21 14:23:26.732[INFO ]: Updating initrd... +2024-03-21 14:23:39.933[INFO ]: Make the repo status same before and after migrations... +2024-03-21 14:23:40.926[INFO ]: No matching repo cr in current system +2024-03-21 14:23:40.926[INFO ]: No matching repo debuginfo in current system +2024-03-21 14:23:40.926[INFO ]: No matching repo devel in current system +2024-03-21 14:23:40.926[INFO ]: No matching repo epel in current system +2024-03-21 14:23:41.124[INFO ]: No matching repo extras-source in current system +2024-03-21 14:23:41.124[INFO ]: No matching repo fasttrack in current system +2024-03-21 14:23:41.322[INFO ]: No matching repo media-appstream in current system +2024-03-21 14:23:41.322[INFO ]: No matching repo media-baseos in current system +2024-03-21 14:23:42.507[INFO ]: process pkgs for c7 +2024-03-21 14:23:42.507[INFO ]: Switch successful. Syncing with Anolis OS repositories. +2024-03-21 14:23:42.507[INFO ]: Distro sync +2024-03-21 14:27:41.381[INFO ]: Process enabled modules after migration. +2024-03-21 14:27:42.472[INFO ]: Swap centos-logos related packages with Anolis OS packages +2024-03-21 14:27:42.485[INFO ]: Package redhat-lsb is replaced by system-lsb on Anolis OS +2024-03-21 14:27:46.048[INFO ]: Packages related to rhn are not provided by Anolis OS +2024-03-21 14:27:46.055[INFO ]: Packages related to subscription are not provided by Anolis OS 8 +2024-03-21 14:27:46.061[INFO ]: Package python3-syspurpose is not provided by Anolis OS +2024-03-21 14:27:46.066[INFO ]: Remove centos gpg-pubkey +2024-03-21 14:27:46.093[INFO ]: Removing yum cache +2024-03-21 14:27:46.563[INFO ]: Verify after +2024-03-21 14:27:46.564[INFO ]: Sync successfully, update grub.cfg. +2024-03-21 14:27:47.672[INFO ]: Current system is uefi, add boot option to boot manager. +2024-03-21 14:27:48.432[INFO ]: Yum clean all +2024-03-21 14:27:55.413[INFO ]: 30 packages installed - for details: /var/log/installed-packages.log +2024-03-21 14:27:55.422[INFO ]: 418 packages swapped - for details: /var/log/swapped-packages.log +2024-03-21 14:27:55.427[INFO ]: 222 packages updated - for details: /var/log/updated-packages.log +2024-03-21 14:27:55.427[INFO ]: 7 packages reserved - for details: /var/log/reserved-packages.log +2024-03-21 14:27:55.428[INFO ]: 8 packages removed - for details: /var/log/removed-packages.log +2024-03-21 14:27:55.428[INFO ]: Switch complete. Anolis OS recommends rebooting this system. -- Gitee