Martin Och wrote:
> Prior Reserved FD.... is only one message:
> comm_open: socket failure: (105) No buffer space avialable
And a very important one as it tells exacly what operation failed
(socket), and what the error returned from the kernel was (105 ENOBUFS).
From what it looks like your kernel probably ran out of free memory. Try
increasing the free-mem limits in /proc/sys/vm/freepages (see
/usr/src/linux/Documentation/vm.txt).
It does NOT seem like this could be caused by a shortage of
filedescriptors/ports/files/inodes.
-- Henrik Nordstrom Spare time Squid hackerReceived on Sat Sep 18 1999 - 03:44:11 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:28 MST