From 4a27fc217f99c7f0e5b2861b4baa6f748c2ca6a0 Mon Sep 17 00:00:00 2001 From: Peter Ajamian Date: Fri, 9 Jul 2021 22:19:11 +1200 Subject: [PATCH] Document dnf display bug. dnf has a bug where it will display the error message, "No matches found for the following enable plugin patterns: config-manager". This message is a red herring and dnf does, in fact, find and enable the display-manager plugin for the command. The message may be safely ignored. --- migrate2rocky/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/migrate2rocky/README.md b/migrate2rocky/README.md index 8de8d19..be7787c 100644 --- a/migrate2rocky/README.md +++ b/migrate2rocky/README.md @@ -48,6 +48,11 @@ This results from conflicts in the directory structure of RHEL with that of RockyLinux. migrate2rocky will detect the issue and go on to remove the conflicting directory and install rocky-release with the rpm command. +#### No matches found for the following enable plugin patterns: config-manager + +The above error message is a display bug in dnf. It does not affect the actual +dnf command or the migration. You may safely ignore this message. + #### Grub still shows kernel entries from previous installation This is normal. The running kernel cannot be safely removed when migrate2rocky