Unfortunately I have a very busy schedule for the next couple weeks and limited time to work on internationalization. When I get some free time I’ll post a list of phrases in this thread so people can start translating though it could be a few days.
Best posts made by Joe Schmitt
-
RE: [HELP WANTED] Client Internationalization
-
RE: Very high CPU usage httpd, mysqld, FOGMulticastManager FOG trunk@5224
For each module the client has, it does 1 request to servicemodule-active to see if its enabled. That means, every 1 cycle of the client it’s calling that file about 5-6 times. This is one of the things the v0.10.0 removes completely.
Keep in mind the new client was originally designed for a completely different form of server<-> client communication (socket connections). And inorder to be able to release it in a timely fashion, we retrofitted the legacy client’s communication method onto the new client. This is why we have so much “useless” network traffic. v0.10.0 provides a hybrid of sorts between the ideal network communication model we originally wanted, and the legacy one.
-
RE: Client 0.11.12, Windows 10 1709 - Reboot fails
@TrialAndError we need a lot more information. For example what anti virus are you using? Do you have any restrictive policies on these computers? Any custom software that blocks shutdowns, or isn’t programmed correctly to handle them?
The error log indicates that the win32 api for shutdowns is being blocked. You should check the windows error log for potential messages. We also need to know how you got the client onto this computer. Did you image with it installed? If so did you use sysprep?
If I had to guess without any of that info, I would say it’s likely an antivirus program ignoring the clients valid binary signatures. But I would need more info to help beyond that.
-
RE: Installing 0.9.11 Client via GPO
@Psycholiquid If you get 0.9.7 from the server then that is the problem. You can manually download the MSI’s (or upgrade your server’s MSI) from here:
https://github.com/FOGProject/fog-client/releases -
RE: Service Fog Client
@george1421 @Wayne-Workman when client installs, it sets the service to auto on boot, but does not start. A reboot is required to fully initialize the client on Windows.
As for detecting sysprep, while it can be done, it requires a significant amount of work and research to be done properly, to the point where the cost outweighs the benefits given the current backlog. Especially considering that there is a working, simple, solution in the wiki. I agree that it would be nice, but we just don’t have the time to do it right now.
-
RE: Invalid host certificate
@Scott-B , v0.10.3 addresses this issue, please update.
-
RE: Client 0.11.12, Windows 10 1709 - Reboot fails
Linking with https://forums.fogproject.org/topic/11342/windows-10-fog-client-failing-to-restart as @dclark has the same issue. It seems to be specific to 1709.
-
RE: FOG + Powershell (WinUpdate) Question
@RLane , could you just disable the FOG service in the image, and then have your powershell script re-enable it once finished?
-
RE: New Forum Software
We are actually going to add old forum redirect this up coming week. This new forums runs on Nodebb
-
RE: Printer Deployment does not install driver but port
Have you used the exact output of printer manager helper? It detemermines all of that for you. I know there’s only 1 entry in the ntprint file on newer versions of Windows but thats fine.
-
RE: Installing client on win 7 fails
@george1421 from https://wiki.fogproject.org/wiki/index.php?title=FOG_Client#Installing_-_Windows :
Prerequisites
- .NET Framework version 4.0+ (Note: .NET 4 client profile will NOT work)
-
RE: New Forum Software
You can still edit a post. Click the three dots on the right of your post and click Edit.
-
RE: Fog Client does not change hostname on Win10
The legacy client (which comes with 1.2.0) was built for XP and is not windows 10 compatible. For windows 10 support (including imaging) please either wait for 1.3.0 or upgrade now to 1.3.0 release candidate 2.
You will then need to install the new client (v0.11.4) which has windows 10 support.
-
RE: HostnameChanger Hostname is correct
v0.11.5 of the client prevents premature startups of the service. You will still need to disable the client before syprepping and restart the computer when sysprep is complete though (as described in the updated FOG Client wiki article).
-
RE: Hooks
Yes: ‘HOST_IMAGE_COMPLETE’
See my Pushbullet plugin for an example: https://github.com/FOGProject/fogproject/tree/dev-branch/packages/web/lib/plugins/pushbullet
Specifically this file for registering the hook: https://github.com/FOGProject/fogproject/blob/dev-branch/packages/web/lib/plugins/pushbullet/events/ImageComplete_PushBullet.event.php#L18 -
RE: FogService will not join windows 10 machine to domain
@theBiggestRick you can change that setting under the
Active Directory
tab on a host/group. (TheMake changes even when users are logged on?
checkbox)
-
RE: AD legacy password in RC11
@Lenain the new client uses a different system for protecting your AD password. You have to fill in the fog ad password field on your host / group in plain text.
-
RE: Best guide for Windows 7client preparation (and 8/10)
@Rusty This is the best guide that has been written so far. It does include some text on fog server setup, so skip to the “WORKSTATION IMAGE CREATION” section
https://forums.fogproject.org/uploads/files/1443813159297-imaging-server.pdf