project-chip / certification-tool

A test harness and tooling designed to simplify development, testing, and certification for devices, guided by the Connectivity Standards Alliance.
https://csa-iot.org/
Apache License 2.0
43 stars 24 forks source link

[Bug] DNS Fails on Certification Tool Install #424

Closed sanjaysubbarao closed 1 month ago

sanjaysubbarao commented 1 month ago

Describe the bug

DNS Failure causing issues in completing the Certification Tool Download and Front End/Backend Bring Up Post Installation it gets stuck at bringing up both front end and backend.

Steps to reproduce the behavior

  1. Run the script auto-install.sh under: /home/ubuntu/certification-tool/scripts/pi-setup

Expected behavior

The Script should complete the installation

Log files


update-paa-certs.sh: Checkout SDK sparsely


Cloning into 'sdk-sparse'... fatal: unable to access 'https://github.com/project-chip/connectedhomeip.git/': Could not resolve host: github.com

TH-Fail.txt

DNS resolution fails:

ubuntu@ubuntu:~$ resolvectl status Global Protocols: -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported resolv.conf mode: stub

Link 2 (eth0) Current Scopes: none Protocols: -DefaultRoute -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported

Link 3 (wlan0) Current Scopes: none Protocols: -DefaultRoute -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported

Link 4 (docker0) Current Scopes: none Protocols: -DefaultRoute -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported

Working Case: ubuntu@ubuntu:~$ resolvectl status Global Protocols: -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported resolv.conf mode: stub

Link 2 (eth0) Current Scopes: none Protocols: -DefaultRoute -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported

Link 3 (wlan0) Current Scopes: DNS Protocols: +DefaultRoute -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported DNS Servers: 8.8.4.4 8.8.8.8

Link 4 (docker0) Current Scopes: none Protocols: -DefaultRoute -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported

PICS file

No response

Screenshots

No response

Environment

Additional Information

No response

fabiowmm commented 1 month ago

@sanjaysubbarao It's probably a network issue. Which site is this?