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

resolvconf broken in recent nixos-unstable #77251

Closed
peti opened this issue Jan 7, 2020 · 2 comments
Closed

resolvconf broken in recent nixos-unstable #77251

peti opened this issue Jan 7, 2020 · 2 comments
Labels
0.kind: regression Something that worked before working no longer 1.severity: blocker 6.topic: nixos

Comments

@peti
Copy link
Member

peti commented Jan 7, 2020

After updating to nixos-unstable @ 2e8fc97, my network configuration is broken insofar as that resolvconf fails to configure the DNS resolver for the wifi interface:

dhcpcd[3679]: wlp3s0: leased 192.168.178.23 for 864000 seconds
dhcpcd[3679]: wlp3s0: adding route to 192.168.178.0/24
dhcpcd[3679]: wlp3s0: adding default route via 192.168.178.1
dbus-daemon[1037]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.105' (uid=0 pid=3684 comm="resolvconf -a wlp3s0.dhcp " label="kernel")
dbus-daemon[1037]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
dhcpcd[3679]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
dhcpcd[3679]: Failed to reload-or-try-restart ntpd.service: Unit ntpd.service not found.
dhcpcd[3679]: Failed to reload-or-try-restart openntpd.service: Unit openntpd.service not found.
dhcpcd[3679]: Failed to reload-or-try-restart chronyd.service: Unit chronyd.service not found.
dhcpcd[3679]: forked to background, child pid 3688
systemd[1]: Started DHCP Client.

The system works fine in 3140fa8.

@peti peti added 6.topic: nixos 1.severity: blocker 0.kind: regression Something that worked before working no longer labels Jan 7, 2020
@leocp1
Copy link

leocp1 commented Jan 8, 2020

Possibly duplicate of #76969?

@peti
Copy link
Member Author

peti commented Jan 22, 2020

Yes, the fix to that issue fixed my problems, too.

@peti peti closed this as completed Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: regression Something that worked before working no longer 1.severity: blocker 6.topic: nixos
Projects
None yet
Development

No branches or pull requests

2 participants