Leonel Casco Zamora wrote:
> How can i clean the object cache,
> my file system is full and i need clean the cache
If it is on a separate partition then the fastest way is to run newfs on
that partition.
Second option is to remove the files.
1. Shut down Squid
2. rm -rf /path/to/your/cache/dir
3. mkdir /path/to/your/cache/dir
4. chown squid /path/to/your/cache/dir
5. squid -z
6. Start Squid again.
(if on a separate partition, then step 2 is a: umount the partition, b:
run newfs on the partition, c: mount the partition again)
Then remember to reconfigure Squid to use a smaller cache size, to not
fill the disk.
-- Henrik Nordstrom Squid hackerReceived on Tue Oct 26 1999 - 17:02:00 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:49:05 MST