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

    May 2nd Snapshot doesnt work, breaks everything! Beware

    Scheduled Pinned Locked Moved 2.4 Development Snapshots
    57 Posts 15 Posters 10.6k 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.
    • T
      tmushy
      last edited by

      I believe I also remember seeing the may 2nd build was based on FreeBSD 11.2 (currently 11.1).

      Maybe this has something to do with it.

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

        May 2 snapshots are working fine for me here on both real and virtual hardware, with static and DHCP WAN setups (IPv4 and IPv6).

        Any other logs, details, errors, etc?

        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
        • jimpJ
          jimp Rebel Alliance Developer Netgate
          last edited by

          @toysareforboys:

          Just updated this morning, pfsense doesn't boot :(

          I don't have any backups. Where do I go from here (linux noob)?

          That looks more like your disk ran out of space or something else caused the kernel to be corrupted. You'll need to reinstall. Luckily, the installer has an option to rescue the config.xml off the target drive so you might not be completely out of luck. That's most likely unrelated to this thread, though, so if you need more help start a fresh thread for that.

          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
            Dazog
            last edited by

            @jimp:

            May 2 snapshots are working fine for me here on both real and virtual hardware, with static and DHCP WAN setups (IPv4 and IPv6).

            Any other logs, details, errors, etc?

            What other logs do you need?

            I have a Multi-WAN setup with 1 DHCP and 1 Static connection.

            I also keep sending in this crash report:

            Crash report details:

            PHP Errors:
            [03-May-2018 01:11:30 America/Regina] PHP Warning:ย  file_get_contents(/tmp/igb2_router): failed to open stream: No such file or directory in /etc/inc/gwlb.inc on line 1225

            No FreeBSD crash data found.

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

              Anything else that seems relevant from any other logs. Like the DHCP log for dhclient, for example.

              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
              • G
                gsmornot
                last edited by

                Should I see the snapshot? My SG-3100 says I am up to date with the last update being from April 25th.
                "built on Wed Apr 25 02:28:12 CDT 2018"

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

                  @gsmornot:

                  Should I see the snapshot? My SG-3100 says I am up to date with the last update being from April 25th.
                  "built on Wed Apr 25 02:28:12 CDT 2018"

                  If you see that, you're probably on the Factory images and not CE. Factory needs more work before the FreeBSD 11-STABLE (11.2-PRERELEASE) builds are ready.

                  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
                  • G
                    gsmornot
                    last edited by

                    @jimp:

                    @gsmornot:

                    Should I see the snapshot? My SG-3100 says I am up to date with the last update being from April 25th.
                    "built on Wed Apr 25 02:28:12 CDT 2018"

                    If you see that, you're probably on the Factory images and not CE. Factory needs more work before the FreeBSD 11-STABLE (11.2-PRERELEASE) builds are ready.

                    Yes, thats it. The SG-3100 is still within the first year so it gets the factory image. No rush, just curious.

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

                      @gsmornot:

                      @jimp:

                      @gsmornot:

                      Should I see the snapshot? My SG-3100 says I am up to date with the last update being from April 25th.
                      "built on Wed Apr 25 02:28:12 CDT 2018"

                      If you see that, you're probably on the Factory images and not CE. Factory needs more work before the FreeBSD 11-STABLE (11.2-PRERELEASE) builds are ready.

                      Yes, thats it. The SG-3100 is still within the first year so it gets the factory image. No rush, just curious.

                      You can use the factory image indefinitely, not just the first year.

                      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
                      • jimpJ
                        jimp Rebel Alliance Developer Netgate
                        last edited by

                        I suspect I may have found part of the issue people are seeing in this thread:

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

                        It's possible that your firewall never rebooted after updating and it's running half updated, if you run /etc/rc.reboot that will do most of the process but the last command fails, you can then safely run 'reboot' after to finish the job.

                        For example:

                        /etc/rc.reboot
                        /sbin/reboot
                        

                        Once you're on a snap with the fix I just committed for that bug it will restart itself OK again.

                        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
                          Dazog
                          last edited by

                          @jimp:

                          I suspect I may have found part of the issue people are seeing in this thread:

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

                          It's possible that your firewall never rebooted after updating and it's running half updated, if you run /etc/rc.reboot that will do most of the process but the last command fails, you can then safely run 'reboot' after to finish the job.

                          For example:

                          /etc/rc.reboot
                          /sbin/reboot
                          

                          Once you're on a snap with the fix I just committed for that bug it will restart itself OK again.

                          Ran the commands and my DHCP connection still isn't coming back.

                          May 3 17:12:25 php-fpm 324 /interfaces.php: The command '/sbin/dhclient -c /var/etc/dhclient_opt1.conf igb2 > /tmp/igb2_output 2> /tmp/igb2_error_output' returned exit code '15', the output was ''

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

                            I just updated to 2.4.4 built on Thu May 03 18:39:20 CDT 2018 and it's generating a crash report, which I sent.

                            I'm still having dhcpv6 problems. I put wireshark on it and there do not seem to be any ipv6 messages at all.

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

                              Getting this error now in console with build: 2.4.4.a.20180503.1839

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

                                Something is definitly wrong with those builds, I cant halt or reboot via gui or sshโ€ฆ

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

                                  I reverted to 2.4.3 release and it works fine.

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    topika
                                    last edited by

                                    Same here, DNS Resolver and DHCP not starting after update, update never rebooted and ran half updated for 1-2 days, until i reverted back to stabile 2.4.3 with no problems.

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

                                      @Dazog:

                                      Getting this error now in console with build: 2.4.4.a.20180503.1839

                                      I can replicate that, but it appears harmless: https://redmine.pfsense.org/issues/8497

                                      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
                                      • jimpJ
                                        jimp Rebel Alliance Developer Netgate
                                        last edited by

                                        @maverick_slo:

                                        Something is definitly wrong with those builds, I cant halt or reboot via gui or sshโ€ฆ

                                        Please read the thread. That has been addressed.

                                        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
                                        • I
                                          iqjet
                                          last edited by

                                          /etc/rc.reboot
                                          /sbin/reboot

                                          This code helped. Runtime now reseted.

                                          1 Reply Last reply Reply Quote 0
                                          • T
                                            tmushy
                                            last edited by

                                            I can confirm this issue is still in the latest 5-04 snapshot
                                            Running the above commands did not help
                                            /etc/rc.reboot
                                            /sbin/reboot

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