FOG Installation failing - "Installing now everything is updated....Failed"
-
Good afternoon, I am trying to install the newest fog version but it is failing at the same spot each time. It goes through the installation prompts then starts installing packages, when it gets through the packages to the step “Installing now everything is updated” it is failing. The only package I see that failed install is libcurl3. I tried to install this package manually but it says “Package libcurl3 is not available but is referred to by another package” and prompts me to install libcurl4 which I already have…
I have never had this issue installing fog in the past on this same device. I have tried multiple devices on multiple networks but am getting the same error each time. Can anyone lend a minute? Thanks.
-
I was able to replace “libcurl3” with 'libcurl4" in the config.sh file and that seems to be working.
-
What is the host OS of the FOG server? That might help the devs fix the config.sh file in the master software branch.
-
@Brendan-Clemente On which Linux OS (and version) do you try installing?
What version of FOG? 1.5.8 or dev-branch?
-
@george1421 I’m using Raspbian on a Raspberry PI 3B+ … Let me know if you need any more info/error logs
-
@Brendan-Clemente Does raspbian have a version number? possibly via
uname -a
? -
@Sebastian-Roth I’m using Raspbian on a Raspberry PI 3B+ … FOG 1.5.8
-
@george1421 uname -a
“Linux raspberrypi 4.19.97-v7- #1294” … “armv7l GNU/Linux”
-
@Brendan-Clemente Ok, thanks for reporting. Will see if I can add this to the installer. Though I might deside otherwise when it gets too messy. We already support a huge variaty of LInux OS and version and it’s very hard to keep up with all the different situations.
-
@george1421 cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)
VERSION_ID=10 -
@Brendan-Clemente This should be fixed in the latest dev-branch. Please try and let us know: https://github.com/FOGProject/fogproject/archive/dev-branch.zip