-
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
SQUID 3 to SQUID 4 migration #3584
Comments
|
What happens if you remove core/src/opnsense/scripts/proxy/setup.sh Lines 28 to 36 in 75444ea
Our reset just flushes all, and expects the setup to re-create it, which in some cases doesn't seem to work. core/src/opnsense/service/conf/actions.d/actions_proxy.conf Lines 29 to 39 in cdaa275
If the original setup.sh has an issue in your setup, that might explain something, otherwise it seems very difficult to reproduce this consistently. |
|
Okay,iIf I remove the Directory and restart Squid:
After pressing the Reset-Button in Webproxy: Cache-Log:
Access-Log:
|
|
it looks like we missed a rename here 981a718
|
|
It works, thanks! |
|
@AndyX90 thanks for testing and letting us know! |
…for opnsense#3584 (cherry picked from commit 981a718)
…for opnsense#3584 (cherry picked from commit 981a718)
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
[x] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md
[x] I have searched the existing issues and I'm convinced that mine is new.
Describe the bug
After updating from 19.1.10 to 19.7, the Squid service would not automatically start.
The Cache-Clear Button was not enough.
I noticed the following in Access log:
FATAL: certgen -s /var/squid/ssl_crtd -M 8MB helpers are crashing too rapidly, need help!
After that i had to manually do "/usr/local/libexec/squid/security_file_certgen -c -s /var/squid/ssl_crtd -M 8MB".
Now it works.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After pressing the Clear-Cache Button on the Webproxy Page, it should initialize the db by itself and start properly.
Environment
OPNsense 19.7 (amd64, OpenSSL).
Intel® Xeon™ E3-1225V5 3.3Ghz Quad Core
Network Intel® I210-AT
(DEC-4630)
The text was updated successfully, but these errors were encountered: