Hello, after upgrading to scarthgap, I noticed that the name resolution doesn't work anymore:
~ # ping yocto.org ping: bad address 'yocto.org' ~ # ~ # ping 217.160.0.14 PING 217.160.0.14 (217.160.0.14): 56 data bytes 64 bytes from 217.160.0.14: seq=0 ttl=57 time=24.174 ms 64 bytes from 217.160.0.14: seq=1 ttl=57 time=19.452 ms --- 217.160.0.14 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max = 19.452/21.813/24.174 ms ~ # ls -l /etc/resolv.conf lrwxrwxrwx 1 root root 20 Mar 9 2018 /etc/resolv.conf -> /var/run/resolv.conf ~ # cat /var/run/resolv.conf cat: can't open '/var/run/resolv.conf': No such file or directory After linking manually : ~ # ln -sf /etc/resolv-conf.systemd /etc/resolv.conf ~ # ~ # ~ # ping yocto.org PING yocto.org (217.160.0.14): 56 data bytes 64 bytes from 217.160.0.14: seq=0 ttl=57 time=17.577 ms 64 bytes from 217.160.0.14: seq=1 ttl=57 time=18.716 ms ^C --- yocto.org ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max = 17.577/18.146/18.716 ms shouldn't be that added in the systemd recipe : https://git.yoctoproject.org/poky/tree/meta/recipes-core/systemd/systemd_255.4.bb?h=scarthgap#n352 Best regards
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63260): https://lists.yoctoproject.org/g/yocto/message/63260 Mute This Topic: https://lists.yoctoproject.org/mt/106463010/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-