Hello,
I decided to try setting up FOG on the new Ubuntu. After failing with the latest stable release I read it didn’t work because non LTS versions didn’t do PHP or something and to use version 1.6.
So I did another fresh install of 19.10 and installed version 1.6. This time I made it past “Stopping web service…Failed!”
I made it to almost the end where I need to update the database schema
but when I go to 192.x.x.x/fog/management
This is displayed
"{“error”:"An SQL error occurred: SQLSTATE[3D000]: Invalid catalog name: 1046 No database selectedSQL: SELECT hostID
,hostID
,hostName
,hostName
,hostDesc
,hostIP
,hostImage
,hostImage
,hostBuilding
,hostCreateDate
,hostLastDeploy
,hostCreateBy
,hostADUser
,hostProductKey
,hostPrinterLevel
,hostKernelArgs
,hostKernel
,hostDevice
,hostInit
,hostPending
,hostPingCode
,hostExitBios
,hostExitEfi
,hostEnforce
,imageName
,hmMAC
\n FROM hosts
\n LEFT OUTER JOIN images
\n ON hosts
.hostImage
= images
.imageID
\n LEFT JOIN hostMAC
\n ON hosts
.hostID
= hostMAC
.hmHostID
\n AND hostMAC
.hmPrimary
= ‘1’\n WHERE hostPending
= ‘1’\n ORDER BY hostName
ASC\n “}”
No idea. I can always go back to 18.04 but wanted to try out this new one.