• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Can't image - attempting fixparts

Scheduled Pinned Locked Moved Solved
FOG Problems
5
15
3.1k
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.
  • U
    UWPVIOLATOR
    last edited by Jun 29, 2018, 6:27 PM

    This post is deleted!
    T 1 Reply Last reply Jun 29, 2018, 6:28 PM Reply Quote 1
    • T
      Tom Elliott @Aysientor
      last edited by Jun 29, 2018, 6:27 PM

      @aysientor Please switch to the working branch.

      This issue was brought up and has since been fixed, and will be used in the 1.5.5 release. (Working only has one change, which directly relates to multicast session imaging. FOS (the thing that should contain the fixparts executable) is it’s own repository, so it was addressed separately. When a release happens, the two repos are paired, sort of, together (FOS with just the binaries generated, and the main installer you are used to seeing.)

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      R A 2 Replies Last reply Jul 2, 2018, 12:05 AM Reply Quote 0
      • T
        Tom Elliott @UWPVIOLATOR
        last edited by Jun 29, 2018, 6:28 PM

        @uwpviolator Close, but no. I made the fix, and have it prepared, just wanted to make sure things are okay on the working branch first.

        Especially now with all the PHP-FPM hoopla going on, I have changes per @george1421 on many of the other threads which would be great to know is working properly now.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • R
          raju_inc @Tom Elliott
          last edited by Jul 2, 2018, 12:05 AM

          @tom-elliott
          Thank you.
          I have followed the instructions here: https://wiki.fogproject.org/wiki/index.php?title=Getting_FOG and still getting the same error.
          How do i check if i have successfully installed the working version?

          0_1530487212388_ac3ead2d-8925-4802-bb16-eaf278a2dbf0-image.png

          These are the command i have run:

           git checkout working
           sudo -i
           cd /root/fogproject/bin
           ./installfog.sh
          
          T 1 Reply Last reply Jul 2, 2018, 1:43 AM Reply Quote 0
          • T
            Tom Elliott @raju_inc
            last edited by Jul 2, 2018, 1:43 AM

            @raju_inc you would likely need to run git pull after the checkout otherwise working is sitting at the same point as dev, master, etc…

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            1 Reply Last reply Reply Quote 1
            • A
              Aysientor @Tom Elliott
              last edited by Jul 2, 2018, 6:17 PM

              @tom-elliott

              Copy. Just attempted to switch over to the working branch, but I to am not sure if I did it correctly.

               git checkout working
               git pull
               sudo -i
               cd /root/fogproject/bin
               ./installfog.sh
              

              My version information is the same as what @raju_inc is showing.

              T 1 Reply Last reply Jul 2, 2018, 7:05 PM Reply Quote 0
              • T
                Tom Elliott @Aysientor
                last edited by Jul 2, 2018, 7:05 PM

                @aysientor the version is fine, the working branch when pulled removes the implicit download of binaries zip file. When set that way, the install will download the inits individually. Of course I could’ve made a mistake and I’ll double check things.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                A 1 Reply Last reply Jul 2, 2018, 7:07 PM Reply Quote 0
                • A
                  Aysientor @Tom Elliott
                  last edited by Jul 2, 2018, 7:07 PM

                  @tom-elliott

                  Gotcha. I just tried another debug and fixparts wasn’t found. Thank you for the quick replies!

                  T 1 Reply Last reply Jul 2, 2018, 7:12 PM Reply Quote 0
                  • T
                    Tom Elliott @Aysientor
                    last edited by Tom Elliott Jul 2, 2018, 1:35 PM Jul 2, 2018, 7:12 PM

                    @aysientor Please manually download the latest inits. I looked and the version is still set to “full” so it’s using the predownloaded binaries.

                    To download the latest run as root:

                    wget -O /var/www/fog/service/ipxe/init.xz https://fogproject.org/inits/init.xz
                    wget -O /var/www/fog/service/ipxe/init_32.xz https://fogproject.org/inits/init_32.xz
                    

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    A 1 Reply Last reply Jul 2, 2018, 7:32 PM Reply Quote 1
                    • A
                      Aysientor @Tom Elliott
                      last edited by Jul 2, 2018, 7:32 PM

                      @tom-elliott

                      Success, it’s now imaging!

                      Noticed one typo with /var/www/fog/service/ipxe/init.xz missing “_32”

                      Thank you!!

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Jul 2, 2018, 7:35 PM

                        Thanks and fixed.

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        1 / 1
                        • First post
                          14/15
                          Last post

                        188

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project