-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
DHCP server broken on v0.105.0/snap 1687 #2667
Comments
Hi, and thank you for the report! Does |
I tried as you suggested, but to no avail:
After this, the error occurred as before. |
We've pushed some fixes in snapshot 10f03b7. It should already be on the edge channel in the Snap store. Can you please check if our solution fixes the issue for you? |
I can confirm that snapshot fixes the issue. |
Merge in DNS/adguard-home from 2667-eperm-dhcp to master Updates AdguardTeam#2667. Squashed commit of the following: commit 7fad607 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Feb 12 16:27:59 2021 +0300 dhcpd: assume static ip on eperm
Issue Details
Expected Behavior
DHCP server continues to work after the snap updated.
Actual Behavior
DHCP server does not respond to requests. Disabling and re-enabling the DCHP server through the web interface results in the error:
Error: control/dhcp/set_config | enabling dhcp: checking static ip: open /etc/network/interfaces: permission denied | 500
Additional Information
Previous issues with the DHCP server were resolved by running
sudo snap connect adguard-home:network-control
. This now results in the messageerror: snap "adguard-home" has no plug named "network-control"
.Running
sudo snap revert adguard-home
reverted to v0.104.3, which works as before.Other information about the snap:
The text was updated successfully, but these errors were encountered: