From 1951506bf247605586f7a66d3d7250e7d380c748 Mon Sep 17 00:00:00 2001 From: mahaoliang Date: Sat, 30 Mar 2024 16:16:44 +0800 Subject: [PATCH] Submit migration result https://gitee.com/anolis-challenge/summer2022/issues/I9CVE2?from=project-issue Signed-off-by: mahaoliang --- mahaoliang/centos2anolis.log | 58 ++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 mahaoliang/centos2anolis.log diff --git a/mahaoliang/centos2anolis.log b/mahaoliang/centos2anolis.log new file mode 100644 index 0000000..15644dd --- /dev/null +++ b/mahaoliang/centos2anolis.log @@ -0,0 +1,58 @@ +2024-03-30 00:19:51.058[INFO ]: ====== Start ====== +2024-03-30 00:19:51.058[INFO ]: Checking if the tool is executed by root user +2024-03-30 00:19:51.058[INFO ]: Checking system requirements. +2024-03-30 00:19:51.059[INFO ]: Get current OS version. +2024-03-30 00:19:51.064[INFO ]: Version is 7.9 +2024-03-30 00:19:51.064[INFO ]: Checking the version of Anolis OS +2024-03-30 00:19:51.065[INFO ]: Switch to Anolis OS 7.9 +2024-03-30 00:19:51.065[INFO ]: Checking required packages +2024-03-30 00:19:51.103[INFO ]: Checking i686 packages +2024-03-30 00:19:53.002[INFO ]: Verify before +2024-03-30 00:19:54.919[INFO ]: Checking: distribution +2024-03-30 00:19:54.946[INFO ]: centos-release-7-9.2009.0.el7.centos.x86_64 +2024-03-30 00:19:54.947[INFO ]: Checking: yum lock +2024-03-30 00:19:54.947[INFO ]: Checking: rpm database +2024-03-30 00:19:54.983[INFO ]: Checking network environment +2024-03-30 00:20:10.265[ERROR ]: +2024-03-30 00:20:10.265[INFO ]: Check dnf modules +2024-03-30 00:20:10.266[INFO ]: Looking for yumdownloader +2024-03-30 00:20:10.285[INFO ]: Checking mysql version +2024-03-30 00:20:10.315[INFO ]: Finding your repository directory +2024-03-30 00:20:10.316[INFO ]: Backing up and removing old repository files... +2024-03-30 00:20:12.227[INFO ]: Processing contentdir in repo files... +2024-03-30 00:20:12.234[INFO ]: Backing up and removing 3rd-part repository files... +2024-03-30 00:20:12.244[INFO ]: switch to anolis.repo +2024-03-30 00:20:12.245[INFO ]: Removing CentOS-specific yum configuration from /etc/yum.conf ... +2024-03-30 00:20:12.247[INFO ]: Downloading Anolis OS release package... +2024-03-30 00:20:17.429[INFO ]: Switching old release package with Anolis OS... +2024-03-30 00:20:17.540[INFO ]: optimise repofile +2024-03-30 00:20:17.540[INFO ]: Installing base packages for Anolis OS... +2024-03-30 00:20:45.778[INFO ]: Updating initrd... +2024-03-30 00:21:11.845[INFO ]: process pkgs for c7 +2024-03-30 00:22:03.405[INFO ]: Switch successful. Syncing with Anolis OS repositories. +2024-03-30 00:22:03.406[INFO ]: Distro sync +2024-03-30 00:24:11.928[ERROR ]: Could not automatically sync with Anolis OS repositories. + Check the output of 'yum distro-sync' to manually resolve the issue. +2024-03-30 00:24:11.928[ERROR ]: After you resolve the issue, Please use 'python3 centos2anolis.py -c ' to continue migration +2024-03-30 01:05:58.190[INFO ]: ====== Start ====== +2024-03-30 01:05:58.190[INFO ]: Checking if the tool is executed by root user +2024-03-30 01:05:58.190[INFO ]: Checking system requirements. +2024-03-30 01:05:58.191[INFO ]: Get current OS version. +2024-03-30 01:05:58.191[INFO ]: Continue after sync. +2024-03-30 01:05:58.196[INFO ]: Version is 7.9 +2024-03-30 01:05:58.197[INFO ]: Distro sync +2024-03-30 01:07:12.608[INFO ]: Process enabled modules +2024-03-30 01:07:12.609[INFO ]: Swap centos-logos related packages with Anolis OS packages +2024-03-30 01:07:12.728[INFO ]: Packages related to rhn are not provided by Anolis OS +2024-03-30 01:07:12.757[INFO ]: Package python3-syspurpose is not provided by Anolis OS +2024-03-30 01:07:12.787[INFO ]: Remove centos gpg-pubkey +2024-03-30 01:07:12.852[INFO ]: Removing yum cache +2024-03-30 01:07:13.674[INFO ]: Verify after +2024-03-30 01:07:13.674[INFO ]: Sync successfully, update grub.cfg. +2024-03-30 01:07:15.168[INFO ]: Yum clean all +2024-03-30 01:08:17.552[INFO ]: 1397 packages installed - for details: /var/log/installed-packages.log +2024-03-30 01:08:17.553[INFO ]: 0 packages swapped - for details: /var/log/swapped-packages.log +2024-03-30 01:08:17.554[INFO ]: 0 packages updated - for details: /var/log/updated-packages.log +2024-03-30 01:08:17.554[INFO ]: 0 packages reserved - for details: /var/log/reserved-packages.log +2024-03-30 01:08:17.555[INFO ]: 0 packages removed - for details: /var/log/removed-packages.log +2024-03-30 01:08:17.555[INFO ]: Switch complete. Anolis OS recommends rebooting this system. -- Gitee