<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.fogproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KaszpiR</id>
		<title>FOG Project - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.fogproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KaszpiR"/>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Special:Contributions/KaszpiR"/>
		<updated>2026-04-30T03:05:04Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Talk:Changelog&amp;diff=1939</id>
		<title>Talk:Changelog</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Talk:Changelog&amp;diff=1939"/>
				<updated>2009-10-06T13:37:42Z</updated>
		
		<summary type="html">&lt;p&gt;KaszpiR: i've posted on wrong page talk&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>KaszpiR</name></author>	</entry>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Dashboard_Error:_Permission_denied...&amp;diff=1937</id>
		<title>Dashboard Error: Permission denied...</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Dashboard_Error:_Permission_denied...&amp;diff=1937"/>
				<updated>2009-10-06T12:26:41Z</updated>
		
		<summary type="html">&lt;p&gt;KaszpiR: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am getting the following error on the dashboard:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Permission denied to call method XMLHttpRequest.open&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The cause of this error is the security built into Firefox, which doesn't allow for ajax calls across domains.  If you are running FOG on a single machine then don't use http://localhost/fog; instead use http://[ipaddress_of_server]/fog.&lt;br /&gt;
&lt;br /&gt;
== Alternatively... ==&lt;br /&gt;
&lt;br /&gt;
Refering to the raw IP address of something that uses AJAX by only IP is a crazy and insane idea...plus kills using Virtual Hosting.  You should be a good sysadmin and configure a DNS entry for your FOG server and amend 'WEB_HOST' and 'STORAGE_HOST' (should do no harm to amend 'STORAGE_HOST', it should not be used by the AJAX system to pull in data from the webserver) in '/var/www/html/fog/common/config.php' from the IP address to the DNS name you are using.&lt;br /&gt;
&lt;br /&gt;
[[category:errors]]&lt;br /&gt;
[[category:faq]]&lt;/div&gt;</summary>
		<author><name>KaszpiR</name></author>	</entry>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Bootable_Media&amp;diff=1936</id>
		<title>Bootable Media</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Bootable_Media&amp;diff=1936"/>
				<updated>2009-10-06T12:25:55Z</updated>
		
		<summary type="html">&lt;p&gt;KaszpiR: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sometimes a computer may not support PXE booting, or there other limitations which prevent this. This is a quick guide to get you started, more information can be found in depth at the sites of the projects. The drawbacks of this method is when you upgrade FOG you must also upgrade the files on the media.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''Bootable USB Stick'''&lt;br /&gt;
This method involves making the usb stick bootable using some capabilities of the Syslinux project http://syslinux.zytor.com/wiki/index.php/SYSLINUX&lt;br /&gt;
&lt;br /&gt;
Prep the stick:&lt;br /&gt;
Your usb stick usually is formatted as FAT/FAT32.&lt;br /&gt;
Grab a version of syslinux from http://www.kernel.org/pub/linux/utils/boot/syslinux/&lt;br /&gt;
Extract the files.&lt;br /&gt;
Under Windows change to the syslinux-x.xx\win32 and run syslinux -ma &amp;lt;drive&amp;gt;:&lt;br /&gt;
Example: ''syslinux -ma E:'' where E is the drive of to the usb stick. &lt;br /&gt;
For Linux change to syslinux-x.xx/unix (3.7x is syslinux-x.xx/linux) and run ./syslinux -ma /dev/&amp;lt;device&amp;gt;&lt;br /&gt;
Example: ''./syslinux -ma /dev/da0'' where da0 is the device the usb stick. You may have to mount the stick first.&lt;br /&gt;
&lt;br /&gt;
Copy or download the fog folder from /tftpboot/ to the root of the usb stick. Then copy the /tftpboot/pxelinux.cfg/default file to the root of the usb stick and rename it to syslinux.cfg.&lt;br /&gt;
This should be it, your drive should contain the following:&lt;br /&gt;
\fog\&lt;br /&gt;
syslinux.cfg&lt;br /&gt;
&lt;br /&gt;
If you need to image a computer and you feel the need to boot the task from the USB stick, it is possible to do this. Given the same above instructions the only difference is you copy the 01-00-01-a2-c3-d4-e5 from /tftpboot/pxelinux.cfg/ to the usb stick and rename it to syslinux.cfg. '''You should use caution when using this method because depending on your computer, bios, and random other mysterious factors you may image the usb stick, or corrupt the data if you pull your stick out at the wrong time in a panic.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''Isolinux'''&lt;br /&gt;
&lt;br /&gt;
Isolinux is part of the Syslinux project and allows you to make a bootable CD  with FOG on it. http://syslinux.zytor.com/wiki/index.php/ISOLINUX The drawback of this method is you have to toss a disk when you upgrade FOG unless you are using RW media.&lt;br /&gt;
&lt;br /&gt;
''More info on this coming soon to a wiki near you.''&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''GPXE'''&lt;br /&gt;
&lt;br /&gt;
GPXE is part of the Etherboot Project, and can be used to mimic the PXE process, among other things, when the computer or network doesn't support it. http://etherboot.org/wiki/index.php This method will usa a CD to assist in the netboot process..&lt;br /&gt;
There are 2 options here:&lt;br /&gt;
1. Download the source, build it yourself, and generate a gpxe.iso. http://etherboot.org/wiki/download&lt;br /&gt;
2. Download pre-built binaries ROMS/ISOs for your network card http://rom-o-matic.net/&lt;br /&gt;
&lt;br /&gt;
In the absence of a properly configured DHCP server to do the configuration pointing and PXE information you can also manually set the important info using some commands during the gpxe process. When prompted hit Control+B and you will get a command prompt. Help is available using the help command.&lt;br /&gt;
&lt;br /&gt;
Tell pxe which file to look for on the tftp server. Show it which server is the tftp server.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
gpxe&amp;gt; set filename pxelinux.0&lt;br /&gt;
gpxe&amp;gt; set next-server 1.1.1.100&lt;br /&gt;
gpxe&amp;gt; autoboot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Linux DHCP Server | Making sense of the above commands.]]&lt;br /&gt;
&lt;br /&gt;
[[category:linux]]&lt;br /&gt;
[[category:customization]]&lt;/div&gt;</summary>
		<author><name>KaszpiR</name></author>	</entry>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=User:KaszpiR&amp;diff=1935</id>
		<title>User:KaszpiR</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=User:KaszpiR&amp;diff=1935"/>
				<updated>2009-10-06T12:24:35Z</updated>
		
		<summary type="html">&lt;p&gt;KaszpiR: New page: No, I'm not a spambot ;)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;No, I'm not a spambot ;)&lt;/div&gt;</summary>
		<author><name>KaszpiR</name></author>	</entry>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Category:Windows&amp;diff=1932</id>
		<title>Category:Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Category:Windows&amp;diff=1932"/>
				<updated>2009-10-06T12:21:13Z</updated>
		
		<summary type="html">&lt;p&gt;KaszpiR: New page: Windows clients and server related pages.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Windows clients and server related pages.&lt;/div&gt;</summary>
		<author><name>KaszpiR</name></author>	</entry>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Smoothwall_School_Guardian&amp;diff=1928</id>
		<title>Smoothwall School Guardian</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Smoothwall_School_Guardian&amp;diff=1928"/>
				<updated>2009-10-06T12:19:38Z</updated>
		
		<summary type="html">&lt;p&gt;KaszpiR: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On School Guardian, you'd implement as follows: &lt;br /&gt;
 &lt;br /&gt;
