• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.
  • S
    sudburr
    last edited by Oct 17, 2016, 5:21 PM

    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 ]

    W 1 Reply Last reply Oct 17, 2016, 6:22 PM Reply Quote 0
    • S
      sudburr
      last edited by sudburr Oct 17, 2016, 11:43 AM Oct 17, 2016, 5:40 PM

      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
      • W
        Wayne Workman @sudburr
        last edited by Oct 17, 2016, 6:22 PM

        @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
        • S
          sudburr
          last edited by sudburr Oct 17, 2016, 1:10 PM Oct 17, 2016, 6:55 PM

          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 ]

          W 2 Replies Last reply Oct 17, 2016, 8:14 PM Reply Quote 0
          • W
            Wayne Workman @sudburr
            last edited by Oct 17, 2016, 8:14 PM

            @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
            • W
              Wayne Workman @sudburr
              last edited by Oct 17, 2016, 9:54 PM

              @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
              • T
                Tom Elliott
                last edited by Oct 17, 2016, 11:58 PM

                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

                W 1 Reply Last reply Oct 18, 2016, 12:27 PM Reply Quote 0
                • W
                  Wayne Workman @Tom Elliott
                  last edited by Oct 18, 2016, 12:27 PM

                  @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/

                  T 1 Reply Last reply Oct 18, 2016, 12:47 PM Reply Quote 0
                  • T
                    Tom Elliott @Wayne Workman
                    last edited by Oct 18, 2016, 12:47 PM

                    @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

                    W 1 Reply Last reply Oct 19, 2016, 1:19 AM Reply Quote 0
                    • W
                      Wayne Workman @Tom Elliott
                      last edited by Wayne Workman Oct 18, 2016, 7:19 PM Oct 19, 2016, 1:19 AM

                      @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
                      • W
                        Wayne Workman
                        last edited by Oct 19, 2016, 1:49 AM

                        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/

                        T 1 Reply Last reply Oct 19, 2016, 2:08 AM Reply Quote 0
                        • T
                          Tom Elliott @Wayne Workman
                          last edited by Oct 19, 2016, 2:08 AM

                          @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
                          1 / 1
                          • First post
                            10/12
                            Last post

                          220

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project