PDA

View Full Version : 1.1beta5 server crashes after 2-3 minutes


globifrosch
19-01-2006, 07:59
hi there

yesterday I tried the new beta5. downloaded, ./configure, make, make install, installed frontend, updated mysql-db without error.

start zabbix_server, also no probs. but, after few minutes, zabbix_server exits. In the log i can read the following:

030008:20060118:163348 Got QUIT or INT or TERM or PIPE signal. Exiting...
(full logfile here (http://noedwuerkli.ch/zabbix_server.log))

anyone any hint, why it exits?

thx!

- Thomas

PS: i used beta2 before.

globifrosch
19-01-2006, 08:17
Hostname) is the hostname in zabbix_agentd.conf still required?

Autoregistration) and since i removed the autoregistration it won't crash anymore. probably it depends on the hostname in zabbix_agentd.conf?

globifrosch
19-01-2006, 08:30
ok, switched on autoregistration, started an agentd (win32), then zabbix_server crashed immediatly.

Log:
030776:20060119:075917 server #2 started [Timer]
030778:20060119:075917 server #3 started [ICMP pinger]
030780:20060119:075917 server #4 started [Escalator]
030782:20060119:075917 server #5 started [Poller. SNMP:OFF]
030784:20060119:075917 server #6 started [Trapper]
030790:20060119:075917 server #8 started [Trapper]
030792:20060119:075917 server #9 started [Trapper]
030794:20060119:075917 server #10 started [Trapper]
030772:20060119:075917 server #0 started [Housekeeper]
030785:20060119:075917 server #7 started [Trapper]
030790:20060119:081801 Query::select templateid,items,triggers,actions,graphs,screens from hosts_templates where hostid=10009
030790:20060119:081801 Query failed:Unknown column 'actions' in 'field list' [1054]
030772:20060119:081801 One child process died. Exiting ...
030782:20060119:081801 Got QUIT or INT or TERM or PIPE signal. Exiting...
030772:20060119:081801 Got QUIT or INT or TERM or PIPE signal. Exiting...
030774:20060119:081801 Got QUIT or INT or TERM or PIPE signal. Exiting...
030776:20060119:081801 Got QUIT or INT or TERM or PIPE signal. Exiting...
030778:20060119:081801 Got QUIT or INT or TERM or PIPE signal. Exiting...
030780:20060119:081801 Got QUIT or INT or TERM or PIPE signal. Exiting...
030784:20060119:081801 Got QUIT or INT or TERM or PIPE signal. Exiting...
030784:20060119:081801 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No such file or directory]
030785:20060119:081801 Got QUIT or INT or TERM or PIPE signal. Exiting...
030785:20060119:081801 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No such file or directory]
030792:20060119:081801 Got QUIT or INT or TERM or PIPE signal. Exiting...
030792:20060119:081801 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No such file or directory]
030794:20060119:081801 Got QUIT or INT or TERM or PIPE signal. Exiting...
030794:20060119:081801 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No such file or directory]

Alexei
19-01-2006, 08:49
Thanks for your investigation! Will be fixed in 1.1beta6. I believe you may delete all autoregistration rules to get rid of the crash.

Valerie
20-01-2006, 17:59
Hi,
We are experiancing the very same problem.

We had a Win Machine wich zabbix couldn't connect to, but we deleted it from the hosts. And now Zabbix server has been up and running for about 20 mins.

At the moment no rules seems to be set. If we add the Win machine as a monitored host, and that machine is shutdown, will it crash zabbix_server because of autoregistration?
The normal behavior of the monitoring system would be to inform us that this machine is down, but not crash the server.

Why would autoregistration crash the zabbix_server? How does autoregistration works?

Thanks

