Report this

What is the reason for this report?

Apt-get update doesnt pull

Posted on April 24, 2019

Clean droplet First command apt-get update on root user fails Removing /var/lib/apt/lists/* and cleaning apt-get clean doesn’t fix the problem Adding 8.8.8.8 DNS doesn’t either I’m using IPV6 Pings to 8.8.8.8 work

0% [Working]
Err:1 https://repos.insights.digitalocean.com/apt/do-agent main InRelease      
  Could not resolve host: repos.insights.digitalocean.com
Err:2 http://mirrors.digitalocean.com/ubuntu xenial InRelease                  
  Temporary failure resolving 'mirrors.digitalocean.com'
Err:3 http://security.ubuntu.com/ubuntu xenial-security InRelease              
  Temporary failure resolving 'security.ubuntu.com'
0% [Working]   ```

What's going on?


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Greetings!

That is interesting. Given that outbound ping works I think we can rule out a lot of possibilities. I’m going to go out on a limb and theorize that outbound DNS resolution (53/UDP) may be blocked. Try this:

iptables -I OUTPUT -p udp --dport 53 -j ACCEPT

See if that helps any.

Jarland

It was a firewall problem, I blocked tcp upd all in digitalocean’s firewall, didn’t notice the huge title saying they are outbound.

Thanks!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.