@kiekar:
Hello,
The upgrade to 2.3 went relatively smooth but I do have currently one issue with the squid package after the upgrade.
Each time I start the squid service it will shortly afterwards stop. What I found in the cache log file is shown below.
Your help would be much appreciated.
Thanks,
Maximum Resident Size: 72544 KB
Page faults with physical i/o: 0
2016/04/16 16:48:13 kid1| Starting Squid Cache version 3.5.16 for amd64-portbld-freebsd10.3…
2016/04/16 16:48:13 kid1| Service Name: squid
FATAL: UFSSwapDir::openLog: Failed to open swap log.
Squid Cache (Version 3.5.16): Terminated abnormally.
CPU Usage: 0.026 seconds = 0.026 user + 0.000 s
You'd probably have to recreate the cache and swap files.
stop the squid service, login to shell
cd /var/squid/cache
rm -rf *
squid -z
Restart the squid service.
That is, if you are ok with deleting all the previous cache files.
Works for me.