005580:20060120:131451 Executing query:select actionid,userid,delay,subject,message,scope,severi ty,recipient,good from action
s where (scope=0 and triggerid=13418 and (good=1 or good=2) and nextcheck<=1137780891) or (scope=1 and (good=1 or good=2)) or
(scope=2 and (good=1 or good=2))
005580:20060120:131451 Query::select actionid,userid,delay,subject,message,scope,severi ty,recipient,good from actions where (
scope=0 and triggerid=13418 and (good=1 or good=2) and nextcheck<=1137780891) or (scope=1 and (good=1 or good=2)) or (scope=2
and (good=1 or good=2))
005580:20060120:131451 Query failed:Unknown column 'scope' in 'field list' [1054]
005572:20060120:131451 One child process died. Exiting ...
005572:20060120:131451 Got QUIT or INT or TERM or PIPE signal. Exiting...
005589:20060120:131451 Got QUIT or INT or TERM or PIPE signal. Exiting...
005589:20060120:131451 Cannot remove PID file [/var/run/zabbix/zabbix_server.pid] [No such file or directory]


I found in patch.sql 1.1beta4 to 1.1beta 5:
alter table actions drop triggerid;
alter table actions drop scope;
alter table actions drop good;
alter table actions drop severity;

So there is no scope field in table actions anymore, ok. But is this what's making zabbix crash? It always seems to stop at that point in the log file.

Valerie
20-01-2006, 21:25
Obviously, we had forgotten to compile lattest binaries ...
Other post on this topic (http://www.zabbix.com/forum/showthread.php?t=1929&highlight=binaries)

Even after doing so, server still crashed.
We could see from the log that table escalation_log was missing. We did a upgrade from version 1.1alpha10 to 1.1beta5.
I may be wrong, but i beleive no patch handle the creation of escalation_log table. I had to create it "manually" using the code from schema.sql of beta5.

Alexei
21-01-2006, 00:05
I believe the issue is fixed in the very latest CVS code. Please let me know if you still have this problem.

mary nancy
25-01-2006, 22:03
Hi

even i am facing the same problem . I am not able to start the zabbix server process.
We are not able to start the zabbix server.
Step 1: I logged in as zabbix.
Step 2: went to /users/zabbix/beta5/bin dir
Step 3: started the server process using ./zabbix_server &

Step 4: did a tail -f /tmp/zabbix_serverd.log

Found errors:
26:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
26:20060125:185148 Cannot kill process. PID=[7215] [No such process]
26:20060125:185148 Cannot kill process. PID=[7216] [No such process]
26:20060125:185148 Cannot kill process. PID=[7218] [No such process]
26:20060125:185148 Cannot kill process. PID=[7222] [No such process]
26:20060125:185148 Cannot kill process. PID=[7223] [No such process]
26:20060125:185148 Cannot kill process. PID=[7224] [No such process]
26:20060125:185148 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No s
file or directory]
25:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
25:20060125:185148 Cannot kill process. PID=[7215] [No such process]
25:20060125:185148 Cannot kill process. PID=[7216] [No such process]
25:20060125:185148 Cannot kill process. PID=[7218] [No such process]
25:20060125:185148 Cannot kill process. PID=[7222] [No such process]
25:20060125:185148 Cannot kill process. PID=[7223] [No such process]
25:20060125:185148 Cannot kill process. PID=[7224] [No such process]
25:20060125:185148 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No s
file or directory]


somebody please help me on this...I faced the same issue with beta2 and Alexie recomended us to install beta5. and now beta 5 is also having the same problem.

Alexei
25-01-2006, 22:11
The fix is not part of beta5. It will be available as part of 1.1beta6.

Valerie
25-01-2006, 22:13
Hi Mary Nancy,

Our Zabbix Server V1.1B5 is up and running now, we had a few parameters and mysql tables to alter manually to get it stable.

Could you please copy&past a larger part of your log file. I would like to see what was the last line before it issued "Got Quit... blblabla...exiting"

Thanks

mary nancy
25-01-2006, 22:45
Hi ,

