Ad Widget

Collapse

Cannot install Zabbix on ubuntu Noble!! Please Help! Been stuck for a week!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kanon
    Junior Member
    • Dec 2024
    • 13

    #1

    Cannot install Zabbix on ubuntu Noble!! Please Help! Been stuck for a week!

    Ubuntu os version 24.04

    Im following instructions from here-

    https://www.zabbix.com/download?zabb...ubuntu&os_vers ion=24.04&components=server_frontend_agent&db=mysq l&ws=apache

    Stuck on step d

    on this command -

    zcat /usr/share/zabbix/sql-scripts/mysql/server.sql.gz | mysql --default-character-set=utf8mb4 -uzabbix -p zabbix

    Which gives me the output -

    root@hpserverkkb:~# zcat /usr/share/zabbix/sql-scripts/mysql/server.sql.gz | mysql --default-character-set=utf8mb4 -uzabbix -p zabbix
    gzip: /usr/share/zabbix/sql-scripts/mysql/server.sql.gz: No such file or directory

    What on earth is going on here?

    There really is no such directory as ive checked on the cli myself.
    Dont see that server.sql.gz file as well anywhere.


    Ive followed all the steps before that without fail diligently.

    Thank You!!
  • ftb3
    Junior Member
    • Sep 2024
    • 8

    #2
    Did you do the boldered part from step b?
    # wget https://repo.zabbix.com/zabbix/7.2/r...u24.04_all.deb
    # dpkg -i zabbix-release_latest_7.2+ubuntu24.04_all.deb
    # apt update

    Comment

    • cyber
      Senior Member
      Zabbix Certified SpecialistZabbix Certified Professional
      • Dec 2006
      • 4874

      #3
      was "zabbix-sql-scripts" package properly installed?

      Comment

      • kanon
        Junior Member
        • Dec 2024
        • 13

        #4
        Originally posted by cyber
        was "zabbix-sql-scripts" package properly installed?
        its been a while but yes i was able to get it fixed

        Comment

        • Jaceqp
          Junior Member
          • Mar 2026
          • 14

          #5
          Originally posted by kanon

          its been a while but yes i was able to get it fixed
          If so it'd be a nice touch to post the solution...

          Comment

          Working...