Could not image, Input/output error http://ipxe.org/Id0c6539
-
@Bob-Henderson When you access the boot.php page, can you then immediately look at your apache error logs and see if there is anything relevant in there? They will have timestamps.
Web interface -> FOG Configuration -> Log Viewer -> Apache error logs
-
I’m fairly sure this is not related to the location plugin, at least not directly. I believe this is because the location that was trying to connect could not communicate with the database. I could be wrong, it happens a lot.
-
@Tom-Elliott Ah, right. That’s happening more often now.
@Bob-Henderson try to remotely connect to the fog server’s MySQL db using the fogstorage credentials and see what happens:
https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_MySQL#Testing_MySQL -
@Wayne-Workman I haven’t touched it in a while, but where do I grab the fogstorage credentials?
I can connect locally as the root user and such
-
@Bob-Henderson said in Could not image, Input/output error http://ipxe.org/Id0c6539:
where do I grab the fogstorage credentials?
Web interface -> FOG Configuration -> FOG Settings -> FOG Storage Nodes -> FOG_STORAGENODE_MYSQLUSER
andFOG_STORAGENODE_MYSQLPASS
-
When I attempt that, I get ERROR 2003 (HY000): Can’t connect to MySQL server on ‘10.1.0.24’ (111) . Tried from 2 other linux boxes.
-
@Bob-Henderson on your main server cd to /etc and run
grep -rl bind-address .
You will need to figure out the right file but edit them and comment the bind-address lines so they read as
#bind-address = 127.0.0.1
then save the files. Once done restart MySQL services and try again. -
After getting rid of the localhost bind, I can login fine. No issues at all.
-
I’ll bet your location will work fine now too.
-
@Tom-Elliott Sure does. Thanks for the help!