-
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
boot failure with squid #2383
Comments
|
Hi Sebastien, I'm guessing /usr/local/etc/squid/nobumpsites.acl is empty, but what are the steps to reproduce? This doesn't happen on a fresh image... do you import an existing config and reboot? Cheers, |
|
Hi Franco, I leave a fresh installation, I configure everything without importing anything, here is the step-by-step procedure of my configuration. |
|
I guess nobody tried to leave the no bump sites empty before, usually the are some address in there like your bank and other sites which may not be intercepted by a man in the middle scenario. Maybe we should enforce input there if sslbumping is enabled, although the warning should logically not be more then a warning. @SebastienLeMoal if you add some nobump sites, does it bootup normally then? (I don't expect so, but just to be sure). If not there might be some other configuration issue preventing dns access, which may cause squid to behave like this. |
|
@SebastienLeMoal we've been stabbing at this for a while and it's a very weird timing issue that we've been unable to reliably avoid. it has to do with ipfw/dummynet temporarily blocking squid's local socket and preventing it from going into daemon mode. worst combination of unfortunate events ever... |
|
Continue in Maybe FreeBSD 11.2 fixes this... |
|
FYI fixed via be0cdeb |
I left a new image, redo the installation several times, updated ... I still have the same problem.
The startup blocks after:
To finish the boot I need to connect to a GUI dashboard that I stop web proxy, and that I restart it (restart not found).
at this point he finishes booting:
I can provide an image to find and fix the problem very blocking.
The text was updated successfully, but these errors were encountered: