From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: bug#39696: linux-libre >= 5.4.20 network interfaces, gdm or Xorg and lvm stopped working Date: Thu, 20 Feb 2020 12:19:48 -0500 (EST) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39747) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4pUZ-00021O-AU for bug-guix@gnu.org; Thu, 20 Feb 2020 12:20:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4pUY-0001ZH-DY for bug-guix@gnu.org; Thu, 20 Feb 2020 12:20:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39832) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4pUY-0001ZD-9M for bug-guix@gnu.org; Thu, 20 Feb 2020 12:20:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j4pUY-0007l1-1C for bug-guix@gnu.org; Thu, 20 Feb 2020 12:20:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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-mx.org@gnu.org Sender: "bug-Guix" To: Sam P Cc: 39696@debbugs.gnu.org On Thu, 20 Feb 2020, Sam P wrote: > 1. No ethernet interface is shown only lo: is shown > 2. gdm, Xorg totally stopped working > 3. lvm command vgchange -ay taken forever and not able to create device node in /dev/mapper Sam, Sorry to hear that you're experiencing this problem. This sounds to me like it is actually the problem with the shepherd upgrade as describe in , not with linux-libre. If you want to verify that's the case, you can try reconfiguring with commit d39885a8a9e0e03c2bf6277d475d384168bba642 by running `guix time-machine --commit=d39885a8a9e0e03c2bf6277d475d384168bba642 -- system reconfigure /path/to/config.scm` That commit will have linux-libre 5.4.20, but not the new shepherd. Best, Jack