• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. chad-bisd
    3. Best
    C
    • Profile
    • Following 0
    • Followers 1
    • Topics 12
    • Posts 1,148
    • Best 4
    • Controversial 0
    • Groups 1

    Best posts made by chad-bisd

    • Please do not cross post on multiple forums with the same question

      This seems to be happening more often lately than in the past. If you post the same or very similar question in multiple forums, it doesn’t increase your chances of getting help. It just increase the chance of annoying those that are most likely able to help.

      Most of the forum community that regularly respond to help requests use the “What’s New?” link near the top of the forums. We see your post no matter what forum you put it in.

      TL DR: Don’t cross post, or [B]kittens[/B] will die. Save the kittens.

      posted in General
      C
      chad-bisd
    • RE: Locked out of FOG

      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

      posted in FOG Problems
      C
      chad-bisd
    • RE: Fog and remote site VPN tunnels

      Look here for some information regarding pxe/tftp over vpn.

      [url]http://fogproject.org/forum/threads/tftp-issues.823/#post-4112[/url]

      posted in Windows Problems
      C
      chad-bisd
    • RE: Help with domain joing

      [CODE]6/27/2013 11:17 AM FOG::HostnameChanger Domain Error! (‘Unknown Error’ Code: 87)[/CODE]

      Always use the code tags when posting logs or code to keep the board from eating it and pooping out smilies.

      Double check the information used for AD joining that is stored in the global FOG settings against the information that is stored in the Active Directory page for the particular host. Make sure they match, with the global FOG settings winning out over the host Active Directory settings if there is a difference.

      posted in FOG Problems
      C
      chad-bisd
    • 1 / 1