Chris Singer wrote:
> 1999/07/26 19:49:23| WARNING! Your cache is running out of filedescriptors
How many filedescriptors does your system support? You may need to
increase it..
> 1999/07/26 19:49:47| comm_write: fd_table[425].rwstate != NULL
This is (most of the time) only an logging error and can be ignored. If
you get them a lot (about the same frequency as you have HTTP requests)
then you probably have a misconfigured cache_peer where the peer isn't
listening to the configured ICP port.
> 1999/07/26 20:01:53| comm_poll: poll failure: (12) Cannot allocate memory
Sounds like your system does not implement poll() and emulates it using
select(), and that this emulation chokes. Try recompiling Squid with
--disable-poll.
-- Henrik Nordstrom Spare time Squid hackerReceived on Tue Aug 10 1999 - 13:49:43 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:47:54 MST