You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
I managed to install rtm on a XCP-ng 8.2.0, but it required some hacking on the dependencies of the ovh-rtm-binaries package. I have removed two dependencies lsscsi, and redhat-lsb.
analysis:
After the successfull install, I was researching a bit on the dependency list, and found that
lsscsi is available in the centos7 base-repo, and it's possible to use --enablerepo=base to satisfy the dependency
the bigger issue was redhat-lsb package, which recursively depends on packages, that would install desktop stuff on the XCP-ng.
Looked at the script rtmHardware.pl, i found that the required files in /etc were installed on the XCP-ng, so i was digging a bit, and found out, the required stuff comes from package redhat-lsb-core
conclusion:
It is easy to support the installation of RTM on XCP-ng 8 series:
in the package ovh-rtm-binaries change the dependency redhat-lsb => redhat-lsb-core
some minor change in the docs:
the /etc/yum.repos.d/ovh-rtm.repo should not enable the repos per default
I managed to install rtm on a XCP-ng 8.2.0, but it required some hacking on the dependencies of the ovh-rtm-binaries package. I have removed two dependencies lsscsi, and redhat-lsb.
analysis:
After the successfull install, I was researching a bit on the dependency list, and found that
--enablerepo=base
to satisfy the dependencyconclusion:
It is easy to support the installation of RTM on XCP-ng 8 series:
in the package ovh-rtm-binaries change the dependency
redhat-lsb=> redhat-lsb-coresome minor change in the docs:
/etc/yum.repos.d/ovh-rtm.repo
should not enable the repos per defaultThe text was updated successfully, but these errors were encountered: