1
Web Proxy Filtering and Caching / Large squid and i-cap access logs
« on: September 16, 2024, 10:55:17 pm »Opnsense is in the latest version (24.7.4) and today I run into issue of completely filled disc.
After running following command I could have seen:
Code: [Select]
root@OPNsense:/ # du -mah | sort -rh | head -n 10
37G .
28G ./var
25G ./var/log
16G ./var/log/squid
9.5G ./var/log/squid/access.log
8.0G ./usr
7.8G ./var/log/c-icap/access.log
7.8G ./var/log/c-icap
7.4G ./usr/local
7.0G ./var/log/squid/store.log
So, squid and i-cap access logs were enormous; I had to manually delete them and restart services. I use squid + I-cap + clamav to scan web data.
What could cause creation of such a big access logs?