-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in GnuTLS initialization: Failed to acquire random data. #21
Comments
if it's during cloning it would be a GitHub error nothing I control. |
please either paste the entire build log here with the error, or use pastebin.com Also if this is the same as the other ticket, ubuntu isn't in a good state for RPI currently. |
Here is the complete error log, Error in GnuTLS initialization: Failed to acquire random data. Will Debian/Raspbian distribution work for Rpi3? Thanks, |
yes for Raspbian, I haven't tested Debian recently, at one point rpi3 was unstable only, maybe testing now? These errors looks like multistrap is too old? Maybe newer and that field is more strict, I'll look into this, thanks. |
Thanks! Is it possible to build a raspbian image with uboot, like from the other 2 examples(Ubuntu and debian)? |
And,this is the error log from using sudo make for raspbian, Error in GnuTLS initialization: Failed to acquire random data. |
what is the base system you are building on, and what is the version of multistrap on it? Also I don't think you can do boot with raspbian, only ubuntu and Debian. |
multistrap version 2.2.9 base system - Linux NAVEEN-SOC 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u5 (2017-09-19) x86_64 GNU/Linux |
3.16, oh that like jessie I think or older, I believe multistrap is too old I'm double check it in a bit and add that to the notes. |
You are right I tested with Debian stretch and its working.I tested Debian image on rpi3 it stops after bootloader loads.Have you tried on rpi3? |
what was your build line for rpi3? |
I used the debian image to flash the sd card.It was empty before. |
sorry you miss understand me, how to you make the image? make REPO=Debian ARCH=arm64 ? |
sudo make DIST=testing REPO=Debian RPI=3 |
that will build with 32bit arm, I haven't tested it, that being said it could easily be an issue in config.txt. try adding ARCH=arm64 instead of RPI=3 see if it boots. I haven't tested it in some time, looking at the Debian repo, you could use stretch instead of buster, when I did my testing stretch was testing, but it's now stable. |
Thanks for your suggestion and using ARCH=arch64 gives following error, Get:6 http://cdn-fastly.deb.debian.org/debian testing/non-free armhf Packages [59.6 kB] I think you are right about the config.txt ,uboot is unable to read the .dtb file and vmlinuz.Is it possible to include device tree of rpi3 (bcm2710-rpi-3-b.dtb)? Will it be a solution? |
Oops my mistake should have be DIST_ARCH=arm64 not ARCH |
I changed to DARCH and getting following error,
Is that DIST_ARCH? And, I changed SUITE=stretch in repos/Debian/multistrap.list.in to download stretch instead of buster . |
oh I corrected the post, the email doesn't get corrected, it should have been DIST_ARCH not DARCH |
Thanks, I tried that too and getting the same error! And, I changed SUITE=stretch in repos/Debian/multistrap.list.in to allow script to download stretch instead of buster.Is that a problem? |
you could just to DIST=stretch |
Tried that,got same error.problem is on rootfs.mak file in root directory(line 142). mkdir -p /bin/bash will work? |
I think you need to redownload your copy form git, that isn't line 142 at all. line 142 is a chroot command and it's important. |
I downloaded recently just before 2 days.Were you able to use this command and build image because I can't |
Hello,
Got this error while cloning the repository
Error in GnuTLS initialization: Failed to acquire random data.
fatal: curl_global_init failed
Is it because of the new update?
Naveen
The text was updated successfully, but these errors were encountered: