Skip to content
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

Cannot append customizations to the provided Unbound configuration #50

Open
Thewansingh opened this issue Mar 10, 2024 · 5 comments
Open

Comments

@Thewansingh
Copy link

Cannot append customizations to the provided Unbound configuration

My container self updates every night, however on the latest release 1.19.2 my container was not being assigned an ip address. I decided to nuke that container and recreate a new one using this command. I also nuked my unbound config files folder and created a new empty one so i can edit and appened the provided unbound config files.

So i run
docker run --name=unbound-rpi
--volume=/my-directory/unbound:/opt/unbound/etc/unbound/ \ #i did add my own directory, this is just the base example
--publish=53:53/tcp
--publish=53:53/udp
--restart=unless-stopped
--detach=true
mvance/unbound-rpi:latest

Now 2 things happend

  • I cannot see the provided config files as i usually can to be able to config them
  • My container is still not being assigned an ip (I'm running a custom bridge network, not the default docker bridge network)
  • I also tried to create the container in the default bridge network, but still the same issue
@Nyurael
Copy link

Nyurael commented Mar 10, 2024

My system is selfupdatding too and since this morning, unbound is down.
Got the same problem, no IP anymore.
Also, Container logs is full with:

[1710059707] unbound[1:0] warning: unbound is already running as pid 1.
chown: cannot access '/opt/unbound/etc/unbound/unbound.log': No such file or directory

@MeCias
Copy link

MeCias commented Mar 10, 2024

I can confirm that. There are no IP addresses assigned any more. I tried all kind of network configurations. Nothing works.

@Klorins
Copy link

Klorins commented Mar 11, 2024

Same problem here too

@d-rez
Copy link

d-rez commented Mar 11, 2024

Potentially related to #51, the actual reason seems to be that the container crashes even with default config. Try rolling back to mvance/unbound-rpi:1.17.1

@Nyurael
Copy link

Nyurael commented Mar 26, 2024

it should allready be fixed in the newest version

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

No branches or pull requests

5 participants