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

    Locked out of FOG

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    3
    1.5k
    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
      • 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
        • 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
          • 1 / 1
          • First post
            Last post

          163

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project