Thanks for the help.  Setting pkg to (-M 8) worked.<br /><br />On , Ovidiu Sas &lt;osas@voipembedded.com&gt; wrote:<br />&gt; The httpd module needs to reserve a buffer for building http<br />&gt; <br />&gt; responses.  If there are a lot of modules loaded, the pkg memory might<br />&gt; <br />&gt; become fragmented and there will be not enough space to allocate a big<br />&gt; <br />&gt; buffer.<br />&gt; <br />&gt; Ways to workaround this issue:<br />&gt; <br />&gt;  - increase the pkg memory (use -M switch in the opensips command)<br />&gt; <br />&gt;  - play with the size of the buffer (buf_size parameter)<br />&gt; <br />&gt; <br />&gt; <br />&gt; Regards,<br />&gt; <br />&gt; Ovidiu Sas<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; --<br />&gt; <br />&gt; VoIP Embedded, Inc.<br />&gt; <br />&gt; http://www.voipembedded.com<br />&gt; <br />&gt; <br />&gt; <br />&gt; On Sun, Aug 12, 2012 at 10:21 PM,  duane.larson@gmail.com&gt; wrote:<br />&gt; <br />&gt; &gt; I ran the sample OpenSIPS config that comes with all installs and I was able<br />&gt; <br />&gt; &gt; to start OpenSIPS with the httpd and mi_http modules. Not sure why its not<br />&gt; <br />&gt; &gt; starting with my config. I will send you the debug to you directly after I<br />&gt; <br />&gt; &gt; send this email.<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; On , Ovidiu Sas osas@voipembedded.com&gt; wrote:<br />&gt; <br />&gt; &gt;&gt; Can you enable debug probes and print out the output.<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; Also, you can try to run a very simple config and load only httpd and<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; mi_http modules.<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; Regards,<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; Ovidiu Sas<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; On Sun, Aug 12, 2012 at 9:45 PM,  duane.larson@gmail.com&gt; wrote:<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; &gt; I wanted to try out the mi-http module but I am not able to get OpenSIPS<br />&gt; <br />&gt; &gt;&gt; &gt; to<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; &gt; start up when I have enabled the httpd module. When I start OpenSIPS I<br />&gt; <br />&gt; &gt;&gt; &gt; am<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; &gt; seeing the following error<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; &gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; &gt; Aug 12 20:40:03 SIPProxy02 /usr/local/sbin/opensips[1537]:<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; &gt; NOTICE:presence:child_init: init_child [-2] pid [1537]<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; &gt; Aug 12 20:40:03 SIPProxy02 /usr/local/sbin/opensips[1537]:<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; &gt; WARNING:core:fm_malloc: Not enough free memory, will atempt<br />&gt; <br />&gt; &gt;&gt; &gt; defragmenation<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; &gt; Aug 12 20:40:03 SIPProxy02 /usr/local/sbin/opensips[1537]:<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; &gt; ERROR:httpd:httpd_proc: oom<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; &gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; &gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; &gt; Before compiling the modules I installed both libmicrohttpd-dev and<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt;<br />&gt; <br />&gt; &gt;&gt; &gt; libmicrohttpd5 on Debian 6. Any idea why its giving me this error?<br />&gt; <br />&gt; <br />&gt; <br />&gt; _______________________________________________<br />&gt; <br />&gt; Users mailing list<br />&gt; <br />&gt; Users@lists.opensips.org<br />&gt; <br />&gt; http://lists.opensips.org/cgi-bin/mailman/listinfo/users<br />&gt; <br />&gt;