• 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
    • Groups 0

    Topics

    • C

      Unable to Create Download Task from NAS-stored image

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      10
      0 Votes
      10 Posts
      3k 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)

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      11
      0 Votes
      11 Posts
      4k 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