LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-20-2022, 04:53 AM   #4411
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512

Thanks cwizardone !

Built, installed and booted 5.15.35 along with NVIDIA-Linux-x86_64-510.60.02.run and VMWare Workstation Pro 16.2.3

I was also able to build and install the tuxedo-keyboard and tuxedo_keyboard_ite kernel modules for Keyboard RGB LED Control on my Sager NP9672M-G1 Laptop ) ( experimental ! and only partial functionality for now ).

Code:
# uname -a
Linux kjhlt7.kjh.home 5.15.35.kjh #1 SMP PREEMPT Wed Apr 20 03:23:10 CDT 2022 x86_64 11th Gen Intel(R) Core(TM) i9-11900K @ 3.50GHz GenuineIntel GNU/Linux

# lsmod |grep -i -e tuxedo -e clevo -e ite_
ite_8291               16384  0
ite_8297               16384  0
tuxedo_keyboard_ite    16384  0
tuxedo_io              16384  0
clevo_acpi             16384  0
clevo_wmi              16384  0
tuxedo_keyboard        40960  4 clevo_acpi,tuxedo_io,uniwill_wmi,clevo_wmi
sparse_keymap          16384  3 intel_hid,asus_wmi,tuxedo_keyboard
wmi                    32768  6 uniwill_wmi,intel_wmi_thunderbolt,clevo_wmi,asus_wmi,wmi_bmof,mxm_wmi
hid                   143360  14 i2c_hid,hid_logitech,tuxedo_keyboard_ite,ite_8297,usbhid,hid_multitouch,hid_microsoft,ite_8291,hid_generic,hid_lenovo,hid_cherry,hid_asus,hid_logitech_dj,hid_logitech_hidpp
Many thanks to Tuxedo Computers for the tuxedo-keyboard Source Code and tuxedo-keyboard-ite DKMS RPM ( which includes source code ).

-- kjh( me too on the 'up all nite' affliction and I definitely seem to slosh more than I did when I was younger )
 
1 members found this post helpful.
Old 04-20-2022, 07:27 AM   #4412
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,026

Rep: Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618
Kernel 5.17.4 built and running fine but I see something funny when I make my initrd.

I run

Code:
mkinitrd -c -R -k 5.17.4 -f ext4 -m ext4:crc32c_generic
and it makes the initrd just fine but since 5.17.4 is outputs the following -

Code:
mkinitrd -c -R -k 5.17.4 -f ext4 -m ext4:crc32c_generic
WARNING:  Could not find module "/lib/modules/5.17.4/kernel/fs/jbd2/jbd2.ko"
OK: /lib/modules/5.17.4/kernel/fs/mbcache.ko added.
WARNING:  Could not find module "/lib/modules/5.17.4/kernel/fs/ext4/ext4.ko"
55331 blocks
/boot/initrd.gz created.
Be sure to run lilo again if you use it
The two modules that it complains about are indeed in /lib/modules/5.17.4/kernel/fs and it loads them on boot as usual. Does anyone have an idea what is causing the complaints?? Been using this mkinitrd command for a very long time but just with 5.17.4 I get these messages. Thanks in advance
 
2 members found this post helpful.
Old 04-20-2022, 07:43 AM   #4413
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,398

Rep: Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132
Quote:
Originally Posted by 3rensho View Post
Kernel 5.17.4 built and running fine but I see something funny when I make my initrd.

I run

Code:
mkinitrd -c -R -k 5.17.4 -f ext4 -m ext4:crc32c_generic
and it makes the initrd just fine but since 5.17.4 is outputs the following -

Code:
mkinitrd -c -R -k 5.17.4 -f ext4 -m ext4:crc32c_generic
WARNING:  Could not find module "/lib/modules/5.17.4/kernel/fs/jbd2/jbd2.ko"
OK: /lib/modules/5.17.4/kernel/fs/mbcache.ko added.
WARNING:  Could not find module "/lib/modules/5.17.4/kernel/fs/ext4/ext4.ko"
55331 blocks
/boot/initrd.gz created.
Be sure to run lilo again if you use it
The two modules that it complains about are indeed in /lib/modules/5.17.4/kernel/fs and it loads them on boot as usual. Does anyone have an idea what is causing the complaints?? Been using this mkinitrd command for a very long time but just with 5.17.4 I get these messages. Thanks in advance
I noticed that also on 5.17.3
Code:
WARNING:  Could not find module "/lib/modules/5.17.3/kernel/fs/jbd2/jbd2.ko"
WARNING:  Could not find module "/lib/modules/5.17.3/kernel/fs/ext4/ext4.ko"
WARNING:  Could not find module "/lib/modules/5.17.3/kernel/drivers/cpufreq/amd_pstate.ko"
 
