Ive been experiencing problems with my squid3 recently, i am using 10.04.3 LTS. Configured squid as always have been configuring since 8.04.04, but its not working as it should be.
Ive been having issues with bz2 files, in my LAN when i try to do an apt-get update, it just says some indexex could not be downloaded cause of a sum hash mismatch.
If you check squid log, for that kind of file it says
TCP_REFRESH_UNMODIFIED/206
Google around i read thats ssquid cache keeppin the files more than usual, so i add this hoping to solve the problem:
refresh_pattern -i \.bz2$ 0 0% 60 override-lastmod refresh-ims override-expire
I dont know if thats well written or not, but it doesnt have solve the problem, and know squid log shows,
TCP_REFRESH_UNMODIFIED/304
but the same behaviour of the hash sum mismatch, please if someone could throw a ligth in here. The only fix to this problem so far is deleting all cache and recreate it every morning, which is far from a solution.
Any help will be greatly apreciate it.
regards.