[Home]

Summary:ASTERISK-06754: i getting this error with asterisk
Reporter:Ajit (ajitekno)Labels:
Date Opened:2006-04-11 08:33:59Date Closed:2011-06-07 14:08:25
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:res_agi.c:236 launch_script: Unable to create toast pipe: Too many open files


12:57:59 NOTICE[3918]: manager.c:1448 accept_thread: Accept returned -1: Too many open files
Apr 11 12:58:02 NOTICE[3918]: manager.c:1448 accept_thread: Accept returned -1: Too many open files
Apr 11 12:58:02 NOTICE[3918]: manager.c:1448 accept_thread: Accept returned -1: Too many open files
Comments:By: BJ Weschke (bweschke) 2006-04-11 10:23:12

Have you set ulimit on your system appropriately for the number of file handles you plan on opening?  Otherwise, we need a little more information. Need to see your dialplan (extensions.conf) and the AGI script you're firing off here. Plus if you can attach a trace with VERBOSE and DEBUG messages enabled prior to this problem happening, that would help as well. You can attach them all to this bug.

By: Kevin P. Fleming (kpfleming) 2006-04-11 16:38:13

This is clearly a configuration issue on your system; the Asterisk process cannot open enough files.