Skip to main content
Topic: Xanmod-edge, xanmod-tt and xanmod-lts kernel now available (Read 4284 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Xanmod-edge, xanmod-tt and xanmod-lts kernel now available

I have linux-xanmod kernel in a repo for everyone that is interested in it. Here is the info to be added to `/etc/pacman.conf`
Code: [Select]
[revan-repo]
Server = http://ndowens.ml:80/$repo/$arch
I am currently building 5.16.10, which will be available once it is done building and uploaded.
Also this will, at the time of this writing, fix dkms issues due to new gcc toolchain.

Edit: The two kernels are in repo above.
Edit2: Change DNS providers, updated url

Re: Xanmod kernel available

Reply #1
Nice, possible to include TT (Task Type) scheduler version?


Re: Xanmod kernel available

Reply #3
How to pick it up from an Arch system? I got,

Code: [Select]
revan-repo                       17.5 KiB   162 KiB/s 00:00 [#################################] 100%
error: failed retrieving file 'revan-repo.db.sig' from ndowens.ml : The requested URL returned error: 404

Re: Xanmod kernel available

Reply #4
How to pick it up from an Arch system? I got,

Code: [Select]
revan-repo                       17.5 KiB   162 KiB/s 00:00 [#################################] 100%
error: failed retrieving file 'revan-repo.db.sig' from ndowens.ml : The requested URL returned error: 404
I don't know about from Arch. May need to add something else to the pacman.conf. Edit once I find out what.

Try adding:
Code: [Select]
 SigLevel = Optional TrustAll 

above Server = https://ndowens.ml/$repo/$arch



Re: Xanmod-edge, xanmod-tt and xanmod-lts kernel now available

Reply #7
I don't know about from Arch. May need to add something else to the pacman.conf. Edit once I find out what.

Try adding:
Code: [Select]
 SigLevel = Optional TrustAll 

above Server = https://ndowens.ml/$repo/$arch
The TrustAll and Optional are only needed for non Artix users. Since your key is in the Artix keyring it is obviously trusted for people using Artix.

A better solution would be to tell people to download the artix-keyring package file. Once the artix keyring is installed they can use all packages signed by you or other Artix devs. Using TrustAll and Optional can be dangerous because it is disabling the verification of signatures which means a rogue package not signed by you and uploaded to your server could be installed and penetrate their systems.
Chris Cromer

 

Re: Xanmod-edge, xanmod-tt and xanmod-lts kernel now available

Reply #8
Replying to an announcement, but with important information: anyone having problems compiling NVIDIA DKMS for the latest kernel should try xanmod kernel instead until the main packages are fixed. xanmod kernels work with the latest GCC.