I'm using RH 9 and Apache 2.0.40. It works fairly well with most browsers remotely - though there may be the memory leak problem. But I have another more dramatic and reproducible problem: If I check out the interface from my GF's mac (OS 9) the server dumps. There's not much in the log files to indicate what's happening but the following. Anyone have any thoughts?
below are extracts from various logs just around the browse of death. It looks like it's causing an init "x" to respawn too fast - although that error came up as I tried to force a reboot after the server went down. Curious....
Apache access log
[10/Feb/2004:23:42:37 -0800] "GET / HTTP/1.1" 200 504 "-" "Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02"
[10/Feb/2004:23:42:37 -0800] "GET /favicon.ico HTTP/1.1" 404 321 "-" "Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02"
[10/Feb/2004:23:42:37 -0800] "GET /favicon.ico HTTP/1.1" 404 321 "-" "Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02"
[10/Feb/2004:23:42:46 -0800] "GET /zm HTTP/1.1" 301 338 "-" "Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02"
[10/Feb/2004:23:42:56 -0800] "GET /zm HTTP/1.1" 301 338 "-" "Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02"
/var/log/messages
Feb 10 23:50:02 gconfd (root-1857): GConf server is not in use, shutting down.
Feb 10 23:50:02 zma-m11[5854]: INF [yard: 1685 - Left alarm state (14) - 1670(8) images]
Feb 10 23:50:08 init: Id "x" respawning too fast: disabled for 5 minutes
Feb 11 00:01:47 syslogd 1.4.1: restart.
Feb 11 00:01:47 syslog: syslogd startup succeeded
apache error log
jpegtopnm: WRITING PPM FILE
[Tue Feb 10 23:42:37 2004] [error] [client 66.93.181.xxx] File does not exist: /var/www/html/favicon.ico
[Tue Feb 10 23:42:37 2004] [notice] child pid 2672 exit signal Segmentation fault (11)
[Tue Feb 10 23:42:37 2004] [error] [client 66.93.181.xxx] File does not exist: /var/www/html/favicon.ico
jpegtopnm: WRITING PPM FILE
zmdc log
'zmwatch.pl' starting at 04/02/10 23:41:49, pid = 6039
'zmwatch.pl' started at 04/02/10 23:41:49
'zmupdate.pl -c' starting at 04/02/10 23:41:56, pid = 6068
'zmupdate.pl -c' started at 04/02/10 23:41:56
Server starting at 04/02/11 00:33:54
Browse of death
Re: Browse of death
RE: Feb 10 23:50:08 init: Id "x" respawning too fast: disabled for 5 minutes
This is due to a improperly configured X-Windows. One easy way to solve this is to change your default startup mode from X Windows to Console. Edit /etc/inittab and change the line
> id:5:initdefault:
to
> id:3:initdefault:
Each time you login you'll have to run 'startx'. If you don't want to do this, look at /var/log/XFree86.0.log and see what is causing your X Windows to not startup.
RE: Memory Leaks
I've posted on this thread how to update Apache to 2.0.45+
http://www.zoneminder.com/forum_general ... 2bea697009
Also, I've been able to verify that the latest Redhat httpd-2.0.40-21.9 has fixed the memory leak. This is the version you'll get when you run up2date.
This is due to a improperly configured X-Windows. One easy way to solve this is to change your default startup mode from X Windows to Console. Edit /etc/inittab and change the line
> id:5:initdefault:
to
> id:3:initdefault:
Each time you login you'll have to run 'startx'. If you don't want to do this, look at /var/log/XFree86.0.log and see what is causing your X Windows to not startup.
RE: Memory Leaks
I've posted on this thread how to update Apache to 2.0.45+
http://www.zoneminder.com/forum_general ... 2bea697009
Also, I've been able to verify that the latest Redhat httpd-2.0.40-21.9 has fixed the memory leak. This is the version you'll get when you run up2date.