Ad Widget

Collapse

Zabbix 4.0 package pointing to bad repo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alwaysin
    Junior Member
    • Jan 2012
    • 27

    #1

    Zabbix 4.0 package pointing to bad repo

    Hello,


    At least for the package for Debian 9, it is installing sources poiting to a bad repo :

    deb http://repo.zabbix.com/zabbix/3.5/debian stretch main
    deb-src http://repo.zabbix.com/zabbix/3.5/debian stretch main

    Instead of 4.0 obviously.
  • Alwaysin
    Junior Member
    • Jan 2012
    • 27

    #2
    Ok, looks like this has just been corrected with 4.0.2 release
    Remains only the doc to be updated : https://www.zabbix.com/documentation.../debian_ubuntu

    Comment

    • tserreyn
      Junior Member
      • Jun 2012
      • 26

      #3
      Oddly enough I still got 4.0rc3 pointing to that repository.... still trying to figure that one out.

      root@watcher:/etc/apt/sources.list.d# apt-get install zabbix-server-mysql
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      zabbix-server-mysql is already the newest version (1:4.0.0rc3-1+stretch).
      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
      root@watcher:/etc/apt/sources.list.d# cat /etc/apt/sources.list.d/zabbix.list
      deb https://repo.zabbix.com/zabbix/4.0/debian stretch main
      deb-src https://repo.zabbix.com/zabbix/4.0/debian stretch main
      Last edited by tserreyn; 05-10-2018, 15:59.

      Comment

      • Alwaysin
        Junior Member
        • Jan 2012
        • 27

        #4
        Originally posted by tserreyn
        Oddly enough I still got 4.0rc3 pointing to that repository.... still trying to figure that one out.

        root@watcher:/etc/apt/sources.list.d# apt-get install zabbix-server-mysql
        Reading package lists... Done
        Building dependency tree
        Reading state information... Done
        zabbix-server-mysql is already the newest version (1:4.0.0rc3-1+stretch).
        0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
        root@watcher:/etc/apt/sources.list.d# cat /etc/apt/sources.list.d/zabbix.list
        deb https://repo.zabbix.com/zabbix/4.0/debian stretch main
        deb-src https://repo.zabbix.com/zabbix/4.0/debian stretch main
        Your problem is probably different, did you apt-get update ?

        Comment

        • tserreyn
          Junior Member
          • Jun 2012
          • 26

          #5
          Yes, I did the update. I think it is related to the official 4.0.0 not being an upgrade to 4.0.0rc3. An apt-get remove zabbix-server-mysql; apt-get install zabbix-server-mysql for each package resolved this issue.

          I think I just grabbed the update from the documentation a bit too quick.

          Comment

          Working...