Ad Widget

Collapse

error when try to apply minors version

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • studero
    Member
    • Aug 2023
    • 84

    #1

    error when try to apply minors version

    Hi,

    After update the OS of the Zabbix Server. In my case RedHat 9.2, I want to update the Zabbix Server too. I have used the Zabbix Officail Repository to install it.

    The repository list:
    ]# dnf repolist
    Updating Subscription Management repositories.
    repo id repo name
    codeready-builder-for-rhel-9-x86_64-rpms Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs)
    epel Extra Packages for Enterprise Linux 9 - x86_64
    epel-cisco-openh264 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64
    packages-microsoft-com-prod packages-microsoft-com-prod
    rhel-9-for-x86_64-appstream-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)
    rhel-9-for-x86_64-baseos-rpms Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)
    rhel-9-for-x86_64-supplementary-rpms Red Hat Enterprise Linux 9 for x86_64 - Supplementary (RPMs)
    zabbix Zabbix Official Repository - x86_64
    zabbix-non-supported Zabbix Official Repository non-supported - x86_64

    The check of the update of Zabbix:
    dnf check-update
    Updating Subscription Management repositories.
    Last metadata expiration check: 0:59:12 ago on Thu 05 Oct 2023 08:49:53 AM CEST.

    zabbix-agent.x86_64 1:6.0.20-1.el9 epel
    zabbix-get.x86_64 6.4.7-release1.el9 zabbix
    zabbix-java-gateway.x86_64 6.4.7-release1.el9 zabbix
    zabbix-nginx-conf.noarch 6.4.7-release1.el9 zabbix
    zabbix-selinux-policy.x86_64 6.4.7-release1.el9 zabbix
    zabbix-server-pgsql.x86_64 1:6.0.20-1.el9 epel
    zabbix-sql-scripts.noarch 6.4.7-release1.el9 zabbix
    zabbix-web.noarch 1:6.0.20-1.el9 epel
    zabbix-web-deps.noarch 6.4.7-release1.el9 zabbix
    zabbix-web-pgsql.noarch 1:6.0.20-1.el9 epel​

    And the upgrade:
    ]# dnf upgrade zabbix-*
    Updating Subscription Management repositories.
    Last metadata expiration check: 1:00:40 ago on Thu 05 Oct 2023 08:49:53 AM CEST.
    Error:
    Problem 1: package zabbix-web-deps-6.4.7-release1.el9.noarch requires zabbix-web = 6.4.7-release1.el9, but none of the providers can be installed
    - cannot install both zabbix-web-6.4.7-release1.el9.noarch and zabbix-web-1:6.0.20-1.el9.noarch
    - cannot install the best update candidate for package zabbix-web-deps-6.4.5-release1.el9.noarch
    - cannot install the best update candidate for package zabbix-web-6.4.5-release1.el9.noarch
    Problem 2: cannot install both zabbix-web-6.4.7-release1.el9.noarch and zabbix-web-1:6.0.20-1.el9.noarch
    - package zabbix-web-deps-6.4.7-release1.el9.noarch requires zabbix-web = 6.4.7-release1.el9, but none of the providers can be installed
    - package zabbix-web-pgsql-1:6.0.20-1.el9.noarch requires zabbix-web = 1:6.0.20-1.el9, but none of the providers can be installed
    - package zabbix-nginx-conf-6.4.7-release1.el9.noarch requires zabbix-web-deps = 6.4.7-release1.el9, but none of the providers can be installed
    - cannot install the best update candidate for package zabbix-web-pgsql-6.4.5-release1.el9.noarch
    - cannot install the best update candidate for package zabbix-nginx-conf-6.4.5-release1.el9.noarch
    (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)​

    I need help. What is wrong ?
  • Answer selected by dimir at 06-10-2023, 15:50.
    studero
    Member
    • Aug 2023
    • 84

    Sorry to open this chat. I have found the solution.

    After desable the epel Extra Packages for Enterprise Linux 9 - x86_64 repository. I'm able to run the dnf upgrade zaggix-* with success

    Comment

    • studero
      Member
      • Aug 2023
      • 84

      #2
      Sorry to open this chat. I have found the solution.

      After desable the epel Extra Packages for Enterprise Linux 9 - x86_64 repository. I'm able to run the dnf upgrade zaggix-* with success

      Comment

      Working...