LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 12-28-2019, 11:38 AM   #16
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746

I don't know if this relates to your issue. The 5.4.6 kernel has been rebuilt.

Code:
Fri Dec 27 22:54:53 UTC 2019
a/kernel-generic-5.4.6-x86_64-2.txz:  Rebuilt.
a/kernel-huge-5.4.6-x86_64-2.txz:  Rebuilt.
a/kernel-modules-5.4.6-x86_64-2.txz:  Rebuilt.
ap/vim-8.2.0050-x86_64-1.txz:  Upgraded.
d/kernel-headers-5.4.6-x86-2.txz:  Rebuilt.
k/kernel-source-5.4.6-noarch-2.txz:  Rebuilt.
  Apparently MODULE_SIG was enabled by SECURITY_LOCKDOWN_LSM. We'll turn both
  of those off to avoid needlessly tainting the kernel.
  -LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY n
  -LOCK_DOWN_KERNEL_FORCE_INTEGRITY n
  -LOCK_DOWN_KERNEL_FORCE_NONE y
  -MODULE_SIG_ALL n
  -MODULE_SIG_FORCE n
  -MODULE_SIG_FORMAT y
  -MODULE_SIG_HASH "sha256"
  -MODULE_SIG_KEY "certs/signing_key.pem"
  -MODULE_SIG_SHA1 n
  -MODULE_SIG_SHA224 n
  -MODULE_SIG_SHA256 y
  -MODULE_SIG_SHA384 n
  -MODULE_SIG_SHA512 n
  -SECURITY_LOCKDOWN_LSM_EARLY y
   MODULE_SIG y -> n
   SECURITY_LOCKDOWN_LSM y -> n
l/imagemagick-7.0.9_12-x86_64-1.txz:  Upgraded.
l/libcap-2.29-x86_64-1.txz:  Upgraded.
xap/vim-gvim-8.2.0050-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Rebuilt.
usb-and-pxe-installers/usbboot
http://slackware.osuosl.org/slackwar.../ChangeLog.txt
 
Old 12-28-2019, 06:06 PM   #17
andrew.46
Senior Member
 
Registered: Oct 2007
Distribution: Slackware
Posts: 1,365

Rep: Reputation: 493Reputation: 493Reputation: 493Reputation: 493Reputation: 493
Quote:
Originally Posted by hitest View Post
I don't know if this relates to your issue. The 5.4.6 kernel has been rebuilt.
No change here unfortunately...
 
Old 01-02-2020, 01:04 AM   #18
Hyperlonk
LQ Newbie
 
Registered: Nov 2018
Location: WWW
Distribution: Slackware-Current
Posts: 5

Rep: Reputation: Disabled
Anyone found a fix yet? 5.4.7 Still has the issue. Along with the boot delay, I also noticed it takes much longer to wake up form pm-suspend.
 
1 members found this post helpful.
Old 01-05-2020, 07:44 PM   #19
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,264
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
I'm currenly running kernel-5.4.8 and prior since 5.4.0-rc have booted in < 10s on the Ryzen 7 3800X (X570 AMD mobo) and < 30s on a old Lenovo T510 laptop. wake/suspend is ok here as well. I suspect that there is less of an issue with the kernel but rather with the hardware.

I'll be loading current onto an NVME drive on the 3+ yr old i7-6850K X99 intel box soon. I'll report if I reproduce any kernel boot slowdowns.
 
1 members found this post helpful.
Old 01-05-2020, 11:45 PM   #20
andrew.46
Senior Member
 
Registered: Oct 2007
Distribution: Slackware
Posts: 1,365

Rep: Reputation: 493Reputation: 493Reputation: 493Reputation: 493Reputation: 493
Quote:
Originally Posted by kingbeowulf View Post
I suspect that there is less of an issue with the kernel but rather with the hardware.
But something has changed with the kernel, perhaps to expose a hardware issue? My fallback kernel is 5.3.18 (self compiled) with no delay in boot but my other kernel 5.4.8 (stock -current) has the 90 second delay. This delay has been seen in every version of 5.4.x since it landed in Slackware. One solution I have found is to reboot as little as possible
 
Old 01-06-2020, 07:24 AM   #21
Hyperlonk
LQ Newbie
 
Registered: Nov 2018
Location: WWW
Distribution: Slackware-Current
Posts: 5

Rep: Reputation: Disabled
I wonder if it has something to do with the GTX1660Ti, since Andrew and I both have it.

P67A-G43 Mobo, i7-2600K, 16GB, GTX1660Ti, Samsung Evo 860 SSD boot drive.
 
Old 01-06-2020, 02:36 PM   #22
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 903

Rep: Reputation: 692Reputation: 692Reputation: 692Reputation: 692Reputation: 692Reputation: 692
I have the delay as well, on 2 different computers. But, I've been too lazy to do a kernel git bisect to find the root cause. If we really want this fixed, somebody (and I'm talking to myself here, too) should do a kernel bisect and report the problem upstream.
 
