Report Download
-
Hello
I’m new to the project. I installed Linux Ubuntu, installed Fog, installed all the add-ons and configuration, PXE works, and the web panel works, but when I want to download a report… I click the button and nothing is generated. There’s no response in the logs. I’ve checked it on three terminals… any ideas?
-
@ecoele What version of FOG are you running? I presume “stable” which we learned of a problem with the report downloads.
Please checkout dev-branch and install it and you should have the ability to download the reports again.
Or wait until Oct 15th when the next release will be rolled out including these fixes.
-
This post is deleted! -
I’m try more version but nothing help…
Your version of FOG is up to date.
You’re running the latest stable version: 1.5.10.1698fog project -
@ecoele The fact that dev-branch is in 1700’s this informatino seems to indicate your’e still running the latest stable.
Once you switch to dev-branch you need to pull in the changes:
cd /your/path/to/fogproject git checkout dev-branch git pull cd bin sudo ./installfog.sh -y
Should get you installed.
You may also need to (from the browser) do a “CTRL + SHIFT + R” to do whats called a hard refresh in the browser to get all the latest/new javascript information.