Skip to main content
Question

Upgrade issue from 24.04 to 24.10 - Oracle Linux 8

  • May 26, 2026
  • 4 replies
  • 23 views

Forum|alt.badge.img+1

Last week (May 18, 2026) I was successfully able to upgrade from 24.04 to 24.10 on our backup/test system. All is well there. This weekend I attempted to upgrade our production system from 24.04 to 24.10. I used the exact same guide but it seems like many packages are missing from the 24.10 repos.

Both systems are running Oracle Linux 8.10, fully up to date.
 


 

As you can see there are some packages available but no “centreon” files like centreon-web. I noticed that centreon-24.10-stable-noarch has no available packages at all, I’m guessing this is where the issue lies.

 


This in on the server that I installed 24.10 on last week using the same guide. Can’t find the package in any of the dnf repos but as you can see I installed it last Monday, using the same repos from the guide.

4 replies

Alexandre Belhomme
Forum|alt.badge.img+13

Hello, can you share the content of your /etc/yum.repos.d/centreon-24.10.repo (if i didn’t mistake the repo path).
 

The centreon-web packages should be under https://packages.centreon.com/ui/native/rpm-standard/24.10/el8/stable/noarch/RPMS/web/ maybe something weird going on with dnf ?


Forum|alt.badge.img+1
  • Author
  • Steward *
  • May 27, 2026

Hello, can you share the content of your /etc/yum.repos.d/centreon-24.10.repo (if i didn’t mistake the repo path).
 

The centreon-web packages should be under https://packages.centreon.com/ui/native/rpm-standard/24.10/el8/stable/noarch/RPMS/web/ maybe something weird going on with dnf ?

$ cat /etc/yum.repos.d/centreon-24.10.repo
[centreon-24.10-stable]
name=Centreon OSS repository (stable).
baseurl=https://packages.centreon.com/rpm-standard/24.10/el8/stable/$basearch/
enabled=1
gpgcheck=1
gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
module_hotfixes=1

[centreon-24.10-stable-noarch]
name=Centreon OSS repository (stable noarch).
baseurl=https://packages.centreon.com/rpm-standard/24.10/el8/stable/noarch/
enabled=1
gpgcheck=1
gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
module_hotfixes=1

[centreon-plugins-24.10-stable]
name=Centreon plugins repository (stable).
baseurl=https://packages.centreon.com/rpm-plugins/el8/stable/$basearch/
enabled=1
gpgcheck=1
gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
module_hotfixes=1

[centreon-plugins-24.10-stable-noarch]
name=Centreon plugins repository (stable noarch).
baseurl=https://packages.centreon.com/rpm-plugins/el8/stable/noarch/
enabled=1
gpgcheck=1
gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
module_hotfixes=1

[centreon-24.10-testing-hotfix]
name=Centreon OSS repository (testing-hotfix). (UNSUPPORTED)
baseurl=https://packages.centreon.com/rpm-standard/24.10/el8/testing-hotfix/$basearch/
enabled=0
gpgcheck=1
gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
module_hotfixes=1

[centreon-24.10-testing-hotfix-noarch]
name=Centreon OSS repository (testing-hotfix noarch). (UNSUPPORTED)
baseurl=https://packages.centreon.com/rpm-standard/24.10/el8/testing-hotfix/noarch/
enabled=0
gpgcheck=1
gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
module_hotfixes=1

[centreon-24.10-testing-release]
name=Centreon OSS repository (testing-release). (UNSUPPORTED)
baseurl=https://packages.centreon.com/rpm-standard/24.10/el8/testing-release/$basearch/
enabled=0
gpgcheck=1
gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
module_hotfixes=1

[centreon-24.10-testing-release-noarch]
name=Centreon OSS repository (testing-release noarch). (UNSUPPORTED)
baseurl=https://packages.centreon.com/rpm-standard/24.10/el8/testing-release/noarch/
enabled=0
gpgcheck=1
gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
module_hotfixes=1

[centreon-plugins-24.10-testing]
name=Centreon plugins repository (testing). (UNSUPPORTED)
baseurl=https://packages.centreon.com/rpm-plugins/el8/testing/$basearch/
enabled=0
gpgcheck=1
gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
module_hotfixes=1

[centreon-plugins-24.10-testing-noarch]
name=Centreon plugins repository (testing noarch). (UNSUPPORTED)
baseurl=https://packages.centreon.com/rpm-plugins/el8/testing/noarch/
enabled=0
gpgcheck=1
gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
module_hotfixes=1

[centreon-24.10-unstable]
name=Centreon INTERNAL OSS repository (unstable). (UNSUPPORTED)
baseurl=https://packages.centreon.com/rpm-standard/24.10/el8/unstable/$basearch/
enabled=0
gpgcheck=1
gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
module_hotfixes=1

[centreon-24.10-unstable-noarch]
name=Centreon INTERNAL OSS repository (unstable noarch). (UNSUPPORTED)
baseurl=https://packages.centreon.com/rpm-standard/24.10/el8/unstable/noarch/
enabled=0
gpgcheck=1
gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
module_hotfixes=1

[centreon-plugins-24.10-unstable]
name=Centreon plugins repository (unstable). (UNSUPPORTED)
baseurl=https://packages.centreon.com/rpm-plugins/el8/unstable/$basearch/
enabled=0
gpgcheck=1
gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
module_hotfixes=1

[centreon-plugins-24.10-unstable-noarch]
name=Centreon plugins repository (unstable noarch). (UNSUPPORTED)
baseurl=https://packages.centreon.com/rpm-plugins/el8/unstable/noarch/
enabled=0
gpgcheck=1
gpgkey=https://yum-gpg.centreon.com/RPM-GPG-KEY-CES
module_hotfixes=1

 


Alexandre Belhomme
Forum|alt.badge.img+13

Hmm, maybe your server haven’t trustred the gpg key from Centreon yet https://yum-gpg.centreon.com/RPM-GPG-KEY-CES and because of that the dnf command says that the package is not available ? 

I’m unsure but your config seems good. Maybe some network issues as well ?


Forum|alt.badge.img+1
  • Author
  • Steward *
  • May 27, 2026

I’ve already imported and accepted the Centreon GPG key when prompted, so I don’t think that’s the issue.

This was working on our test/backup system last week, as evidenced by it currently running 24.10, but now both the test and production systems are exhibiting the same issue.

Both systems are also on completely separate internet circuits (backup system is at our DR site), so it seems unlikely to be a network problem. The odd part is that 3 out of the 4 repositories are returning packages normally, while one specific repo is returning nothing at all, which makes me suspect something on the repository side.