[ZBX-5423] Zabbix server is not running the information displayed may not be current Created: 2012 Aug 06  Updated: 2017 May 30  Resolved: 2012 Aug 06

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Installation (I)
Affects Version/s: 2.0.2
Fix Version/s: None

Type: Incident report Priority: Major
Reporter: Eleandro Araujo Assignee: Unassigned
Resolution: Cannot Reproduce Votes: 0
Labels: trivial
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Linux noc 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu Server 12.04 - amd64
VMWare - Esx4.1



 Description   

I installed the new version of zabbix 2.2 and after starting the service there are no ports in listening and the message is not running Zabbix server appears on the home page of zabbix.
There are no error messages in system logs and is not generated the log file in / var / log / zabbix. The same error occurred using Debian Squeeze amd-64.

root@noc:/# lsof -P | grep 10051

root@noc:/# lsof -P | grep 3306
mysqld 16250 mysql 10u IPv4 24818 0t0 TCP localhost:3306 (LISTEN)

root@noc:/# telnet localhost 10051
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

root@noc:/# ps -aux | grep zabbix
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
zabbix 387 0.0 0.2 193880 2796 ? S 11:26 0:00 /usr/local/sbin/zabbix_server
root 406 0.0 0.0 8308 652 pts/0 S+ 11:37 0:00 grep --color=auto zabbix

root@noc:/# ls /var/run/zabbix/



 Comments   
Comment by richlv [ 2012 Aug 06 ]

this is most likely misconfiguration - please, use zabbix forums, irc and other channels for community support.

(in this case, doublecheck your config file - log path, permissions, db access rights...)

Comment by olagoke metibemu [ 2012 Sep 12 ]

Dear Eleandro Araujo, i have the same issue here, could you kindly tell me how you were able to resolve this issue.

thanks

Goke

Comment by Andrew Speer [ 2012 Sep 28 ]

make sure you have selinux disabled or create a rule for zabbix to allow proper operations.

Comment by Russ Herrold [ 2012 Sep 28 ]

CentOS 6, updated current to 6.3, and v 2.02
[herrold@centos-6 ~]$ rpm -qa zabb*
zabbix20-server-mysql-2.0.2-3.orc6.x86_64
zabbix20-web-mysql-2.0.2-3.orc6.noarch
zabbix20-2.0.2-3.orc6.x86_64
zabbix20-server-2.0.2-3.orc6.x86_64
zabbix20-web-2.0.2-3.orc6.noarch
zabbix20-agent-2.0.2-3.orc6.x86_64
[herrold@centos-6 ~]$

We run ipv6 locally, and the telnet check tried to use ipv6 ... I had to add an ip6tables rule

-A INPUT -m state --state NEW -m tcp -p tcp --dport 10050:10051 -j ACCEPT

to both:
/etc/sysconfig/iptables
and
/etc/sysconfig/ip6tables

and restarted both ip*tables services

Now I can connect to the port ...

[herrold@centos-6 ~]$ telnet localhost 10051
Trying ::1...
Connected to localhost.
Escape character is '^]'.
asdf
Connection closed by foreign host.
[herrold@centos-6 ~]$

Generated at Tue May 13 08:34:35 EEST 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.