Hi All,
I'm having some issues with trying to install Zabbix on CentOS 9 Stream. It's a new installation of CentOS and is up to date.
I've gone along to https://www.zabbix.com/download?zabb...centos&os_vers ion=9&components=server_frontend_agent&db=mysql&ws =apache
and tried to follow the instructions:
I did manage to get a little bit further by using --nobest etc but things just went from bad to worse.
There are some similar issues reported on the forum but most of those were where the user was installing the wrong version...
Any thoughts?
I'm having some issues with trying to install Zabbix on CentOS 9 Stream. It's a new installation of CentOS and is up to date.
I've gone along to https://www.zabbix.com/download?zabb...centos&os_vers ion=9&components=server_frontend_agent&db=mysql&ws =apache
and tried to follow the instructions:
[root@localhost az0bcd]# rpm -Uvh https://repo.zabbix.com/zabbix/6.2/r...el9.noarch.rpm
Retrieving https://repo.zabbix.com/zabbix/6.2/r...el9.noarch.rpm
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:zabbix-release-6.2-2.el9 ################################# [100%]
[root@localhost az0bcd]# dnf clean all
0 files removed
[root@localhost az0bcd]# dnf install zabbix-server-mysql zabbix-web-mysql zabbix-apache-conf zabbix-sql-scripts zabbix-selinux-policy zabbix-agent
CentOS Stream 9 - BaseOS 2.2 MB/s | 5.9 MB 00:02
CentOS Stream 9 - AppStream 14 MB/s | 15 MB 00:01
CentOS Stream 9 - Extras packages 31 kB/s | 8.5 kB 00:00
Extra Packages for Enterprise Linux 9 - x86_64 5.9 MB/s | 9.5 MB 00:01
Extra Packages for Enterprise Linux 9 - Next - x86_64 1.1 MB/s | 1.4 MB 00:01
Zabbix Official Repository - x86_64 30 kB/s | 55 kB 00:01
Zabbix Official Repository non-supported - x86_64 569 B/s | 1.1 kB 00:02
Zabbix Official Repository (Agent2 Plugins) - x86_64 591 B/s | 1.1 kB 00:01
Error:
Problem: package zabbix-web-deps-6.2.2-release2.el9.noarch requires zabbix-web = 6.2.2-release2.el9, but none of the providers can be installed
- cannot install both zabbix-web-6.2.2-release2.el9.noarch and zabbix-web-1:6.0.5-1.el9.noarch
- package zabbix-apache-conf-6.2.2-release2.el9.noarch requires zabbix-web-deps = 6.2.2-release2.el9, but none of the providers can be installed
- package zabbix-web-mysql-1:6.0.5-1.el9.noarch requires zabbix-web = 1:6.0.5-1.el9, but none of the providers can be installed
- cannot install the best candidate for the job
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[root@localhost az0bcd]#
Retrieving https://repo.zabbix.com/zabbix/6.2/r...el9.noarch.rpm
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:zabbix-release-6.2-2.el9 ################################# [100%]
[root@localhost az0bcd]# dnf clean all
0 files removed
[root@localhost az0bcd]# dnf install zabbix-server-mysql zabbix-web-mysql zabbix-apache-conf zabbix-sql-scripts zabbix-selinux-policy zabbix-agent
CentOS Stream 9 - BaseOS 2.2 MB/s | 5.9 MB 00:02
CentOS Stream 9 - AppStream 14 MB/s | 15 MB 00:01
CentOS Stream 9 - Extras packages 31 kB/s | 8.5 kB 00:00
Extra Packages for Enterprise Linux 9 - x86_64 5.9 MB/s | 9.5 MB 00:01
Extra Packages for Enterprise Linux 9 - Next - x86_64 1.1 MB/s | 1.4 MB 00:01
Zabbix Official Repository - x86_64 30 kB/s | 55 kB 00:01
Zabbix Official Repository non-supported - x86_64 569 B/s | 1.1 kB 00:02
Zabbix Official Repository (Agent2 Plugins) - x86_64 591 B/s | 1.1 kB 00:01
Error:
Problem: package zabbix-web-deps-6.2.2-release2.el9.noarch requires zabbix-web = 6.2.2-release2.el9, but none of the providers can be installed
- cannot install both zabbix-web-6.2.2-release2.el9.noarch and zabbix-web-1:6.0.5-1.el9.noarch
- package zabbix-apache-conf-6.2.2-release2.el9.noarch requires zabbix-web-deps = 6.2.2-release2.el9, but none of the providers can be installed
- package zabbix-web-mysql-1:6.0.5-1.el9.noarch requires zabbix-web = 1:6.0.5-1.el9, but none of the providers can be installed
- cannot install the best candidate for the job
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[root@localhost az0bcd]#
I did manage to get a little bit further by using --nobest etc but things just went from bad to worse.
There are some similar issues reported on the forum but most of those were where the user was installing the wrong version...
[root@localhost az0bcd]# uname -r
5.14.0-160.el9.x86_64
[root@localhost az0bcd]#
5.14.0-160.el9.x86_64
[root@localhost az0bcd]#
Any thoughts?
Comment