[Asterisk-Users] Can anybody explain the meaning of these messages?

Brancaleoni Matteo mbrancaleoni at espia.it
Mon Nov 1 12:06:01 MST 2004


Hi


> Am having some problems with a new asterisk installation. I get the following messages, if anybody can shed light on their meaning, I would very much appreciate it.
> 1- Unable to create formast pipe: Too many open files.
> 2- Unable to create toast pipe: Too many open files.

check your ulimits (man ulimit),
perhaps of that kernel max open fd is very low.
To see how many fd you can have open, use ulimit -n
On a standard vanilla kernel, this limit is set to 1024,
that's ok for most uses (even with a full 4 pri board
in use with 120 calls)

you can also check how many fd has your asterisk open
with something like "lsof | grep pipe | grep asterisk"

Matteo.
-- 
Brancaleoni Matteo <mbrancaleoni at espia.it>
Espia Srl




More information about the asterisk-users mailing list