From: Vagrant Cascadian <vagrant@debian.org>
To: Vitaliy Shatrov <guix.vits@disroot.org>
Cc: 43078@debbugs.gnu.org
Subject: bug#43078: linux-libre-arm64-generic lacks CONFIG_CGROUP_FREEZER=y
Date: Thu, 27 Aug 2020 16:25:38 -0700 [thread overview]
Message-ID: <87h7sny8lp.fsf@yucca> (raw)
In-Reply-To: <87d03bly45.fsf@disroot.org>
[-- Attachment #1.1: Type: text/plain, Size: 1156 bytes --]
On 2020-08-28, Vitaliy Shatrov wrote:
> 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".
Given that this is present in all the "linux-libre" packages
(e.g. without arm-generic or arm64-generic ...), I think it makes sense
to add this to %default-extra-linux-options.
*Untested* patch attached.
I did at one point try to enable this on arm-generic and it required
additional features I couldn't track down... and at some point this was
enabled on arm64-generic (I tested on "pinebook" with arm64-generic a
while back).
live well,
vagrant
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-default-extra-linux-options-Enable-CONFIG_CGROUP.patch --]
[-- Type: text/x-diff, Size: 1022 bytes --]
From d91a90a667262b6e0ab82542a28c48b70eee37fc Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Thu, 27 Aug 2020 14:47:43 -0700
Subject: [PATCH] gnu: %default-extra-linux-options: Enable
CONFIG_CGROUP_FREEZER.
Fixes: https://issues.guix.gnu.org/43078
* gnu/packages/linux (%default-extra-linux-options): Enable
CONFIG_CGROUP_FREEZER.
---
gnu/packages/linux.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 26ce379568..1f6236163f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -641,6 +641,8 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration."
("CONFIG_USER_NS" . #t)
("CONFIG_PID_NS" . #t)
("CONFIG_NET_NS" . #t)
+ ;; cgroup freezer needed for elogind: https://issues.guix.gnu.org/43078
+ ("CONFIG_CGROUP_FREEZER" . #t)
;; Modules required for initrd:
("CONFIG_NET_9P" . m)
("CONFIG_NET_9P_VIRTIO" . m)
--
2.20.1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
next prev parent reply other threads:[~2020-08-27 23:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-27 18:52 bug#43078: linux-libre-arm64-generic lacks CONFIG_CGROUP_FREEZER=y Vitaliy Shatrov
2020-08-27 21:58 ` Leo Famulari
2020-08-27 22:57 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-08-27 23:25 ` Vagrant Cascadian [this message]
2020-09-01 22:47 ` Vagrant Cascadian
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h7sny8lp.fsf@yucca \
--to=vagrant@debian.org \
--cc=43078@debbugs.gnu.org \
--cc=guix.vits@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.