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

    Power Outage caused Management Login problems?

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    3
    899
    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
      PdsNick
      last edited by

      I set up a new Fog server (1.0.1) on Ubuntu 12.04 LTS. It is a VM with 6gb of ram and 4 virtual cpus at 2.67ghz. Last week I got everything setup without any major issues, but Friday night there was a power outage and now I can’t log into the Management portal through the web gui. I get to the login screen, enter my username and password, the page then prompts me with the “Estimated FOG sites: 4816” but doesn’t go to anything. If I purposely enter an incorrect password it will kick back an error message “Invalid Login”

      I’m very new to Fog so if someone could help me out it would be greatly appreciated.

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        It sounds like the user that was created for this is setup as mobile user.

        You may have to change the type of the user to be that of an admin within the actual database.

        This can be done with:
        [code]mysql -u root [-p’PASSWORDHEREIFYOUSETIT’]
        update users set uType=“0” where uName=“USERNAMETRYINGTOSIGNIN”;
        [/code]

        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
          PdsNick
          last edited by

          Thanks for the reply Tom, I will try this out and see what I get

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

          182

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project