Artix Linux Forum

Artix Linux => Announcements => Topic started by: ndowens on 16 February 2022, 23:02:04

Title: Xanmod-edge, xanmod-tt and xanmod-lts kernel now available
Post by: ndowens on 16 February 2022, 23:02:04
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
Title: Re: Xanmod kernel available
Post by: calvinh on 16 February 2022, 23:07:57
Nice, possible to include TT (Task Type) scheduler version?
Title: Re: Xanmod kernel available
Post by: ndowens on 16 February 2022, 23:11:20
Nice, possible to include TT (Task Type) scheduler version?
Probably, I'd have to look into it.
Edit: I will add once this current xanmod is done.
Title: Re: Xanmod kernel available
Post by: calvinh on 16 February 2022, 23:12:30
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
Title: Re: Xanmod kernel available
Post by: ndowens on 16 February 2022, 23:13:57
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
Title: Re: Xanmod kernel available
Post by: calvinh on 16 February 2022, 23:30:59
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

Worked! Many thanks.

Code: [Select]
5.16.8-xanmod1-1 #1 SMP Wed, 09 Feb 2022 21:30:06 +0000 x86_64 GNU/Linux
Title: Re: Xanmod kernel available
Post by: ndowens on 16 February 2022, 23:31:47
Worked! Many thanks.

Code: [Select]
5.16.8-xanmod1-1 #1 SMP Wed, 09 Feb 2022 21:30:06 +0000 x86_64 GNU/Linux
This one doesn't have the dkms fixed, but the next one, .10 will
Title: Re: Xanmod-edge, xanmod-tt and xanmod-lts kernel now available
Post by: Chris Cromer on 17 February 2022, 20:10:54
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.
Title: Re: Xanmod-edge, xanmod-tt and xanmod-lts kernel now available
Post by: strajder on 04 March 2022, 06:46:30
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.