<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
After doing a clean install of Fedora 11, the Apache webserver, httpd
2.2.11, is failing.  The error log [see below] shows that all the httpd
children are killing themselves with Segmentation faults.<br>
<br>
Httpd was working fine in Fedora 10, same laptop and I started with a
fresh install of Apache's httpd using the RPM provided for Fedora 11. 
At first I thought that maybe it is an SELinux problem.  Then I noticed
in the error_log the following line:<br>
<br>
    [error] avahi_entry_group_add_service_strlst("tardis") failed:
Local name collision<br>
<br>
The FQHN of my laptop where I am trying to run httpd is
tardis.home.lebruns.com<br>
<br>
Question 1:  Is the segmentation faults due to an SELinux policy
issue?  I checked the files that should be displayed and their security
context looks correct.  Is there a problem displayed in the first error
log line where it states:<br>
<br>
  SELinux policy enabled; httpd running as context
unconfined_u:system_r:httpd_t:s0<br>
<br>
Question 2:  Any ideas of what is causing the avahi error message? 
What causes a "Local name collision"?  None of the configuration files
specify the host name that httpd is running on.  [Setting ServiceName
did not change anything.]<br>
<br>
Error Log:<br>
[Sat Jul 11 18:50:26 2009] [notice] SELinux policy enabled; httpd
running as context unconfined_u:system_r:httpd_t:s0<br>
[Sat Jul 11 18:50:26 2009] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec)<br>
[Sat Jul 11 18:50:26 2009] [notice] Digest: generating secret for
digest authentication ...<br>
[Sat Jul 11 18:50:26 2009] [notice] Digest: done<br>
[Sat Jul 11 18:50:26 2009] [notice] mod_python: Creating 4 session
mutexes based on 256 max processes and 0 max threads.<br>
[Sat Jul 11 18:50:26 2009] [notice] mod_python: using mutex_directory
/tmp <br>
[Sat Jul 11 18:50:27 2009] [error]
avahi_entry_group_add_service_strlst("tardis") failed: Local name
collision<br>
[Sat Jul 11 18:50:27 2009] [notice] Apache/2.2.11 (Unix) DAV/2
mod_mono/2.4 mod_nss/2.2.11 NSS/3.12.2.0 PHP/5.2.9 mod_python/3.3.1
Python/2.6 mod_ssl/2.2.11 OpenSSL/0.9.8k-fips mod_perl/2.0.4
Perl/v5.10.0 configured -- resuming normal operations<br>
[Sat Jul 11 18:50:27 2009] [notice] child pid 10956 exit signal
Segmentation fault (11)<br>
[Sat Jul 11 18:50:27 2009] [notice] child pid 10957 exit signal
Segmentation fault (11)<br>
... <br>
The exit signal Segmentation fault (11) repeats ad nausium until httpd
is stopped.<br>
<br>
Any help and/or suggestions will be appreciated.<br>
<br>
<div class="moz-signature">-- <br>
<div>  Steven F. LeBrun<br>
<p>
Quote: <em>
"There are 10 types of people in this world, those that understand
binary and those who don't."
</em><br>
</p>
</div>
</div>
</body>
</html>