Please find the complete detail of zabbix log file:
23:20060125:185130 Got empty string from [gva1011] IP [] Parameter [net.tcp.
ice[ftp,,]]
23:20060125:185130 Assuming that agent dropped connection because of access
issions
23:20060125:185131 Got empty string from [gva1011] IP [] Parameter [net.tcp.
ice[ftp,,]]
23:20060125:185131 Assuming that agent dropped connection because of access
issions
23:20060125:185132 Got empty string from [gva1011] IP [] Parameter [net.tcp.
ice[ftp,,]]
23:20060125:185132 Assuming that agent dropped connection because of access
issions
23:20060125:185132 Host [gva1011] will be checked after [60] seconds
14:20060125:185137 Query::delete from actions where triggerid=10011 and scop

14:20060125:185137 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185137 Query::delete from actions where triggerid=10012 and scop

14:20060125:185137 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185137 Query::delete from actions where triggerid=10013 and scop

14:20060125:185137 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10014 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10015 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10016 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10017 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10018 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10020 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10021 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10022 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185148 One child process died. Exiting ...
14:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
15:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
22:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
23:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
16:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
18:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
28:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
28:20060125:185148 Cannot kill process. PID=[7215] [No such process]
28:20060125:185148 Cannot kill process. PID=[7216] [No such process]
28:20060125:185148 Cannot kill process. PID=[7218] [No such process]
28:20060125:185148 Cannot kill process. PID=[7222] [No such process]
28:20060125:185148 Cannot kill process. PID=[7223] [No such process]
28:20060125:185148 Cannot kill process. PID=[7224] [No such process]
28:20060125:185148 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No s
file or directory]
27:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
27:20060125:185148 Cannot kill process. PID=[7215] [No such process]
27:20060125:185148 Cannot kill process. PID=[7216] [No such process]
27:20060125:185148 Cannot kill process. PID=[7218] [No such process]
27:20060125:185148 Cannot kill process. PID=[7222] [No such process]
27:20060125:185148 Cannot kill process. PID=[7223] [No such process]
27:20060125:185148 Cannot kill process. PID=[7224] [No such process]
27:20060125:185148 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No s
file or directory]
26:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
26:20060125:185148 Cannot kill process. PID=[7215] [No such process]
26:20060125:185148 Cannot kill process. PID=[7216] [No such process]
26:20060125:185148 Cannot kill process. PID=[7218] [No such process]
26:20060125:185148 Cannot kill process. PID=[7222] [No such process]
26:20060125:185148 Cannot kill process. PID=[7223] [No such process]
26:20060125:185148 Cannot kill process. PID=[7224] [No such process]
26:20060125:185148 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No s
file or directory]
25:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
25:20060125:185148 Cannot kill process. PID=[7215] [No such process]
25:20060125:185148 Cannot kill process. PID=[7216] [No such process]
25:20060125:185148 Cannot kill process. PID=[7218] [No such process]
25:20060125:185148 Cannot kill process. PID=[7222] [No such process]
25:20060125:185148 Cannot kill process. PID=[7223] [No such process]
25:20060125:185148 Cannot kill process. PID=[7224] [No such process]
25:20060125:185148 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No s
file or directory]
-2.03$

mary nancy
25-01-2006, 22:47
Hi

Please find the log file:

23:20060125:185130 Got empty string from [gva1011] IP [] Parameter [net.tcp.
ice[ftp,,]]
23:20060125:185130 Assuming that agent dropped connection because of access
issions
23:20060125:185131 Got empty string from [gva1011] IP [] Parameter [net.tcp.
ice[ftp,,]]
23:20060125:185131 Assuming that agent dropped connection because of access
issions
23:20060125:185132 Got empty string from [gva1011] IP [] Parameter [net.tcp.
ice[ftp,,]]
23:20060125:185132 Assuming that agent dropped connection because of access
issions
23:20060125:185132 Host [gva1011] will be checked after [60] seconds
14:20060125:185137 Query::delete from actions where triggerid=10011 and scop

14:20060125:185137 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185137 Query::delete from actions where triggerid=10012 and scop

14:20060125:185137 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185137 Query::delete from actions where triggerid=10013 and scop

