I wonder if it’s cause I have / instead of . If that’s it, I’m gonna feel silly.
Latest posts made by Fhajad
-
RE: Fog won't join AD
-
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.
-
RE: Problem after update
I’d ass in my.cnf --service-startup-timeout=900 to see if that helps you out.
-
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]
-
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]
-
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.
-
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.
-
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?
-
RE: Fog 0.32 upgrade and user fix
- What you can do is get into the Database “fog” and the table “users” and inject a line to create a user.
- 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 INTOfog
.users
(uId
,uName
,uPass
,uCreateDate
,uCreateBy
,uType
) VALUES (NULL, ‘newuser’, ‘5f4dcc3b5aa765d61d8327deb882cf99’, CURRENT_TIMESTAMP, ‘’, ‘’);
exitIf you do those steps and past that INSERT INTO line exactly, it will create a user called “newuser” with the password “password”.
-
RE: "Disk Information" and "Image Size: ON SERVER" not showing any data
Does disk space not report then for either storage node?