-
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
Captive Portal not working on 17.7.9 #1990
Comments
|
Hi @ckals, I'm not aware of any changes in that area. Try to restart the captive portal from the GUI and see if the issue persists. Cheers, |
|
Hi @fichtner Franco, i already tried to restart the captive portal. But still nothing. i also tried to restart the whole OPNsense Box. Is there any option in GUI where i can rollback to the previous firmware ? |
|
Maybe if it helps... wehen im in the GUEST-LAN (behind the captive portal) and start a portscan on the firewall's IP i can only see that the DNS at port 53 is running, no ports open for the login page/Webserver ? |
|
You can try from the shell by typing: But I am a bit reluctant to say it will help, because we haven't modified CP in a long time. |
|
lighttpd was updated as well recently, maybe that could be an issue, too |
|
May thank to @fichtner ! Revert lighttpd to the older version helped - now the captive portal is working. |
|
hrm, @AdSchellevis will have to let us know where the CP web server logs to so we can find / reproduce the error |
|
Ok let me know if you need any log files (if u know the location) - i hope the are still there... |
|
at my end it doesn't seem able to daemonize, with -D it starts normal... odd: |
|
The current version of lighttpd (1.4.48) seems to die when doing a chroot,
|
|
@ckals for now it's best to only revert the lighttpd version, we will look into a permanent solution for this for the next version. |
|
The bottom of this is: lighttpd 1.4.45 was used until 17.7.8, then FreeBSD updated to 1.4.48 which shows this odd behaviour. The behaviour, however, dates back as far as 1.4.46 and seems to be caused by devfs not being mounted properly inside the chroot directory, where lighttpd tries to find /dev/null but fails, which wasn't the case on versions lower than 1.4.46. Very hard to debug within the code as logging is apparently off and the daemon uses a pipe to pass information up and down the (grand)child running in the chroot directory... :o |
|
There is a patch available, would you be willing to test @ckals ? Also linking forum thread: https://forum.opnsense.org/index.php?topic=6618.0 Cheers, |
|
Two external confirmations in the forum. Enough to close this but all feedback is still welcome. Thanks! |

Hi,
after Update from 17.7.7 to 17.7.9 the Captive Portal that i had setup stoped working.
I get an DHCP Client lease but the login Page doesen't show up.
Any Ideas about this?
The text was updated successfully, but these errors were encountered: