From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38524: 'dhcp-client-service' crash when non-libre networking interface is present Date: Tue, 10 Dec 2019 18:11:41 +0100 Message-ID: <871rtcm7g2.fsf@gnu.org> References: <975fd0999fa4f6fab542a11dd761fb6e@waegenei.re> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37545) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iej3M-0003VW-Vy for bug-guix@gnu.org; Tue, 10 Dec 2019 12:12:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iej3L-0007IC-0i for bug-guix@gnu.org; Tue, 10 Dec 2019 12:12:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50549) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iej3K-0007I6-TW for bug-guix@gnu.org; Tue, 10 Dec 2019 12:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iej3K-0001Jm-Pa for bug-guix@gnu.org; Tue, 10 Dec 2019 12:12:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <975fd0999fa4f6fab542a11dd761fb6e@waegenei.re> (Brice Waegeneire's message of "Sun, 08 Dec 2019 09:59:08 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Brice Waegeneire Cc: 38524@debbugs.gnu.org Hi Brice, Brice Waegeneire skribis: > The 'dhcp-client-service' fail to start when a non-libre network=20 > interface (here 148f:3070) is plugged-in even though there is an libre=20 > networking interface (here 01:00.0) available. > Removing the non-libre networking interface from the system allow=20 > 'dhcp-client-service' to start correctly on the libre networking=20 > interface. By =E2=80=9Cnon-libre interface=E2=80=9D, I guess you mean a network interf= ace that relies on non-free firmware, right? > $ sudo herd start networking > [ 2758.305139] 1-3:1.0: Missing Free firmware (non-Free firmware loading= =20 > is disabled) > [ 2758.395791] ieee80211 phy0: rt2x00lib_request_firmware: Error -=20 > Failed to request Firmware > herd: exception caught while executing 'start' on service 'networking': So here the problem is that Linux-libre fails to load the non-free firmware. Could you bring it up on the Linux-libre development mailing list? I believe Linux-libre aims to allow people who want it to use non-free firmware=E2=80=94it just disables it by default. Now, I=E2=80=99d encourag= e you to consider using hardware that does not rely on non-free firmware. :-) Thanks, Ludo=E2=80=99.