Hi, sory for poor Eanglish.
I've installed Debian Wheesy and install zabbix-agent and zabbix-proxy-sqlite (both 2.2.3-1) from the official repo (by this manual https://www.zabbix.com/documentation..._from_packages).
Problem is that every system boot just one of this daemons starts (randomly), while both init scrypts placed in /etc/rcX.d/.
Some console output:
and 2 bootlogs from sequential system restarts. First:
Second:
Any ideas?
I've installed Debian Wheesy and install zabbix-agent and zabbix-proxy-sqlite (both 2.2.3-1) from the official repo (by this manual https://www.zabbix.com/documentation..._from_packages).
Problem is that every system boot just one of this daemons starts (randomly), while both init scrypts placed in /etc/rcX.d/.
Some console output:
Code:
root@zabbix-proxy:~# uname -a Linux zabbix-proxy 3.2.0-4-amd64 #1 SMP Debian 3.2.54-2 x86_64 GNU/Linux root@zabbix-proxy:~# runlevel N 2 root@zabbix-proxy:~# ls -l /etc/rc2.d/ ... lrwxrwxrwx 1 root root 22 Apr 20 21:29 S17zabbix-agent -> ../init.d/zabbix-agent lrwxrwxrwx 1 root root 22 Apr 20 21:29 S17zabbix-proxy -> ../init.d/zabbix-proxy ...
Code:
... Sun Apr 20 21:46:40 2014: [....] Starting OpenBSD Secure Shell server: sshd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c. Sun Apr 20 21:46:40 2014: [....] Starting Zabbix proxy daemon: zabbix_proxy^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c. Sun Apr 20 21:46:40 2014: [....] Starting MTA: exim4^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c. ...
Code:
... Sun Apr 20 21:44:59 2014: [....] Starting periodic command scheduler: cron^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c. Sun Apr 20 21:44:59 2014: [....] Starting Zabbix agent: zabbix_agentd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c. Sun Apr 20 21:45:00 2014: [....] Starting OpenBSD Secure Shell server: sshd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c. ...
Comment