-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webproxy / reset cache and other state files #3545
Comments
EugenMayer
pushed a commit
to KontextWork/opnsense_core
that referenced
this issue
Jul 22, 2019
…he data and restarts squid. Since a squid stop can take long and consistency isn't very important on files bound to be deleted, its faster to killall -9. closes opnsense#3545
EugenMayer
pushed a commit
to KontextWork/opnsense_core
that referenced
this issue
Jul 22, 2019
…he data and restarts squid. Since a squid stop can take long and consistency isn't very important on files bound to be deleted, its faster to killall -9. closes opnsense#3545
|
There is clearly something wrong with current implementation as I can confirm what other user already remarked: fixing this required: stopping squid, using reset button, rebooting router, starting squid again. This was the only think what made 19.7 work again and is clearly far from desired user experience, where the service should repair itself. |
|
@ssbarnea patches welcome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

When performing a major upgrade, there's a change that binary files don't match the new version resulting in issues like https://forum.opnsense.org/index.php?topic=13179.msg60642#msg60642
A button to reset / cleanup state (files in /var/squid) would be helpful here, both for the cached objects as ssl_crtd.
The text was updated successfully, but these errors were encountered: