Skip to content

unbound: generate root.key manually if it doesn't exist#139

Merged
missytake merged 3 commits into
mainfrom
fix-unbound-138
Dec 19, 2023
Merged

unbound: generate root.key manually if it doesn't exist#139
missytake merged 3 commits into
mainfrom
fix-unbound-138

Conversation

@missytake
Copy link
Copy Markdown
Contributor

fixes #138

@missytake missytake requested a review from link2xt December 19, 2023 15:49
packages="unbound",
packages=["unbound", "unbound-anchor"],
)
server.shell(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a comment describing why it is needed and link to the issue?
It is definitely no necessary on Ubuntu, so someone may remove it.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then let's simply only install it on Debian - I pushed a commit.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you remove it, the next cmdeploy run would just re-install it. Let's just install it unconditionally, and consider removing it after there is a fix.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean someone (we year later when we forget about it) will remove it from cmdeploy because we don't understand why it is needed if everything works on some system.

Comment thread cmdeploy/src/cmdeploy/__init__.py Outdated
Comment thread cmdeploy/src/cmdeploy/__init__.py Outdated
@missytake missytake requested a review from link2xt December 19, 2023 16:34
@missytake missytake merged commit 0ffe4d4 into main Dec 19, 2023
@missytake missytake deleted the fix-unbound-138 branch December 19, 2023 16:45
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

Successfully merging this pull request may close these issues.

unbound fails to start on Debian 12.2

2 participants