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

Developer bootstrap failure.

Scheduled Pinned Locked Moved Development
17 Posts 4 Posters 9.0k 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.
  • N
    Numbski
    last edited by Sep 18, 2006, 1:14 AM

    Only pointing this out because of how odd it is, but I've worked around it.  The bootstrap script would get to testing cvsup14.freebsd.org, then hang.  /var/db/fastest_cvsup exists, but is empty.  Did that twice, left it sitting for over an hour.

    Manually ran the fastest_cvsup, put the results into /var/db/fastest_cvsup, and commented it from the dev_bootstrap.sh script.

    1 Reply Last reply Reply Quote 0
    • N
      Numbski
      last edited by Sep 18, 2006, 12:48 PM

      Building building building….

      :o

      Up to stage 4.4: builiding everything

      Yay.  Have no idea how much longer this'll take.  ;D

      1 Reply Last reply Reply Quote 0
      • G
        Gertjan
        last edited by Sep 18, 2006, 3:26 PM

        @Numbski:

        Building building building….
        Yay.  Have no idea how much longer this'll take.   ;D

        Actually, it really works  ;) - it took nearly 2 hours on a Dell 5150 Dual Core to give a 'home baked' ISO. I ran the Dev in a VMWARE environment.
        I created a second VMWARE BSD host to test the ISO - it worked just GREAT!
        Please note that this was the dev bootstrap-phase – the next time you build an ISO (or whatever) thing go significantly faster….

        No "help me" PM's please. Use the forum, the community will thank you.
        Edit : and where are the logs ??

        1 Reply Last reply Reply Quote 0
        • S
          sullrich
          last edited by Sep 18, 2006, 4:20 PM

          Don't forget to bootstrap bsd installer as well.  There is a file in builder_tools that does this:

          cd /home/pfsense/tools/builder_scripts
          ./cvsup_bsdinstaller

          1 Reply Last reply Reply Quote 0
          • G
            Gertjan
            last edited by Sep 18, 2006, 7:27 PM

            @sullrich:

            Don't forget to bootstrap bsd installer as well.  There is a file in builder_tools that does this:

            cd /home/pfsense/tools/builder_scripts
            ./cvsup_bsdinstaller

            This has already being done ones in the intitial "dev_bootstrap.sh" 'sanity ISO build check'…. just before the real ISO building begins.
            A subsequent manual 'cal' to ./cvsup_bsdinstaller gave me an error, when all the installer packages were 'tarred up' in the final phase:

            ...
            ===>  Building package for bsdinstaller-2.0.2006.0918
            Creating package /home/pfsense/tools/builder_scripts/conf/packages
            Registering depends:.
            Creating gzip'd tar ball in '/home/pfsense/tools/builder_scripts/conf/packages.tgz'
            tar: share/dfuibe_lua/lib/[color][b]b[/b][/color]itwise.lua: Cannot stat: No such file or directory
            ...
            tar: share/dfuibe_lua/lib/uinav.lua: Cannot stat: No such file or directory
            pkg_create: make_dist: tar command failed with code 256
            *** Error code 1
            

            ??? Hey, i.e., a (/usr/local/)share/dfuibe_lua/lib/Bitwise.lua exists.

            Btw: this :
            @dev_bootstrap.sh:

            echo "SKIP_RSYNC=yo" >> $HOME_PFSENSE/tools/builder_scripts/pfsense_local.sh

            poluates the pfsense_local.sh file at the end. Is this 'wanted/needed" for later on building ?

            Please note that I understand that 'no help' is (can be) given on Developers issues… (its so bloody huge  :o).

            No "help me" PM's please. Use the forum, the community will thank you.
            Edit : and where are the logs ??

            1 Reply Last reply Reply Quote 0
            • S
              sullrich
              last edited by Sep 18, 2006, 7:35 PM

              SKIP_RSYNC=yo is required if you do not have a pfsense cvs account (most likely).

              To work around the bsdinstaller issues, do this:

              pkg_add -r http://www.pfsense.com/packages/All/bsdinstaller-2.0.2006.0728.tbz
              pkg_add -r http://www.pfsense.com/packages/All/lua50-5.0.2.tbz

              And yes, the developer bootstrap is not supported officially due to the sheer complexity of everything involved in bringing you pfSense.  It requires countless utilities and processes to make everything work together.

              1 Reply Last reply Reply Quote 0
              • N
                Numbski
                last edited by Sep 18, 2006, 7:53 PM

                Thanks everyone, including GeekGod in irc.  Was trying to help out, not create a mess.  Looks like I bit by the cvs probs here.

                cvs [checkout aborted]: invalid change text in /home/pfsense/cvsroot/pfSense/usr/local/www/system_advanced.php,v

                1 Reply Last reply Reply Quote 0
                • G
                  Gertjan
                  last edited by Sep 18, 2006, 9:07 PM

                  @sullrich:

                  SKIP_RSYNC=yo is required if you do not have a pfsense cvs account (most likely).

                  Figured that out when removing these SKIP_RSYNC=yo lines….

                  @sullrich:

                  To work around the bsdinstaller issues, do this:
                  pkg_add -r http://www.pfsense.com/packages/All/bsdinstaller-2.0.2006.0728.tbz
                  pkg_add -r http://www.pfsense.com/packages/All/lua50-5.0.2.tbz

                  First line : complains that version 2.0.2006.0918 (more recent) is already installed.
                  Package lua50-5.0.2.tbz comes in just fine, but…. this doesn't removes the errors.
                  Anyway, this is an 'Installer' issue, not a pfSense pb.
                  I just 'rebuild world' and the ISO is just fine

                  @sullrich:

                  And yes, the developer bootstrap is not supported officially …..

                  I understand.
                  Over & out.

                  No "help me" PM's please. Use the forum, the community will thank you.
                  Edit : and where are the logs ??

                  1 Reply Last reply Reply Quote 0
                  • S
                    sullrich
                    last edited by Sep 18, 2006, 9:12 PM

                    About the only other thing you can do at this point is to copy /scripts/lua_installer to /tmp/

                    chmod a+rx /tmp/lua_installer
                    vi /tmp/lua_installer

                    Find where the installer backend is being launched and remove the 2> redirection.

                    Now run /tmp/lua_installer to obtain the installer specific error.

                    1 Reply Last reply Reply Quote 0
                    • D
                      DanielSHaischt
                      last edited by Oct 26, 2006, 2:49 PM

                      @Numbski:

                      Anyhoo, I'll be patient.  Qemu won't be super fast, I know that.

                      There's a good reason why Q (on OSX it's called Q and not Qemu which makes a difference) is kind of slow. It runs in pure emulation mode because the accelerators kqemu (closed source) or QVM86 (OS) didn't make it to OSX as of today.

                      Regards
                      Daniel S. Haischt

                      Mit freundlichen Gruessen / With kind regards
                      DAn.I.El S. Haischt

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post
                      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                        This community forum collects and processes your personal information.
                        consent.not_received