Checksum still doesn't match, even after i redownloaded the file manually.
edit: cleanbuilding using yay solved the issue.
Git Clone URL: | https://aur.archlinux.org/linux-xanmod.git (read-only, click to copy) |
---|---|
Package Base: | linux-xanmod |
Description: | Headers and scripts for building modules for the Linux Xanmod - Stable Mainline [MAIN] kernel |
Upstream URL: | http://www.xanmod.org/ |
Licenses: | GPL2 |
Submitter: | Yoshi2889 |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figue |
Votes: | 132 |
Popularity: | 2.20 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2024-11-22 21:25 (UTC) |
« First ‹ Previous 1 .. 38 39 40 41 42 43 44 45 46 47 48 .. 52 Next › Last »
Checksum still doesn't match, even after i redownloaded the file manually.
edit: cleanbuilding using yay solved the issue.
@simona please update your local repo, patch 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch is directly pulled from a specific commit now:
https://aur.archlinux.org/cgit/aur.git/plain/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch?h=linux-ck&id=616ec1bb1f2c0fc42b6fb5c20995996897b4f43b
=> Validazione di source file con sha256sums... 5.4.14-xanmod8.tar.gz ... Verificato choose-gcc-optimization.sh ... Verificato 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch ... NON RIUSCITO
Fixed sums, sorry
==> Validating source files with sha256sums...
5.4.14-xanmod8.tar.gz ... Passed
choose-gcc-optimization.sh ... Passed
0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!
Just to notice Failed to apply patch with 5.4.14-1 : ==> Validation des fichiers source avec sha256sums… 5.4.14-xanmod8.tar.gz ... Réussite choose-gcc-optimization.sh ... Réussite 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch ... ÉCHEC ==> ERREUR : Un ou plusieurs fichiers ne sont pas valides !
@figue, yes, modproded-db works like a charm
@ax34 Hello, NS is set to N by Xanmod upstream config. You can build it with NS to yes by default if you want or change it in runtime with sysctl CONFIG_USER_NS_UNPRIVILEGED=y
Cheers
Why there is use_ns=n
by default? Flatpak needs use_ns=y
.
Pinned Comments
anlorsp commented on 2024-07-13 17:07 (UTC) (edited on 2024-07-15 04:53 (UTC) by anlorsp)
Adding
to myconfig does solve the "Failed to insert module 'nvidia': Key was rejected by service" problem.
Anyone who configured secure boot using sbctl and want to load dkms modules can try this solution.
figue commented on 2018-12-14 00:50 (UTC) (edited on 2023-02-27 20:00 (UTC) by figue)
This package have several variables to enable/disable features.
Personally I'm running now xanmod kernel compiled with this:
Also, you can now create the file myconfig in your local repo to build this package with a custom config or use ${XDG_CONFIG_HOME}/linux-xanmod/myconfig. This file can be a full kernel config or be a script with several entries to add/remove options (you have several examples in PKGBUILD by using scripts/config):
Code involved: