help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: service 'dhcpv4-daemon' requires 'networking', which is not provided


From: Ricardo Wurmus
Subject: Re: service 'dhcpv4-daemon' requires 'networking', which is not provided by any service
Date: Fri, 05 Apr 2019 20:45:25 +0200
User-agent: mu4e 1.0; emacs 26.1

address@hidden writes:

> I have rewrote my config, including all modifications into the one
> (modify-services) function

Well, you’re still using “modify-services” twice… :)

You probably also shouldn’t nest all of these “remove” calls.  You can
do this all in one procedure:

(remove (lambda (service)
          (member (service-kind service)
                  (list ntp-service-type
                        avahi-service-type
                        bluetooth-service
                        network-manager-service-type)))
        %desktop-services)

Though I think you may be better off using %base-services when you
disagree with so many of the desktop services.

Another hint: %desktop-services includes gdm-service-type, not
slim-service-type, so your modification of the slim service has no
effect.

> But networking is not running after reconfigure.
>
> # guix system reconfigure /etc/config.scm
[…]
> shepherd: Service networking could not be started.
[…]
> Apr 5 21:17:19 localhost vmunix: [ 1821.593856] 0000:03:00.0: Missing Free 
> firmware (non-Free firmware loading is disabled)
> Apr 5 21:17:19 localhost vmunix: [ 1821.593895] r8169 0000:03:00.0 enp3s0: 
> unable to load firmware patch /*(DEBLOBBED)*/ (-2)
> Apr 5 21:17:19 localhost vmunix: [ 1821.594150] Generic PHY r8169-300:00: 
> attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
> Apr 5 21:17:19 localhost vmunix: [ 1821.694129] r8169 0000:03:00.0 enp3s0: 
> Link is Down
> Apr 5 21:17:19 localhost dhclient: Unsupported device type 65534 for "tun0"

Have you set up a network bridge?  Have you rebooted since reconfiguring?

--
Ricardo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]