From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22633: Provide a kvm-less qemu / guix system vm Date: Sun, 21 Feb 2016 13:09:34 +0100 Message-ID: <87oabaxo1t.fsf@gnu.org> References: <87oabnqhv3.fsf@dustycloud.org> <20160211225009.GA4943@novena-choice-citizen.lan> <87oabm2tfa.fsf@gnu.org> <87ziv595xb.fsf@dustycloud.org> <87y4aozask.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXSpx-0002Ar-KH for bug-guix@gnu.org; Sun, 21 Feb 2016 07:10:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXSpu-0004QQ-EY for bug-guix@gnu.org; Sun, 21 Feb 2016 07:10:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:38748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXSpu-0004QM-BV for bug-guix@gnu.org; Sun, 21 Feb 2016 07:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aXSpu-0008Cv-6o for bug-guix@gnu.org; Sun, 21 Feb 2016 07:10:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87y4aozask.fsf@gmail.com> (Alex Kost's message of "Sat, 13 Feb 2016 22:10:19 +0300") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Alex Kost Cc: 22633@debbugs.gnu.org Alex Kost skribis: > I had the same issue. Some time ago I tried: > > (kernel-arguments '("modprobe.blacklist=3Dpcspkr")) > > but "pcspkr" was also listed in lsmod. I can=E2=80=99t reproduce it. Do you have a system config that exhibits th= is in =E2=80=98guix system vm=E2=80=99? Note that the =E2=80=98modprobe pcspkr=E2=80=99 will load the module; you h= ave to use =E2=80=98modprobe --use-blacklist pcspkr=E2=80=99 if you want it to honor t= he black list (which is a questionable default IMO.) Thanks, Ludo=E2=80=99.