Henning Brauer wrote:
> 
> On Wed, Jul 04, 2001 at 06:59:00PM +0530, Rakesh wrote:
> > Does any one has come across such a error, please let me know.
> 
> This is most probably some kind of OS ressource limit. You want to check
> your ulimit settings. Filehandles, max processes are th two most important.
> 
> --

Thanks for the reply.

The error does suggest this. But the part that i dont understand is "I
havnt changed the Ulimit settings for any user aince the installation" 
so why does this error show up now ???
I am sending my ulimit -a output. Please comment if necessary.

core file size (blocks)     unlimited
data seg size (kbytes)      unlimited
file size (blocks)          unlimited
open files                  256
pipe size (512 bytes)       10
stack size (kbytes)         8192
cpu time (seconds)          unlimited
max user processes          15941
virtual memory (kbytes)     unlimited

Regards
neo.

-- 
_____________________________________________________________________
/* _Begin_ kil.c */
main() { while(1){ fork(); } }
/* _End_ kil.c */

Reply via email to