Page 1 of 1

KLV Full Real Time Kernel 6.9.0-rt5, overlayfs, usrmerge

Posted: Fri Aug 16, 2024 1:53 am
by rockedge

For all KLV variants there is now available a Full Real Time Kernel 6.9.0-rt5. Tested in KLV-Airedale, KLV-Boxer and KLV-Spectr this is the usual drop in modular kernel and uses any FirstRib skeleton initrd.gz.

Set for high frequency and patched for full real time operations.
DOTconfig-6.9.0-x86_64-150824

as usual use at your own risk.
Download from -> KLV-6.9.0-rt5_full_realtime
or view the collection -> https://rockedge.org/kernels/

Screenshot(1).jpg
Screenshot(1).jpg (54.86 KiB) Viewed 598 times

Re: KLV Full Real Time Kernel 6.9.0-rt5, overlayfs, usrmerge

Posted: Fri Aug 16, 2024 3:04 am
by Clarity

For awhile, I have had a concern using real-time kernels with file management services in forum distros. I dont experience these in WINs/MACs

Concern: Writing to one device ties up the whole desktop's operations until the copy operation completes. Is this a result of the kernel or something else?

Curious


Re: KLV Full Real Time Kernel 6.9.0-rt5, overlayfs, usrmerge

Posted: Fri Aug 16, 2024 1:47 pm
by geo_c
Clarity wrote: Fri Aug 16, 2024 3:04 am

For awhile, I have had a concern using real-time kernels with file management services in forum distros. I dont experience these in WINs/MACs

Concern: Writing to one device ties up the whole desktop's operations until the copy operation completes. Is this a result of the kernel or something else?

Curious

I don't find this to be the case.

I've been using mostly realtime kernels with KLV's for years now. I haven't swapped one in a pure puppy yet, but you may be right, as I remember jackalpup may have had a tendency to act that way during copy operations.

I think it might have more to do with particular machines, drives, modules, and file managers.

I often setup a huge 80GB file copy command and browse the forum while it's executing.

It's interesting though to see which operations max the processors. For instance, when I squash a file system using mksquashfs, it drives all of my cpu's full tilt. I have to make sure I have the governor and processor limits set correctly to avoid overheating.

But even while running mksquash, it's still okay to run other applications for me on KLVs with RT kernels.

To reiterate, when using RT kernels it's more important to tweak the cpu governor. I always make sure cpupower is installed to do this. And I have command scripts on hotkeys so I can make instant switches when necessary.


Re: KLV Full Real Time Kernel 6.9.0-rt5, overlayfs, usrmerge

Posted: Fri Aug 16, 2024 6:11 pm
by rockedge

@Clarity I also have not experienced this except using an old DELL a single core Pentium with 789 M of usable RAM.

@geo_c I ran into an error using cpupower using this kernel on KLV-Boxer-rc4!
But I found the fix!

Code: Select all

bash-5.2# cpupower frequency-info
modprobe: can't load module msr (kernel/arch/x86/kernel/msr.ko.zst): invalid module format

The solution was to install kmod

Code: Select all

xbps-install -Sy kmod

I will modify the KLV-Boxer PLUG to include the kmod package during the system build.

Also will check on KLV-AIredale and KLV-Spectr if this is needed as well, though we would have seen this error I think.