Ad Widget

Collapse

multiple issues with 6.0.4lts install on Ubuntu 20.05

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jljb
    Junior Member
    • Jan 2020
    • 6

    #1

    multiple issues with 6.0.4lts install on Ubuntu 20.05

    ​1. Will not install zabbix-apache-conf OR zabbix-sql-script

    wget https://repo.zabbix.com/zabbix/6.0/u...u20.04_all.deb
    dpkg -i zabbix-release_6.0-4+ubuntu20.04_all.deb
    apt update
    root@ubuntu:~# apt install zabbix-server-mysql zabbix-frontend-php zabbix-apache-conf zabbix-sql-scripts zabbix-agent
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package zabbix-apache-conf is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    E: Package 'zabbix-apache-conf' has no installation candidate
    E: Unable to locate package zabbix-sql-scripts

    root@ubuntu:~# apt install zabbix-sql-scripts
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package zabbix-sql-scripts
    root@ubuntu:~#

    ​2. setup fails think database is at version 40000000
    re: "The Zabbix database version does not match current requirements. Your database version: 4000000. Required version: 6000000."

    3. even though the download is ver 6.0, it installs version 4
    [Click and drag to move]

    I have purged the install files, when so far as to manually delete the /etc/zabbix /usr/share/zabbix*. deleted the /etc/apt/source.list.d/ zabbix* and reinstall .deb package.

    Could the .deb file be referring to the wrong binaries ie: v4 instead of v6?

    Any ideas?
    1. Will not install zabbix-apache-conf OR zabbix-sql-script

    wget https://repo.zabbix.com/zabbix/6.0/u...u20.04_all.deb
    dpkg -i zabbix-release_6.0-4+ubuntu20.04_all.deb
    apt update zz0.ab0v7lucmbpzz
    root@ubuntu:~# apt install zabbix-server-mysql zabbix-frontend-php zabbix-apache-conf zabbix-sql-scripts zabbix-agent
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package zabbix-apache-conf is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    E: Package 'zabbix-apache-conf' has no installation candidate
    E: Unable to locate package zabbix-sql-scripts

    root@ubuntu:~# apt install zabbix-sql-scripts
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package zabbix-sql-scripts
    root@ubuntu:~#

    ​2. setup fails think database is at version 40000000
    re: "The Zabbix database version does not match current requirements. Your database version: 4000000. Required version: 6000000."

    3. even though the download is ver 6.0, it installs version 4
    Click image for larger version

Name:	2022-11-20_10-04-59.jpg
Views:	1054
Size:	52.1 KB
ID:	454597

    I have purged the install files, when so far as to manually delete the /etc/zabbix /usr/share/zabbix*. deleted the /etc/apt/source.list.d/ zabbix* and reinstall .deb package.

    Could the .deb file be referring to the wrong binaries ie: v4 instead of v6?

    Any ideas?​​
  • Answer selected by jljb at 21-11-2022, 19:38.
    jljb
    Junior Member
    • Jan 2020
    • 6

    I have been able to resolve this issue. .deb package did not update the files in the /etc/apt/sources.list.d directory.

    ie: I manually deleted the following and reinstalled the deb package.
    zabbix-agent2-plugins.list.save
    zabbix.list.distUpgrade
    zabbix.list.save​

    They were referencing ver 4 and 5 of zabbix. That's why the install was installing older versions. If the programmers are reading, maybe the deb package will force delete any references of zabbix sources and install fresh links.

    Comment

    • jljb
      Junior Member
      • Jan 2020
      • 6

      #2
      I have been able to resolve this issue. .deb package did not update the files in the /etc/apt/sources.list.d directory.

      ie: I manually deleted the following and reinstalled the deb package.
      zabbix-agent2-plugins.list.save
      zabbix.list.distUpgrade
      zabbix.list.save​

      They were referencing ver 4 and 5 of zabbix. That's why the install was installing older versions. If the programmers are reading, maybe the deb package will force delete any references of zabbix sources and install fresh links.

      Comment

      Working...