@Tom-Elliott Guys… I’m out of time. School starts soon and I need to image 34 desktops and maybe around 10 laptops. Since my fog update can’t get past the database update, is there an easy way I can just delete the entire database and have the fog installer create a fresh one? I don’t mind losing the data since the whole fog system is basically inaccessable anyway. Thanks for your time.
Latest posts made by Strahd
-
RE: Upgraded from FOG 1.5.9 to 1.5.10.1903 and having issuesposted in FOG Problems
-
RE: Upgraded from FOG 1.5.9 to 1.5.10.1903 and having issuesposted in FOG Problems
@JJ-Fullmer My version is 270. Do you still want me to try updating PHP to 8.3?

-
RE: Upgraded from FOG 1.5.9 to 1.5.10.1903 and having issuesposted in FOG Problems
@Tom-Elliott ok here we go again
git pull
sudo ./installfog.sh -y

I read somewhere in another post that having a simple password on my account can cause DB problems, should we look into that? My password on this system is very simple, it’s never needed to be complex.
-
RE: Upgraded from FOG 1.5.9 to 1.5.10.1903 and having issuesposted in FOG Problems
@Tom-Elliott Fog server has not been working since this entire thread was created… it’s not working.
So far the database has refused to update and the web management console is 100% unavailable since the only thing it does is prompt me to update the database.Tried the manual update with
sudo curl -X POST -H “X-Fog-Install-Token: 14dbb4a059bc201b2bf585b625087f92f4b5f8fd6dc70de8a0bef17845f00321” -d “schemaupdate=1” “http://10.46.10.40/fog/management/index.php?node=schema”but it responded with
{“error”:“Unable to update schema”,“title”,“Schema Update Fail”}Here’s some data you requested earlier

-
RE: Upgraded from FOG 1.5.9 to 1.5.10.1903 and having issuesposted in FOG Problems
@Tom-Elliott No, can’t get that command to work. I tried removing the \ or removing the quotes, no joy.

-
RE: Upgraded from FOG 1.5.9 to 1.5.10.1903 and having issuesposted in FOG Problems
@Tom-Elliott ok here’s the latest results:
When I visit http://10.46.10.40/fog/management it immediately jumps to http://10.46.10.40/fog/management/index.php?node=schema instead and displays the following:

Clicking update reveals (if I click “here to login” again it sends me to the previous update page, making an endless loop):

Typing
sudo grep -A5 -i “schema|Updating Database” /root/fogproject/bin/error_logs/fog_error_1.6.0-beta.3050.log | tail -60
Delivers no output at all. If you are looking for the term “Updating Database” I manually opened the log with a text editor and found no reference to “Updating” anywhere in there.I tried updating the token but it threw an error - please check my syntax

-
RE: Upgraded from FOG 1.5.9 to 1.5.10.1903 and having issuesposted in FOG Problems
@Tom-Elliott I did this as per your post, did not work, same DB update error as before
cd /root/fogproject
git checkout working-1.6
git pull
cd bin
sudo ./installfog.sh -y -
RE: Upgraded from FOG 1.5.9 to 1.5.10.1903 and having issuesposted in FOG Problems
@Tom-Elliott ok heres the logs you requested

(FYI 10.46.101.20 is my PC’s ip address. The fog server is a VM. It is 10.46.10.40)


-
RE: Upgraded from FOG 1.5.9 to 1.5.10.1903 and having issuesposted in FOG Problems
ok cancel that last post I think our internet filter was getting in the way or somethine weird and i’m past that now.
