Hi folks. I have Centos 7.1 1503 running and am trying to install Zabbix. I have the standard LAMP packages installed and am following the Zabbix docs online. Everything seems OK until I actually try to start Zabbix and I get this error:
18499:20150518:112226.378 listener failed: zbx_tcp_listen() fatal error: unable to serve on any address [[-]:10051]
18499:20150518:112226.378 Got signal [signal:11(SIGSEGV),reason:1,refaddr:0x18]. Crashing ...
I have seen this is commonly caused by having the port in use, or other zabbix processes already running, or having the hostname wrong in the config, but I do not believe I have any of those problems:
Please help if you can! Thanks!
Excerpt from log:
18499:20150518:112226.378 listener failed: zbx_tcp_listen() fatal error: unable to serve on any address [[-]:10051]
18499:20150518:112226.378 Got signal [signal:11(SIGSEGV),reason:1,refaddr:0x18]. Crashing ...
I have seen this is commonly caused by having the port in use, or other zabbix processes already running, or having the hostname wrong in the config, but I do not believe I have any of those problems:
Code:
[root@rsazab ~]# netstat -ltn Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN tcp6 0 0 :::80 :::* LISTEN tcp6 0 0 :::22 :::* LISTEN tcp6 0 0 ::1:631 :::* LISTEN tcp6 0 0 ::1:25 :::* LISTEN tcp6 0 0 :::443 :::* LISTEN [root@rsazab ~]# ps aux|grep zabb root 18117 0.0 0.0 112640 964 pts/1 S+ 11:17 0:00 grep --color=auto zabb [root@rsazab ~]# [root@rsazab ~]# cat /etc/zabbix/zabbix_server.conf|grep -v '#' LogFile=/var/log/zabbix/zabbix_server.log LogFileSize=0 DebugLevel=4 PidFile=/var/run/zabbix/zabbix_server.pid DBHost=localhost DBName=zabbix DBUser=zabbix DBPassword=root DBSocket=/var/lib/mysql/mysql.sock SNMPTrapperFile=/var/log/snmptt/snmptt.log AlertScriptsPath=/usr/lib/zabbix/alertscripts ExternalScripts=/usr/lib/zabbix/externalscripts AllowRoot=1
Excerpt from log:
Code:
18499:20150518:112226.362 Starting Zabbix Server. Zabbix 2.4.5 (revision 53282). 18499:20150518:112226.363 ****** Enabled features ****** 18499:20150518:112226.363 SNMP monitoring: YES 18499:20150518:112226.363 IPMI monitoring: YES 18499:20150518:112226.363 WEB monitoring: YES 18499:20150518:112226.363 VMware monitoring: YES 18499:20150518:112226.363 Jabber notifications: YES 18499:20150518:112226.363 Ez Texting notifications: YES 18499:20150518:112226.363 ODBC: YES 18499:20150518:112226.363 SSH2 support: YES 18499:20150518:112226.363 IPv6 support: YES 18499:20150518:112226.363 ****************************** 18499:20150518:112226.363 using configuration file: /etc/zabbix/zabbix_server.conf 18499:20150518:112226.363 In load_modules() 18499:20150518:112226.363 End of load_modules():SUCCEED 18499:20150518:112226.363 In init_database_cache() 18499:20150518:112226.363 In zbx_mem_required_size() size:0 chunks_num:4 descr:'history cache' param:'HistoryCacheSize' 18499:20150518:112226.363 End of zbx_mem_required_size() size:543 18499:20150518:112226.363 In zbx_mem_create() descr:'history cache' param:'HistoryCacheSize' size:8388583 18499:20150518:112226.363 zbx_shmget() removing existing shm_id:5767201 18499:20150518:112226.363 valid user addresses: [0x7f4b96c21170, 0x7f4b97420fd8] total size: 8388200 18499:20150518:112226.363 End of zbx_mem_create() 18499:20150518:112226.363 In zbx_mem_required_size() size:0 chunks_num:1 descr:'history text cache' param:'HistoryTextCacheSize' 18499:20150518:112226.363 End of zbx_mem_required_size() size:435 18499:20150518:112226.363 In zbx_mem_create() descr:'history text cache' param:'HistoryTextCacheSize' size:16777216 18499:20150518:112226.363 zbx_shmget() removing existing shm_id:5799970 18499:20150518:112226.363 valid user addresses: [0x7f4b95c21178, 0x7f4b96c20ff0] total size: 16776824 18499:20150518:112226.363 End of zbx_mem_create() 18499:20150518:112226.363 In init_trend_cache() 18499:20150518:112226.363 In zbx_mem_required_size() size:0 chunks_num:1 descr:'trend cache' param:'TrendCacheSize' 18499:20150518:112226.363 End of zbx_mem_required_size() size:422 18499:20150518:112226.363 In zbx_mem_create() descr:'trend cache' param:'TrendCacheSize' size:4194304 18499:20150518:112226.363 zbx_shmget() removing existing shm_id:5832739 18499:20150518:112226.363 valid user addresses: [0x7f4b95821170, 0x7f4b95c20ff0] total size: 4193920 18499:20150518:112226.363 End of zbx_mem_create() 18499:20150518:112226.363 End of init_trend_cache() 18499:20150518:112226.363 End of init_database_cache() 18499:20150518:112226.363 In init_configuration_cache() size:8388608 18499:20150518:112226.364 In zbx_mem_create() descr:'configuration cache' param:'CacheSize' size:7130317 18499:20150518:112226.364 zbx_shmget() removing existing shm_id:5865508 18499:20150518:112226.364 valid user addresses: [0x7f4b95154170, 0x7f4b95820cc0] total size: 7129936 18499:20150518:112226.364 End of zbx_mem_create() 18499:20150518:112226.364 In zbx_strpool_create() 18499:20150518:112226.364 In zbx_mem_create() descr:'string pool' param:'CacheSize' size:1258291 18499:20150518:112226.364 zbx_shmget() removing existing shm_id:5898277 18499:20150518:112226.364 valid user addresses: [0x7f4ba016c168, 0x7f4ba029f328] total size: 1257920 18499:20150518:112226.364 End of zbx_mem_create() 18499:20150518:112226.364 End of zbx_strpool_create() 18499:20150518:112226.364 End of init_configuration_cache() 18499:20150518:112226.364 In init_selfmon_collector() 18499:20150518:112226.364 init_selfmon_collector() size:7072 18499:20150518:112226.364 zbx_shmget() removing existing shm_id:5931046 18499:20150518:112226.364 End of init_selfmon_collector() collector:0x7f4ba02d0000 18499:20150518:112226.364 In zbx_vc_init() 18499:20150518:112226.364 In zbx_mem_required_size() size:0 chunks_num:1 descr:'value cache size' param:'ValueCacheSize' 18499:20150518:112226.364 End of zbx_mem_required_size() size:427 18499:20150518:112226.364 In zbx_mem_create() descr:'value cache size' param:'ValueCacheSize' size:8388608 18499:20150518:112226.364 zbx_shmget() removing existing shm_id:5963815 18499:20150518:112226.364 valid user addresses: [0x7f4b94954170, 0x7f4b95153ff0] total size: 8388224 18499:20150518:112226.364 End of zbx_mem_create() 18499:20150518:112226.364 End of zbx_vc_init() 18499:20150518:112226.364 In zbx_db_get_database_type() 18499:20150518:112226.364 In DBconnect() flag:0 18499:20150518:112226.367 query without transaction detected 18499:20150518:112226.367 query [txnlev:0] [set names utf8] 18499:20150518:112226.367 End of DBconnect():0 18499:20150518:112226.367 query [txnlev:0] [select userid from users limit 1] 18499:20150518:112226.367 there is at least 1 record in "users" table 18499:20150518:112226.368 End of zbx_db_get_database_type():ZBX_DB_SERVER 18499:20150518:112226.368 In DBcheck_version() 18499:20150518:112226.368 In DBconnect() flag:0 18499:20150518:112226.368 query without transaction detected 18499:20150518:112226.368 query [txnlev:0] [set names utf8] 18499:20150518:112226.368 End of DBconnect():0 18499:20150518:112226.368 query [txnlev:0] [show tables like 'dbversion'] 18499:20150518:112226.369 query [txnlev:0] [select mandatory,optional from dbversion] 18499:20150518:112226.369 current database version (mandatory/optional): 02040000/02040000 18499:20150518:112226.369 required mandatory version: 02040000 18499:20150518:112226.369 End of DBcheck_version():SUCCEED 18499:20150518:112226.369 In DBconnect() flag:0 18499:20150518:112226.369 query without transaction detected 18499:20150518:112226.369 query [txnlev:0] [set names utf8] 18499:20150518:112226.370 End of DBconnect():0 18499:20150518:112226.370 In DCload_config() 18499:20150518:112226.370 query [txnlev:0] [select refresh_unsupported,discovery_groupid,snmptrap_logging,severity_name_0,severity_name_1,severity_name_2,severity_name_3,severity_name_4,severity_name_5,hk_events_mode,hk_events_trigger,hk_events_internal,hk_events_discovery,hk_events_autoreg,hk_services_mode,hk_services,hk_audit_mode,hk_audit,hk_sessions_mode,hk_sessions,hk_history_mode,hk_history_global,hk_history,hk_trends_mode,hk_trends_global,hk_trends from config] 18499:20150518:112226.370 In DCsync_config() 18499:20150518:112226.370 End of DCsync_config() 18499:20150518:112226.370 End of DCload_config() 18499:20150518:112226.370 In DCsync_configuration() 18499:20150518:112226.370 query [txnlev:0] [select refresh_unsupported,discovery_groupid,snmptrap_logging,severity_name_0,severity_name_1,severity_name_2,severity_name_3,severity_name_4,severity_name_5,hk_events_mode,hk_events_trigger,hk_events_internal,hk_events_discovery,hk_events_autoreg,hk_services_mode,hk_services,hk_audit_mode,hk_audit,hk_sessions_mode,hk_sessions,hk_history_mode,hk_history_global,hk_history,hk_trends_mode,hk_trends_global,hk_trends from config] 18499:20150518:112226.370 query [txnlev:0] [select hostid,proxy_hostid,host,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,maintenance_status,maintenance_type,maintenance_from,errors_from,available,disable_until,snmp_errors_from,snmp_available,snmp_disable_until,ipmi_errors_from,ipmi_available,ipmi_disable_until,jmx_errors_from,jmx_available,jmx_disable_until,status,name from hosts where status in (0,1,5,6) and flags<>2] 18499:20150518:112226.371 query [txnlev:0] [select hostid,inventory_mode from host_inventory] 18499:20150518:112226.371 query [txnlev:0] [select hostid,templateid from hosts_templates order by hostid,templateid] 18499:20150518:112226.371 query [txnlev:0] [select globalmacroid,macro,value from globalmacro] 18499:20150518:112226.371 query [txnlev:0] [select hostmacroid,hostid,macro,value from hostmacro] 18499:20150518:112226.372 query [txnlev:0] [select interfaceid,hostid,type,main,useip,ip,dns,port,bulk from interface] 18499:20150518:112226.372 query [txnlev:0] [select i.itemid,i.hostid,i.status,i.type,i.data_type,i.value_type,i.key_,i.snmp_community,i.snmp_oid,i.port,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.ipmi_sensor,i.delay,i.delay_flex,i.trapper_hosts,i.logtimefmt,i.params,i.state,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.flags,i.interfaceid,i.snmpv3_authprotocol,i.snmpv3_privprotocol,i.snmpv3_contextname,i.lastlogsize,i.mtime,i.delta,i.multiplier,i.formula,i.history,i.trends,i.inventory_link,i.valuemapid,i.units,i.error from items i,hosts h where i.hostid=h.hostid and h.status in (0,1) and i.flags<>2] 18499:20150518:112226.373 query [txnlev:0] [select distinct t.triggerid,t.description,t.expression,t.error,t.priority,t.type,t.value,t.state,t.lastchange,t.status from hosts h,items i,functions f,triggers t where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=t.triggerid and h.status in (0,1) and t.flags<>2] 18499:20150518:112226.374 query [txnlev:0] [select d.triggerid_down,d.triggerid_up from trigger_depends d order by d.triggerid_down] 18499:20150518:112226.374 query [txnlev:0] [select i.itemid,f.functionid,f.function,f.parameter,t.triggerid from hosts h,items i,functions f,triggers t where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=t.triggerid and h.status in (0,1) and t.flags<>2] 18499:20150518:112226.375 query [txnlev:0] [select r.name,e.expressionid,e.expression,e.expression_type,e.exp_delimiter,e.case_sensitive from regexps r,expressions e where r.regexpid=e.regexpid] 18499:20150518:112226.375 In DCsync_config() 18499:20150518:112226.375 End of DCsync_config() 18499:20150518:112226.375 In DCsync_hosts() 18499:20150518:112226.375 End of DCsync_hosts() 18499:20150518:112226.375 In DCsync_host_inventory() 18499:20150518:112226.375 End of DCsync_host_inventory() 18499:20150518:112226.375 In DCsync_htmpls() 18499:20150518:112226.375 End of DCsync_htmpls() 18499:20150518:112226.375 In DCsync_gmacros() 18499:20150518:112226.375 End of DCsync_gmacros() 18499:20150518:112226.375 In DCsync_hmacros() 18499:20150518:112226.375 End of DCsync_hmacros() 18499:20150518:112226.375 In DCsync_interfaces() 18499:20150518:112226.375 End of DCsync_interfaces() 18499:20150518:112226.376 In DCsync_items() 18499:20150518:112226.376 End of DCsync_items() 18499:20150518:112226.376 In DCsync_triggers() 18499:20150518:112226.376 End of DCsync_triggers() 18499:20150518:112226.376 In DCsync_trigdeps() 18499:20150518:112226.376 End of DCsync_trigdeps() 18499:20150518:112226.376 In DCsync_functions() 18499:20150518:112226.376 End of DCsync_functions() 18499:20150518:112226.376 In DCsync_expressions() 18499:20150518:112226.376 End of DCsync_expressions() 18499:20150518:112226.376 DCsync_configuration() config : sql:0.000279 sync:0.000066 sec. 18499:20150518:112226.376 DCsync_configuration() hosts : sql:0.000422 sync:0.000060 sec. 18499:20150518:112226.376 DCsync_configuration() host_invent: sql:0.000248 sync:0.000042 sec. 18499:20150518:112226.376 DCsync_configuration() templates : sql:0.000253 sync:0.000060 sec. 18499:20150518:112226.376 DCsync_configuration() globmacros : sql:0.000220 sync:0.000046 sec. 18499:20150518:112226.376 DCsync_configuration() hostmacros : sql:0.000216 sync:0.000042 sec. 18499:20150518:112226.376 DCsync_configuration() interfaces : sql:0.000237 sync:0.000049 sec. 18499:20150518:112226.376 DCsync_configuration() items : sql:0.000991 sync:0.000274 sec. 18499:20150518:112226.376 DCsync_configuration() triggers : sql:0.001065 sync:0.000122 sec. 18499:20150518:112226.376 DCsync_configuration() trigdeps : sql:0.000258 sync:0.000080 sec. 18499:20150518:112226.376 DCsync_configuration() functions : sql:0.000673 sync:0.000102 sec. 18499:20150518:112226.376 DCsync_configuration() expressions: sql:0.000281 sync:0.000057 sec. 18499:20150518:112226.376 DCsync_configuration() total sql : 0.005141 sec. 18499:20150518:112226.376 DCsync_configuration() total sync : 0.001001 sec. 18499:20150518:112226.376 DCsync_configuration() proxies : 0 (1009 slots) 18499:20150518:112226.376 DCsync_configuration() hosts : 1 (1009 slots) 18499:20150518:112226.376 DCsync_configuration() hosts_h : 1 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() ipmihosts : 1 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() host_invent: 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() htmpls : 14 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() gmacros : 1 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() gmacros_m : 1 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() hmacros : 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() hmacros_hm : 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() interfaces : 1 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() interfac_ht: 1 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() if_snmpitms: 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() if_snmpaddr: 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() items : 64 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() items_hk : 64 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() numitems : 58 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() snmpitems : 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() ipmiitems : 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() flexitems : 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() trapitems : 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() logitems : 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() dbitems : 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() sshitems : 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() telnetitems: 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() simpleitems: 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() jmxitems : 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() calcitems : 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() deltaitems : 0 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() functions : 41 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() triggers : 41 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() trigdeps : 35 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() t_trigs[0] : 1 (32 allocated) 18499:20150518:112226.377 DCsync_configuration() expressions: 4 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() queue[0] : 0 (0 allocated) 18499:20150518:112226.377 DCsync_configuration() queue[1] : 0 (0 allocated) 18499:20150518:112226.377 DCsync_configuration() queue[2] : 0 (0 allocated) 18499:20150518:112226.377 DCsync_configuration() queue[3] : 0 (0 allocated) 18499:20150518:112226.377 DCsync_configuration() queue[4] : 0 (0 allocated) 18499:20150518:112226.377 DCsync_configuration() pqueue : 0 (0 allocated) 18499:20150518:112226.377 DCsync_configuration() configfree : 94.900129% 18499:20150518:112226.377 DCsync_configuration() strings : 183 (1009 slots) 18499:20150518:112226.377 DCsync_configuration() strpoolfree: 98.297771% 18499:20150518:112226.377 === memory statistics for configuration cache === 18499:20150518:112226.377 free chunks of size >= 256 bytes: 1 18499:20150518:112226.377 min chunk size: 6766680 bytes 18499:20150518:112226.377 max chunk size: 6766680 bytes 18499:20150518:112226.377 memory of total size 7129936 bytes fragmented into 468 chunks 18499:20150518:112226.377 of those, 6766680 bytes are in 1 free chunks 18499:20150518:112226.377 of those, 355784 bytes are in 467 used chunks 18499:20150518:112226.377 ================================ 18499:20150518:112226.377 === memory statistics for string pool === 18499:20150518:112226.377 free chunks of size >= 256 bytes: 1 18499:20150518:112226.377 min chunk size: 1236872 bytes 18499:20150518:112226.377 max chunk size: 1236872 bytes 18499:20150518:112226.377 memory of total size 1257920 bytes fragmented into 186 chunks 18499:20150518:112226.377 of those, 1236872 bytes are in 1 free chunks 18499:20150518:112226.377 of those, 18088 bytes are in 185 used chunks 18499:20150518:112226.377 ================================ 18499:20150518:112226.378 End of DCsync_configuration() 18499:20150518:112226.378 listener failed: zbx_tcp_listen() fatal error: unable to serve on any address [[-]:10051] 18499:20150518:112226.378 Got signal [signal:11(SIGSEGV),reason:1,refaddr:0x18]. Crashing ... 18499:20150518:112226.378 ====== Fatal information: ====== 18499:20150518:112226.378 Program counter: 0x7f4b9d5dcc00 18499:20150518:112226.378 === Registers: === 18499:20150518:112226.378 r8 = 0 = 0 = 0 18499:20150518:112226.378 r9 = ca = 202 = 202 18499:20150518:112226.378 r10 = 7fff1bab2a20 = 140733657590304 = 140733657590304 18499:20150518:112226.378 r11 = 7f4b9d8f2a60 = 139962742680160 = 139962742680160 18499:20150518:112226.378 r12 = 7f4b99854bc8 = 139962674924488 = 139962674924488 18499:20150518:112226.378 r13 = 20 = 32 = 32 18499:20150518:112226.378 r14 = 1 = 1 = 1 18499:20150518:112226.378 r15 = 7fff1bab2cc0 = 140733657590976 = 140733657590976 18499:20150518:112226.378 rdi = 8 = 8 = 8 18499:20150518:112226.378 rsi = 80 = 128 = 128 18499:20150518:112226.378 rbp = 7fff1bab2f10 = 140733657591568 = 140733657591568 18499:20150518:112226.378 rbx = 7f4ba02ae9e8 = 139962786441704 = 139962786441704 18499:20150518:112226.378 rdx = 1 = 1 = 1 18499:20150518:112226.378 rax = 7f4b9d5dcc00 = 139962739444736 = 139962739444736 18499:20150518:112226.378 rcx = 0 = 0 = 0 18499:20150518:112226.378 rsp = 7fff1bab2c98 = 140733657590936 = 140733657590936 18499:20150518:112226.378 rip = 7f4b9d5dcc00 = 139962739444736 = 139962739444736 18499:20150518:112226.378 efl = 10206 = 66054 = 66054 18499:20150518:112226.379 csgsfs = 33 = 51 = 51 18499:20150518:112226.379 err = 4 = 4 = 4 18499:20150518:112226.379 trapno = e = 14 = 14 18499:20150518:112226.379 oldmask = 0 = 0 = 0 18499:20150518:112226.379 cr2 = 18 = 24 = 24 18499:20150518:112226.379 === Backtrace: === 18499:20150518:112226.379 12: /usr/sbin/zabbix_server(print_fatal_info+0x287) [0x46b8b7] 18499:20150518:112226.379 11: /usr/sbin/zabbix_server() [0x46bb36] 18499:20150518:112226.379 10: /lib64/libc.so.6(+0x35650) [0x7f4b9d824650] 18499:20150518:112226.379 9: /lib64/libpthread.so.0(pthread_mutex_lock+0) [0x7f4b9d5dcc00] 18499:20150518:112226.379 8: /lib64/libtspi.so.1(host_table_final+0x14) [0x7f4b9960abb4] 18499:20150518:112226.379 7: /lib64/ld-linux-x86-64.so.2(+0xfb5a) [0x7f4ba00c2b5a] 18499:20150518:112226.379 6: /lib64/libc.so.6(+0x38e49) [0x7f4b9d827e49] 18499:20150518:112226.379 5: /lib64/libc.so.6(+0x38e95) [0x7f4b9d827e95] 18499:20150518:112226.379 4: /usr/sbin/zabbix_server(MAIN_ZABBIX_ENTRY+0x773) [0x41a263] 18499:20150518:112226.379 3: /usr/sbin/zabbix_server(daemon_start+0x1c7) [0x46ae67] 18499:20150518:112226.379 2: /usr/sbin/zabbix_server(main+0x2fd) [0x41484d] 18499:20150518:112226.379 1: /lib64/libc.so.6(__libc_start_main+0xf5) [0x7f4b9d810af5] 18499:20150518:112226.379 0: /usr/sbin/zabbix_server() [0x414a69]
Comment