Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Pfsense 1.2.3 RC2 captive portal problems

    Scheduled Pinned Locked Moved 1.2.3-PRERELEASE-TESTING snapshots - RETIRED
    29 Posts 6 Posters 19.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      spectre
      last edited by

      I have the exact same problem.  It happens every time either one of our Radius servers crashes or is rebooted.

      The Radius server crashes, or goes down/reboots, and the captive portal service hangs.

      I need to fix this problem as we cannot do without our captive portal and having to reboot our firewall every time one of our Radius servers goes down is disruptive to our business.

      Even a command-line fix that did not require a reboot would be extremely helpful as we could automate that through Nagios.

      Edit: Actually, to clarify, I don't know whether I'm getting the same "errors" the OP is getting as I am unsure of how to diagnose this issue, however the symptoms I have are the same.

      1 Reply Last reply Reply Quote 0
      • 9
        900mhzdude
        last edited by

        when captive portal first starts to crash i get this bug under captive portal status

        Warning: file(/var/db/captiveportal.db): failed to open stream: No such file or directory in /usr/local/www/status_captiveportal.php on line 60 Warning: Invalid argument supplied for foreach() in /usr/local/www/status_captiveportal.php on line 61

        and i can get this to repet if you have anything for me to try  :'(

        thanks  :D

        1 Reply Last reply Reply Quote 0
        • P
          pk
          last edited by

          I've had this problem for a long, long time.  I wrote a script and put it in cron to delete the lock file every minute.  That pretty much solves my issue.  When it happens it locks everyone out.  Soon as I delete the file, it's OK for a few minutes.

          From what I understand it happens when too many users are accessing the CP at the same time, or maybe the same computer accessing the CP too many times at the same time.  Anyway, I just delete the lock file and all is good.

          1 Reply Last reply Reply Quote 0
          • 9
            900mhzdude
            last edited by

            is there ever going to be a fix for this bug?
            i need pfsense to work with captive portal with about 500 users
            if pfsense cant do it are there any other Routers that can? ???

            1 Reply Last reply Reply Quote 0
            • P
              pk
              last edited by

              You can either a) write a script that deletes the /tmp/captiveportal.lock every 10 seconds.  or b) use m0n0wall.

              1 Reply Last reply Reply Quote 0
              • P
                pk
                last edited by

                #!/bin/sh
                while [ true ]; do
                  while [ -f /tmp/captiveportal.lock ]; do
                    echo "Deleting captiveportal.lock"
                    rm /tmp/captiveportal.lock
                    sleep 5
                  done
                  sleep 30
                done

                1 Reply Last reply Reply Quote 0
                • C
                  cmb
                  last edited by

                  @pk:

                  You can either a) write a script that deletes the /tmp/captiveportal.lock every 10 seconds.  or b) use m0n0wall.

                  That's the consequence of a bug in previous versions. The locking was replaced entirely in 1.2.3 with semaphores, which fixed many things, but appears to have created some new issues that we have a ticket open on and will be resolved. m0n0wall has locking issues as well, a similar locking replacement is being looked at for it.

                  1 Reply Last reply Reply Quote 0
                  • C
                    cmb
                    last edited by

                    @900mhzdude:

                    when captive portal first starts to crash i get this bug under captive portal status

                    Warning: file(/var/db/captiveportal.db): failed to open stream: No such file or directory in /usr/local/www/status_captiveportal.php on line 60 Warning: Invalid argument supplied for foreach() in /usr/local/www/status_captiveportal.php on line 61

                    and i can get this to repet if you have anything for me to try  :'(

                    thanks  :D

                    How exactly can you repeat it?

                    1 Reply Last reply Reply Quote 0
                    • 9
                      900mhzdude
                      last edited by

                      have about 5 PC's try and re-auth at the same time

                      or

                      have a PC auth with radius then remove MAC from Radius then let the portal page come up
                      put MAC back in Radius and go to a website if you do this in under 1min you will get the error

                      or

                      just run the Pfsense on a live WISP network and you will get the error within a few days  >:(

                      hope that helps please let me know if theres anything more i can do to help :)

                      1 Reply Last reply Reply Quote 0
                      • C
                        cmb
                        last edited by

                        Can you try the latest snapshots? We made a couple changes in the locking. I can't replicate problems, so your help in testing would be much appreciated.

                        1 Reply Last reply Reply Quote 0
                        • S
                          sullrich
                          last edited by

                          Made some more changes..  Please test the next snapshot that should be posted in about 3-4 hours.  Thanks!

                          1 Reply Last reply Reply Quote 0
                          • S
                            sullrich
                            last edited by

                            @cmb:

                            @900mhzdude:

                            when captive portal first starts to crash i get this bug under captive portal status

                            Warning: file(/var/db/captiveportal.db): failed to open stream: No such file or directory in /usr/local/www/status_captiveportal.php on line 60 Warning: Invalid argument supplied for foreach() in /usr/local/www/status_captiveportal.php on line 61

                            and i can get this to repet if you have anything for me to try  :'(

                            thanks  :D

                            How exactly can you repeat it?

                            I just fixed this.  For some brain-dead reason the captive portal enable function was zapping the captiveportal.db and it would not get recreated until the captive portal prune routine was run (every 1 minute).  This would surely cause some issues.

                            1 Reply Last reply Reply Quote 0
                            • 9
                              900mhzdude
                              last edited by

                              downloading it now Thanks!  ;D

                              1 Reply Last reply Reply Quote 0
                              • 9
                                900mhzdude
                                last edited by

                                using build pfSense-1.2.3-20090921-0655.iso.gz on a live cd

                                is working grate! THANK YOU!  ;D

                                i am not able to get a error so far but will be doing some hard tests on it in the next few days
                                ill keep you updated

                                1 Reply Last reply Reply Quote 0
                                • S
                                  sullrich
                                  last edited by

                                  @900mhzdude:

                                  using build pfSense-1.2.3-20090921-0655.iso.gz on a live cd

                                  is working grate! THANK YOU!   ;D

                                  i am not able to get a error so far but will be doing some hard tests on it in the next few days
                                  ill keep you updated

                                  Thanks, this is the only thing we are waiting on before releasing RC3.

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    sullrich
                                    last edited by

                                    Can we get an update to the problem?  Is the CP still working correctly?

                                    1 Reply Last reply Reply Quote 0
                                    • 9
                                      900mhzdude
                                      last edited by

                                      so far yes but we only have 1 PC on the pfsense box at this time

                                      we are having a hard time installing PFsense on our server box

                                      supermicro MBD-PDSBM-LN2+-0 with a intel 2.80GHz E6300

                                      but this happens with all Pfsense builds so nothing to do with 1.2.3

                                      i would say go ahead and release RC3 do to i can not make CP stop working

                                      i was going to make sure by putting it live but we are having a hard time with hardware
                                      sorry ;(

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        sullrich
                                        last edited by

                                        OK thanks.

                                        Please start a thread concerning your hardware issues and email me a link.  Thanks. sullrich@gmail.com

                                        1 Reply Last reply Reply Quote 0
                                        • 9
                                          900mhzdude
                                          last edited by

                                          here is the link…i sent it to your e-mail also

                                          http://forum.pfsense.org/index.php/topic,19335.msg99576.html#msg99576

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            pk
                                            last edited by

                                            I installed build 09-22 yesterday, and deployed it on my WISP this morning.  I still see the lock file in /tmp, but I don't see anyone having problems.  I used to see lock errors in the logs, but nothing today.  Seems to be working well.  I currently have about 50 users using the system.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.