<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi Miha,<br>
<br>
You can run <i>opensips -h</i> in order to get a list of useful
startup options. You're looking for:<br>
<br>
<b>-M</b> option - controls the private memory for each process
(or pkg). Default is 2MB. Seems it is not enough in your case.<br>
<b>-m</b> option - controls the shared memory between all
processes (or shm). Default is 32MB. You should be fine with 512MB
of shared memory.<br>
<br>
You should try increasing the pkg mem with <b>-M 32</b> first,
and see if the problem persists.<br>
<br>
Best regards,<br>
<pre class="moz-signature" cols="72">Liviu Chircu
OpenSIPS Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
On 02/27/2014 03:12 PM, Miha wrote:<br>
</div>
<blockquote cite="mid:530F39C5.1020704@softnet.si" type="cite">HI,
<br>
<br>
I went back looking for logs. This is what I have found:
<br>
<br>
Which memory is too low? I can see that only 4% of system memory
is used. Opensips is started with 512
<br>
<br>
Feb 27 07:43:47 sip2 /usr/sbin/opensips[30332]:
WARNING:core:fm_malloc: Not enough free memory, will atempt
defragmenation
<br>
Feb 27 07:43:47 sip2 /usr/sbin/opensips[30330]:
ERROR:core:build_res_buf_from_sip_req: out of pkg memory ; needs
549
<br>
Feb 27 07:43:47 sip2 /usr/sbin/opensips[30330]:
ERROR:sl:sl_send_reply_helper: response building failed
<br>
Feb 27 07:43:47 sip2 /usr/sbin/opensips[30330]:
ERROR:signaling:sig_send_reply_mod: failed to send reply with sl
module
<br>
Feb 27 07:43:47 sip2 /usr/sbin/opensips[30330]:
ERROR:auth:challenge: failed to send the response
<br>
Feb 27 07:43:47 sip2 /usr/sbin/opensips[30332]:
ERROR:core:build_res_buf_from_sip_req: out of pkg memory ; needs
547
<br>
Feb 27 07:43:47 sip2 /usr/sbin/opensips[30332]:
ERROR:sl:sl_send_reply_helper: response building failed
<br>
Feb 27 07:43:47 sip2 /usr/sbin/opensips[30332]:
ERROR:signaling:sig_send_reply_mod: failed to send reply with sl
module
<br>
Feb 27 07:43:47 sip2 /usr/sbin/opensips[30332]:
ERROR:auth:challenge: failed to send the response
<br>
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30332]:
WARNING:core:fm_malloc: Not enough free memory, will atempt
defragmenation
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30332]:
ERROR:core:new_credentials: no pkg memory left
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30332]:
ERROR:core:parse_credentials: failed to create new credentials
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30332]:
ERROR:auth:find_credentials: failed to parse credentials
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30332]:
ERROR:auth:pre_auth: failed to find credentials
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30332]:
WARNING:core:fm_malloc: Not enough free memory, will atempt
defragmenation
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30332]:
ERROR:core:build_res_buf_from_sip_req: out of pkg memory ; needs
403
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30332]:
ERROR:sl:sl_send_reply_helper: response building failed
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30332]:
ERROR:signaling:sig_send_reply_mod: failed to send reply with sl
module
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30332]:
ERROR:auth:pre_auth: failed to send 400 reply
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30330]: SCRIPT: stored
password is rR62Tsm
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30330]:
WARNING:core:fm_malloc: Not enough free memory, will atempt
defragmenation
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30330]:
ERROR:core:parse_headers: pkg memory allocation failed
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30330]:
ERROR:rr:find_first_route: failed to parse headers
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30330]:
WARNING:core:fm_malloc: Not enough free memory, will atempt
defragmenation
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30330]:
ERROR:core:anchor_lump: out of pkg memory
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30330]:
WARNING:core:fm_malloc: Not enough free memory, will atempt
defragmenation
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30330]:
ERROR:core:anchor_lump: out of pkg memory
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30330]:
ERROR:rr:record_route: failed to create an anchor
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30330]:
WARNING:core:fm_malloc: Not enough free memory, will atempt
defragmenation
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30330]:
ERROR:core:parse_headers: pkg memory allocation failed
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30330]:
ERROR:core:build_res_buf_from_sip_req: parse_headers failed
<br>
Feb 27 07:43:46 sip2 /usr/sbin/opensips[30330]:
ERROR:sl:sl_send_reply_helper: response building failed
<br>
<br>
thx!
<br>
<br>
miha
<br>
Dne 2/27/2014 8:11 AM, piše Miha:
<br>
<blockquote type="cite">Hi,
<br>
<br>
strange thig happend to me today. Opensips did not replay to
invites/registrations...
<br>
<br>
After opensips (service) restart all loogs good. When this was
happening load was 0, so this was not an issue.
<br>
<br>
Could this be causing domain setup.
<br>
<br>
I have dns srv record sip.xxxxx.net which points to two domain's
(geo redundency). Than I have A record which point to the same
domain sip.xxxxx.net (dns srv domain).
<br>
All was lookig goog, last week we enter this A record which is
the same as DNS SRV record. Could be this a problem?
<br>
<br>
tnx!
<br>
<br>
Opensips verison from repo (using centos, TLS is not used) :
<br>
<br>
OpenSIPS (1.10.0beta-tls (x86_64/linux))
<br>
<br>
<br>
_______________________________________________
<br>
Users mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
<br>
<br>
</blockquote>
<br>
<br>
_______________________________________________
<br>
Users mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
<br>
</blockquote>
<br>
</body>
</html>