I copied those files from my debian system, will try with guix system
later:

adb push /etc/protocols /system/etc/
adb push /etc/services /system/etc/
adb push /etc/resolv.conf /system/etc/

And none of the files differ
OnePlus6T:/etc # diff protocols /system/etc/protocols                 
OnePlus6T:/etc # diff services /system/etc/services                   
OnePlus6T:/etc # diff resolv.conf /system/etc/resolv.conf  

This one is working:
/gnu/store/q7527zanapb5cqqsyj46m3q3yr8a3vvz-curl-8.5.0/bin/curl
http://gnu.org
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://www.gnu.org/";>here</a>.</p>
<hr>
<address>Apache/2.4.29 Server at gnu.org Port 80</address>
</body></html>

This one does not:
OnePlus6T:/data/guixandroid #
/gnu/store/q7527zanapb5cqqsyj46m3q3yr8a3vvz-curl-8.5.0/bin/curl
https://gnu.org                                                       
curl: (60) server certificate verification failed. CAfile: none
CRLfile: none
More details here: https://curl.se/docs/sslcerts.html


curl failed to verify the legitimacy of the server and therefore could
not establish a secure connection to it. To learn more about this
situation and how to fix it, please visit the web page mentioned above.

Guix pull fails for the same reason

/gnu/store/q7527zanapb5cqqsyj46m3q3yr8a3vvz-curl-8.5.0/bin/curl
http://gnu.org

zcat /var/log/guix/drvs/r6/39b2xgqihb2r1p8wqw25miid09s8mc-isrg-root-
x2.pem.drv.gz

View build log at
'/var/log/guix/drvs/r6/39b2xgqihb2r1p8wqw25miid09s8mc-isrg-root-
x2.pem.drv.gz'.
cannot build derivation `/gnu/store/qlqq5kddrjmwsj8qfgcadklmmf7kx54j-
le-certs-1.drv': 1 dependencies couldn't be built
guix pull: error: build of
`/gnu/store/qlqq5kddrjmwsj8qfgcadklmmf7kx54j-le-certs-1.drv' failed
1|OnePlus6T:/data/guixandroid # zcat
/var/log/guix/drvs/r6/39b2xgqihb2r1p8wqw25miid09s8mc-isrg-root-
x2.pem.drv.gz

Starting download of /gnu/store/5ryjiaii7gn8imh2xix4mak2yk6gmgrl-isrg-
root-x2.pem
>From https://letsencrypt.org/certs/isrg-root-x2.pem...
In procedure getaddrinfo: Temporary failure in name resolution

Reply via email to