Apt can't resolve DNS on a LXC debian bullseye container

Hi!

I used distrobuilder to create a simple, basic bullseye image. I then created a container with it that I configured.
In the running container, the network is working fine. I can do DNS request (e.g. ping resolves names) and /etc/resolv.conf is configured (manually).
I wanted to install openssh-server, so I first tried to update the repos witg apt update (as root). Alas, apt strangely can’t do any DNS request and I’m stuck with:

Err:1 http://deb.debian.org/debian bullseye InRelease
  Temporary failure resolving 'deb.debian.org'
Err:2 http://deb.debian.org/debian bullseye-updates InRelease
  Temporary failure resolving 'deb.debian.org'
Err:3 http://deb.debian.org/debian-security bullseye-security InRelease
  Temporary failure resolving 'deb.debian.org'
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease  Temporary failure resolving 'deb.debian.org'
W: Failed to fetch http://deb.debian.org/debian/dists/bullseye-updates/InRelease  Temporary failure resolving 'deb.debian.org'
W: Failed to fetch http://deb.debian.org/debian-security/dists/bullseye-security/InRelease  Temporary failure resolving 'deb.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.

Do you have any idea why this is happening? Let me know if you need any more info.
Thanks

Hi @PMLefra,
Looks like an temporary DNS resolution problem, can you ping deb.debian.org?
Regards.

Hi, I can ping deb.debian.org.
The DNS problem seems specific to apt.

Is this a container or a vm? And can you post the lxc config show <container/vm name> --expanded
Regards.

It is a LXC container. Since I’m using LXC version 3.1.0, I don’t have the lxc command. Only lxc-{something} commands. I can show you the content of the container config file if this is what you want :slight_smile:

Humm, sorry I have not too much experience with LXC containers. May be other forum masters can help you.
Regards.

I have not so much experience with the Debian, have you ever checked the systemctl status systemd-resolved and check the status of the command resolvectl status.
Regards.

Thank you for your help, it was the starting point of a few-hours long investigation.
I managed to solve the problem: somehow the /etc directory had permissions rwxr-x— and, of course, needed rwxr-xr-x. An apt sub-process that did not have root privileges could not read /etc/resolv.conf, thus the error I kept getting.

1 Like

I’ve got a similar problem… brand new bullseye containers can’t find deb.debian.org

 Temporary failure resolving 'deb.debian.org'

This is on an ARM64 machine…

Maybe there’s a problem with the images?

Also, the prompt in the container reads root@distrobuilder-57cad832-cab9-4693-9a55-7680de7e851d: which suggests something more fundamentally wrong with the container…