#in Services &amp;gt; DHCP &amp;gt; DHCP Server, select your subnet and click the advanced button &lt;br /&gt;
#under &amp;quot;TFTP server&amp;quot; enter the IP of your FOG server (&amp;quot;TFTP Server&amp;quot; field = DHCP &amp;quot;nextserver&amp;quot; field) &lt;br /&gt;
#under &amp;quot;Network boot filename&amp;quot; enter the filename on the TFTP server, which AFAICT is pxelinux.0 &lt;br /&gt;
#Click save at the bottom of the page. You'll need to restart the DHCP services via Services &amp;gt; DHCP &amp;gt; Global &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks:  Jerry (techobi)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category:dhcp]]&lt;br /&gt;
[[category:linux]]&lt;/div&gt;</summary>
		<author><name>KaszpiR</name></author>	</entry>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=FOG_with_M0n0wall&amp;diff=1927</id>
		<title>FOG with M0n0wall</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=FOG_with_M0n0wall&amp;diff=1927"/>
				<updated>2009-10-06T12:19:09Z</updated>
		
		<summary type="html">&lt;p&gt;KaszpiR: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Courtesy of Flemming Munk &lt;br /&gt;
&lt;br /&gt;
disable DHCP on FOG&lt;br /&gt;
service dhcpd stop&lt;br /&gt;
chkconfig --level 345 dhcpd off&lt;br /&gt;
&lt;br /&gt;
M0n0wall Configuration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 - &amp;lt;dhcpd&amp;gt; &lt;br /&gt;
 - &amp;lt;opt1&amp;gt; &lt;br /&gt;
 - &amp;lt;range&amp;gt; &lt;br /&gt;
 &amp;lt;from&amp;gt;XXX.XXX.XXX.XXX&amp;lt;/from&amp;gt;  &lt;br /&gt;
 &amp;lt;to&amp;gt;XXX.XXX.XXX.XXX&amp;lt;/to&amp;gt;  &lt;br /&gt;
 &amp;lt;/range&amp;gt; &lt;br /&gt;
 &amp;lt;defaultleasetime /&amp;gt;  &lt;br /&gt;
 &amp;lt;maxleasetime&amp;gt;XXXXXX&amp;lt;/maxleasetime&amp;gt;  &lt;br /&gt;
 &amp;lt;enable /&amp;gt;  &lt;br /&gt;
 &amp;lt;next-server&amp;gt;XXX.XXX.XXX.XXX&amp;lt;/next-server&amp;gt;  &lt;br /&gt;
 &amp;lt;filename&amp;gt;pxelinux.0&amp;lt;/filename&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;next-server&amp;gt; is the FOG box and &amp;lt;filename&amp;gt; is the tftp boot file.&lt;br /&gt;
