From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 27 17:09:25 2020 Received: (at submit) by debbugs.gnu.org; 27 Aug 2020 21:09:25 +0000 Received: from localhost ([127.0.0.1]:44296 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBP9B-0002En-77 for submit@debbugs.gnu.org; Thu, 27 Aug 2020 17:09:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:44614) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBN0e-0000ej-5Z for submit@debbugs.gnu.org; Thu, 27 Aug 2020 14:52:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53934) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBN0c-000251-L9 for bug-guix@gnu.org; Thu, 27 Aug 2020 14:52:26 -0400 Received: from knopi.disroot.org ([178.21.23.139]:60402) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBN0a-0004b9-A6 for bug-guix@gnu.org; Thu, 27 Aug 2020 14:52:26 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id A903E52936; Thu, 27 Aug 2020 20:52:18 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VdqyqPf-9onp; Thu, 27 Aug 2020 20:52:17 +0200 (CEST) From: Vitaliy Shatrov DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1598554336; bh=6PsVq+PTGTFgSf7g8pGlqi6O3W43sOR1cphjRk/VDmA=; h=From:To:Subject:CC:Date; b=QiRSNa7mSlbPKKMD6LpefHofbQYdgj0pW5kJkopvkw7mOs4+grGI/qYsJH+R/C23X HJXFvtDLyX/jhoUi3VINeMxYAyV6xCFDSLVarQ8UrmwHSD+v5xIOTMS7aYUNNCWhwW xCVzRnKYVN4iOG9HUbo2W3osWcWTn9KBxrMmMym9u3FdugLnX3UvtqqCXPsTdcq02k 8RVz6JHuPQXFpYhbDZoDJzh9ev4ytp/1hjCIv55G/6gx0XqgIuo8HnDr7QTI6EoIXq cpjy2uyXZ4Elaoggq5YxzxAJLc1svdJqRIiNW9LrFa8x8wTxMik3O+WtNV15m50x2P 6IoX0tyUAvVfQ== To: bug-guix@gnu.org Subject: linux-libre-arm64-generic lacks CONFIG_CGROUP_FREEZER=y Date: Fri, 28 Aug 2020 01:52:58 +0700 Message-ID: <87d03bly45.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=178.21.23.139; envelope-from=guix.vits@disroot.org; helo=knopi.disroot.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/27 13:11:56 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 27 Aug 2020 17:09:23 -0400 Cc: Vagrant Cascadian X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hello Guix. I: 1. had linux-libre-arm64-generic as my kernel. 2. added only (elogind-service-type) to my Guix System's config. 3. ran `guix system reconfigure`. 4. get some errors: "///sys/something/freezer cannot be something". 5. rebooted, and were unable to log-in (get no prompt). The issue was solved by using the same linux-libre-arm64-generic, but customized: i set a 'CONFIG_CGROUP_FREEZER=y' in kconfig. As this is only one config related to logind that not enabled, i want us to have it enabled by default on linux-libre-arm64-generic, or as Vagrant wrote on IRC, "added to gnu/packages/linux.scm: %default-extra-linux-options". I need logind for sway WM to work.. and probably for other things. Thanks.