[ZBX-17893] A Debian release dist-upgrade doesn't upgrade Zabbix packages from repo.zabbix.com Created: 2020 Jun 09 Updated: 2020 Jul 13 |
|
Status: | Open |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Packages (C) |
Affects Version/s: | 4.4.9 |
Fix Version/s: | None |
Type: | Problem report | Priority: | Trivial |
Reporter: | Marco Hofmann | Assignee: | Kristians Pavars |
Resolution: | Unresolved | Votes: | 0 |
Labels: | deb, debian, repo | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
Debian 9 Stretch amd64 -> Debian 10 Buster amd64 |
Attachments: |
![]() |
Description |
Steps to reproduce:
Result: Zabbix Proxy & Agent are still from stretch and not from buster. root@deb9-salt-minion:~# cat /etc/debian_version 10.4 root@deb9-salt-minion:~# apt search zabbix zabbix-proxy-sqlite3/now 1:4.4.9-1+stretch amd64 [Installiert,lokal] Zabbix network monitoring solution - proxy (SQLite3) zabbix-sender/now 1:4.4.9-1+stretch amd64 [Installiert,lokal] Zabbix network monitoring solution - sender
root@deb9-salt-minion:~# dpkg -l | grep zabbix
deb9-salt-minion:
ii zabbix-agent 1:4.4.9-1+stretch amd64 Zabbix network monitoring solution - agent
ii zabbix-get 1:4.4.9-1+stretch amd64 Zabbix network monitoring solution - get
ii zabbix-proxy-sqlite3 1:4.4.9-1+stretch amd64 Zabbix network monitoring solution - proxy (SQLite3)
ii zabbix-sender 1:4.4.9-1+stretch amd64 Zabbix network monitoring solution - sender
root@deb9-salt-minion:~# apt policy zabbix-agent deb9-salt-minion: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. zabbix-agent: Installed: 1:4.4.9-1+stretch Candidate: 1:4.4.9-1+stretch Version table: *** 1:4.4.9-1+stretch 100 100 /var/lib/dpkg/status 1:4.4.9-1+buster 500 500 https://repo.zabbix.com/zabbix/4.4/debian buster/main amd64 Packages 1:4.0.4+dfsg-1 500 500 http://ftp.de.debian.org/debian buster/main amd64 Packages Expected: Additional Info from the Saltstack Community Support: Steps to reproduce:
Result: Zabbix Proxy & Agent are still from stretch and not from buster. root@deb9-salt-minion:~# cat /etc/debian_version 10.4 root@deb9-salt-minion:~# apt search zabbix zabbix-proxy-sqlite3/now 1:4.4.9-1+stretch amd64 [Installiert,lokal] Zabbix network monitoring solution - proxy (SQLite3) zabbix-sender/now 1:4.4.9-1+stretch amd64 [Installiert,lokal] Zabbix network monitoring solution - sender
root@deb9-salt-minion:~# dpkg -l | grep zabbix
deb9-salt-minion:
ii zabbix-agent 1:4.4.9-1+stretch amd64 Zabbix network monitoring solution - agent
ii zabbix-get 1:4.4.9-1+stretch amd64 Zabbix network monitoring solution - get
ii zabbix-proxy-sqlite3 1:4.4.9-1+stretch amd64 Zabbix network monitoring solution - proxy (SQLite3)
ii zabbix-sender 1:4.4.9-1+stretch amd64 Zabbix network monitoring solution - sender
root@deb9-salt-minion:~# apt policy zabbix-agent deb9-salt-minion: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. zabbix-agent: Installed: 1:4.4.9-1+stretch Candidate: 1:4.4.9-1+stretch Version table: *** 1:4.4.9-1+stretch 100 100 /var/lib/dpkg/status 1:4.4.9-1+buster 500 500 https://repo.zabbix.com/zabbix/4.4/debian buster/main amd64 Packages 1:4.0.4+dfsg-1 500 500 http://ftp.de.debian.org/debian buster/main amd64 Packages Expected: Additional Info from the Saltstack Community Support: |
Comments |
Comment by Marco Hofmann [ 2020 Jun 09 ] |
I miss copied the title, damnit. The title should have been: A Debian release dist-upgrade doesn't upgrade Zabbix packages from repo.zabbix.com |
Comment by Kristians Pavars [ 2020 Jul 13 ] |
Hi starko
Is Zabbix installed from Zabbix repo or Debian repo? Can you please list the repositories you have and where is Zabbix installed from?
egrep -v '^#|^ *$' /etc/apt/sources.list /etc/apt/sources.list.d/*
Thanks, |