From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Arruga Vivas Subject: bug#36634: Virtual Machine Manager (virt-manager) Date: Mon, 21 Oct 2019 16:46:29 +0200 Message-ID: <20191021164629.5a0ae2e0@gmail.com> References: <255adc32694ef0c22fb789b1eea66a243cffb649.camel@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50569) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMYxd-0006C0-IJ for bug-guix@gnu.org; Mon, 21 Oct 2019 10:47:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMYxb-00009J-J4 for bug-guix@gnu.org; Mon, 21 Oct 2019 10:47:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48792) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iMYxa-00008P-CM for bug-guix@gnu.org; Mon, 21 Oct 2019 10:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iMYxa-0008N5-1t for bug-guix@gnu.org; Mon, 21 Oct 2019 10:47:02 -0400 In-Reply-To: <255adc32694ef0c22fb789b1eea66a243cffb649.camel@disroot.org> Sender: "Debbugs-submit" Resent-Message-ID: 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: 36634@debbugs.gnu.org, Raghav Gururajan Hi, This bug can be easier to fix than we thought. :-D As a workaround, you only have to execute: $ sudo mkdir /sys/fs/cgroup/unified/{machine,system,user} The folders should be created at libvirtd start, probably manually with some extra cgroup magic that I don't understand yet, but this works well and new machines can be created. I'll take a look this week into the libvirtd service if nobody takes it first, as this is quite trivial. Best regards, Miguel