Quoting Federico Edelman Anaya ([EMAIL PROTECTED]):
>
> /proc/sys/fs/file-max: 4096:
> /proc/sys/fs/file-nr: 1009 246 4096:
> /proc/sys/fs/inode-max: 16384:
> /proc/sys/fs/inode-nr: 16385 13846:
Looks like you may be running out of inodes. Try increasing them, and
read Documentation/sysctl/fs.txt in the kernel source tree. You
*need* to familiarize yourself with all of that in order to
successfully operate a busy linux box (there are other files in that
directory that need perusing, as well).
Aaron