3 members found this post helpful.
Old 01-06-2020, 11:04 PM   #23
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,217

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Quote:
Originally Posted by enorbet View Post
Is this possibly another i915 issue? If so that is getting fixes in 5.5 that should soon be absorbed into 5.4.
i915 driver here with Intel HD Graphics 620, and I haven't noticed any issues on -current (kernel 5.4.8 at present). Actually I never realized it was graphics related, but I think 5.4 has fixed the intermittent hard system locks that I used to have with the 4.19 kernel series.
 
Old 01-08-2020, 04:34 AM   #24
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by drgibbon View Post
i915 driver here with Intel HD Graphics 620, and I haven't noticed any issues on -current (kernel 5.4.8 at present). Actually I never realized it was graphics related, but I think 5.4 has fixed the intermittent hard system locks that I used to have with the 4.19 kernel series.
In case you want to try, and use sbotools, here is what crashes my X with -current/i915 driver(don't know which card, laptop not reachable), last tried with kernel 5.4.6:
sboinstall jack DPF-Plugins
/usr/bin/Nekobi
 
Old 01-08-2020, 02:34 PM   #25
Ook
Member
 
Registered: Apr 2004
Location: Hell, Arizona (July - 118 degrees)
Distribution: Slackware 14.2 soon to be Slackware 15
Posts: 699

Rep: Reputation: 131Reputation: 131
4.19.93: No delay on boot

5.3.11: Here is where it gets weird. If I use a .config from a running 4.19.93 kernel to compile the 5.3.11 kernel, there is no delay on bootup. If, however, I use the .config from a 5.4.8 kernel that is displaying this delay behavior, then the 5.3.11 kernel will also have the same delay on boot.

So just for fun, I took the .config from a 4.19.93 kernel with no boot delay, and used it to compile a 5.4.8 kernel. Reboot.

NO DELAY

I have, for a couple of days now, begun to suspect something in .config causing this. Or maybe a new feature of newer kernels, disabled by default, but enabled in the .config that comes with the kernel?

I repeat - I now have a 5.4.8 kernel that boots with NO DELAY. Prior to my recompiling it using the .config from an older 4.19.93 kernel, there was a 90 second delay.

SO I then compared .config from one the has a delay boot, and one that does not, but there were too many differences, and the differences exceeds my level of expertise cause I have no idea what I'm looking at LOL.

I can post my .config here if anyone wants to see it.
 
Old 01-08-2020, 03:05 PM   #26
Geist
Member
 
Registered: Jul 2013
Distribution: Slackware 14 / current
Posts: 442

Rep: Reputation: 196Reputation: 196
Complete shot in the dark, I don't have the kernel or any idea what I'm really talking about, but the only delays on boot I've had were always after fiddling with framebuffer settings, like having those Tuxes on top and so forth.
Maybe something like that snuck in during the upgrade? Some new configuration, perhaps?
 
Old 01-08-2020, 03:37 PM   #27
Ook
Member
 
Registered: Apr 2004
Location: Hell, Arizona (July - 118 degrees)
Distribution: Slackware 14.2 soon to be Slackware 15
Posts: 699

Rep: Reputation: 131Reputation: 131
Quote:
Originally Posted by Geist View Post
Complete shot in the dark, I don't have the kernel or any idea what I'm really talking about, but the only delays on boot I've had were always after fiddling with framebuffer settings, like having those Tuxes on top and so forth.
Maybe something like that snuck in during the upgrade? Some new configuration, perhaps?
I'm guessing something new in the kernel that is disabled by default, but when enabled causes the delay (or vice versa...). That would explain why the same kernel, using a different .config, will delay or not delay.

Also of interest - I tried the 5.5.x kernel, and while it also had the delay, it was 70 seconds, not 90 seconds. Again, not sure what is different.
 
Old 01-08-2020, 04:28 PM   #28
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by Ook View Post
I can post my .config here if anyone wants to see it.
I'd be more interested in seeing the diff between the two.

Code:
diff -Naur location/to/old.config location/to/new.config
 
Old 01-10-2020, 04:06 PM   #29
SunnyJim
Member
 
Registered: Jan 2016
Location: Canada
Distribution: slackware and linux mint
Posts: 110

Original Poster
Rep: Reputation: Disabled
@Ook Well looks like we are getting closer to tracking this kernel "Pause" problem down, when i get a chance i will have to check this out.
 
Old 01-10-2020, 10:31 PM   #30
Hyperlonk
LQ Newbie
 
Registered: Nov 2018
Location: WWW
Distribution: Slackware-Current
Posts: 5

Rep: Reputation: Disabled
Any of you happen to have Logitech racing wheel?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
crontab: minute hour or hour minute anon091 Linux - Newbie 2 11-04-2009 03:09 PM
[ pci: enabling device 00:03.3 ] infinite pause at kernel boot dool Slackware 1 08-05-2004 09:21 PM
RH & HP4050N PCL - page, pause, page, pause, page andguent Linux - Hardware 0 11-10-2003 08:35 AM
How can I pause boot so I can read info weshutchins Linux - Newbie 3 10-18-2003 08:49 AM
Kickstart boot pause problem theklink Linux - Hardware 0 03-29-2003 07:45 AM

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

All times are GMT -5. The time now is 03:44 PM.

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