• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. plegrand
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 46
    • Posts 431
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Database issue on latest trunk

      MAy be you should find out these :
      define(‘DATABASE_HOST’,’’);
      define(‘DATABASE_USERNAME’,’’);
      define(‘DATABASE_PASSWORD’,“”); if there is a password

      posted in FOG Problems
      P
      plegrand
    • RE: 7981 to 8120 - stuck on "Database Schema Installer / Updater"

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

      posted in Bug Reports
      P
      plegrand
    • RE: 7981 to 8120 - stuck on "Database Schema Installer / Updater"

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

      posted in Bug Reports
      P
      plegrand
    • RE: 7981 to 8120 - GUI broken

      If you are on debian, log files are in /var/log/apache2/error.log

      posted in Bug Reports
      P
      plegrand
    • RE: 7981 to 8120 - stuck on "Database Schema Installer / Updater"

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

      posted in Bug Reports
      P
      plegrand
    • RE: 7981 to 8120 - stuck on "Database Schema Installer / Updater"

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

      posted in Bug Reports
      P
      plegrand
    • RE: 7981 to 8120 - stuck on "Database Schema Installer / Updater"

      @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',"");
      }
      
      posted in Bug Reports
      P
      plegrand
    • RE: 7981 to 8120 - stuck on "Database Schema Installer / Updater"

      @Quazz nothing interesting in error.log since i remove mod_evasive

      posted in Bug Reports
      P
      plegrand
    • RE: 7981 to 8120 - stuck on "Database Schema Installer / Updater"

      @Quazz i made that but in fact it didnt solve the problem
      i thought it solved it but no
      Everything worked fine before this upgrade

      posted in Bug Reports
      P
      plegrand
    • RE: 7981 to 8120 - stuck on "Database Schema Installer / Updater"

      @plegrand At this step is it possible to downgrade to make fog works again ?

      posted in Bug Reports
      P
      plegrand
    • 7981 to 8120 - stuck on "Database Schema Installer / Updater"

      Hello
      I upgraded from 7981 to 8120
      0_1466060042303_Sans titre.png

      I made the changes into /var/www/html/fog/lib/fog/config.class.php without success

      private static function db_settings() {
          define('DATABASE_TYPE','mysql'); // mysql or oracle
          define('DATABASE_HOST','localhost');
          define('DATABASE_NAME','fog');
          define('DATABASE_USERNAME','root');
          define('DATABASE_PASSWORD',"");
      }
      

      But it stay stuck on “Database Schema Installer / Updater”

      In the source code of the web page i can see that :

      <div id="dbNotRunning" class="hidden">
      Your database connection appears to be invalid. 
      FOG is unable to communicate with the database. 
      There are many reasons why this could be the case. 
      Please check your credentials in /var/www/fog/lib/fog/config.class.php. 
      Also confirm that the database is indeed running. 
      If credentials are correct, and the Database service is running, check to ensure your filesystem has enough space.
      </div>
      
      mysql -h localhost -u root
      Welcome to the MySQL monitor.  Commands end with ; or \g.
      Your MySQL connection id is 93
      Server version: 5.5.49-0+deb8u1 (Debian)
      
      Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
      
      Oracle is a registered trademark of Oracle Corporation and/or its
      affiliates. Other names may be trademarks of their respective
      owners.
      
      Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
      
      mysql> use fog
      Reading table information for completion of table and column names
      You can turn off this feature to get a quicker startup with -A
      
      Database changed
      mysql> 
      
       df -h
      Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
      /dev/sda1          8,2G    1,2G  6,6G  15% /
      udev                10M       0   10M   0% /dev
      tmpfs              6,3G    154M  6,2G   3% /run
      tmpfs               16G       0   16G   0% /dev/shm
      tmpfs              5,0M       0  5,0M   0% /run/lock
      tmpfs               16G       0   16G   0% /sys/fs/cgroup
      /dev/sda5          2,7G    471M  2,1G  19% /var
      /dev/sda7          360M    3,8M  334M   2% /tmp
      /dev/sda8          842G    245G  555G  31% /home
      

      What i have to do ?
      I’m wondering if it’s not the evasive mod, could it be that ?
      there is a lot of file /tmp/dos-xxx.xxx.xxx.xxx, it seems to be blacklisted client

      Then i made a test : a2dismod evasive
      then it works !!!

      a2enmod evasive
      it doesnt work !!

      I speak too fast same problem

      Then i modified the .fogsettings like that
      snmysqluser=‘root’
      snmysqlpass=“”
      snmysqlhost=‘localhost’
      irun again installer same problem.
      It’s a big problem for us because i cant use fog for the moment

      posted in Bug Reports
      P
      plegrand
    • RE: After update to latest SVN 5678 Database Schema Installer / Updater Error

      Hello
      same problem here upgraded from 7981 to 8120
      0_1466060042303_Sans titre.png

      I made the change into /var/www/html/fog/lib/fog/config.class.php without success
      what i have to do ?

      I dont know if it’s the same problem but just after “installfog.sh” i’ve got this error message :
      cat: /home/svn/trunk/bin/goodInterface.txt: Aucun fichier ou dossier de ce type

      thanks for your help

      posted in Bug Reports
      P
      plegrand
    • RE: 7945 display and translation problem

      @Tom-Elliott i’m trying to translate as it’s said here : https://wiki.fogproject.org/wiki/index.php?title=How_to_translate_FOG
      when i try to open messages.pot i’ve got an error message :
      messages.pot is not a valid pot file

      hmm may be this url is better : https://wiki.fogproject.org/wiki/index.php?title=Translating_FOG

      posted in FOG Problems
      P
      plegrand
    • RE: 7945 display and translation problem

      @Tom-Elliott the problem is that some icon disaply alternative text in frecn and it’s good but some others alternatives text are in italian
      Gestione postazioni should be : Gestion des postes
      Gestione gruppi should be : Gestion des groupes
      Gestione immagini should be : Gestion des images
      Gestione stampanti should be : Gestion des imprimantes

      posted in FOG Problems
      P
      plegrand
    • RE: 7945 display and translation problem

      @Tom-Elliott i could translate italian text in french if you want

      posted in FOG Problems
      P
      plegrand
    • RE: 7945 display and translation problem

      As you can see, form fields on “login page” are not aligned.
      and some icons display italian text while i choose french langage.

      posted in FOG Problems
      P
      plegrand
    • 7945 display and translation problem

      Hello,
      i just upgraded fog to 5615 => 7945 and i notice some display and translation problem :

      0_1464702919864_fog.png

      is there a solution for this litle problem?
      thanks

      posted in FOG Problems
      P
      plegrand
    • RE: Where are you located ? Please Reply..

      Chartres , France

      posted in General
      P
      plegrand
    • RE: Since the latest update, FOG seems to not be renaming.

      @Sebastian-Roth oups, sorry for bad information…

      posted in FOG Problems
      P
      plegrand
    • RE: Since the latest update, FOG seems to not be renaming.

      @x23piracy Fog can be downgraded if i remember well (svn)

      posted in FOG Problems
      P
      plegrand
    • 1
    • 2
    • 10
    • 11
    • 12
    • 13
    • 14
    • 21
    • 22
    • 12 / 22