Skip to content

Commit 19eabd9

Browse files
committed
updated the post about failed to fetch reviews
1 parent 67387d5 commit 19eabd9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_posts/2025-01-15-failed-to-fetch--emporary-failure-resolving.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ tags: ["ubuntu", "linux"] # TAG names should always be lowercase
66
description: The error message you're encountering, "Temporary failure resolving 'iad-ad-3.clouds.ports.ubuntu.com'," indicates a DNS resolution issue.
77
---
88

9-
## Failed to fetch http://iad-ad-3.clouds.ports.ubuntu.com/ubuntu-ports/pool/main/n/network-manager-pptp/network-manager-pptp_1.2.8-2_arm64.deb Temporary failure resolving 'iad-ad-3.clouds.ports.ubuntu.com'
10-
- On my ubuntu 20:04 server hosted on OCI Cloud
9+
- Failed to fetch http://iad-ad-3.clouds.ports.ubuntu.com/ubuntu-ports/pool/main/n/network-manager-pptp/network-manager-pptp_1.2.8-2_arm64.deb Temporary failure resolving 'iad-ad-3.clouds.ports.ubuntu.com'
10+
- On my ubuntu 20:04 server hosted on OCI Cloud
1111

1212
The error message you're encountering, "Temporary failure resolving 'iad-ad-3.clouds.ports.ubuntu.com'," indicates a DNS resolution issue. This means your system is unable to resolve the domain name into an IP address, which is necessary for accessing the repository and downloading packages. Here are some steps you can take to troubleshoot and potentially resolve this issue on Ubuntu 20.04:
1313
1. Check Internet Connection
@@ -27,9 +27,11 @@ nameserver 8.8.8.8
2727
nameserver 1.1.1.1
2828
```
2929

30-
```
3130
Restart Networking Service: After changing DNS settings, restart the networking service.
3231
```
32+
sudo systemctl restart networking
33+
```
34+
3335
3. Check for Firewall or Proxy Issues
3436
- Ensure that your firewall or proxy settings are not blocking the connection to the Ubuntu repositories.
3537
1. Try a Different Repository

0 commit comments

Comments
 (0)