&lt;br /&gt;
Be aware that these configuration options is not included&lt;br /&gt;
in the m0n0wall webgui at this time. You can find some&lt;br /&gt;
information on how to edit the &amp;quot;hidden parts&amp;quot; of m0n0wall's&lt;br /&gt;
config.xml here : http://doc.m0n0.ch/handbook/faq-hiddenopts.html&lt;br /&gt;
&lt;br /&gt;
[[category:dhcp]]&lt;br /&gt;
[[category:linux]]&lt;/div&gt;</summary>
		<author><name>KaszpiR</name></author>	</entry>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Changelog&amp;diff=1923</id>
		<title>Changelog</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Changelog&amp;diff=1923"/>
				<updated>2009-10-06T12:10:59Z</updated>
		
		<summary type="html">&lt;p&gt;KaszpiR: new page with changelog and category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:development]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Version 0.28&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: September 28th, 2009&lt;br /&gt;
&lt;br /&gt;
*Updated Kernel to version 2.6.31.1&lt;br /&gt;
*Fixed issue with multicasting a mutli-part image for windows 7&lt;br /&gt;
*Added ajax based active task listing&lt;br /&gt;
*Added nombr kernel option which will not blow away mbr (Thanks Line Noise)&lt;br /&gt;
*If storage node MAX_CLIENTS is set to 0, it is no longer a random candidate.&lt;br /&gt;
*Updated syslinux to version 3.82&lt;br /&gt;
*Added client information to pxe menu.&lt;br /&gt;
*Installation script checks if it is being run as root.&lt;br /&gt;
*Fixed tftp installation to NOT overwrite customizations.&lt;br /&gt;
*Fixed HD information on hardware info page (2857507).&lt;br /&gt;
*Added ability to add custom PXE menu items.&lt;br /&gt;
*Decreased loading time for login page.&lt;br /&gt;
*Fixed typo in tasks.advanced.include.php&lt;br /&gt;
*Replaced append argument &amp;quot;quiet&amp;quot; with loglevel=4&lt;br /&gt;
*Added Hidden Menu option to PXE Menu builder&lt;br /&gt;
*Added primary group to host quick info section. (Thanks sam wilson)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 0.27&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: July 15th, 2009&lt;br /&gt;
&lt;br /&gt;
*Added support for Windows 7&lt;br /&gt;
*Added Scheduled Task Support&lt;br /&gt;
*Fixed Fedora 11 issue where apache would fail to start.&lt;br /&gt;
*Fixed to support Fedora 11 change of dhcpd configuration file&lt;br /&gt;
*Fixed Ubuntu services to terminate more gracefully.&lt;br /&gt;
*Fixed issue with installer not configuring services correctly&lt;br /&gt;
*Updated syslinux tools 3.81&lt;br /&gt;
*Added web based log viewer&lt;br /&gt;
*Updated Kernel to version 2.6.30.1&lt;br /&gt;
*Allowed Kernel updater to specifiy a alternate file name.&lt;br /&gt;
*Changed default username for password reset to &amp;quot;Administrator&amp;quot; from &amp;quot;administrator&amp;quot; thanks schmalenegger&lt;br /&gt;
*Fixed spelling error in fog script (2629489)&lt;br /&gt;
*Fixed bug (2669367) for use of mysql_real_escape_string before a connection was defined, thanks schmalenegger&lt;br /&gt;
*Applied patch (2654529) , thanks schmalenegger&lt;br /&gt;
*Applied patch (2767897), thanks Matthew Fusaro&lt;br /&gt;
*Set PXE timeout value to save in db (2654680), thanks schmalenegger&lt;br /&gt;
*Added proxy support to web UI (2716741), thanks schmalenegger&lt;br /&gt;
*Added pci.ids so lspci will give usefull description.&lt;br /&gt;
*Changed ascii logo.&lt;br /&gt;
*Added auto-populate of image file name for new image files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 0.26&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: February 27, 2009&lt;br /&gt;
&lt;br /&gt;
*Added Quick Image Function&lt;br /&gt;
*Added advanced tasks to host -&amp;gt; basic tasks page&lt;br /&gt;
*Updated kernel to 2.6.28.7&lt;br /&gt;
*Applied patch (2616743) from schmalenegger adding keymap to default pxe boot file&lt;br /&gt;
*Applied patch (2537449) from schmalenegger fixing the getIPAddress for non-english installs.&lt;br /&gt;
*Applied patch (2512766) from schmalenegger fixing spelling errors in hosts.edit.include.php&lt;br /&gt;
*Added Windows 7 to supported OS List (Do not yet use, not functional!)&lt;br /&gt;
*Added Windows Password reset tool.&lt;br /&gt;
*Added Windows Password reset script for debug mode (no task needed)&lt;br /&gt;
&lt;br /&gt;
Version 0.25 &lt;br /&gt;
------------ &lt;br /&gt;
 &lt;br /&gt;
