From: Richard Sent <richard@freakingpenguin.com>
To: elais@fastmail.com
Cc: 61173@debbugs.gnu.org
Subject: bug#61173: Wireguard and NF Tables service broken on aarch64
Date: Wed, 22 May 2024 08:36:41 -0400 [thread overview]
Message-ID: <878r02f2g6.fsf@freakingpenguin.com> (raw)
In-Reply-To: <7b54ca8e-5886-4a5b-8a5c-819a646b6bc9@Spark> (elais@fastmail.com's message of "Mon, 30 Jan 2023 07:12:36 -0700")
elais@fastmail.com writes:
> Right now wireguard and nftable services are broken on the aarch64
> kernel due to their respective kernel config parameters not being
> added as modules or compiled into the kernel. I'm hesitant to call
> this a bug but it does mean wireguard and nftables are unavailable. A
> good chunk of iptables operations are missing as well. I don't have
> much experience configuring a kernel but perhaps there's a way to
> insure feature parity between the x86_64 and aarch64 kernels?
I ran into this issue myself when using linux-libre-arm64-generic so
it's still around. It can cause boot problems too depending on what
exactly is missing.
qemu-binfmt-service-type adds a file-system dependency on
/proc/sys/fs/binfmt_misc, and requires the kernel to have
CONFIG_BINFMT_MISC set. The 6.8-arm64.conf file does have
CONFIG_BINFMT_MISC=m, but in the compiled kernel that option is unset.
Ergo the file-system doesn't exist and Shepherd fails to finish
initializing file systems.
Seeing as how certain config changes are made to
linux-libre-arm64-generic to improve device compatibility, I hope the
differences can be minimized between the "vanilla" linux-libre and
customized linux-libre-arm64-generic outside of device compatibility
changes to reduce surprises like this.
--
Take it easy,
Richard Sent
Making my computer weirder one commit at a time.
next prev parent reply other threads:[~2024-05-22 12:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <36296851-3bbf-4f7e-92d0-dd7006fd28fe@Spark>
2023-01-30 14:12 ` bug#61173: Wireguard and NF Tables service broken on aarch64 elais
2023-01-31 5:35 ` elais
2024-05-22 12:36 ` Richard Sent [this message]
2024-05-23 4:48 ` elais
2024-05-23 13:43 ` Richard Sent
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=878r02f2g6.fsf@freakingpenguin.com \
--to=richard@freakingpenguin.com \
--cc=61173@debbugs.gnu.org \
--cc=elais@fastmail.com \
/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.