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

    Installation ERROR: Fresh Install with current git trunk version.

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    5
    12
    2.8k
    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.
    • Wayne WorkmanW
      Wayne Workman
      last edited by Wayne Workman

      Cross linking similar threads:

      https://forums.fogproject.org/topic/7855/sql-error-when-upgrading-database-schema

      https://forums.fogproject.org/topic/7876/installation-error-fresh-install-with-current-git-trunk-version

      https://forums.fogproject.org/topic/7873/sql-error-after-updating-to-trunk-at-login

      https://forums.fogproject.org/topic/7862/nfs-mount-fails-network-unreachable/16

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

        This should now be 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

        Chris ShipleyC 1 Reply Last reply Reply Quote 0
        • Chris ShipleyC
          Chris Shipley @Tom Elliott
          last edited by

          @Tom-Elliott I have the latest git pull. Still having this issue on a new Centos 7 installation. When I check, there is no fog database (I do have a password, but I pass that to the system). I couldn’t identify where I might be able to create the initial database in mariadb myself when the install script pauses for you to load up the rest of the DB. I assume its only needing the database to be created, then a script will create tables, etc. Am I right? If I create the fog database myself when its pausing, restart the apache 2 service, then browse to http://IP/fog/management will it take over?

          Chris ShipleyC 1 Reply Last reply Reply Quote 0
          • Chris ShipleyC
            Chris Shipley @Chris Shipley
            last edited by

            I should say this is giving extra information on paat’s post - I am having the same issue 🙂

            1 Reply Last reply Reply Quote 1
            • Chris ShipleyC
              Chris Shipley
              last edited by

              When I create my own fog datbase (mariadb> CREATE DATABASE fog;) then restart the Apache2 (systemctl restart httpd) at the pause in the installfog.sh for database installation, I have a new error:
              SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘fog.schemaVersion’ doesn’t exist SQL: [36] SELECT vValue FROM schemaVersion Params: 0

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

                Please check your chat message. I believe the error you’re seeing is not even close to relevant for the other posts.

                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
                • B
                  bogg @paat
                  last edited by

                  I am a newbie too and have exactly the same error message as @paat when I browse to ‘http://<FOGServer>/fog/management’ after the ‘Press [Enter] key when database is updated/installed.’ notification during the FOG installation process.

                  This is a clean CEntOS 7 x86_64 Minimal 1511 installation using FOG’s wiki.

                  TIA,
                  bogg

                  @paat said in Installation ERROR: Fresh Install with current git trunk version.:

                  Hey folks,
                  I am new to this so pls bear with me. Thank you in advance!

                  I have a problem with installing the current git trunk version. I am using a VM with Ubuntu 14.04. I already tried FOG 1.2.0 stable on a VM but I want to test the current 1.3.0 beta version. With version 1.2.0 I had a flawless installation.

                  For this test I set a new VM with 14.04. When I run the fog install script it stops at : You still need to install/upgrade your database schema… And prompts me to go to x.x.x.x/fog/management and install/update the database. When I do this i get following error msg in the browser: No database to work off SQL: [23] SET SESSION sql_mode=‘’ Params: 0
                  FYI I set no password for mysql database.

                  Maybe you experienced the same problem and have advice for me.

                  Thank you in advance!

                  1 Reply Last reply Reply Quote 0
                  • Chris ShipleyC
                    Chris Shipley
                    last edited by

                    Tom poked around on my setup and found an error to push out - stay tuned for his update. 🙂

                    Tom ElliottT 1 Reply Last reply Reply Quote 1
                    • Tom ElliottT
                      Tom Elliott @Chris Shipley
                      last edited by

                      @Chris-Shipley Already pushed the fix.

                      Thanks again.

                      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

                      P 1 Reply Last reply Reply Quote 2
                      • P
                        paat @Tom Elliott
                        last edited by

                        @Tom-Elliott Thank you Tom. Now the install script runs flawlessly.

                        B 1 Reply Last reply Reply Quote 0
                        • B
                          bogg @paat
                          last edited by

                          Thank you, Everyone, for the updates and fixes.

                          Regards,
                          bogg

                          @paat said in Installation ERROR: Fresh Install with current git trunk version.:

                          @Tom-Elliott Thank you Tom. Now the install script runs flawlessly.

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

                          161

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project