Skip to content

Oracle Linux 9.1 Specific

sbluhm edited this page May 30, 2023 · 10 revisions

Oracle Linux 9.1 comes with pre-installed Spacewalk Packages that might conflict with the Uyuni server. For example:

  • python3-rhn-setup
  • python3-rhnlib
  • python3-spacewalk-client-setup
  • rhn-setup
  • spacewalk-client-setup

Other Spacewalk packages that are installed (but not used anymore by Uyuni):

  • python3-rhn-check
  • python3-rhn-client-tools
  • rhn-check
  • rhn-client-tools
  • rhnlib
  • rhnsd

Instead of enabling the repo CRB, use

dnf -y config-manager --set-enabled ol9_codeready_builder

instead.

also use

dnf -y update --nobest # to update python3-rhnlib
dnf -y install patterns-uyuni_server $NEWPACKAGES

as it will update the already existing packages above.

Other fixes:

chmod 660 /var/lib/cobbler/web.ss
ln -s /usr/share/java/glassfish-activation.jar /usr/share/spacewalk/taskomatic/glassfish-activation.jar

Clone this wiki locally