FOG Project

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

    Locked out of FOG

    FOG Problems
    2
    3
    1156
    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.
    • J
      jbc last edited by

      I tried to update the kernel and after downloading it, I got an error stating it couldn’t connect to the tftp site. I looked for help regarding that & every posting said it was usually a password problem. I reset the passwords for the account and the ftp_tftp setting but that didn’t help. I then reset the password for the fog account in mysql and now I can’t even log in as the fog user through the web interface. I’m totally locked out of FOG. Help!

      Thanks,

      1 Reply Last reply Reply Quote 0
      • J
        jbc last edited by

        Thanks! I had done the mysql pwd change, and rebooted the computer, but maybe the password was still cached somewhere. After another reboot I was able to get back in. Everything’s copacetic now.

        1 Reply Last reply Reply Quote 0
        • C
          chad-bisd Moderator last edited by

          If you can still log into mysql, you probably need to fix the password record for the fog user. I think it’s a simple update statement:
          [CODE]
          use fog;
          update users set uPass = MD5(“password”) where uName = “fog”;
          [/CODE]

          then you can login to the webUI again using username = fog and password = password


          If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

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

          184
          Online

          10.2k
          Users

          16.3k
          Topics

          149.9k
          Posts

          Copyright © 2012-2020 FOG Project