FOG Version
-
Hi,
To fix compatibility issue, i upgraded to FOG with this procedure. https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk
But now my version seems older (Instead of saying version 1.2.0, it says 6629.) And this morning i have a message in FOG configuration menu it says you are not running the most current version. Is it saying that because i don’t have version 1.2.0. (The latest stable version?) By the way, i like the new icons in the FOG Dashboard. -
@sfayle 6629 is a lot newer than 1.2.0! Right now we have two different version numbers. The one with dots (e.g. 1.2.0 or 0.3.2) is for old stable releases). The four digit number is current development version (aka revision number).
The message you see about not having the latest version is because we work on FOG trunk and there is a new version (probably two or more) every day!! You don’t need to keep up with that. But if you are keen you can and will help us greatly in finding and fixing bugs before we can release a new version. -
Ok thank you for you qucik reply. I don’t mind doing more update, is there a procedure that i can run?
-
@sfayle Which procedure did you use to grab the installer? Git? Svn?
-
@sfayle Regardless of which one you used, there are instructions in https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk that tell you how to update to the latest:
cd /folder_you_set_up_for_fog_trunk/
svn up
cd bin
./installfog.shcd /folder_you_set_up_for_fog_trunk/
git pull
cd bin
./installfog.shcd /folder_you_set_up_for_fog_trunk/
./installfog.sh