@Tom-Elliott Fixed as of 5772. Thanks Tom!
Posts made by ahooks
-
RE: Not Capturing Images Trunk Revision: 8279
-
RE: r5767 Host is not registered / Invalid MAC after I set an image
@Tom-Elliott Appears fixed! Able to register host and am now capturing the image on 5772.
-
RE: r5767 Host is not registered / Invalid MAC after I set an image
@Tom-Elliott seeing the same issues here. Attempting to register in an endless loop never registers. Happy to test whatever I can to help.
-
RE: Not Capturing Images Trunk Revision: 8279
@Wayne-Workman Yep! I just replicated the steps of the original poster in that thread and got the exact same issue. I’ll follow there. Thanks!
-
Not Capturing Images Trunk Revision: 8279
I have a fog server running on CentOS 7. Able to access the fog dashboard and configure settings. I’ve registered 1 host and have created a Windows 10 image with these settings: https://postimg.org/image/l0l4ng9i9/
When I create a task to capture the image from the host it never runs. The host just boots into the Fog Project default boot menu.
Furthermore, when attempting to register new hosts the image listing doesn’t show the Windows 10 image I created as an option and the /images folder on the server itself doesn’t contain anything referencing that image. Am I missing something?
-
RE: Database Schema Fresh Install Revision: 8273
@Tom-Elliott Thanks Tom. I’m not really sure what the issue was with Centos 6.7. Iptables was disabled, SELinux was disabled. It didn’t throw any specific error messages and nothing in any of the logs caught my eye.
Either way, Wayne’s suggestion to move to CentOS 7 worked and I now have the trunk up and running. Thanks for the help folks!
-
RE: Database Schema Fresh Install Revision: 8273
@Wayne-Workman Definitely! Thanks for the reply. Will give it a shot and let you know how it works out!
-
RE: Database Schema Fresh Install Revision: 8273
Update: I changed the root password for mysql and then updated that in the config.class.php. Still receiving the same error. Ran the rest of the fog install script and it finished out the other steps but its still halting me at the database schema installer/updater.
-
Database Schema Fresh Install Revision: 8273
Fresh install of Centos 6.7. Running PHP 5.6 and Mysql as the database.
Follow the instructions to install the trunk version after downloading via SVN and have hit a road block. Left Mysql password blank during install and have not run the mysql script yet. Getting direction by the Fog install to install/update database schema and receiving this message when navigating:
Database Schema Installer / Updater
Your database connection appears to be invalid. FOG is unable to communicate with the database. There are many reasons why this could be the case. Please check your credentials in /var/www/html/fog/lib/fog/config.class.php. Also confirm that the database is indeed running. If credentials are correct, and the Database service is running, check to ensure your filesystem has enough space.I’ve checked all of the recommended locations - password is blank in the config.class.php. I’ve also followed https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_16.04#MySQL_password_behavior even though its for Ubuntu but I’m getting a syntax error with the ALTER USER command I cant seem to rectify.
Thoughts?