buildipxe.sh Error
-
I get a Error when i set my Fog Server up on https:
Compiling IPXE binaries trusting your SSL certificate … Failed!Then i tried to run the buildipxe.sh an i get also and Error :
Fog runs on a Ubuntu Server 20.04 LTS
Fog Version: 1.5.10Thanks in advance
-
@Punti Please try to manually run the following commands and post output here:
export GIT_CURL_VERBOSE=1 cd /root git clone https://github.com/ipxe/ipxe
-
Thanks for the reply
-
@Punti I have never seen this error before. Doing a little search engine foo I came across this topic where they talk about an issue in the GnuTLS libraries used by git and that the whole issue was magically fixed (by Github?) in the end: https://discourse.pi-hole.net/t/error-git-remote-https-died-of-signal-4/56558/17
Though on the other hand this is really strange because I did give it a try in my Ubuntu 20.04 test machine and it does not run into the same problem. Maybe this really is a temporary Github problem??