• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Fhajad
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 44
    • Best 0
    • Controversial 0
    • Groups 0

    Fhajad

    @Fhajad

    14
    Reputation
    616
    Profile views
    44
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Greenfield, IN Age 35

    Fhajad Unfollow Follow

    Latest posts made by Fhajad

    • RE: Fog won't join AD

      I wonder if it’s cause I have / instead of . If that’s it, I’m gonna feel silly.

      posted in FOG Problems
      F
      Fhajad
    • Fog won't join AD

      So I have a Fog .32 server that the hosts won’t join AD. Name changer is enabled, AD settings are correct with the encrypted password, set to join after imaging task, etc. I’m getting the host name changed, but not getting joined to AD.

      EDIT: Title meant to be Host won’t join AD not Fog, durp.

      posted in FOG Problems
      F
      Fhajad
    • RE: Problem after update

      I’d ass in my.cnf --service-startup-timeout=900 to see if that helps you out.

      posted in FOG Problems
      F
      Fhajad
    • RE: Problem after update

      Sounds like MySQL isn’t waiting to connect and just fails on startup. Ubuntu does weird things in the sake of “speeding up startup”.

      Check in your my.cnf for MySQL what “[FONT=Helvetica][COLOR=#000000][SIZE=14px]–service-startup-timeout” is set to.[/SIZE][/COLOR][/FONT]

      posted in FOG Problems
      F
      Fhajad
    • RE: Normal Server > Storage Node?

      I’d think deleting the old server (Except for the images folder of course) would allow you to run the install and set it up as a storage node.

      [url]http://www.fogproject.org/wiki/index.php/Uninstall_FOG[/url]

      Just do not do “[FONT=monospace][COLOR=#000000]sudo rm -rf /images” [/COLOR][/FONT]

      posted in FOG Problems
      F
      Fhajad
    • RE: Can't add AD OU in 1.1.2

      The editable text field is over in Fog Configuration > Fog Settings > Active Directory Defaults. You can put the default OU there and it’ll be selectable in the dropdown.

      posted in FOG Problems
      F
      Fhajad
    • RE: Imaging stuck on upload after finished

      [quote=“Jim Holcomb, post: 31679, member: 15162”]Anyone??? I upgraded to v1.1.2 and still the same issue appears (TFTP invalid password)[/quote]

      Did you try/verify anything I said at all? It was a direct response and everything.

      posted in FOG Problems
      F
      Fhajad
    • RE: Problem after update

      If you update does it go away just for that time while it’s up then require an update again after a reboot?

      posted in FOG Problems
      F
      Fhajad
    • RE: Fog 0.32 upgrade and user fix
      1. What you can do is get into the Database “fog” and the table “users” and inject a line to create a user.
      2. Once the user is created, you can login and add/edit/delete users.

      SSH into the server
      mysql -u root -p
      Enter password
      connect fog;
      INSERT INTO fog.users (uId, uName, uPass, uCreateDate, uCreateBy, uType) VALUES (NULL, ‘newuser’, ‘5f4dcc3b5aa765d61d8327deb882cf99’, CURRENT_TIMESTAMP, ‘’, ‘’);
      exit

      If you do those steps and past that INSERT INTO line exactly, it will create a user called “newuser” with the password “password”.

      posted in FOG Problems
      F
      Fhajad
    • RE: "Disk Information" and "Image Size: ON SERVER" not showing any data

      Does disk space not report then for either storage node?

      posted in FOG Problems
      F
      Fhajad