Ad Widget
Collapse
Zabbix 2.0 Packages for Debian Squeeze
Collapse
X
-
I did!
Now I install new debian host.
wtf? %)Code:root@srv-zabbix:/home/user# cat /etc/debian_version 6.0.6 root@srv-zabbix:/home/user# echo "deb http://repo.guruhub.com.uy/debian/ squeeze main" >/etc/apt/sources.list.d/guruhub-squeeze.list root@srv-zabbix:/home/user# cat /etc/apt/sources.list.d/guruhub-squeeze.list deb http://repo.guruhub.com.uy/debian/ squeeze main root@srv-zabbix:/home/user# wget -q -O - http://repo.guruhub.com.uy/guruhub.apt.gpg | apt-key add - OK root@srv-zabbix:/home/user# aptitude update ............... W: GPG error: http://repo.guruhub.com.uy squeeze Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D671FD5375A85299 root@srv-zabbix:/home/user#
Comment
-
snmp_build: unknown failure
If you see this error in the server logs:
snmp_build: unknown failure
You need to do this on the zabbix server:
sudo aptitude install snmp-mibs-downloader
sudo /usr/bin/download-mibs
sudo sed -i 's/^mibs/#mibs/g' /etc/snmp/snmp.conf
sudo /etc/init.d/snmpd restart
sudo /etc/init.d/zabbix-server restart
Note: probably just steps #1, #3 and #5 are strictly needed, but it worked for me.
RegardsComment
-
Sorry, I am inattentive.
The key has been added and now aptitude update works without errors. But aptitude show zabbix-server-mysql talks me that version is 1.8.2
Code:root@srv-zabbix:/home/user# aptitude show zabbix-server-mysql Package: zabbix-server-mysql State: not installed Version: 1:1.8.2-1squeeze4
Comment
-
pb install on debian 7
Hello,
I've got this issue installing on a new debian 7.
"
:~/softs# dpkg -l | grep libmysqlclient
rc libmysqlclient16 5.1.66-0+squeeze1 amd64 MySQL database client library
ii libmysqlclient18:amd64 5.5.30+dfsg-1.1 amd64 MySQL database client library
~/softs# aptitude install -f zabbix-server-mysql
Les NOUVEAUX paquets suivants vont être installés*:
libiksemel3{a} zabbix-server-mysql{b}
0 paquets mis à jour, 2 nouvellement installés, 0 à enlever et 2 non mis à jour.
Il est nécessaire de télécharger 1 703 ko/1 741 ko d'archives. Après dépaquetage, 5 403 ko seront utilisés.
Les paquets suivants ont des dépendances non satisfaites*:
zabbix-server-mysql : Dépend: libmysqlclient16 (>= 5.1.21-1) mais il n'est pas installable.
Les actions suivantes permettront de résoudre ces dépendances*:
Conserver les paquets suivants dans leur version actuelle*:
1) zabbix-server-mysql [Non installé]
"
How to fix it please ?
Best Regards,
CyrilLast edited by Cyril.ZesteInfo; 08-05-2013, 02:09.Comment
-
Hi,
Had the same problem on a fresh Wheezy install. Got stuck with the
Tried several things, am running libmysqlclient18 delivered with Wheezy, but nothing worked.Code:zabbix-server-mysql : Dépend: libmysqlclient16 (>= 5.1.21-1) mais il n'est pas installable
The only way I found (as the old Squeeze packages will cause Mysql problems), is to add the Testing packages, to update and install Zabbix from there, then unactivate the Testing depots. Anyway, after that, there's still some work to be done because none of the good old automatized way to create DB, import tables, and all that stuff, works. I wrote a little tutorial, in french
It is here :
Comment
Comment