1 members found this post helpful.
Old 04-20-2022, 08:48 AM   #4414
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 906

Rep: Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697
Quote:
Originally Posted by 3rensho View Post
Kernel 5.17.4 built and running fine but I see something funny when I make my initrd.

I run

Code:
mkinitrd -c -R -k 5.17.4 -f ext4 -m ext4:crc32c_generic
and it makes the initrd just fine but since 5.17.4 is outputs the following -

Code:
mkinitrd -c -R -k 5.17.4 -f ext4 -m ext4:crc32c_generic
WARNING:  Could not find module "/lib/modules/5.17.4/kernel/fs/jbd2/jbd2.ko"
OK: /lib/modules/5.17.4/kernel/fs/mbcache.ko added.
WARNING:  Could not find module "/lib/modules/5.17.4/kernel/fs/ext4/ext4.ko"
55331 blocks
/boot/initrd.gz created.
Be sure to run lilo again if you use it
The two modules that it complains about are indeed in /lib/modules/5.17.4/kernel/fs and it loads them on boot as usual. Does anyone have an idea what is causing the complaints?? Been using this mkinitrd command for a very long time but just with 5.17.4 I get these messages. Thanks in advance
I'm just now upgrading from 5.16.x to 5.17.x on Slackware64-15.0. So 5.17.4 is my first 5.17.x compile. I don't see your problem (using a barely-modified Slackware .config):

Code:
# ./prepare_boot_files.sh 
#
# mkinitrd_command_generator.sh revision 1.45
#
# This script will now make a recommendation about the command to use
# in case you require an initrd image to boot a kernel that does not
# have support for your storage or root filesystem built in
# (such as the Slackware 'generic' kernels').
# A suitable 'mkinitrd' command will be:

mkinitrd -c -k 5.17.4-etr -f ext4 -r luksnvme0n1p5 -m xhci-pci:ohci-pci:ehci-pci:xhci-hcd:uhci-hcd:ehci-hcd:hid:usbhid:i2c-hid:hid_generic:hid-asus:hid-cherry:hid-logitech:hid-logitech-dj:hid-logitech-hidpp:hid-lenovo:hid-microsoft:hid_multitouch:jbd2:mbcache:crc32c_intel:crc32c_generic:ext4 -C /dev/nvme0n1p5 -u -F -s /boot/initrd-tree-5.17.4-etr -o /boot/initrd-5.17.4-etr.gz
# ./prepare_boot_files.sh | sh
OK: /lib/modules/5.17.4-etr/kernel/drivers/usb/host/xhci-hcd.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/usb/host/xhci-pci-renesas.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/usb/host/xhci-pci.ko added.
WARNING:  Could not find firmware "/lib/firmware/renesas_usb_fw.mem"
OK: /lib/modules/5.17.4-etr/kernel/drivers/usb/host/ehci-hcd.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/usb/host/ohci-hcd.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/usb/host/ohci-pci.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/usb/host/ehci-hcd.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/usb/host/ehci-pci.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/usb/host/xhci-hcd.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/usb/host/uhci-hcd.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/usb/host/ehci-hcd.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/usbhid/usbhid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/i2c/i2c-core.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/i2c-hid/i2c-hid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid-generic.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/acpi/video.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/platform/x86/wmi.ko added.
OK: /lib/modules/5.17.4-etr/kernel/net/rfkill/rfkill.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/input/sparse-keymap.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/acpi/battery.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/acpi/platform_profile.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/platform/x86/asus-wmi.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/usbhid/usbhid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid-asus.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid-cherry.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/usbhid/usbhid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid-logitech.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/usbhid/usbhid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid-logitech-dj.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid-logitech-hidpp.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid-lenovo.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid-microsoft.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/hid/hid-multitouch.ko added.
OK: /lib/modules/5.17.4-etr/kernel/fs/jbd2/jbd2.ko added.
OK: /lib/modules/5.17.4-etr/kernel/fs/mbcache.ko added.
OK: /lib/modules/5.17.4-etr/kernel/fs/jbd2/jbd2.ko added.
OK: /lib/modules/5.17.4-etr/kernel/fs/mbcache.ko added.
OK: /lib/modules/5.17.4-etr/kernel/fs/ext4/ext4.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/usb/host/ohci-hcd.ko added.
OK: /lib/modules/5.17.4-etr/kernel/drivers/usb/storage/usb-storage.ko added.
OK: /lib/modules/5.17.4-etr/kernel/fs/fat/fat.ko added.
OK: /lib/modules/5.17.4-etr/kernel/fs/nls/nls_cp437.ko added.
OK: /lib/modules/5.17.4-etr/kernel/fs/nls/nls_iso8859-1.ko added.
OK: /lib/modules/5.17.4-etr/kernel/fs/fat/fat.ko added.
OK: /lib/modules/5.17.4-etr/kernel/fs/fat/msdos.ko added.
OK: /lib/modules/5.17.4-etr/kernel/fs/fat/fat.ko added.
OK: /lib/modules/5.17.4-etr/kernel/fs/fat/vfat.ko added.
OK: /lib/modules/5.17.4-etr/kernel/crypto/af_alg.ko added.
OK: /lib/modules/5.17.4-etr/kernel/crypto/algif_skcipher.ko added.
80104 blocks
/boot/initrd-5.17.4-etr.gz created.
Be sure to run lilo again if you use it.
Hm... but I did notice jbd2.ko is listed twice. That seems weird.
 
Old 04-20-2022, 08:50 AM   #4415
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,398

Rep: Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132
weird output ...
Code:
# mkinitrd -c -k 5.17.3 -f ext4 -r /dev/nvme0n1p3 -m crc32c_generic:hid:jbd2:mbcache:ext4 

WARNING:  Could not find module "/lib/modules/5.17.3/kernel/drivers/hid/hid.ko"
WARNING:  Could not find module "/lib/modules/5.17.3/kernel/fs/jbd2/jbd2.ko"
OK: /lib/modules/5.17.3/kernel/fs/mbcache.ko added.
OK: /lib/modules/5.17.3/kernel/fs/jbd2/jbd2.ko added.
OK: /lib/modules/5.17.3/kernel/fs/mbcache.ko added.
WARNING:  Could not find module "/lib/modules/5.17.3/kernel/fs/ext4/ext4.ko"
54022 blocs
/boot/initrd.gz created.
Be sure to run lilo again if you use it.
 
Old 04-20-2022, 09:23 AM   #4416
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
Yes, I've noticed the dupes as well and I chalked it up to dependency resolution ( ??? )

This is from my Slackware64 15.0 System this morning:

Code:
# grep '^OK:\|^WARNING:' do-mkinitrd-5.15.35.kjh-t.log |sort -k1,1 -k2,2 |uniq -c |sort -nr

     12 OK: /lib/modules/5.15.35.kjh/kernel/drivers/hid/hid.ko added.
      4 OK: /lib/modules/5.15.35.kjh/kernel/drivers/hid/usbhid/usbhid.ko added.
      3 OK: /lib/modules/5.15.35.kjh/kernel/drivers/usb/host/ehci-hcd.ko added.
      2 OK: /lib/modules/5.15.35.kjh/kernel/fs/mbcache.ko added.
      2 OK: /lib/modules/5.15.35.kjh/kernel/fs/jbd2/jbd2.ko added.
      2 OK: /lib/modules/5.15.35.kjh/kernel/drivers/usb/host/xhci-hcd.ko added.
      1 WARNING:  Could not find firmware "/lib/firmware/renesas_usb_fw.mem"
      1 OK: /lib/modules/5.15.35.kjh/kernel/net/rfkill/rfkill.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/fs/ext4/ext4.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/usb/host/xhci-pci.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/usb/host/xhci-pci-renesas.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/usb/host/uhci-hcd.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/usb/host/ohci-pci.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/usb/host/ohci-hcd.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/usb/host/ehci-pci.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/platform/x86/wmi.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/platform/x86/asus-wmi.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/input/sparse-keymap.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/i2c/i2c-core.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/hid/i2c-hid/i2c-hid.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/hid/hid-multitouch.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/hid/hid-microsoft.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/hid/hid-logitech.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/hid/hid-logitech-hidpp.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/hid/hid-logitech-dj.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/hid/hid-lenovo.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/hid/hid-generic.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/hid/hid-cherry.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/hid/hid-asus.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/acpi/video.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/acpi/platform_profile.ko added.
      1 OK: /lib/modules/5.15.35.kjh/kernel/drivers/acpi/battery.ko added.
