This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
bind9 fails #5
Comments
Hi Pedro, did this error happen in the first time you ran the container? You can try something like this: for f in /home/*; do \
v-rebuild-dns-domains "$(basename -- "$f")"; \
done |
Hi João, thank you.
I deleted the data folder and re-run the container, thank you, nice work 👌
…________________________________
From: João Henrique ***@***.***>
Sent: Monday, November 21, 2022 15:35
To: jhmaverick/hestiacp-docker
Cc: pedroponte; Author
Subject: Re: [jhmaverick/hestiacp-docker] bind9 fails (Issue #5)
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
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Update. Actually, after trying to access today, I see this error: nginx: [emerg] bind() to xx-xx-xx-xx:80 failed (99: Cannot assign requested address) Nginx server is down, any clues? TIA On 2022-11-21 16:35, Pedro Ponte ***@***.***> wrote: > > > Hi João, thank you. > > I deleted the data folder and re-run the container, thank you, nice work 👌 > > > > From: João Henrique ***@***.***> > Sent: Monday, November 21, 2022 15:35 > To: jhmaverick/hestiacp-docker > Cc: pedroponte; Author > Subject: Re: [jhmaverick/hestiacp-docker] bind9 fails (Issue #5) > > > > > 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 > > > — > Reply to this email directly, view it on GitHub (#5 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/ABKBI7QDZKJ5AITUF7RQMELWJOJDZANCNFSM6AAAAAASE7JRMY). > You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I have updated the container to privileged mode and now it works. Would you think this is the best approach? TIA On 2022-11-21 20:32, Pedro Ponte ***@***.***> wrote: > > Update. > > > > Actually, after trying to access today, I see this error: > > > > > > nginx: [emerg] bind() to xx-xx-xx-xx:80 failed (99: Cannot assign requested address) > > > > Nginx server is down, any clues? > > > > TIA > > > > > > > On 2022-11-21 16:35, Pedro Ponte ***@***.***> wrote: > > > > > > > > Hi João, thank you. > > > > I deleted the data folder and re-run the container, thank you, nice work 👌 > > > > > > > > From: João Henrique ***@***.***> > > Sent: Monday, November 21, 2022 15:35 > > To: jhmaverick/hestiacp-docker > > Cc: pedroponte; Author > > Subject: Re: [jhmaverick/hestiacp-docker] bind9 fails (Issue #5) > > > > > > > > > > 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 > > > > > > — > > Reply to this email directly, view it on GitHub (#5 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/ABKBI7QDZKJ5AITUF7RQMELWJOJDZANCNFSM6AAAAAASE7JRMY). > > You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get an error message when starting the container:
Starting domain name service...: bind9 failed!
Any idea how I can troubleshoot this?
TIA
The text was updated successfully, but these errors were encountered: