• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. adepo331
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    adepo331

    @adepo331

    0
    Reputation
    167
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Age 44

    adepo331 Unfollow Follow

    Latest posts made by adepo331

    • RE: Wiki: Troubleshooting Multicast

      [quote=“DJCminuz, post: 1571, member: 494”]Dont know if you figured it out, but when you changed your fog password did you also do it on the OS as well?
      I.E. sudo passwd fog[/quote]
      Yes!I solved the problem. It was a database issue. I had to create a new FOG user and password in MySQL, then granted it root privileges over FOG Database. So, that was it. I posted my solution in one of the threads here.

      posted in Tutorials
      A
      adepo331
    • RE: Failed to connect to database server, will try again in next iteration.

      Definitely, you are trying to Multicast. To fix the problem ,ensure that you do not enter password for mysql root during FOG installation. after the installation, do the below:

      1. enter a Mysql username and password u desired ( e.g u=fogadmin, pwd= testing) in the /var/www/fogcommons/config.php and /opt/fog/service/etc/config.php

      Before trying to open the FOG management webpage
      Install PHPMYADMIN (this makes database management easy)
      Open http: //localhost/phpmyadmin (in your web browser)
      Create a new user $ pwd (the one you entered above) and give them ALL permissions for ALL HOSTS (basically they should be the same as ROOT
      Check the user is there and the permissions are set correctly.
      Go into the PERMISSIONS tab and remove the password for ROOT under localhost & 127.0.0.1 (if any)
      Open the FOG webmanagement page
      Set up the users in FOG
      Go back to PHPMyAdmin and make sure FOG has been added as a database. You will need to log on as the ‘new user’ above
      Reset the root password to something secure (as per pre install???)
      Open the FOG database
      Go to Permissions and BLANK the root password for localhost & 127.0.0.1

      Then your problem is solved…

      posted in FOG Problems
      A
      adepo331