OCI: Yum Update fails due to Incorrect Plugin Configuration
in Linux
Applies To:
Oracle Cloud Infrastructure - Version N/A and later
Linux x86-64
Symptoms:
Unable to perform yum update due to legacy configurations in place.
$ sudo yum update
Loaded plugins: langpacks, rhnplugin, ulninfo
There was an error communicating with ULN.
ULN Classic support will be disabled.
Error communicating with server. The message was:
This system is not registered with this server
Cause:
The ulninfo and rhnplugin are enabled.
/etc/yum/pluginconf.d/rhnplugin.conf
shows that the plugin is enabled:
[main]
enabled = 1
gpgcheck = 1
timeout = 120
/etc/yum/pluginconf.d/ulninfo.conf
shows that the plugin is enabled:
[main]
enabled = 1
gpgcheck = 1
0