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

Fog Web GUI Login Problem

Scheduled Pinned Locked Moved Solved
FOG Problems
4
6
2.6k
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.
  • D
    dbrisser
    last edited by Jun 15, 2016, 3:17 PM

    We are in the process of upgrading our FOG Server. I installed Ubuntu Server 14.04.4 LTS, then installed FOG 1.2. I had started adding a few clients to test uploading/downloading images and I was kicked back to the login screen after a few minutes. When I try to login the screen refreshes the site and version number but does not login If I try an invalid password I get the message at the top of the screen informing me about an invalid password. I have not created any other users and was using the default FOG/password combination. I have tried resetting the default password in MySQL, alternate browsers/computers all with the same result.
    Any suggestions?

    1 Reply Last reply Reply Quote 0
    • S
      SaxxAppeal
      last edited by Jun 15, 2016, 3:28 PM

      Just to be clear, the default user name and password you were using were “fog” and “password”?

      Did you capitalize “fog” for the user name?

      1 Reply Last reply Reply Quote 1
      • D
        dbrisser
        last edited by Jun 15, 2016, 3:34 PM

        No, I didn’t capitalize fog. I don’t get the invalid login message at the top of the screen like I do if I would use Fog as the username.

        W 1 Reply Last reply Jun 15, 2016, 3:36 PM Reply Quote 0
        • W
          Wayne Workman @dbrisser
          last edited by Jun 15, 2016, 3:36 PM

          @dbrisser Try to restart mysql, and then apache. On ubuntu that should be service mysql restart;service apache2 restart

          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 0
          • W
            Wolfbane8653 Developer
            last edited by Wolfbane8653 Jun 15, 2016, 9:56 AM Jun 15, 2016, 3:55 PM

            Confirm this plz…

            mysql -u fog -p fog
            

            Then type in the password. Do you get…

            ERROR 1045 (28000): Access denied for user 'fog'@'localhost' (using password: YES)
            

            Just had a small hickup in svn 5680. Had to do the following…

            mysql> create user 'fog'@'localhost' identified by 'your password here';
            Query OK, 0 rows affected (0.00 sec)
            
            mysql> GRANT ALL PRIVILEGES ON * . * TO 'fog'@'localhost';
            Query OK, 0 rows affected (0.00 sec)
            
            mysql> FLUSH PRIVILEGES;
            
            1 Reply Last reply Reply Quote 0
            • D
              dbrisser
              last edited by Jun 15, 2016, 9:23 PM

              I was able to get it working. The problem turned out the be the server running out of storage, once that was fixed everything is working again.
              Thanks for the suggestions!

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

              231

              Online

              12.0k

              Users

              17.3k

              Topics

              155.2k

              Posts
              Copyright © 2012-2024 FOG Project