Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
R
@george1421 Thank you for the quick reply! As a follow up, I managed to update to 1.4.0 RC6 and was then able to deploy an older image without trouble (single disk - resizeable). It completed, and resized successfully. Take care!
J
fogprep is no longer needed
C
First go to [url]http://us2.php.net/manual/en/timezones.php[/url] and notate which timezone you are in example “America/Chicage”.
On your fog machine enter the following command (if you dont have nano installed use vi instead) [CODE]sudo nano /etc/php5/apache2/php.ini[/CODE]
Find the line that starts with “date.timezone =” {enter in you timezone} example date.timezone = America/Chicago
Save and exit then run [CODE]sudo service apache2 restart[/CODE]