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

    RC 1.5.0-RC9 Kernel Install issue

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    3
    16
    2.3k
    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
      Sebastian Roth Moderator
      last edited by

      @Zach-Bratcher You connected to the internet through a proxy server by any chance?

      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
      • Z
        Zach Bratcher
        last edited by

        No… It was working fine when I was on RC5 and stopped right after the upgrade.

        Tom ElliottT 1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott @Zach Bratcher
          last edited by

          @zach-bratcher I’m pretty sure this is fixed in the working branch. Anyway I can ask you to try it out?

          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
          • Z
            Zach Bratcher
            last edited by

            0_1507299012765_Screen Shot 2017-10-06 at 9.09.29 AM.png

            When I am on this screen and click the Install button is when I get no error or nothing it doesn’t do anything. I even look in /var/www/fog/service/ipxe on the server and do not see any new bzImage files.

            Tom ElliottT 1 Reply Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott @Zach Bratcher
              last edited by

              @zach-bratcher Again I ask if you can please install working branch to see if this is already taken care of, i believe it is, though confirmation would be great from those that are having the problem.

              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

              Z 1 Reply Last reply Reply Quote 0
              • Z
                Zach Bratcher @Tom Elliott
                last edited by

                @tom-elliott What is the URL to working branch or the process. I have been using the Trunk update process.

                Thanks

                Tom ElliottT 1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott @Zach Bratcher
                  last edited by

                  @zach-bratcher Are you using git?

                  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

                  Z 1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    I solved this thread as I found the issue in the latest working, and was able to fix it and push out a fix for it too.

                    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
                    • Tom ElliottT
                      Tom Elliott
                      last edited by

                      cd /<path>/<to>/<git repo>/
                      git pull
                      git checkout working
                      git pull
                      cd bin
                      ./installfog.sh -y

                      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
                      • Z
                        Zach Bratcher @Tom Elliott
                        last edited by

                        @tom-elliott root@WacoFogServer:/fog/fogproject# git pull
                        remote: Counting objects: 30, done.
                        remote: Compressing objects: 100% (13/13), done.
                        remote: Total 30 (delta 17), reused 30 (delta 17), pack-reused 0
                        Unpacking objects: 100% (30/30), done.
                        From https://github.com/FOGProject/fogproject
                        c77c654…94cd6d1 working -> origin/working
                        Already up-to-date.

                        Tom ElliottT 1 Reply Last reply Reply Quote 0
                        • Tom ElliottT
                          Tom Elliott @Zach Bratcher
                          last edited by

                          @zach-bratcher Please do as I suggested including the git checkout, through the installfog.sh.

                          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

                          Z 2 Replies Last reply Reply Quote 0
                          • Z
                            Zach Bratcher @Tom Elliott
                            last edited by

                            @tom-elliott Running that now

                            1 Reply Last reply Reply Quote 0
                            • Z
                              Zach Bratcher @Tom Elliott
                              last edited by

                              @tom-elliott Thanks that worked. Getting this when I go to the default FOG configuration page.
                              You are not running the most current version of FOG!
                              You are currently running version: 63

                              Latest stable version is 1.4.4

                              Latest svn version is 6078

                              Latest git version is 1.5.0-RC-9

                              So guess the latest version is having that issue.

                              Tom ElliottT 1 Reply Last reply Reply Quote 0
                              • Tom ElliottT
                                Tom Elliott @Zach Bratcher
                                last edited by

                                @zach-bratcher You’re on working branch, this is normal.

                                Working is not calculated as “latest” version.

                                Latest is considered one of the RC’s or the latest Stable.

                                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

                                Z 1 Reply Last reply Reply Quote 0
                                • Z
                                  Zach Bratcher @Tom Elliott
                                  last edited by

                                  @tom-elliott Oh Ok… Thanks for the help. Now to just get the PXE working on my local subnet I will be good to go. This is a local network issue. 🙂

                                  Thanks for the help.

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

                                  220

                                  Online

                                  12.1k

                                  Users

                                  17.3k

                                  Topics

                                  155.4k

                                  Posts
                                  Copyright © 2012-2024 FOG Project