F9: http error_log issues

g geleem at bellsouth.net
Wed May 6 04:52:15 UTC 2009


Daniel B. Thurman wrote:

> 1) Why is there a core dump?  Where can I find the file and how
>      can I determine why httpd is core dumping?

message is that core dump size has been raised, not that there is an
actual core dump.

you will get a core dump when something goes wrong and can not continue.
see 'man core'.

run 'sudo find / -name core -print|sort>00-core.0001' to save to a file
for viewing to see if you have any core dumps.

a file will have a name of 'core' and may be rather large. by using
'ls -l /path/to/dump/core' and 'file /path/to/dump/core'  will tell you
if it is a core dump

disregard names found in;
 /dev/core
 /lib/modules/*
 /proc/sys/net/core
 /usr/java/jdk*


> 2) Is it normal for httpd to be running as unconfined_u ?

http://docs.fedoraproject.org/selinux-user-guide/f10/en-US/sect-Security-Enhanced_Linux-Targeted_Policy-Unconfined_Processes.html

google 'unconfined_u' for more.

> 3) Why is avahi causing a D-BUS error?

good question. from /var/log try;

 sudo grep -i d-bus *|less
 sudo grep -i avahi *|less

and look for messages with times corresponding to when
'/var/log/httpd/error_log' shows errors.

for help with avahi, you can find what is in doc and man with;

'locate avahi|grep man' and 'locate avahi|grep doc'

hth.

-- 

peace out.

tc,hago.

g
.

****
in a free world without fences, who needs gates.
**
help microsoft stamp out piracy - give linux to a friend today
**
to mess up a linux box, you need to work at it;
to mess up an ms windows box, you just need to *look at* it.
**
learn linux:
'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
'The Linux Documentation Project' http://www.tldp.org/
'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge' http://howtoforge.com/
****

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20090506/afa8c495/attachment-0001.sig>


More information about the fedora-list mailing list