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

    Latest snap warning

    Scheduled Pinned Locked Moved 2.3.3 Development Snapshots
    26 Posts 10 Posters 5.2k 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.
    • D
      DigitalDeviant
      last edited by

      I'm in the same boat. I've downloaded a snapshot from 9.21 but can't figure out how to get the update from console to prompt ne to upgrade from file. Any help would be appreciated.

      1 Reply Last reply Reply Quote 0
      • M
        maverick_slo
        last edited by

        It won`t work this way.
        You have to:

        1. Backup your config file
        2. Download full install from here (this one is 64 bit and for me from 21.9. works): https://snapshots.pfsense.org/amd64/pfSense_RELENG_2_3/installer/
        3. Install pfsense like first time
        4. Restore config and don`t update :)

        Full restore from backup or manual install of tgz files is not supported in 2.3.X any more.

        1 Reply Last reply Reply Quote 0
        • jimpJ
          jimp Rebel Alliance Developer Netgate
          last edited by

          Snapshot from the 22nd is fine, 23rd broken. We're looking into it. Different symptoms seem to be due to PHP or other processes segfaulting at different times, leaving inconsistent parts of the system unconfigured or otherwise not running.

          https://redmine.pfsense.org/issues/6813

          Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

          Need help fast? Netgate Global Support!

          Do not Chat/PM for help!

          1 Reply Last reply Reply Quote 0
          • D
            DigitalDeviant
            last edited by

            @maverick_slo:

            It won`t work this way.
            You have to:

            1. Backup your config file
            2. Download full install from here (this one is 64 bit and for me from 21.9. works): https://snapshots.pfsense.org/amd64/pfSense_RELENG_2_3/installer/
            3. Install pfsense like first time
            4. Restore config and don`t update :)

            Full restore from backup or manual install of tgz files is not supported in 2.3.X any more.

            I was afraid of this. Thanks. Maybe I'll wait and see if it's fixed soon and just do a git update.

            1 Reply Last reply Reply Quote 0
            • jimpJ
              jimp Rebel Alliance Developer Netgate
              last edited by

              Due to the erratic behavior you might be able to get things working by trying again or varying things slightly.

              I was able to get my VM online again by resetting PHP and nginx a couple times and restarting whatever had crashed. It wasn't too far gone, though, and had basic connectivity on that reboot at least.

              Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

              Need help fast? Netgate Global Support!

              Do not Chat/PM for help!

              1 Reply Last reply Reply Quote 0
              • M
                maverick_slo
                last edited by

                So you can replicate and confirm that it is not working as it should?

                EDIT:
                Sorry was too fast, thanks for confirming :)

                1 Reply Last reply Reply Quote 0
                • J
                  JorgeOliveira
                  last edited by

                  I've poked around a bit with 20160923-0440 version and that seems work from my testing. Can anyone confirm that one works on their end?

                  My views have absolutely no warranty express or implied. Always do your own research.

                  1 Reply Last reply Reply Quote 0
                  • M
                    maverick_slo
                    last edited by

                    Tested on work pfsense tooโ€ฆ
                    Broke that one too, so 2 broken for me ๐Ÿค’

                    1 Reply Last reply Reply Quote 0
                    • chpalmerC
                      chpalmer
                      last edited by

                      2.3.3-DEVELOPMENT (amd64)
                      built on Fri Sep 23 11:34:50 CDT 2016
                      FreeBSD 10.3-RELEASE-p8

                      Working here.

                      Triggering snowflakes one by one..
                      Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz on an M400 WG box.

                      1 Reply Last reply Reply Quote 0
                      • J
                        JorgeOliveira
                        last edited by

                        Confirmed! OpenVPN servers work on 20160923-0440 but not on 20160923-1134.

                        I'll stick with the working version and gitsync any webGUI updates until this core system issue is sorted.

                        Edit: Mon Sep 26 09:29:52 CDT 2016 version is working like a charm!

                        My views have absolutely no warranty express or implied. Always do your own research.

                        1 Reply Last reply Reply Quote 0
                        • D
                          DigitalDeviant
                          last edited by

                          I was able to restore my connection by deleting the openvpn server from my config and rebooting.

                          1 Reply Last reply Reply Quote 0
                          • jimpJ
                            jimp Rebel Alliance Developer Netgate
                            last edited by

                            Looks like we have a lead on the source of the problem:

                            https://svnweb.freebsd.org/base?view=revision&revision=306336

                            We'll get a new snap built with that soon.

                            Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                            Need help fast? Netgate Global Support!

                            Do not Chat/PM for help!

                            1 Reply Last reply Reply Quote 0
                            • rbgargaR
                              rbgarga Developer Netgate Administrator
                              last edited by

                              New snaps built today fixed it for me. Please test and let us know.

                              Renato Botelho

                              1 Reply Last reply Reply Quote 0
                              • B
                                brianc69
                                last edited by

                                Confirmed. Obvious error and boot problem fixed. Further testing under way.

                                1 Reply Last reply Reply Quote 0
                                • D
                                  doktornotor Banned
                                  last edited by

                                  2.3.3-DEVELOPMENT (amd64) built on Mon Sep 26 09:29:52 CDT 2016ย  works.

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    maverick_slo
                                    last edited by

                                    Yup same here.

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      doktornotor Banned
                                      last edited by

                                      I think this whole boot process needs to get whole lot more robust/failsafe.ย  You have /etc/rc.bootup script and almost the entire boot process is plopped into loads of function calls in that one script. When the script crashed somewhere at the top of the calls stack (as happens to be the case with the OpenVPN setup), it rendered the system very much useless.

                                      So, the core of the issue doesn't seem to be resolved at all, can happen anytime again, with amount of breakage depending on how early in the script it happens.

                                      https://redmine.pfsense.org/issues/6813#note-9

                                      1 Reply Last reply Reply Quote 0
                                      • jimpJ
                                        jimp Rebel Alliance Developer Netgate
                                        last edited by

                                        The core of this issue was the OpenSSL library problem that has been fixed. There is a separate issue where certain processes crashing can cause failures of the boot script as a whole, but it's not directly related. PHP itself was also crashing out, but neither PHP nor OpenVPN are crashing now like they were when the original problem happened.

                                        It would be great if the process was a lot more robust, with exception handling everywhere to ensure errors are trapped and handled gracefully. That's a much larger task though, not one we're likely to see even in 2.4 at this point.

                                        Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                                        Need help fast? Netgate Global Support!

                                        Do not Chat/PM for help!

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