Latest Development FOG
-
As of 1522hr ET 2014/07/14, [url]http://mastacontrola.com/fog_trunk.tar.bz2[/url] is corrupt/broken.
-
I’m sorry that it’s corrupt and will try to fix it, but how is it corrupt?
-
[SIZE=3][FONT=arial][COLOR=#545454]c’est ça[/COLOR][/FONT][/SIZE]
tar -xvjf fog_trunk.tar.bz2
… lots of files extracted, then …
fog_trunk/packages/web/service/ipxe/bzImage32bzip2: Data integrity error when decompressing.
Input file = (stdin), output file = (stdout)It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.You can use the bzip2recover program to attempt to recover
data from undamaged sections of corrupted files.tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now -
Can you try redownloading and try again?
-
SVN 2058 released.
Productkey works and is now added. FOG Client still needs to be recompiled, but the code for it is already inserted.
Update’s changelog. DB Schema required to add the productKey field to the hosts table.
-
Hi,
the productkey thing sound good:
[url]http://technet.microsoft.com/en-us/library/ff793433.aspx[/url]
change key:
[I]slmgr.vbs -ipk 1234-1234-1234[/I]activate key:
[I]slmgr.vbs -ato[/I]afaik this will also work from windows xp up to server 2012
Regards X23
-
I like this Idea, but I just spent the week explaining to my co-workers that FOG wasn’t the reason that our windows image wouldn’t activate because FOG doesn’t work with activation…
You can see where this is going to be a problem if using the FOG server to activate, it adds another place to point the blame.
I use the scripts that x23piracy posted, along with a
set KMS server:
[I]slmgr.vbs /kms kms.of.corporation.com[/I]and haven’t had issues up to this point (other than network issues, or authentication problems none of which has to deal with FOG.)
I hope others use this tool, I for one don’t want that headache from my boss man -.-
(Usually I add these scripts to the setupcomplete.cmd but lately the models of tangents we have been receiving require the network drivers to be manually installed after OS installation, so it is a bat script I use to activate after I have connectivity to the network )
-
Hi,
the kms option is something for the fog settings Tom please add this.
If KMS is used also to activate MS Office this will also do the job.
Nice one JaymesRegards X23
-
Thank you, the trunk .bz2 is now good.
-
SVN 2065 released.
Simply adds the ability to require a login to even get into the advanced menu. Should help out. It does have a DB update for this.
-
Hello , i have svn 2070 on my server instaled , i have compiled HostNameChange.sln with Microsoft Visual Studio C# 2008 Expres edition, and placed the HostnameChange.dll on a Win7 virtual machine for the some tests with win7 serial and ad join.
In the fog log on win7 machine i got this :
7/16/2014 11:39 AM FOG::HostnameChanger Attempting to connect to fog server…
7/16/2014 11:39 AM FOG::HostnameChanger Module is active…
7/16/2014 11:39 AM FOG::HostnameChanger Index was outside the bounds of the array.
7/16/2014 11:39 AM FOG::HostnameChanger at FOG.HostNameChanger.changeHostName()What i`m doing wrong ?
-
[quote=“Ivanov Alexandru, post: 33219, member: 18951”]Hello , i have svn 2070 on my server instaled , i have compiled HostNameChange.sln with Microsoft Visual Studio C# 2008 Expres edition, and placed the HostnameChange.dll on a Win7 virtual machine for the some tests with win7 serial and ad join.
In the fog log on win7 machine i got this :
7/16/2014 11:39 AM FOG::HostnameChanger Attempting to connect to fog server…
7/16/2014 11:39 AM FOG::HostnameChanger Module is active…
7/16/2014 11:39 AM FOG::HostnameChanger Index was outside the bounds of the array.
7/16/2014 11:39 AM FOG::HostnameChanger at FOG.HostNameChanger.changeHostName()What i`m doing wrong ?[/quote]
I don’t know what you’re doing wrong. Sorry I can’t be of more help.
-
But if i have fog svn 2070 on the server side , and the client is from 1.1.2 , the windows 7 client should change name / ad on the domain the pc ?
I have tried with the client downloaded from my local server (without recompil) and the fog log says :7/16/2014 12:17 PM FOG::HostnameChanger AD mode requested, confirming settings.
7/16/2014 12:17 PM FOG::HostnameChanger Could not find any recognizable digits.
7/16/2014 12:17 PM FOG::HostnameChanger at System.ParseNumbers.StringToInt(String s, Int32 radix, Int32 flags, Int32* currPos)
at System.Convert.ToByte(String value, Int32 fromBase)
at FOG.FOGCrypt.hexToByte(String hex)
at FOG.FOGCrypt.decryptHex(String hex)
at FOG.HostNameChanger.changeHostName() -
Try 2072, I just added a check to only send the product key if it’s set. The problem with this is if you specify the product key, the hostname changer won’t be able to happen unless you have the newly compiled hostnamechanger.dll file.
-
Ok I`ll try the svn 2072, with product key , and then without product key.
Thanks !. -
With the product key set i got:
7/16/2014 12:34 PM FOG::HostnameChanger Attempting to connect to fog server…
7/16/2014 12:34 PM FOG::HostnameChanger Module is active…
7/16/2014 12:34 PM FOG::HostnameChanger Failed: Incomplete server response; got: 7; wanted: 6.
7/16/2014 12:34 PM FOG::HostnameChanger Host name was not found in the database.Without product key:
The pc restart , change hostname , but fail joining the domain with error with Unknown Error code 1332
-
Your domain join issue looks like it’s reporting:
[code]No mapping between account names and security IDs was done.[/code]This is based on the Error code 1332 described and I found this information:
[url]http://msdn.microsoft.com/en-us/library/windows/desktop/ms681385(v=vs.85).aspx[/url] -
Tom , the domain function is ok now , it is succefully changed name , and joined succesfuly on the domain.(without the product key set )
For the product key ? on fog interface should be xxxxx-xxxxx-xxxxx-xxxxx-xxxxx or xxxxxxxxxxxxxxxxxxxxxxxxx ? -
I haven’t added any checking for the input, but as it’s using the slmgr cscript function to activate I believe to work properly it needs to be xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
-
Hi,
would be nice if the webif would check that 5 signs are entered and auto add the “-” to the input field, also if key is pasted it have to check if there are 5x5 pairs separated by “-” if a key is pasted without the “-” it should auto add them if at least 25 signs are pasted.
Regards X23