Release date: January 13, 2009&lt;br /&gt;
&lt;br /&gt;
* Updated capone to (hopefully) work with storage nodes. &lt;br /&gt;
* Updated kernel to 2.6.28 &lt;br /&gt;
* Changed Image tmp directory to no longer include colons. &lt;br /&gt;
* Slight improvements to mutliple partition support &lt;br /&gt;
* Fixed possible premature exit of loop in service functions file. (Thanks Pierre Rognant) &lt;br /&gt;
* Added default page display option. &lt;br /&gt;
* Added config setting for ssh username. &lt;br /&gt;
* Added config setting for ssh port number. &lt;br /&gt;
* Fixed Disk Information on Dashboard. &lt;br /&gt;
* Allow for viewing disk information of storage nodes &lt;br /&gt;
* Fixed Image Log/Report &lt;br /&gt;
* Fixed ??? forcing of a task. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 0.24&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: December 1, 2008&lt;br /&gt;
&lt;br /&gt;
* Added Storage Group framework.&lt;br /&gt;
* Added SSH Java Client&lt;br /&gt;
* Added task stats for unicast transfers to the active tasks page.&lt;br /&gt;
* Added Image ID to image listing&lt;br /&gt;
* Upgraded memtest86+ to 2.10&lt;br /&gt;
* Used modifed partimage to allow printing status to stderr.&lt;br /&gt;
* Fixed error thrown when partition is already resized to correct size during upload.&lt;br /&gt;
* Fixed issue with blank hard disk detection&lt;br /&gt;
* Updated functions.include.php to include better error message for upload task creation failures.&lt;br /&gt;
&lt;br /&gt;
Known Issues&lt;br /&gt;
* Capone not yet updated, if you are using admin plugin, *capone*, DON'T UPDATE TO THIS VERSION!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 0.23&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: October 27, 2008&lt;br /&gt;
&lt;br /&gt;
* Fixed wipe tasks' kernel argument issue&lt;br /&gt;
* (2076993) Added option to add computer to domain from fog.reginput&lt;br /&gt;
* (2089168) Fixed quotes in snapin args.&lt;br /&gt;
* Added nicer error on IE's failing to display disk information.&lt;br /&gt;
* Added icon on task page to signify is task is active on host&lt;br /&gt;
* Minor Updates to Module capone (Thanks: Peter Sykes)&lt;br /&gt;
* Updated Kernel to 2.6.27&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 0.22&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: September 24, 2008&lt;br /&gt;
&lt;br /&gt;
* Change client modules to unmanaged shutdown/reboot methods: TaskReboot, AutoLogout, GreenFog&lt;br /&gt;
* Update PrinterManager to support Windows Shared Style Printers (Thanks: elishughes)&lt;br /&gt;
* Updated ClamAv to version 0.94&lt;br /&gt;
* Updated MemTest86+ to Version 2.01&lt;br /&gt;
* Added option to force device for hard disk per host.&lt;br /&gt;
* Added option to specify alternative kernel per host.&lt;br /&gt;
* (2078165) Improved ajax script that displays remaining disk space.&lt;br /&gt;
* Added option to set timeout on pxe menu builder.&lt;br /&gt;
* (2085281) Incorrect error message on PXEMENU page.&lt;br /&gt;
* (2100818) Fixed default populations of AD information.&lt;br /&gt;
* Improved MulticastTask.class.php added --max-wait param (Thanks: mikrorechner)&lt;br /&gt;
* Improved MulticastTask.class.php to support missing part (Thanks: mikrorechner)&lt;br /&gt;
* Updated Kernel to 2.6.26.5&lt;br /&gt;
* Added Equipment Loan Report&lt;br /&gt;
* Added Capone (client specific extension)&lt;br /&gt;
* Added Plugin System&lt;br /&gt;
* (2078618) Fixed wol.php to function on ubuntu (thanks: Phil G)&lt;br /&gt;
* (2063135) Fixed Stale tasks after removal of host. (thanks: Mark Featherston)&lt;br /&gt;
&lt;br /&gt;
Version 0.21&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: August 22, 2008&lt;br /&gt;
&lt;br /&gt;
* Added FOG Mobile Portal&lt;br /&gt;
* modified user to include mobile account type&lt;br /&gt;
* Changed mac address field in new host screen to parse mac address&lt;br /&gt;
* Added graphical pxe boot as default&lt;br /&gt;
* Added PXE Boot Menu configuration options&lt;br /&gt;
&lt;br /&gt;
Version 0.20&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: August 18, 2008&lt;br /&gt;
&lt;br /&gt;
* Added default values for AD support in fog settings section.&lt;br /&gt;
* Changed service installer image&lt;br /&gt;
* Removed brownbark theme&lt;br /&gt;
* Added ability to delete large number of hosts via groups.&lt;br /&gt;
* (2043261) PXELinux.0 updated to version 3.71&lt;br /&gt;
* Add ability to sort tables a few sections.&lt;br /&gt;
* Added retry to set default printer in printer manager&lt;br /&gt;
* Updated remaining modules to now check server for status.&lt;br /&gt;
* Fixed: On host service module update, screen resolution would be set to disabled (0,0,0)&lt;br /&gt;
* Changed login form to track logins on new server as well as current server.&lt;br /&gt;
* Updated kernel 2.6.26&lt;br /&gt;
* (2025167) Fixed update process when default md5 sum is not used.&lt;br /&gt;
* Added very basic update script.&lt;br /&gt;
&lt;br /&gt;
Version 0.19&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: July 21, 2008&lt;br /&gt;
&lt;br /&gt;
* (2002771) Fixed installtion of dhcp, when user selects not to use fog for dhcpd.&lt;br /&gt;
* Improved installer for faster upgrades.&lt;br /&gt;
* Added redirect page in web root, if a file doesn't exist.&lt;br /&gt;
* (2021536) Fixed force task issue.&lt;br /&gt;
* (1992895) Added Date/Time to image listing&lt;br /&gt;
* Modified service modules to handle delayed connections.&lt;br /&gt;
* Added kernel argument per host.&lt;br /&gt;
* Added global kernel argument setting.&lt;br /&gt;
* Minor interface improvements.&lt;br /&gt;
* Fixed: PrinterManager user state error, where new user logins not detected.&lt;br /&gt;
&lt;br /&gt;
Version 0.18&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: June 25, 2008&lt;br /&gt;
&lt;br /&gt;
* Fixed: Image IDs not showing up in IE7&lt;br /&gt;
* (1991304) Fixed: Turned off Magic Quotes at runtime.&lt;br /&gt;
* Removed shutdown option from wake on lan task, for obvious reasons.&lt;br /&gt;
* (2001844) Fixed: Fixed PhotoRec&lt;br /&gt;
* (1998697) Added: --no-htmldoc option to fog installer&lt;br /&gt;
* (1997803) Fixed dd error during file upload. (Patched by Elis Hughes)&lt;br /&gt;
* Added grub/swap support to Linux multiple partition support (Patched by elishughes)&lt;br /&gt;
&lt;br /&gt;
Version 0.17&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: June 19, 2008&lt;br /&gt;
&lt;br /&gt;
* Updated installer to remove tftpboot.fogbackup if it exists&lt;br /&gt;
* Added image listing and os listing to for.reginput&lt;br /&gt;
* Added Snapin Log Report&lt;br /&gt;
* Added return code on snapin installations. (Patched by Stonekeeper)&lt;br /&gt;
* Added ability to deploy msi/headless executables snapins.&lt;br /&gt;
* Added logging/reporting of unicast image tasks (Patched by Stonekeeper)&lt;br /&gt;
* Added delay to PrinterManager, DisplayManager &amp;amp; UserTracker to account for slow logins&lt;br /&gt;
* (1990265) Fixed race conditions with multicast manager; starting invalid number of clients (Patched by Dan Fego)&lt;br /&gt;
* Fixed Post_Wipe.php to user new database settings (Patched by Stonekeeper)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 0.16&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: June 9, 2008&lt;br /&gt;
&lt;br /&gt;
* Fixed problem with restarting of FOG service installer when a module is disabled.&lt;br /&gt;
* Fixed CSS on Floating Alert Box for IE7 to position the OK button correctly on the form&lt;br /&gt;
* (1977697)Fixed Inability to link a printer to a host/group under ie7.&lt;br /&gt;
* Fixed Floating Alert Box to now move above menu bar in Firefox 3.0&lt;br /&gt;
* Added make to package list to better support fedora 9&lt;br /&gt;
* Added Poweroff support to kernel via ACPI and APM&lt;br /&gt;
* Update Kernel to 2.6.25-4&lt;br /&gt;
* Added keymap support for alt. keyboard layouts&lt;br /&gt;
* Added debug module to output various information to the log&lt;br /&gt;
* Added User Cleanup Module&lt;br /&gt;
* Added Directory Cleaning module&lt;br /&gt;
* Added Auto Log Off module&lt;br /&gt;
* (1967052) Added work around for schema installer when database already exists.&lt;br /&gt;
* Added table globalSettings, moduleStatusByHost, and a few others&lt;br /&gt;
* Updated schema version to 9&lt;br /&gt;
* Updated FOG_Printer_Manager module to allow access to the named pipes from non-admin users.&lt;br /&gt;
* Added &amp;quot;--no-upgrade&amp;quot; option to fog installer&lt;br /&gt;
* Added Easy Update to make upgrading from version to version easier in the future.&lt;br /&gt;
* Added FOG Settings page to the &amp;quot;other information&amp;quot; section of fog management.&lt;br /&gt;
* Added option to make page animations optional.&lt;br /&gt;
* (1940447) Fixed Password validation issue.&lt;br /&gt;
* Cleaned up the task confirmation page.&lt;br /&gt;
&lt;br /&gt;
Version 0.15&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: April 18, 2008&lt;br /&gt;
&lt;br /&gt;
* Fixed - Deploy all snapins to group.&lt;br /&gt;
* Added FTP connection information for NFS server&lt;br /&gt;
* Fixed user tracker report to include host.&lt;br /&gt;
* Updated kernel with atl2 patch 2.04&lt;br /&gt;
* Fixed dd issue introduced in version 0.14&lt;br /&gt;
&lt;br /&gt;
Version 0.14&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: April 8, 2008&lt;br /&gt;
&lt;br /&gt;
* Added basic multiple partition support&lt;br /&gt;
* Improved installer with default values&lt;br /&gt;
* (1920830) After host removal, all tasks linked with host are deleted.&lt;br /&gt;
* Modified S01reboot in boot image to disable saving of random seed&lt;br /&gt;
* Added fogpartinfo binary to boot image for better disk detection&lt;br /&gt;
* Added 3 new operating systems to the support OS table.&lt;br /&gt;
* Added basic backup utility.&lt;br /&gt;
* Added ability to replace an existing snapin file.&lt;br /&gt;
&lt;br /&gt;
Known/Outstanding Issues&lt;br /&gt;
* Percentage reported by multipartition multicast session is incorrect.&lt;br /&gt;
* Multipartition has issues with grub.  &lt;br /&gt;
* Multipartition will not work with extended partitions.&lt;br /&gt;
&lt;br /&gt;
Version 0.13&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: March 21, 2008&lt;br /&gt;
&lt;br /&gt;
* Made installer language independent&lt;br /&gt;
* Made DHCP startup optional&lt;br /&gt;
* Added build-essential to the ubuntu install list&lt;br /&gt;
* Added FOG Tray Icon&lt;br /&gt;
* Changed TaskReboot to optionally reboot with user logged in&lt;br /&gt;
&lt;br /&gt;
Version 0.12&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
Release date: March 4, 2008&lt;br /&gt;
&lt;br /&gt;
* Added Hardware Inventory Task&lt;br /&gt;
* Added Printer Installation Service Module&lt;br /&gt;
* Added User Tracking Service Module&lt;br /&gt;
* Added FOG Reporting&lt;br /&gt;
* Added Enhanced Registration Method&lt;br /&gt;
* Added Client FOG Service Updater&lt;br /&gt;
* Feature Request #1902517 - Change FOG upload behavior to include removal of Page File and Hibernate file.&lt;br /&gt;
* Added Basic Tasks to Host management screen&lt;br /&gt;
* Added Login History to the Host management screen&lt;br /&gt;
* Added Hardware Inventory to host management screen&lt;br /&gt;
* Added printer management to host management screen&lt;br /&gt;
* Updated Kernel to 2.6.25-rc3&lt;br /&gt;
* Fix # 1901545 - Add insecure option to all exports&lt;br /&gt;
* Fix # 1892693 - New user passwords only characters&lt;br /&gt;
* Added HTMLDoc to list of install packages&lt;br /&gt;
* Added 3 sec pause to pxe boot&lt;br /&gt;
* Added pxe boot option fog.memtest&lt;br /&gt;
* Added pxe boot option fog.reg&lt;br /&gt;
* Added pxe boot option fog.reginput&lt;br /&gt;
* Updated Partprobe to 1.8.6&lt;br /&gt;
* Put a freeze on changes to AbstartFOGService.dll&lt;br /&gt;
* Put a freeze on changes to FOGService.exe&lt;br /&gt;
&lt;br /&gt;
  Known Issues&lt;br /&gt;
