Deployment problem with fog
-
Hello everybody,
We have fog 0.32 installed on ubuntu 12.04 desktop.
Is it normal that when we going to Task management and we let’s click on Deploy, we have a blank page with the title “Task Management” who appears, because there is no action happens.
The only thing that works is to start the pc via the network with this command " [url]http://172.16.97.4/fog?wakeonlan=MACADRESS[/url]"
thanks.
-
[B]Here is the solution for people like me who are bothered [/B]:
gksu gedit /var/www/fog/management/includes/tasks.confirm.include.php
Search Menu > Replace
Search for: &$tmp
Replace with: $tmp
Replace All (there were somewhere around twenty instances)
Save
Close
Then try to schedule your upload task again.