<p>oh okay.... duh I was responding to your follow-up saying that you fixed it</p>
<div class="gmail_quote">On Dec 30, 2011 4:48 PM, "Mark Saad" <<a href="mailto:mark.saad@ymail.com">mark.saad@ymail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Fri, Dec 30, 2011 at 3:43 PM, Jesse Callaway <<a href="mailto:bonsaime@gmail.com">bonsaime@gmail.com</a>> wrote:<br>
> s/https/ with a d<br>
><br>
> On Dec 30, 2011 3:43 PM, "Jesse Callaway" <<a href="mailto:bonsaime@gmail.com">bonsaime@gmail.com</a>> wrote:<br>
>><br>
>> Apache https has its own corefile options. Since it starts as root it may<br>
>> override or ignore your system settings. I don't know the syntax offhand,<br>
>> and but the docs at <a href="http://apache.org" target="_blank">apache.org</a> should give some love.<br>
>><br>
About that, the CoreDumpDirectory option did not seem to make any<br>
difference. I ended up removing it since it did not do anything for<br>
us.<br>
<br>
 From what I could tell it only helps when you want to override the<br>
kern.corefile sysctl . In my case I had defined it as<br>
kern.corefile=/var/coredumps/%U-%N-%P.core . The biggest pit fall with<br>
that sysctl was that I originally quoted the value which did not work<br>
ie kern.corefile="/var/coredumps/%U-%N-%P.core" This instructed the<br>
kernel to try and make cores named "/var/coredumps/... and it would<br>
fail since there was not directory named "<br>
<br>
<br>
<br>
>> On Dec 30, 2011 3:17 PM, "Mark Saad" <<a href="mailto:mark.saad@ymail.com">mark.saad@ymail.com</a>> wrote:<br>
>>><br>
>>> On Thu, Dec 29, 2011 at 10:14 AM, Brian Seklecki (Mobile)<br>
>>> <<a href="mailto:root@probikesllc.com">root@probikesllc.com</a>> wrote:<br>
>>> >><br>
>>> >><br>
>>> >> I have no cores and I am stumped.<br>
>>> >><br>
>>> ><br>
>>> > Check the apache RC script; it may be setting ulimit(1) on coredump.<br>
>>> ><br>
>>> > Also try to run a "Hello World" segfault tester as the www/httpd user<br>
>>> > and<br>
>>> > see if you get your dump.<br>
>>> ><br>
>>> >  int main(void)<br>
>>> >  {<br>
>>> >     char *s = "hello world";<br>
>>> >     *s = 'H';<br>
>>> >  }<br>
>>><br>
>>> The end result of that issue was I forgot to set kern.sugid_coredump=1<br>
>>> in sysctl.conf .<br>
>>><br>
>>>  Also in FreeBSD 7.3 gcore would not produce any usable coredumps from<br>
>>> apache. I could not figure that out.<br>
>>><br>
>>><br>
>>> --<br>
>>><br>
>>> Mark Saad | <a href="mailto:mark.saad@ymail.com">mark.saad@ymail.com</a><br>
>>> _______________________________________________<br>
>>> talk mailing list<br>
>>> <a href="mailto:talk@lists.nycbug.org">talk@lists.nycbug.org</a><br>
>>> <a href="http://lists.nycbug.org/mailman/listinfo/talk" target="_blank">http://lists.nycbug.org/mailman/listinfo/talk</a><br>
<br>
<br>
<br>
--<br>
<br>
Mark Saad | <a href="mailto:mark.saad@ymail.com">mark.saad@ymail.com</a><br>
_______________________________________________<br>
talk mailing list<br>
<a href="mailto:talk@lists.nycbug.org">talk@lists.nycbug.org</a><br>
<a href="http://lists.nycbug.org/mailman/listinfo/talk" target="_blank">http://lists.nycbug.org/mailman/listinfo/talk</a><br>
</blockquote></div>