• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. cml
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 120
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Fog user rights

      I created this script from various install files:

      https://github.com/AdmissionRegret/utils/blob/master/fog-resetpermissions.sh

      wget https://raw.githubusercontent.com/AdmissionRegret/utils/master/fog-resetpermissions.sh
      chmod +x fog-resetpermissions.sh
      
      posted in FOG Problems
      cmlC
      cml
    • RE: Uploaded Images are not Moving for DEV folder to Image folder.

      @bsmaby

      Everything is in the link Wayne posted. Specifically, https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP#Permissions and https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP#Credentials_.2F_Passwords

      Let us know if you continue to run into issues.

      posted in FOG Problems
      cmlC
      cml
    • RE: Error message when attempting to access fog

      Is mysql running? You can typically check by running service mysqld status

      If so, can you log into mysql using the credentials in config.class.php?

      Grep your credentials with:grep DATABASE /var/www/html/fog/lib/fog/config.class.php

      root@Fed-Fog:~# grep DATABASE /var/www/html/fog/lib/fog/config.class.php
              define('DATABASE_TYPE', 'mysql'); // mysql or oracle
              define('DATABASE_HOST', 'localhost');
              define('DATABASE_NAME', 'fog');
              define('DATABASE_USERNAME', 'fog');
              define('DATABASE_PASSWORD', "password");
      

      Test your connection with:mysql -u fog -p

      root@Fed-Fog:~# mysql -u fog -p
      Enter password:
      Welcome to the MariaDB monitor.  Commands end with ; or \g.
      Your MySQL connection id is 10385683
      Server version: 5.5.50-0+deb8u1 (Debian)
      
      Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.
      
      Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
      
      MySQL [(none)]>
      
      posted in FOG Problems
      cmlC
      cml
    • 1
    • 2
    • 3
    • 3 / 3