14:20060125:185137 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10014 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10015 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10016 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10017 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10018 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10020 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10021 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10022 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185148 One child process died. Exiting ...
14:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
15:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
22:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
23:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
16:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
18:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
28:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
28:20060125:185148 Cannot kill process. PID=[7215] [No such process]
28:20060125:185148 Cannot kill process. PID=[7216] [No such process]
28:20060125:185148 Cannot kill process. PID=[7218] [No such process]
28:20060125:185148 Cannot kill process. PID=[7222] [No such process]
28:20060125:185148 Cannot kill process. PID=[7223] [No such process]
28:20060125:185148 Cannot kill process. PID=[7224] [No such process]
28:20060125:185148 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No s
file or directory]
27:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
27:20060125:185148 Cannot kill process. PID=[7215] [No such process]
27:20060125:185148 Cannot kill process. PID=[7216] [No such process]
27:20060125:185148 Cannot kill process. PID=[7218] [No such process]
27:20060125:185148 Cannot kill process. PID=[7222] [No such process]
27:20060125:185148 Cannot kill process. PID=[7223] [No such process]
27:20060125:185148 Cannot kill process. PID=[7224] [No such process]
27:20060125:185148 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No s
file or directory]
26:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
26:20060125:185148 Cannot kill process. PID=[7215] [No such process]
26:20060125:185148 Cannot kill process. PID=[7216] [No such process]
26:20060125:185148 Cannot kill process. PID=[7218] [No such process]
26:20060125:185148 Cannot kill process. PID=[7222] [No such process]
26:20060125:185148 Cannot kill process. PID=[7223] [No such process]
26:20060125:185148 Cannot kill process. PID=[7224] [No such process]
26:20060125:185148 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No s
file or directory]
25:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
25:20060125:185148 Cannot kill process. PID=[7215] [No such process]
25:20060125:185148 Cannot kill process. PID=[7216] [No such process]
25:20060125:185148 Cannot kill process. PID=[7218] [No such process]
25:20060125:185148 Cannot kill process. PID=[7222] [No such process]
25:20060125:185148 Cannot kill process. PID=[7223] [No such process]
25:20060125:185148 Cannot kill process. PID=[7224] [No such process]
25:20060125:185148 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No s
file or directory]
-2.03$

mary nancy
25-01-2006, 22:53
HI

Please find the details of log file:

23:20060125:185132 Assuming that agent dropped connection because of access
issions
23:20060125:185132 Host [gva1011] will be checked after [60] seconds
14:20060125:185137 Query::delete from actions where triggerid=10011 and scop

14:20060125:185137 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185137 Query::delete from actions where triggerid=10012 and scop

14:20060125:185137 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185137 Query::delete from actions where triggerid=10013 and scop

14:20060125:185137 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10014 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10015 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10016 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10017 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10018 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10020 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10021 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185138 Query::delete from actions where triggerid=10022 and scop