* Setting of default printer is currently not functional.&lt;br /&gt;
&lt;br /&gt;
Version 0.11&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
* Cleaned up group removal page.&lt;br /&gt;
* Cleaned up user removal page.&lt;br /&gt;
* Fixed CSS on footer&lt;br /&gt;
* Moved delete button to the bottom of the group edit page to keep a consistant look and feel.&lt;br /&gt;
* Added FUSE to the kernel&lt;br /&gt;
* Added ClamAV to the boot image&lt;br /&gt;
* Added Virus History to the Host Edit pages&lt;br /&gt;
* Added Virus Summary to Information Section&lt;br /&gt;
* Feature Request #1886328: Added insecure option to exports&lt;br /&gt;
&lt;br /&gt;
Version 0.10&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
* Fix #1881264: GPT/MSDOS MBR Error&lt;br /&gt;
* Added client kernel updater &lt;br /&gt;
* Branched to two kernel types: kitchensink and skinny&lt;br /&gt;
* Added FOG version and estimated users to login screen.&lt;br /&gt;
* Added DNS and router configuration to the installation script.&lt;br /&gt;
* Added interface configuration to the installation script.&lt;br /&gt;
* Added DD disk imaging support.&lt;br /&gt;
* Updated schema to version 5.&lt;br /&gt;
&lt;br /&gt;
Version 0.09&lt;br /&gt;
------------&lt;br /&gt;
&lt;br /&gt;
* Added Multicast support using UDPCast&lt;br /&gt;
* Added FOGMulticastManager service&lt;br /&gt;
* Feature Request #1860234: Added &amp;quot;List all Hosts&amp;quot; to hosts section&lt;br /&gt;
* Feature Request #1860774: Added ability to modify all the oses for a group&lt;br /&gt;
	- Thanks bjornan&lt;br /&gt;
* Added unmanaged api call to reboot client in FOG service&lt;br /&gt;
* Added Search to Groups section of FOG Management&lt;br /&gt;
* Added Search to Images section of FOG Management&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 0.08&lt;br /&gt;
------------&lt;br /&gt;
* Fix #1843328: changed constant()'s to define()'s in functions.include.php&lt;br /&gt;
	- Thanks Gabor Halasz&lt;br /&gt;
* Fix #1845874: fixed image by group problem.&lt;br /&gt;
	- Thanks Gabor Halasz&lt;br /&gt;
* Fix #1848708: Replaced hardcoded image directory with STORAGE_DATADIR&lt;br /&gt;
	- Thanks Gabor Halasz&lt;br /&gt;
* Fix #1850687: WOL enhancement merged.&lt;br /&gt;
	- Thanks Gabor Halasz&lt;br /&gt;
* Fix #1850700: Hardcoded webroot in dashboard.include.php&lt;br /&gt;
	- Thanks Gabor Halasz&lt;br /&gt;
* Fix #1850854: hardcoded dns server in intrd &amp;amp; tmp cleanup&lt;br /&gt;
	- Thanks Gabor Halasz&lt;br /&gt;
* Fix #N/A:     Fixed capital Y/N response in installer returning: &amp;quot;Invalid repsonse&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Added Ubuntu installer support&lt;br /&gt;
* Added Snapin support&lt;br /&gt;
* Added Snapin subservice&lt;br /&gt;
* Added domain registration&lt;br /&gt;
* Added patition resize percent to config.php&lt;br /&gt;
* Added advanced option Send without Snapins&lt;br /&gt;
* Added advanced option Deploy Snapins&lt;br /&gt;
* Added advanced option Deploy sinlge snapin&lt;br /&gt;
* Changed function getNumberOfTasks to not include orphaned tasks&lt;br /&gt;
* Updated jpgraph to version 2.3&lt;br /&gt;
* updated db schema to version 3&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 0.07&lt;br /&gt;
------------&lt;br /&gt;
* Changed default theme from BrownBark to BlackEye.&lt;br /&gt;
* Added theme option to config file.&lt;br /&gt;
* Added Fast Disk wipe.&lt;br /&gt;
* Added Disk Surface test.&lt;br /&gt;
* Updated Linux Kernel to 2.6.23.8.&lt;br /&gt;
* Removed Kernel module support.&lt;br /&gt;
* Removed Kernel swap disk support.&lt;br /&gt;
* Added ramdisk size option to config file.&lt;br /&gt;
* Added GUI support to the FOG Service.&lt;br /&gt;
* Added graphical config to the FOG Service.&lt;br /&gt;
* Added Task Reboot sub service.&lt;br /&gt;
* Changed IP address from a mandatory to optional field.&lt;br /&gt;
* Modified host upload making IP address optional here too.&lt;br /&gt;
* Added ability to delete image files from web GUI.&lt;br /&gt;
&lt;br /&gt;
Version 0.06&lt;br /&gt;
------------&lt;br /&gt;
* Fixed Upload Resize Bug.&lt;br /&gt;
* Added CSV host import&lt;br /&gt;
* Added Vista support to hostname change module.&lt;br /&gt;
* Added Host Registration module with XP and Vista support&lt;br /&gt;
* Corrected join in Active Tasks page&lt;br /&gt;
&lt;br /&gt;
Version 0.05&lt;br /&gt;
------------&lt;br /&gt;
* Added memtest86+&lt;br /&gt;
* Added testdisk&lt;br /&gt;
* Added photorec&lt;br /&gt;
* Cleaned up GUI a little&lt;br /&gt;
* Added AJAX bandwidth monitor&lt;br /&gt;
* Added AJAX HD monitor&lt;br /&gt;
&lt;br /&gt;
Version 0.04&lt;br /&gt;
------------&lt;br /&gt;
* Added advanced boot options&lt;br /&gt;
&lt;br /&gt;
Version 0.03&lt;br /&gt;
------------&lt;br /&gt;
* Added Windows Vista Support^&lt;br /&gt;
* Added vista MBR to boot image&lt;br /&gt;
* Added FOGVistaMbr Fix application to image&lt;br /&gt;
* Added xxd to the image&lt;br /&gt;
* updated ntfsutils to version 2.0&lt;br /&gt;
* updated db schema to version 2&lt;br /&gt;
* Added url to download the client installation package&lt;br /&gt;
&lt;br /&gt;
Bug Fixes&lt;br /&gt;
* Added alternate method to detect hard disks, which&lt;br /&gt;
  will detect a disk that has not partition on it.&lt;br /&gt;
* Fixed sudo to allow apache to run etherwake.&lt;br /&gt;
  &lt;br /&gt;
^  In order for vista to work, the following commands&lt;br /&gt;
   must be run as administrator BEFORE uploading the image.&lt;br /&gt;
   &lt;br /&gt;
bcdedit /set {bootmgr} device boot&lt;br /&gt;
bcdedit /set {default} device boot&lt;br /&gt;
bcdedit /set {default} osdevice boot   &lt;br /&gt;
&lt;br /&gt;
Version 0.02&lt;br /&gt;
------------&lt;br /&gt;
* Moved user config settings from the main install script to lib/config.sh&lt;br /&gt;
* Cleaned up Kernel and included new .config file&lt;br /&gt;
* added installation notification&lt;br /&gt;
* added fog service with hostname changer&lt;br /&gt;
* minor bug fixes&lt;br /&gt;
&lt;br /&gt;
Version 0.01&lt;br /&gt;
------------&lt;br /&gt;
Initial Product Release&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>KaszpiR</name></author>	</entry>

	</feed>