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

7981 to 8120 - stuck on "Database Schema Installer / Updater"

Scheduled Pinned Locked Moved Solved
Bug Reports
6
28
7.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.
  • P
    plegrand @Quazz
    last edited by plegrand Jun 16, 2016, 3:40 AM Jun 16, 2016, 9:39 AM

    @Quazz i made test with 127.0.0.1 same problem

       snmysqluser='root'
        snmysqlpass=""
        snmysqlhost='127.0.0.1'
    
    
    private static function db_settings() {
        define('DATABASE_TYPE','mysql'); // mysql or oracle
        define('DATABASE_HOST','127.0.0.1');
        define('DATABASE_NAME','fog');
        define('DATABASE_USERNAME','root');
        define('DATABASE_PASSWORD',"");
    }
    
    Q 1 Reply Last reply Jun 16, 2016, 9:44 AM Reply Quote 0
    • Q
      Quazz Moderator @plegrand
      last edited by Jun 16, 2016, 9:44 AM

      @plegrand Try restarting mysql and then apache service.

      P 1 Reply Last reply Jun 16, 2016, 9:46 AM Reply Quote 0
      • P
        plegrand @Quazz
        last edited by Jun 16, 2016, 9:46 AM

        @Quazz i already made that without success
        as the database didn’t modified may be i could downgrade ?

        Q 1 Reply Last reply Jun 16, 2016, 9:50 AM Reply Quote 0
        • Q
          Quazz Moderator @plegrand
          last edited by Jun 16, 2016, 9:50 AM

          @plegrand You could, I suppose, although seeing as the issue is resolved for most it might be necessary to figure out why it’s not working for you.

          If you need FOG then downgrade yes.

          P 1 Reply Last reply Jun 16, 2016, 9:51 AM Reply Quote 0
          • P
            plegrand @Quazz
            last edited by Jun 16, 2016, 9:51 AM

            @Quazz during install i’ve got this message :

            ########################################################################################
            FOG has adjusted to using a login system to protect what can/cannot be downloaded
            We have detected that you don’t have credentials defined to perform the backup
            If you would like the database to be backed up during install please define
            in your /opt/fog/.fogsettings file

            fogguiuser=‘usernameOfFOGGUI’
            fogguipass=‘passwordOfFOGGUIUser’

            You can also re-run this installer as:

            fogguiuser=‘usernameOfFOGGUI’ fogguipass=‘passwordOfFOGGUIUser’ ././installfog.sh
            ########################################################################################

            Do you think that could be the problem ?

            Q T 2 Replies Last reply Jun 16, 2016, 9:53 AM Reply Quote 0
            • Q
              Quazz Moderator @plegrand
              last edited by Jun 16, 2016, 9:53 AM

              @plegrand Don’t know enough about it to say for certain, but it won’t hurt to add those lines to your .fogsettings file with your webgui login credentials.

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott @plegrand
                last edited by Jun 16, 2016, 9:54 AM

                @plegrand All this does is allows the installer to backup the data as necessary.

                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
                • T
                  Tom Elliott
                  last edited by Jun 16, 2016, 9:55 AM

                  If disabling mod_evasive allows things to work, why not just remove it?

                  On CentOS the command to remove would be:

                  yum remove mod_evasive I don’t remember what it is for ubuntu though I would imagine something like:
                  apt-get purge libmod-apache2-evasive

                  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 Jun 16, 2016, 9:56 AM Reply Quote 0
                  • P
                    plegrand @Tom Elliott
                    last edited by plegrand Jun 16, 2016, 4:00 AM Jun 16, 2016, 9:56 AM

                    @Tom-Elliott as i said before remove mod_evasive didn’t solve the problem. I thought but no.
                    I’m on debian stable
                    Do you think i can downgrade ?

                    1 Reply Last reply Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by Jun 16, 2016, 10:19 AM

                      I think the main issue was indeed solved, but then there was an issue in loading DB side. The Javascript that displays the normal text was not able to be displayed as the script that handles it was loaded out of order. Should be fixed, again, in the latest.

                      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
                      • D
                        davido38
                        last edited by Jun 16, 2016, 12:26 PM

                        Just upgrade to 5694 and same problem it stay stuck on “Database Schema Installer / Updater”

                        T P 2 Replies Last reply Jun 16, 2016, 12:28 PM Reply Quote 0
                        • T
                          Tom Elliott @davido38
                          last edited by Jun 16, 2016, 12:28 PM

                          @davido38 Hard refresh.

                          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
                          • P
                            plegrand @davido38
                            last edited by Jun 16, 2016, 12:28 PM

                            @davido38 i just upgrade to 5694 ant it works for me

                            1 Reply Last reply Reply Quote 0
                            • D
                              davido38
                              last edited by Jun 16, 2016, 12:37 PM

                              still the same.

                              the same problem here ? https://forums.fogproject.org/topic/7791/database-issue-on-latest-trunk

                              T 1 Reply Last reply Jun 16, 2016, 12:38 PM Reply Quote 0
                              • T
                                Tom Elliott @davido38
                                last edited by Jun 16, 2016, 12:38 PM

                                @davido38 is it displaying a message? What browser are you using?

                                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
                                • D
                                  davido38
                                  last edited by Jun 16, 2016, 1:26 PM

                                  0_1466083410942_Sans titre.png

                                  Internet explorer, Firefox, Iceweasel

                                  T 1 Reply Last reply Jun 16, 2016, 1:27 PM Reply Quote 0
                                  • T
                                    Tom Elliott @davido38
                                    last edited by Jun 16, 2016, 1:27 PM

                                    That would lead me to think you need to edit your /var/www/fog/lib/config.class.php file.

                                    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
                                    • D
                                      davido38
                                      last edited by Jun 16, 2016, 2:23 PM

                                      ok that works thanks

                                      1 Reply Last reply Reply Quote 0
                                      • 1
                                      • 2
                                      • 1 / 2
                                      1 / 2
                                      • First post
                                        20/28
                                        Last post

                                      169

                                      Online

                                      12.0k

                                      Users

                                      17.3k

                                      Topics

                                      155.2k

                                      Posts
                                      Copyright © 2012-2024 FOG Project