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

Configure dhcpd to ignore virtual network interfaces #858

Merged
merged 2 commits into from
Jun 29, 2021
Merged

Configure dhcpd to ignore virtual network interfaces #858

merged 2 commits into from
Jun 29, 2021

Conversation

lukechilds
Copy link
Member

Each running Docker container has a virtual network interface that dhcpd tries to keep track of. dhcpd can crash when dealing with a large number of interfaces and the device will then become unresponsive over the network.

This change just configures dhcpd to ignore all virtual network interfaces which resolves the issue.

Related: raspberrypi/linux#4092

h/t to @AaronDewes for his awesome debugging skills.

scripts/update/01-run.sh Outdated Show resolved Hide resolved
Co-authored-by: Aaron Dewes <aaron.dewes@web.de>
@lukechilds lukechilds merged commit 0d4adda into getumbrel:master Jun 29, 2021
RandyMcMillan added a commit to bitcoincore-dev/umbrel that referenced this pull request Jul 5, 2021
* 'master' of https://github.com/getumbrel/umbrel:
  Umbrel v0.3.14 (getumbrel#859)
  Configure dhcpd to ignore virtual network interfaces (getumbrel#858)
  Umbrel v0.3.13 (getumbrel#850)
  Update lnbits app to 0a884e8 (getumbrel#849)
  Update specter-desktop app to v1.4.5 (getumbrel#848)
  Update thunderhub app to v0.12.0 (getumbrel#847)
  Update ride-the-lightning app to v0.11.0 (getumbrel#846)
  RAM requirement 2GB => 4GB (getumbrel#844)
  Update app framework documentation (getumbrel#843)
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.

2 participants