You'll have to recompile squid to use 64 bit file offsets. ./configure --help | grep large should give you the options to read up on. On Fri, Nov 10, 2006, chima s wrote: > Hi, > > I am trying to use coss cache_dir in squid-2.6.STABLE3 > > > I craeted the cacge_dir > dd if=/dev/zero bs=1048576 count=32768 of=/cache01/coss > > Squid.conf > cache_dir coss /cache01/coss 32768 block-size=2048 max-size=131072 > > While starting squid i an getting the following error > > 2006/11/10 10:02:19| COSS block-size = 2048 bytes > 2006/11/10 10:02:19| COSS largest file offset = 4194302 KB > 2006/11/10 10:02:19| COSS cache_dir size = 33554432 KB > FATAL: COSS cache_dir size exceeds largest offset > > Squid Cache (Version 2.6.STABLE3-20060916): Terminated abnormally. > CPU Usage: 0.003 seconds = 0.001 user + 0.002 sys > Maximum Resident Size: 0 KB > Page faults with physical i/o: 1 > Aborted > > What is there error means and how to handle this issue > > Regards > Chima