You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ken Murach <ke...@harvard.edu> on 2005/12/05 19:52:02 UTC

[users@httpd] apache errors

Hi everyone,

I'm relatively new to apache and was wondering what do these errors mean??

[Thu Dec 01 16:45:12 2005] [warn] (128)Network is unreachable: connect to 
listener on [::]:80
[Thu Dec 01 16:45:12 2005] [notice] child pid 275 exit signal Segmentation 
fault (11), possible coredump in /usr/local/apache20
piped log program ' /usr/local/apache20/bin/rotatelogs 
/logs/commencement-access_log 86400' failed unexpectedly
[Thu Dec 01 16:45:12 2005] [notice] child pid 272 exit signal Segmentation 
fault (11), possible coredump in /usr/local/apache20
piped log program ' /usr/local/apache20/bin/rotatelogs 
/logs/webmaster-access_log 86400' failed unexpectedly
[Thu Dec 01 16:45:12 2005] [notice] child pid 271 exit signal Segmentation 
fault (11), possible coredump in /usr/local/apache20
piped log program ' /usr/local/apache20/bin/rotatelogs 
/logs/researchmatters-access_log 86400' failed unexpectedly
[Thu Dec 01 16:45:12 2005] [notice] child pid 270 exit signal Segmentation 
fault (11), possible coredump in /usr/local/apache20
piped log program ' /usr/local/apache20/bin/rotatelogs 
/logs/news-logs/access_log 86400' failed unexpectedly
[Thu Dec 01 16:45:12 2005] [notice] child pid 277 exit signal Segmentation 
fault (11)
piped log program ' /usr/local/apache20/bin/rotatelogs 
/logs/president-access_log 86400' failed unexpectedly
[Thu Dec 01 16:45:12 2005] [notice] child pid 276 exit signal Segmentation 
fault (11)
piped log program ' /usr/local/apache20/bin/rotatelogs 
/logs/emergency-access_log 86400' failed unexpectedly
[Thu Dec 01 16:45:12 2005] [notice] child pid 274 exit signal Segmentation 
fault (11)
piped log program ' /usr/local/apache20/bin/rotatelogs 
/logs/hnotest-access_log 86400' failed unexpectedly
[Thu Dec 01 16:45:12 2005] [notice] child pid 273 exit signal Segmentation 
fault (11)
piped log program ' /usr/local/apache20/bin/rotatelogs 
/logs/vine-access_log 86400' failed unexpectedly

Any help/ideas are much appreciated.

Thanks
Kenny



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apache errors

Posted by Christian Folini <ch...@netnea.com>.
Hey Ken,

Your apache config has some serious bugs.

Please check the IP addresses. Either of
the Listen-statement or of your Virtual Hosts.
"[::]:80" does not look good.

Then you have a problem with rotatelogs. Maybe it is a
followup, but rather not.
Check the permissions on /logs. Did logging to this
folder work without rotatelogs? Did you try? If you
can do without rotatelogs you should, in order to keep
it simple.

just my 2 cents,

Christian


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apache errors

Posted by Joe Orton <jo...@redhat.com>.
On Mon, Dec 05, 2005 at 01:52:02PM -0500, Ken Murach wrote:
> Hi everyone,
> 
> I'm relatively new to apache and was wondering what do these errors mean??
> 
> [Thu Dec 01 16:45:12 2005] [warn] (128)Network is unreachable: connect to 
> listener on [::]:80

Upgrading to 2.0.55 should fix this.

> [Thu Dec 01 16:45:12 2005] [notice] child pid 275 exit signal Segmentation 
> fault (11), possible coredump in /usr/local/apache20
> piped log program ' /usr/local/apache20/bin/rotatelogs 
> /logs/commencement-access_log 86400' failed unexpectedly

rotatelogs should really never segfault.  What version are you using?

If you run find one of the core dump files and run:

  gdb /usr/local/apache20/bin/rotatelogs /usr/local/apache20/core.<pid>
  ...
  (gdb) bt full

what do you get?

joe

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org