-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
systemd-resolved not functioning in Bookworm containers #35
Comments
Just to be sure: Which OS is debspawn running on, and what version of it are you running ( |
D'oh! Sorry about that.
|
Can you try the Git master version? There was an odd DNS issue with containers of this type (bookworm-on-bookworm) where /etc/hosts was missing but required. That could cause the issue you are seeing. |
Unfortunately, the error is the same using the Git master branch. Side note: |
That can't be, something must be wrong with your system... You would have to recreate the image for the changes in master to work, so using |
In my test I made sure to delete then create a bookworm image using the Git master version before trying
As for something wrong/unusual with my system/setup? Maybe. The |
Odd... I thought I really fixed it with e455894 and can't reproduce it here anymore - I will leave this bug open though, and conduct a bit more edge-case and automated testing, especially since there are a few other issues that also have to be dealt with. |
@ximion I don't think the workaround in 222dadb for #26 works for using
debos
in Debian Bookworm containers:I get the following error while preparing the container:
I was able to get the container to build by following the suggestion in #26 and removing
/etc/resolv.conf
at the end ofprepare_container.sh
.prepare_container.sh
build_image.sh
rootfs.yml
The text was updated successfully, but these errors were encountered: