Surface Pro 4 unable to image
-
-
@Scott-Adams What version of MySQL are you running? (5.7?)?
-
@Tom-Elliott 5.5.49-0ubuntu0.14.04.1
-
@Tom-Elliott Do I need to update? Are there credentials for mysql stored in the WEBui somewhere that I need to check?
If I log into mysql on my FOG server, I can manually edit tables and contents. Just can’t do it from the WebUI.
-
@Scott-Adams Can you get the output of mysql command:
show create table fog.globalSettings
-
-
@Tom-Elliott I have also checked .fogsettings, config.class.php and sql username/passwords match. I also tested the storage node mysql username/password (following the troubleshooting mysql wiki) and credentials worked. It is just something with the WebUI itself or how the WebUI communicates to the mysql database.
-
@Scott-Adams Can you check the schema out? It appears, from what I can see, you’re missing a few global settings from the table, though I have no idea what.
Would you be able to set the schemaVersion to say 200?
UPDATE fog.schemaVersion SET vValue=200;
Go to the gui and approve it to update.
-
@Tom-Elliott I did. I then received the attached errors when I approved.
I have since logged in and am able to navigate the webui. However, I am still unable to save any changes within FOGSettings.When I re-run the show create table fog.globalSettings, all settings look the same, only the AUTO_INCREMENT has changed to 188
-
@Tom-Elliott This is the same issue I reported on a few weeks ago.
https://forums.fogproject.org/topic/7276/after-upgrade-to-trunk-7324-no-settings-available-under-fog-configuration-fog-settings -
Any thoughts or ideas yet? I am completely at a loss. Once again, I updated versions to see if that would fix. No go.
-
@Scott-Adams Anything under apache error logs?
-
@Tom-Elliott It says “unable to open file for reading”. It does this for all the apache logs under log viewer…
-
@Scott-Adams So you can get to the GUI?
-
@Tom-Elliott Yes sir! I can created hosts, create images (capture and deploy). From within FOG Configuration, I can change settings in the iPXE Menu Cusomtization. I can download new kernels.
The only restriction so far is for any changes I make to the FOG Settings under FOG Configuration. I know this is not the original topic of this thread, but the troubleshooting for this topic led us down this path.
-
@Scott-Adams The unable to read files is probably because ubuntu is extremely a PITA lately.
When they run logrotates, the change the permissions of the file to what they think should be set, rather than just move the file and continue on.
So you probably need to re-run the installer and have it try to see the files again.
-
@Tom-Elliott What installer do I need to rerun? I just re-updated SVN yesterday.
-
@Scott-Adams SVN installer.
Logrotate usually happens daily on Ubuntu systems.
-
@Tom-Elliott So, rerun the SVN to go up to the next version of FOG?
-
@Scott-Adams Yes.
Remember I commit MANY MANY MANY times in a day (sometimes more than that even).