MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.88k stars 497 forks source link

Error trying update to 8.16.2 on nano pi neo 3 #6348

Open Suppalele opened 1 year ago

Suppalele commented 1 year ago

Details:

Joulinar commented 1 year ago

You are failing to verify DNS connectivity. Usually this is a local issue or a challenge with the internet connection. Can you try running the command manually.

getent hosts dns9.quad9.net
Suppalele commented 1 year ago

HI! I tried the command but no answer. re-run update and this error:

 Checking IPv4 network connectivity                                           │
│  - Command: ping -4nc 1 -W 10 9.9.9.9                                        │
│  - Exit code: 1                                                              │
│  - DietPi version: v8.13.2 (MichaIng/master) | HW_MODEL: 56 | HW_ARCH: 3 |   │
│ DISTRO: 5                                                                    │
│  - Image creator: StephanStS                                                 │
│  - Pre-image: Armbian                                                        │
│  - Error log:                                                                │
│ PING 9.9.9.9 (9.9.9.9) 56(84) bytes of data.                                 │
│                                                                              │
│ --- 9.9.9.9 ping statistics ---                                              │
│ 1 packets transmitted, 0 received, 100% packet loss, time 0ms                │
│ 
Joulinar commented 1 year ago

are you sure you have a valid internet connection? Because you are not able to ping Quad9 global IP. Are you able to ping anything else on the web like Google DNS or Cloudflare?