On Mon, 17 Jul 2000, Martin Bene wrote:
> I've just tried to install squid on a new machine running linux 2.2.16
> kernel and glibc 2.1.3. cache size is about 15GB, the box has 256MB of RAM.
>
> the cache seems to work OK, but I keep getting these warnings about once a
> minute; I'm not too happy since I can't really interpret them.
>
Here's a patch that will make you happier:
Index: store_client.c
===================================================================
RCS file: /server/cvs-server/squid/squid/src/store_client.c,v
retrieving revision 1.73.2.10
diff -u -r1.73.2.10 store_client.c
--- store_client.c 2000/02/09 23:30:02 1.73.2.10
+++ store_client.c 2000/07/17 17:36:09
@@ -360,7 +360,7 @@
return;
}
if (tlv_list == NULL) {
- debug(20, 1) ("WARNING: failed to unpack swapfile meta data\n");
+ debug(20, 2) ("WARNING: failed to unpack swapfile meta data\n");
sc->callback = NULL;
callback(sc->callback_data, sc->copy_buf, -1);
return;
Received on Mon Jul 17 2000 - 11:39:35 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:32 MST