Host Registration Broken
-
When performing a full host registration you cannot get past the product key prompt. It continuously asks for it when hitting enter. The problem lies in fog.man.reg
line # 226
[CODE]
while [ “$key” == “” ]; do
echo
echo -n " Enter the product key for this computer: ";
read productKey;
echo
done
[/CODE]should be
[CODE]
while [ “$productKey” == “” ]; do
echo
echo -n " Enter the product key for this computer: ";
read productKey;
echo
done
[/CODE] -
Rebuilding right now, should be ready in about 5 minutes. Thanks for reporting.
-
SVN 2112 should fix the product key thing, thank you.
-
Hi, I’m looking for this SVN 2112 to solve this product key issue. Where I can find it or a newer ?
It appears that the one on the download section is the SVN 2094.
I thank you in advance for your answer. -
Updates come daily possibly even hourly with Tom.
[url]http://fogproject.org/wiki/index.php/Upgrade_to_trunk[/url]
Possibly soon 1.3.0 will be released.