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

    Virgin Install of RC14v3(svn5974) pulling wrong PhP

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    3
    12
    2.9k
    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.
    • sudburrS
      sudburr
      last edited by

      Server
      • FOG Version: RC14v3(svn5974)
      • OS: CentOS 7.2.1511
      Client
      • Service Version: n/a
      • OS: n/a
      Description

      First-time installing at the command to:

      You still need to install/update your database schema.
       * This can be done by opening a web browser a
      nd going to:
         http://172.19.244.32/fog/management
       * Press [Enter] key when database is updated/installed.
      

      Visiting the web page elicits:

      FOG Requires PHP v5.5.0 or higher. You have PHP v5.4.45
      

      PhP was installed by the FOG installer itself.

      [ Standing in between extinction in the cold and explosive radiating growth ]

      Wayne WorkmanW 1 Reply Last reply Reply Quote 0
      • sudburrS
        sudburr
        last edited by sudburr

        Upgrading to PhP 7.x after installation of FOG, then rebooting

        rpm -Uvh http://rpms.remirepo.net/enterprise/remi-release-7.rpm
        yum-config-manager --enable remi-php70
        php -v
        yum clean all
        yum makecache
        yum update -y
        reboot
        

        … then revisiting the web page appears to fix it.

        [ Standing in between extinction in the cold and explosive radiating growth ]

        1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman @sudburr
          last edited by

          @sudburr Please see here:
          https://forums.fogproject.org/topic/8730/fog-installer-distro-check

          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!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          1 Reply Last reply Reply Quote 0
          • sudburrS
            sudburr
            last edited by sudburr

            Thank you.

            So for now, a workaround must be employed post-installation to make up for the FOG installer until it is updated to fetch and install the proper PhP repositories for CentOS 7.2.1511.

            Can we expect this in RC15?

            It’s interesting to note that pre-installing PhP 7.x causes the installer to fail.

            This reminds me of some testing awhile ago with an earlier version of FOG where even though PhP 7.x was already installed, the FOG installer forced the installation of 5.4 or whatever.

            [ Standing in between extinction in the cold and explosive radiating growth ]

            Wayne WorkmanW 2 Replies Last reply Reply Quote 0
            • Wayne WorkmanW
              Wayne Workman @sudburr
              last edited by

              @sudburr said in Virgin Install of RC14v3(svn5974) pulling wrong PhP:

              It’s interesting to note that pre-installing PhP 7.x causes the installer to fail.

              I didn’t realize that. I will try to dig into the installer tonight.

              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!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              1 Reply Last reply Reply Quote 0
              • Wayne WorkmanW
                Wayne Workman @sudburr
                last edited by

                @sudburr I found it, this fixes it:
                https://github.com/FOGProject/fogproject/pull/138/files

                So I’m sure RC-15 will be solid again for CentOS 7.

                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!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

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

                  Found and more appropriately addressed. Thanks @Wayne-Workman for taking a bit of the lead. I found a few more issues with how it was being handled and am fairly sure this is now properly fixed. Thanks @sudburr for reporting. Mind you, I’m also not seeing the double entry in the fogsettings file though.

                  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

                  Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                  • Wayne WorkmanW
                    Wayne Workman @Tom Elliott
                    last edited by

                    @Tom-Elliott Are you sure? Last night I didn’t have success with my CentOS 7 tests.

                    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!
                    Daily Clean Installation Results:
                    https://fogtesting.fogproject.us/
                    FOG Reporting:
                    https://fog-external-reporting-results.fogproject.us/

                    Tom ElliottT 1 Reply Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott @Wayne Workman
                      last edited by

                      @Wayne-Workman yes I’m sure.

                      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

                      Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                      • Wayne WorkmanW
                        Wayne Workman @Tom Elliott
                        last edited by Wayne Workman

                        @Tom-Elliott This isn’t solved yet. CentOS 7 still does not install correctly with working-RC-15 version 51.

                        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!
                        Daily Clean Installation Results:
                        https://fogtesting.fogproject.us/
                        FOG Reporting:
                        https://fog-external-reporting-results.fogproject.us/

                        1 Reply Last reply Reply Quote 0
                        • Wayne WorkmanW
                          Wayne Workman
                          last edited by

                          Well, it appears to be intermittent.

                          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!
                          Daily Clean Installation Results:
                          https://fogtesting.fogproject.us/
                          FOG Reporting:
                          https://fog-external-reporting-results.fogproject.us/

                          Tom ElliottT 1 Reply Last reply Reply Quote 0
                          • Tom ElliottT
                            Tom Elliott @Wayne Workman
                            last edited by

                            @Wayne-Workman What do you mean intermittent?

                            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
                            • First post
                              Last post

                            242

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project