database update failed after capture
-
@Quazz Okay. So it looks like that password was incorrect i updated and I’m trying to capture a new image again when it’s done I will update. Thank you.
-
After updating the password field and restarting FOG it seems I no longer can PXE boot. If I remove the task it will load the FOG menu but when trying to start capturing an image it says the following.
http://ip/fog/service/ipxe/boot.php......input/output error Could not boot.
I’m wondering if the problem isn’t the computer itself though…
-
@alansopro You can’t pxe boot for a known or unknown device?
If its either than please post the results of this url
http://<fog_server_ip>/fog/service/ipxe/boot.php?mac=00:00:00:00:00:00Please post the results in the forum. But it sounds like your fog sql password is now a mismatch. Your fog (linux) and fog (sql) passwords are not linked by design. Its strange that both would get out of sync when you upgraded. I know that the fog (linux) password gets reset sometimes during the upgrade.
Also it might be interesting to tail the apache error log to see if apache threw an error when you tried to boot.
-
@alansopro Is Secure Boot enabled per chance?
-
@Quazz No just regular PXE boot.
@george1421 I updated a field in the file .fogsettings called ‘password’. I will login to mysql and set them all the same and try again before going into more detail.
-
@george1421 i went to the address you said and the page reads out as…
#!ipxe
set fog-ip <server ip>
set fog-webroot fog
set boot-url http://$(fog-ip)/$(fog-webroot)I’ve updated the passwords for MySQL and also changed them in the .fogsettings. Still giving me the I/O error. I’m wondering if it’s the PC itself. I’m going to try plugging in another one.
-
@alansopro Please check the apache error log in /var/log/http/error_log or where ever ubuntu puts it in error.log This will give more details on what is wrong.
In the case of the output from boot.php I’m going to say the fog sql password is wrong. You should be able to see this user id and password from the web gui too. Then try to login to mysql with something like,
mysql -u fog -p fog
and then enter the fog (sql) password. -
I did just realize there was a newer version of FOG out. RC5. I was upgrading to it and at the end it did give me a failed message when starting up the NFS server.
‘Setting up and starting NFS server: Failed!’
Could this be cuasing my I/O error and how would I go about resolving this one?
-
@alansopro No you are not that far yet. It still may be an issue, but not in this case. FOG uses mysql data to build out the reset of the boot.php page. There is a bunch of text missing from what you posted.
-
@george1421 The only users I have listed in my MySQL is fogstorage and root. I have no fog user. I looked in the web config directory where the login is defined and the DB is fog using the login root and the password.
-
@alansopro Ok then we need the error message from apache error log.
-
I’m oh so very lost in what’s happening here.
@alansopro, you’ve gone through the FTP steps, and NOW the pxe boot doesn’t work? How isn’t it working? Is there an error message, or something we can help you troubleshoot further?
That said, resetting your password would have 0 impact on the booting capability of PXE. So unless there’s something seriously misconfigured we need a lot more information please.
Preferrably, Apache error logs, Installation Error logs, pictures, and more details than “I did this, now that ain’t working”.
-
@Tom-Elliott Tom, in this post https://forums.fogproject.org/topic/8236/database-update-failed-after-capture/11 FOG is only filling out the top section of the iPXE menu when boot.php is called directly. My guess is that something is wrong with access the msql server, but that is only a guess.
The OP does have 2 issues. One was resolved with correcting the ftp (linux) user password.
-
@george1421 The problem was the actual computer. I plugged in another one and it PXE boots fine but now the NFS server isn’t starting so i can’t capture image due to that.
-
@alansopro ?? Was the target computer ??, Um ok.
As for the nfs service, have you rebooted your FOG server since the upgrade.
You can check the status of nfs with the following command:
showmount -e 127.0.0.1
That should list the exported shares from /etc/exports. -
I received the same error message on 1.3.0 RC5. Right when the image was just about to finish it said Update Database Failed and then rebooted. This thread is somewhat confusing. Was there a fix posted for this?
-
@phishphan You are correct the OP seems to have several issues, but in your case please follow the suggestion by @Quazz https://forums.fogproject.org/topic/8236/database-update-failed-after-capture/5 and see if your issue is the FTP user account
-
@george1421 it is an ftp issue. the storage management pass was changed, and a gui user wasn’t defined in .fogsettings, and the wrong pass defined in there too.
-
@Wayne-Workman said in database update failed after capture:
@george1421 it is an ftp issue. the storage management pass was changed, and a gui user wasn’t defined in .fogsettings, and the wrong pass defined in there too.
Is this a systemic issue with the 1.3.0-rcX upgrade script? We’ve seen quite a few of these exact issues in the last few days??
-
@george1421 said in database update failed after capture:
Is this a systemic issue with the 1.3.0-rcX upgrade script? We’ve seen quite a few of these exact issues in the last few days??
It’s systemic only because people don’t know that they really should define fog web ui user and pass inside of
/opt/fog/.fogsettings
exactly like the installer says. Additionally, people are changing the Storage Management DefaultMember password without realizing that they must too change the password setting in .fogsettings, and re-run the installer, or do it all manually.You know what I think?
@Tom-Elliott I think if people change the Storage Management password, that the new password should be tried against that node before being stored in the DB. If an FTP connection fails with the new credentials, show a big fat message saying the credentials are bad and won’t be stored, and to first update .fogsettings and re-run the installer, and that they ought to have web ui credentials defined too so the installer can auto-update the node’s password FOR them.