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: Thu, 12 Dec 2019 14:07:40 +0100 Message-ID: <87tv658zfn.fsf@gnu.org> References: <975fd0999fa4f6fab542a11dd761fb6e@waegenei.re> <871rtcm7g2.fsf@gnu.org> <24efa7c98f8b2b64129104cc5ed05ab0@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]:53359) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifOCK-0003xu-C8 for bug-guix@gnu.org; Thu, 12 Dec 2019 08:08:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifOCI-00039h-5E for bug-guix@gnu.org; Thu, 12 Dec 2019 08:08:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53194) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ifOCI-00039P-0q for bug-guix@gnu.org; Thu, 12 Dec 2019 08:08:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ifOCH-0001wy-Sm for bug-guix@gnu.org; Thu, 12 Dec 2019 08:08:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <24efa7c98f8b2b64129104cc5ed05ab0@waegenei.re> (Brice Waegeneire's message of "Tue, 10 Dec 2019 22:25:34 +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 Hello, Brice Waegeneire skribis: > On 2019-12-10 18:11, Ludovic Court=C3=A8s wrote: >> 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? > Doing some research on how linux-libre behave it seems normal that it > doesn't allow the loading of non-free firmware. It obviously doesn=E2=80=99t do it by default, but my understanding is that= the goal is to allow it (you could check with them). > So I think the issue is on the Guix side; in dhcp-client-service > stopping on an error and not continuing to try other interface. If you > don't think so what should I bring up to the linux-libre mailing list? =E2=80=98dhcp-client-service=E2=80=99 passes the DHCP client the list of in= terfaces that are =E2=80=9Cvalid=E2=80=9D (see gnu/services/networking.scm). Could you f= ind out why yours is considered =E2=80=9Cvalid=E2=80=9D when it shouldn=E2=80=99t? Thanks, Ludo=E2=80=99.