Latest Development FOG
-
SVN 2033 released.
This is a huge change in Linux/Windows Resizable Imaging techniques all thanks to Fractal13 of the forums. If you can give him many likes as I couldn’t have done what has now been accomplished.
First I’d like to note (and feel free to add if needed fractal), UUID’s of the swap partition are now stored and reset properly with this. Resizable imaging works in the truest form that it “resizes” all partitions including extended partitions. Uploads no longer store the swap partition on linux disks either, just the UUID is stored. This should help minimize the Code needed. There are some fixed size partitions, but that shouldn’t be a worry as I highly doubt anyone’s still got 8 GB hard drives in any of their systems anymore.
Second I’m in the process of testing the Windows Only systems. However Fractal has tested this with Multiboot systems as well. So Multiboot systems are also able to be resized as well. These have not been tested or even known to work with GPT disks. So please be cognizant of that as GPT Resizable Multiboot or plain-jane Linux systems is probably not going to work.
-
Woo hoo! Good News Everyone! (Professor Farnsworth flash backs)
-
[ATTACH=full]1131[/ATTACH]
Figured I would put up the real thing. lol
[url=“/_imported_xf_attachments/1/1131_vhyfxm.jpg?:”]vhyfxm.jpg[/url]
-
Hello, So after my earlier ugh… which i managed to google the issue to before the reply but i do appreciate it. I have a new issue… I run ubuntu 13.10 in a VM on Fusion 6.0.X and i have an issue where at random while doing a full registration it will say its unable to register blah blah… no error given just says it can’t and flys through spitting out all the system data and restarts. Normally i just run it again. but today a system did it… and hung up on end where is says sending to host… and just scrolled black for over 15 minutes before i force restarted it. well it turns out it started to make a host on the fog server but now I cannot remove the host it gives me this error when i try to delete it.
[FONT=Ubuntu][COLOR=#555555]FOG DEBUG: Host: Database Load Failed: ID: 0, Error: Operation field not set: ID[/COLOR][/FONT]
[FONT=Ubuntu][COLOR=#555555]any ideas? i need the host removed so i can re-add it… i tried to manually edit at least the mac in but its not working at all. and its just the one host thats having issues i can edit any of the other 150+ hosts without issue.[/COLOR][/FONT]
-
is there a reason you’re not upgrading to a newer version? because that bug sounds familiar, and if it’s what i think it is, was fixed a long time ago. at this point you’ll have to edit the database to fix the problem though.
-
[quote=“Junkhacker, post: 32684, member: 21583”]is there a reason you’re not upgrading to a newer version? because that bug sounds familiar, and if it’s what i think it is, was fixed a long time ago. at this point you’ll have to edit the database to fix the problem though.[/quote]
I guess I am a little lost… I am running a brand new install of fog on a 13.10 ubuntu install… I was under the impression that 13.10 was still the way to go…
-
a newer version of fog
you mentioned you “have an older version of fog” in a prior post and you were running 0.33b
fog 1.1.2 is out now -
[quote=“Junkhacker, post: 32701, member: 21583”]a newer version of fog
you mentioned you “have an older version of fog” in a prior post and you were running 0.33b
fog 1.1.2 is out now[/quote] Ahh no, since I work in VM’s i built a new fog server on sunday. Not sure to tell what revision i am running though… how can i check? either way its up to date as of sunday around 10pm EST -
when logged into the fog webgui, the version number is listed at the top of the page, in the fog “cloud”
-
It looks something like this…
[ATTACH=full]1155[/ATTACH][url=“/_imported_xf_attachments/1/1155_fog_cloud.png?:”]fog_cloud.png[/url]
-
SVN 2051 released. This should fix the issues with partimage from legacy settings. The cause of the issues is because of the start sector. In 0.32 it used start sector 63s, in 1.x.x it thinks it’s 2048. This is fine for upload/download when done properly, but if coming from legacy systems it will actually look for data at sector 63. When it’s started at sector 2048, much of that data is non-existent so the system can’t boot.
-
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.