• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Chris Bosman
    3. Topics
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 14
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by Chris Bosman

    • C

      Solved Unable to Create Download Task from NAS-stored image

      FOG Problems
      • • • Chris Bosman
      10
      0
      Votes
      10
      Posts
      2.6k
      Views

      C

      Alright, I got this figured out. Everything was configured correctly on the FOG end, it ended up being a setting on the Synology NAS that I needed to change. I had to enable SFTP. Once that was enabled, everything began working correctly.

    • C

      Can No Longer Login to Web GUI - Invalid Login (FOG 1.1.2/Ubuntu 14.04)

      FOG Problems
      • • • Chris Bosman
      11
      0
      Votes
      11
      Posts
      3.9k
      Views

      Tom ElliottT

      Try this
      You know what username you used?

      Do you know what type you entered it as?

      FOG Uses MD5 encryption to the passwords to set the password. This way there’s kind of a level of security making cracking your passwords that much more difficult.

      Try this:
      [code]mysql -u root [ -p #only if you have a password for your database ] fog
      select * from users WHERE uName=‘<YOURUSERNAMEHERE>’;
      update users set uType=‘0’ where uName=‘<YOURUSERNAMEHERE>’;
      update users set uPass=MD5(‘<YOURNEWPASSWORDHERE>’) WHERE uName=‘<YOURUSERNAMEHERE>’:[/code]

      Hopefully everything will work properly and you’ll be able to sign into your FOG system.

    • 1 / 1