Hi list, I recently noticed my Squid doesn't seem to be caching anything at all.
Under Store IO Interface Stats in the Cache Manager interface I have these stats: Store IO Interface Stats create.calls 10205710 create.select_fail 10205710 create.create_fail 0 create.success 0 *yikes* My cache_dir is /mnt/squid-cache, a ~40G partition which I've set to use 30000MB. It is chmod 750 and owned proxy:proxy. drwxr-x--- 67 proxy proxy 4096 Aug 30 00:25 squid-cache Relevant lines from my squid.conf are: coredump_dir /mnt/squid-cache cache_dir ufs /mnt/squid-cache 30000 64 256 cache_mem 128 MB maximum_object_size 120 MB The system is a P4-2.6Ghz, 1GB RAM, running Debian linux, 2.4.26 kernel. # squid -v Squid Cache: Version 2.5.STABLE6 configure options: --prefix=/usr --exec_prefix=/usr --bindir=/usr/sbin --sbindir=/usr/sbin --libexecdir=/usr/lib/squid --sysconfdir=/etc/squid --localstatedir=/var/spool/squid --datadir=/usr/share/squid --enable-async-io --with-pthreads --enable-storeio=ufs,aufs,diskd,null --enable-linux-netfilter --enable-arp-acl --enable-removal-policies=lru,heap --enable-snmp --enable-delay-pools --enable-htcp --enable-poll --enable-cache-digests --enable-underscores --enable-referer-log --enable-useragent-log --enable-auth=basic,digest,ntlm --enable-carp i386-debian-linux Squid is proxying for clients just fine, but nothing is being cached. Any suggestions would be helpful. TIA, Derek