`
I don't imagine the dupes hurt me but I always wondered if it makes my initrd-generic-`uname -r`.gz files larger than necessary ...

-- kjh
 
1 members found this post helpful.
Old 04-20-2022, 01:01 PM   #4417
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,398

Rep: Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132
Ditto with my kernel 5.15.33
as we could expect it is not related to the kernel, but I did not see any change in mkinitrd.

EDIT:
no more WARNING after downgrading to coreutils 9.0
 
2 members found this post helpful.
Old 04-20-2022, 01:28 PM   #4418
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
5.15.35 benchmark tests...

Quote:
For those making use of the Linux 5.15 LTS kernel... is a notable point release for back-porting an Intel P-State driver fix for Intel Alder Lake systems that leads to much better performance in properly deciding between P and E core selection. Here are some benchmarks...
See them over at Michael's https://www.phoronix.com/scan.php?pa...1535-adl&num=1
 
2 members found this post helpful.
Old 04-21-2022, 12:45 AM   #4419
teoberi
Member
 
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current (servers)/Windows 11/Ubuntu (workstations)
Posts: 613

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Quote:
Originally Posted by marav View Post
Ditto with my kernel 5.15.33
as we could expect it is not related to the kernel, but I did not see any change in mkinitrd.

EDIT:
no more WARNING after downgrading to coreutils 9.0
Maybe mkinitrd should be corrected after the changes in coreutils 9.1
 
2 members found this post helpful.
Old 04-21-2022, 03:29 AM   #4420
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,398

Rep: Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132
moved to another thread

Last edited by marav; 04-21-2022 at 09:28 AM.
 
3 members found this post helpful.
Old 04-21-2022, 05:30 AM   #4421
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,398

Rep: Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132
moved to another thread

Last edited by marav; 04-21-2022 at 09:28 AM.
 
3 members found this post helpful.
Old 04-21-2022, 07:52 AM   #4422
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,398

Rep: Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132
moved to another thread

Last edited by marav; 04-21-2022 at 09:28 AM.
 
Old 04-21-2022, 08:25 AM   #4423
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,398

Rep: Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132
Quote:
Originally Posted by teoberi View Post
Maybe mkinitrd should be corrected after the changes in coreutils 9.1
It seems to be related to the path where /sbin/mkinitrd is executed

@c'wiz
sorry for the noise here

Find the full story here:

https://www.linuxquestions.org/quest...ug-4175711070/

Last edited by marav; 04-21-2022 at 09:31 AM.
 
1 members found this post helpful.
Old 04-24-2022, 07:45 AM   #4424
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,142

Original Poster
Rep: Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316
Quote:
Originally Posted by cwizardone View Post
It went down, again, at 23:44:21 EST on Fri Apr 15 2022.
Since this started I've sent three e-mails. One was never answered and two basically replied with, "not my problem." If anyone knows the system admin. at Indiana University, would you be kind enough to let them know their message board is in need of some serious maintenance.
Thanks!
After being down for another 8 days, The Linux-Kernel Archive By Thread message board came back to life at 00:15:01 EST, this morning 24 April 2022.
Obviously, no one is minding the store.
Where are the adults?
 
1 members found this post helpful.
Old 04-24-2022, 05:22 PM   #4425
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,142

Original Poster
Rep: Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316Reputation: 7316
5.18-rc4
Release Candidate 4, for the 5.18 "mainline" development kernel has been been made available for testing.

The tarball, https://git.kernel.org/pub/scm/linux....18-rc4.tar.gz

Mr. Torvalds' announcement, https://lkml.iu.edu/hypermail/linux/...4.3/00468.html

Last edited by cwizardone; 04-24-2022 at 05:27 PM.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux.conf.au: Latest Linux kernel release due early March DragonSlayer48DX Linux - News 0 01-18-2010 10:43 PM
No video on latest kernel release Tralce Linux - Kernel 3 11-30-2006 07:48 AM
What is the latest Redhat release TILEMANN Linux - Software 5 11-20-2006 10:48 PM
LXer: News: OpenVZ To Release Support, Patches for Latest Kernel LXer Syndicated Linux News 0 11-01-2006 10:54 PM
latest debian release? doralsoral Linux - Software 5 12-25-2004 12:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration