Kernel Panic.

Paolo Supino (paolos@vdo.net)
Sun, 15 Dec 1996 15:32:26 -0800 (PST)


Hello

I have a computer that produces the following kernel-panic: Can't push onto full stack.
The only thing that the computer does is: respond to pings. Anything else
fails.
Descriotion of the computer:

OS: Linux 2.0.25 with the following changes:

/usr/src/linux/include/linux/limits.h

Changed OPEN_MAX to 512
Changed NR_OPEN to 512


/usr/src/linux/include/linux/fs.h

Changed NR_OPEN to 512
Changed NR_INODE to 6144
Changed NR_FILE to 2048


/usr/src/linux/include/linux/posix_types.h

Changed FD_SETSIZE to 1024


These changes were done to increase the number of file handles (so I
could up the maximum number of concurrent FTP logins). This problem happens
only on one from 5 computers that run the same kernel with the same changes.

TIA

Paolo