---- Le jeu., 04 févr. 2021 20:11:06 -0500 Samuel Thibault 
<samuel.thiba...@gnu.org> écrit ----

 > Paul Dufresne, le jeu. 04 févr. 2021 20:06:06 -0500, a ecrit: 
 > > ---- Le jeu., 04 févr. 2021 19:48:55 -0500 Samuel Thibault 
 > > <samuel.thiba...@gnu.org> écrit ---- 
 > > 
 > >  >  debcheckout debian-cd 
 > > paul@kibar:~/own3$ debcheckout debian-cd 
 > > declared git repository at 
 > > https://salsa.debian.org/images-team/debian-cd.git 
 > > git clone https://salsa.debian.org/images-team/debian-cd.git debian-cd ... 
 > > Cloning into 'debian-cd'... 
 > > fatal: unable to access 
 > > 'https://salsa.debian.org/images-team/debian-cd.git/': gnutls_handshake() 
 > > failed: Failed to acquire random data. 
 > > checkout failed (the command above returned a non-zero exit code) 
 >  
 > Do you still have a proper /dev/urandom symlink? 
 >  
 > Samuel 
 
Thanks, that was it!
root@kibar:~# file /dev/urandom
/dev/urandom: cannot open `/dev/urandom' (No such file or directory)

root@kibar:~# ln -s /dev/random /dev/urandom

root@kibar:~# 
logout

paul@kibar:~/own3$ debcheckout debian-cd
declared git repository at https://salsa.debian.org/images-team/debian-cd.git
git clone https://salsa.debian.org/images-team/debian-cd.git debian-cd ...
Cloning into 'debian-cd'...
remote: Enumerating objects: 95, done.
remote: Counting objects: 100% (95/95), done.
remote: Compressing objects: 100% (53/53), done.
remote: Total 17420 (delta 58), reused 67 (delta 42), pack-reused 17325
Receiving objects: 100% (17420/17420), 29.74 MiB | 1.85 MiB/s, done.
Resolving deltas: 100% (13003/13003), done.
paul@kibar:~/own3$ 

Reply via email to