On Sat, Jan 21, 2006 at 06:13:38PM +0700, Ady Wicaksono wrote:
> 2006-01-21 18:02:51 [24505] [2] ERROR: HTTP: Error accepting a client.
> 2006-01-21 18:02:51 [24505] [2] ERROR: System error 24: Too many open files
> 
> How to solve?
> 
> I have seet this kernel vars on Linux enough
> 
> $ cat /proc/sys/fs/file-max
> 1000000

check your system filediscriptor limit:

$ ulimit -n

you'd need to raise your system fildescriptor limit from your shell, i.e
put that 'ulimit command' into kannel startup script, e.g: ulimit -n
8192. only root could raise system resource limit.

Regards,

P.Y. Adi Prasaja

Reply via email to