Latest FOG 0.33b
-
r1423 released.
Should fix the MPA issue. Basically the intDisk variable was set to one, which is expected, but I forgot to add the iterative statement at the end of that loop to increase it when needed. This should now be fixed.
-
It works now. Thanks Tom. There is another problem. When I choose boot from drive from the Ipxe menu it just sits there. It never boots.
-
Is there a way to turn on services when a host is registered?
-
Never mind my error.
-
[quote=“wolfemi, post: 24964, member: 5740”]Is there a way to turn on services when a host is registered?[/quote]
I don’t know what you mean? What services are you referring to? Are you referring to the FOG Client Services (e.g. Printer Manager, Client Updater, User cleanup, Directory Cleaner, etc…)? Or are you referring to the Windows Services (e.g. telnet, Windows Firewall, etc…)? Or are you referring to the FOG Server services (e.g. FOGMulticastManager, FOGImageReplicator, FOGScheduler)?
FOG Client services can be enabled at any point in time, but can only be “enabled” to a host if the host is already registered.
Windows Services are not controlled in anyway by FOG.
FOG Services are controlled on the server regardless of if there’s none or a million hosts registered and can be started/stopped at any point in time.
-
r1424 released.
Fixes some install issues, I hope, with Ubuntu 13.10 and others I assume.
-
r1425 released.
Just add’s an “example” plugin and modifies the PluginManagementPage to include the run.php file if it’s found.
-
[quote=“Tom Elliott, post: 24972, member: 7271”]I don’t know what you mean? What services are you referring to? Are you referring to the FOG Client Services (e.g. Printer Manager, Client Updater, User cleanup, Directory Cleaner, etc…)? [/quote]
I am referring to the Client Services. I have them enabled on the server and enabled on the Fog Client software. But when I register and image a new host they are disabled under that host service settings. It won’t rename, join AD, install snapins or printers. Once I enable it on the host it all goes. Just wondering if I could eliminate the extra step of enabling it on that hosts page?
-
not exactly.
The point of the services on the different areas is for granular control. part of that means some extra steps involved to get things working perfectly.
-
[quote=“Tom Elliott, post: 24978, member: 7271”]not exactly.
The point of the services on the different areas is for granular control. part of that means some extra steps involved to get things working perfectly.[/quote]
Is there a way to make them auto enabled as a template and we can disable them for the devices that we don’t want to change?
Or maybe group control settings?
-
[quote=“Jaymes Driver, post: 24979, member: 3582”]Is there a way to make them auto enabled as a template and we can disable them for the devices that we don’t want to change?
Or maybe group control settings?[/quote]
This is what I was asking. I don’t mind all the granular control. I just wanted to know if it could be enabled by default instead of disabled. I believe in .32 it was enabled by default because I don’t remember having to turn them on every time.
-
r1426 released.
Just updates the “TomElliott” config files for kernels to include Hyper-V support.
-
r1430 released. 1427-29 all were tests/failures sorry.
Implements a couple new things. First, module status by host is now it’s own class. Files needed to recognize this have been modified as well.
Services (modules) are now enabled by default on registered hosts.
Lots of other changes to, just look at the sourceforge site to see the changes between the files.
-
r1431 released.
YOU ALL CAN LEAVE ME ALONE NOW!
GroupManagementPage now has Service checking. The checkboxes get checked if all hosts have the same services enabled, or if they’re all disabled by default. They are also unchecked if hosts have different services checked from one another within the group.
Hopefully this makes everyone happy!
-
Remember people that if you want the latest, get on the BTsync You could have changes within 20-30 seconds of them being made.
Read only Secret: BAU3NUY3XTKVMHHEZO6C7OH55AN2PCGJV
Have there been any more developments on UEFI?
-
I’ll admit I am drooling a bit for some UEFI love as well. I have started to accept having to strike UEFI support from our department’s three year plan though. FOG alone will solve so many issues for us, that UEFI would be a willing sacrifice.
-
r1433 released.
Moves many database calls to class calls within the files.
HostManagementPage uses many settings from the Host class rather than calling the respective class. It set’s the additional fields properly now.
-
r1434 released.
Just add’s a task additional field that stores a current task.
-
Potential issue found: On the Host Management page, deleting a host does not work. You are firstly taken to a confirmation page, once confirming the deletion you are sent to a blank page. Having navigated back to the hosts list still shows the host.
Using r1434. Downloaded via tarball.
-
r1435 released.
Fixes the host deletion issue described here. Also modifies code a little bit to remove items a little nicer.