Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] asterisk too many files or memory leak???


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
geisj at pagestation.com
Guest





PostPosted: Thu Aug 07, 2014 9:01 pm    Post subject: [asterisk-users] asterisk too many files or memory leak??? Reply with quote

I am seeing this in my log file

:[Aug  7 21:35:24] ERROR[19582] acl.c: Cannot create socket[Aug  7 21:35:24] WARNING[19582][C-00000283] res_rtp_asterisk.c: Unable to allocate RTP socket: Too many open files
[Aug  7 21:35:24] NOTICE[19582][C-00000283] chan_sip.c: Failed to authenticate device "677"<sip:677@IP>;tag=3637370132313231383238343335
[Aug  7 21:35:24] WARNING[19734] manager.c: Failed to create temporary file for command: Too many open files


Just wondering... was surprised to see this.
There are 999 open sockets in my asterisk process. That is not normal.
I know I can increase that ulimit - but I only have about 50 phones on the system.
just wondering if there is an issue.
I am running asterisk 11.11.0


Jerry
Back to top
darcy at Vex.Net
Guest





PostPosted: Thu Aug 07, 2014 9:50 pm    Post subject: [asterisk-users] asterisk too many files or memory leak??? Reply with quote

On Thu, 7 Aug 2014 22:00:47 -0400
Jerry Geis <geisj@pagestation.com> wrote:
Quote:
:[Aug 7 21:35:24] ERROR[19582] acl.c: Cannot create socket
[Aug 7 21:35:24] WARNING[19582][C-00000283] res_rtp_asterisk.c:
Unable to allocate RTP socket: Too many open files
...
Quote:
I am running asterisk 11.11.0

Shot in the dark here but does "core show channels" show an inordinate
number of channels, especially channels that you know should be closed?

--
D'Arcy J.M. Cain
System Administrator, Vex.Net
http://www.Vex.Net/ IM:darcy@Vex.Net
VoIP: sip:darcy@Vex.Net

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
mikael at wiraya.com
Guest





PostPosted: Fri Aug 08, 2014 4:02 am    Post subject: [asterisk-users] asterisk too many files or memory leak??? Reply with quote

On 8 August 2014 04:50, D'Arcy J.M. Cain <darcy@vex.net (darcy@vex.net)> wrote:
Quote:
Shot in the dark here but does "core show channels" show an inordinate
number of channels, especially channels that you know should be closed?



I get that problem sometimes, do you have a solution for it/know the cause for it?
Back to top
darcy at Vex.Net
Guest





PostPosted: Fri Aug 08, 2014 5:19 am    Post subject: [asterisk-users] asterisk too many files or memory leak??? Reply with quote

On Fri, 8 Aug 2014 11:01:50 +0200
Mikael Fredin <mikael@wiraya.com> wrote:
Quote:
On 8 August 2014 04:50, D'Arcy J.M. Cain <darcy@vex.net> wrote:

Quote:
Shot in the dark here but does "core show channels" show an
inordinate number of channels, especially channels that you know
should be closed?

I get that problem sometimes, do you have a solution for it/know the
cause for it?

In my case I fixed it by reverting from 11.11.0 back to 11.10.2. See
the thread "Calls not hanging up". I saw that the OP was also on
11.11.0 and wondered if his open files problem was caused by too many
active channels and thus was seeing a different symptom of the same
problem.

--
D'Arcy J.M. Cain
System Administrator, Vex.Net
http://www.Vex.Net/ IM:darcy@Vex.Net
VoIP: sip:darcy@Vex.Net

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
geisj at pagestation.com
Guest





PostPosted: Fri Aug 08, 2014 5:27 am    Post subject: [asterisk-users] asterisk too many files or memory leak??? Reply with quote

On Thu, Aug 7, 2014 at 10:50 PM, D'Arcy J.M. Cain <darcy@vex.net (darcy@vex.net)> wrote:
Quote:
On Thu, 7 Aug 2014 22:00:47 -0400
Jerry Geis <geisj@pagestation.com (geisj@pagestation.com)> wrote:
Quote:
:[Aug  7 21:35:24] ERROR[19582] acl.c: Cannot create socket
[Aug  7 21:35:24] WARNING[19582][C-00000283] res_rtp_asterisk.c:
Unable to allocate RTP socket: Too many open files
...
Quote:
I am running asterisk 11.11.0

Shot in the dark here but does "core show channels" show an inordinate
number of channels, especially channels that you know should be closed?

--
D'Arcy J.M. Cain
System Administrator, Vex.Net
http://www.Vex.Net/ IM:darcy@Vex.Net
VoIP: sip:darcy@Vex.Net







Channel              Location             State   Application(Data)
0 active channels
0 active calls
491 calls processed
Conference Bridge Name           Users  Marked Locked?
================================ ====== ====== ========


next to nothing... 
This is normal as I only have  a partial PRI like 5 lines.
Very low volume


Thanks,


Jerry
Back to top
darcy at Vex.Net
Guest





PostPosted: Fri Aug 08, 2014 8:46 am    Post subject: [asterisk-users] asterisk too many files or memory leak??? Reply with quote

On Fri, 8 Aug 2014 06:26:52 -0400
Jerry Geis <geisj@pagestation.com> wrote:
Quote:
next to nothing...
This is normal as I only have a partial PRI like 5 lines.
Very low volume

Me too but I was getting every call staying in the active channels
list. I thought that you might be having the same issue. See the
thread "Calls not hanging up". I reverted to 11.10.2 which fixed
my problem.

--
D'Arcy J.M. Cain
System Administrator, Vex.Net
http://www.Vex.Net/ IM:darcy@Vex.Net
VoIP: sip:darcy@Vex.Net

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services