Latest FOG 0.33b
-
[quote=“Albatros, post: 24723, member: 16710”]I updated from revision 1360 to 1384. Did then a few tests and get this error if I try to create a new image definition:
[CODE]FOG DEBUG: Image: Database Load Failed: ID: 0, Error: Operation field not set: ID[/CODE]
I didn’t have done any changes to the web code or the database.
To find the revision where this error appears, I downgraded to older revisions and it looks like that the error comes with revision 1362.[/quote]I found out the issue. It’ll be a minute while I have to move the imageLegacy creation as it’s own schema change. I’m going to ask you to, just as a test, check your images table on the FOG database and please see if you have the imageLegacy column. I’m going out on a limb that your table does not have this field. Because it’s missing, it can’t update the new definition properly as it doesn’t know how to set the non-existent field.
-
r1385 released.
Should fix the issue reported by Albatros, and a couple other minor fixes as well.
-
Updated to revision 1385. Opened the webpage that shows me that I need to update the database. Tried then to create a image, still the same problem. I checked the table images no column named imageLegacy present.
Should I create the column by myself? -
Well, change your system.php schema line to 80, then it will ask you to update again, after that it should create image legacy for you.
-
Ty Tom. Column created and problem is fixed.
-
I’ve imaged 20 Windows 8 PC .
I didn’t use sysprep , all computers are the same , didn’t join Active Directory .Hostname Changer only change NetBIOS name , not Computer Name .
-
Did you install the FOG client on this machine?
-
Yes. Fog client is installed, and fog server address is set by ip.
-
Are the host modules enabled to the system?
The hostname changer part, you mean the system rebooted, and this is what happened, or this is what was changed during the “changing hostname” step during the imaging process?
Make sure the host modules are enabled. Make sure the host AD stuff is correct as well.
if you have a 0.32 system you can verify whether this is a problem with Windows 8, or the FOG Client itself. My guess is this is a windows 8 issue, not a client problem as Windows 7 and XP still work right?
-
I am on Fog 0.33
Modules are enabled, the hostname have changed during imaging proces.
New imaged computer didn’t ask for restart at 1’st boot.
On win 7 it works.
-
r1387 released.
All but two of the “standard” reports are now transitioned into the ReportManagementPage class as their own objects of that class. This, I hope, will give us hooking in the near future as I’be been programming them as such. Equipment Loan and Snapin Logs will be next, probably getting the snapin logs done tonight and equipment loans done tomorrow.
Legacy types in the Images are now setup as: Image Manager and is a select box that chooses PartImage and PartClone. This is the type of binary used to deploy (download) the images to the client system.
-
r1388 released.
Host page deployment should give more direct information (<TASKTYPE> task created for <HOSTNAME> with image <IMAGENAME>)
Transitions SnapinLog to report page.
-
hello,
r1388:
Blank page when i click on a task in basic task of the host page.bye
-
Try 1389.
All
r1389 released.Adds Proxy Username and Password fields under FOG Settings in FOG Configuration. Moves all proxy information to its own setting category (Proxy Settings). Add’s the support needed in FOGCore to use the authentication mechanisms. Updates the database to support all of these things.
-
it’s ok in rev 1389.
-
r1390 and r1391 released.
r1390 removes the default reports from the reports directory as they are now included in the ReportPage as their own objects rather than separate files. Fixes an issue of displaying the cpu max speed under the host page inventory menu.
r1391 forgot to wrap the submit button stuff on the equipment loan in a form. It works properly now.
Thank you,
-
r1392 released.
Simply adds No Menu option to the Boot menu stuff. This literally displays no menu at all. If there’s a tasking, it performs that task, otherwise it just boots straight to the first hard drive on the device. This may require some minor tweaking on some devices, but that’s a simple fix.
Hopefully people find this useful.
-
r1393 released.
Fixes a couple issues with the imaging log reporting/forms. Only returns entries where the host is valid as well.
-
r1394 and 1395 released.
Fixes the pending mac’s to be approved at an individual level.
-
r1396 released.
Removes many legacy items from the class files as they didn’t appear to be used anywhere. If there was one, I changed it to use the more improved methods. It also transitions the groupid and imageid tags in the browser to use id as the rest of the url’s use.