14:20060125:185138 Query failed:Unknown column 'triggerid' in 'where clause'
54]
14:20060125:185148 One child process died. Exiting ...
14:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
15:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
22:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
23:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
16:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
18:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
28:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
28:20060125:185148 Cannot kill process. PID=[7215] [No such process]
28:20060125:185148 Cannot kill process. PID=[7216] [No such process]
28:20060125:185148 Cannot kill process. PID=[7218] [No such process]
28:20060125:185148 Cannot kill process. PID=[7222] [No such process]
28:20060125:185148 Cannot kill process. PID=[7223] [No such process]
28:20060125:185148 Cannot kill process. PID=[7224] [No such process]
28:20060125:185148 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No s
file or directory]
27:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
27:20060125:185148 Cannot kill process. PID=[7215] [No such process]
27:20060125:185148 Cannot kill process. PID=[7216] [No such process]
27:20060125:185148 Cannot kill process. PID=[7218] [No such process]
27:20060125:185148 Cannot kill process. PID=[7222] [No such process]
27:20060125:185148 Cannot kill process. PID=[7223] [No such process]
27:20060125:185148 Cannot kill process. PID=[7224] [No such process]
27:20060125:185148 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No s
file or directory]
26:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
26:20060125:185148 Cannot kill process. PID=[7215] [No such process]
26:20060125:185148 Cannot kill process. PID=[7216] [No such process]
26:20060125:185148 Cannot kill process. PID=[7218] [No such process]
26:20060125:185148 Cannot kill process. PID=[7222] [No such process]
26:20060125:185148 Cannot kill process. PID=[7223] [No such process]
26:20060125:185148 Cannot kill process. PID=[7224] [No such process]
26:20060125:185148 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No s
file or directory]
25:20060125:185148 Got QUIT or INT or TERM or PIPE signal. Exiting...
25:20060125:185148 Cannot kill process. PID=[7215] [No such process]
25:20060125:185148 Cannot kill process. PID=[7216] [No such process]
25:20060125:185148 Cannot kill process. PID=[7218] [No such process]
25:20060125:185148 Cannot kill process. PID=[7222] [No such process]
25:20060125:185148 Cannot kill process. PID=[7223] [No such process]
25:20060125:185148 Cannot kill process. PID=[7224] [No such process]
25:20060125:185148 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No s
file or directory]
-2.03$

Valerie
26-01-2006, 15:10
First, there appear to be a part missing in your log file, "of access
issions". Should't it be persmission? You can also try using CODE braquets when pasting a log file or such.

Also, please don't post over and over again hehe..There is an Edit function in this forum.

Finaly, there seems to be a consitency problem with your db. This was an issue i faced when we upgraded to 1.1b5.

Try setting debug level to 4, you'll get more info in the log.
Edit file /etc/zabbix/zabbix_server.conf. Set Debug =4.

Good luck.

Shiva
31-01-2006, 14:48
Here is the log file with debug level 4.
002340:20060131:003345 In DBnum_rows
002340:20060131:003345 Result of DBnum_rows [1]
002340:20060131:003345 Nextcheck:1138664030 Time:1138664025
002340:20060131:003345 Sleeping for 5 seconds
002342:20060131:003345 After accept()
002342:20060131:003345 Before read()
002342:20060131:003345 After read() 2 [30]
002342:20060131:003345 Got line:ZBX_GET_ACTIVE_CHECKS
gva1060
002342:20060131:003345 Trapper got [ZBX_GET_ACTIVE_CHECKS
gva1060]
002342:20060131:003345 In autoregister(gva1060)
002342:20060131:003345 Executing query:select hostid from hosts where host='gva1060'
002342:20060131:003345 Got QUIT or INT or TERM or PIPE signal. Exiting...
002335:20060131:003345 Got QUIT or INT or TERM or PIPE signal. Exiting...
002342:20060131:003345 Got QUIT or INT or TERM or PIPE signal. Exiting...
002333:20060131:003345 Got QUIT or INT or TERM or PIPE signal. Exiting...
002334:20060131:003345 Got QUIT or INT or TERM or PIPE signal. Exiting...
002339:20060131:003345 Got QUIT or INT or TERM or PIPE signal. Exiting...
002340:20060131:003345 Got QUIT or INT or TERM or PIPE signal. Exiting...
002341:20060131:003345 Got QUIT or INT or TERM or PIPE signal. Exiting...
002345:20060131:003345 Got QUIT or INT or TERM or PIPE signal. Exiting...
002344:20060131:003345 Got QUIT or INT or TERM or PIPE signal. Exiting...
002343:20060131:003345 Got QUIT or INT or TERM or PIPE signal. Exiting...
002341:20060131:003345 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No such file or directory]
002345:20060131:003345 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No such file or directory]
002344:20060131:003345 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No such file or directory]
002343:20060131:003345 Cannot remove PID file [/var/tmp/zabbix_server.pid] [No such file or directory]

Alexei
31-01-2006, 14:59
I believe the issue is fixed in the latest code.