--------
> On Fri, 1 Sep 2000, Yuzz wrote:
> 
> >Unable to load intepreter /lib/linux.so.2 ...
> >How to solve this problem??
> 
> Sounds to me like you've maxed out your process table.  The Linux
> process table can only hold 512 simultaneous processes.  If you
> fill that up, you'll see the above message likely during the next
> fork()/exec().  You may also see some daemon's die, etc..


I got that message a few times; the folk on linux-kernel said, "It's obvious, 
You've run out of memory."

I suggest you report it via BZ if it works for you. I reckon unclear messages 
are bugs.

So are misdirected messages; this needs to go to the user of the program 
running at the time.





_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to