Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

bind9 fails #5

Open
pedroponte opened this issue Nov 18, 2022 · 4 comments
Open

bind9 fails #5

pedroponte opened this issue Nov 18, 2022 · 4 comments

Comments

@pedroponte
Copy link

I get an error message when starting the container:

Starting domain name service...: bind9 failed!
Any idea how I can troubleshoot this?

TIA

@jhmaverick
Copy link
Owner

Hi Pedro, did this error happen in the first time you ran the container?
Have you tried running a DNS rebuild for all users? Maybe that solves.

You can try something like this:

for f in /home/*; do \
    v-rebuild-dns-domains "$(basename -- "$f")"; \
done

@pedroponte
Copy link
Author

pedroponte commented Nov 21, 2022 via email

@pedroponte
Copy link
Author

pedroponte commented Nov 21, 2022 via email

@pedroponte
Copy link
Author

pedroponte commented Nov 21, 2022 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants