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 11-16-2017, 11:56 PM   #1
Lenard Spencer
Member
 
Registered: Sep 2004
Location: Florida
Distribution: Slackware, Linux from Scratch
Posts: 329

Rep: Reputation: 199Reputation: 199
New updates in -current, including 4.14 kernel


Got home from work just in time to see a BIG update in -current. Lots of updates, some changes.

As for the 4.14 kernel, I had expected it to go through a few patch levels before inclusion, especially since the Nvidia legacy drivers can no longer build against it. I had already tested them this week and they won't build the kernel modules, and looking at the points of failure I see that there is no simple patch to fix it - we will have to wait for Nvidia to release the next updates (although I can honestly see them simply EOL'ing the 304 branch at this point). Maybe Pat can keep at least the 4.9.x configs in /extra for that reason?
 
Old 11-17-2017, 04:09 AM   #2
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
and Postfix + Dovecot !!!

Woo Hoo !

Code:
Fri Nov 17 00:56:25 UTC 2017

<<snip>>

a/etc-15.0-x86_64-1.txz:  Upgraded.
  /etc/passwd: Added postfix (UID 91), postdrop (UID 92), dovecot (UID 94),
  and dovenull (UID 95).
  /etc/group: Added postfix (GID 91), postdrop (GID 92), dovecot (GID 94),
  and dovenull (GID 95).

<<snip>>

a/pkgtools-15.0-noarch-1.txz:  Upgraded.
  Added Postfix and Dovecot to the services setup menu.

<<snip>>

a/sysvinit-scripts-2.0-noarch-39.txz:  Rebuilt.

  <<snip>>

  rc.M: If rc.sendmail is not present and executable, try rc.postfix.
  rc.M: Run rc.dovecot if it is executable.

  <<snip>>

<<snip>>

n/libmilter-8.15.2-x86_64-1.txz:  Added.
  This is a compile-time dependency of Postfix.

<<snip ... and the beavers :) >>

n/dovecot-2.2.33.2-x86_64-1.txz:  Added.
  This will be the new IMAP/POP3 server in the next Slackware release.
  Thanks to Alan Hicks, Mario Preksavec, and /dev/rob0 for assistance.

<<snip>>

n/postfix-3.2.4-x86_64-1.txz:  Added.
  This will be the default MTA in the next Slackware release. Thanks to
  Alan Hicks, Mario Preksavec, and /dev/rob0 for assistance.

<<snip>>
Thank you Slackware team !

-- kjh

Last edited by kjhambrick; 11-17-2017 at 04:15 AM. Reason: add title
 
2 members found this post helpful.
Old 11-17-2017, 04:37 AM   #3
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,915

Rep: Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033
And thank you for
Quote:
rc.*: Don't source any init scripts.
It looks like a trivial change on the face of it, but IMO it's a big improvement and I'm glad to see it.


BTW, anyone for whom the system nodename (returned by uname -n) is significant should watch out for the hostname setting change in rc.M . If you prefer (or need) to use the shortname for your nodename then you will need to remove the domain part from your /etc/HOSTNAME to keep things the way they were.

Opinion seems to be divided about whether the fqdn or shortname should be used to set the system nodename. POSIX just says "the name of this node within an implementation-defined communications network", so there doesn't seem to be any right or wrong here.

I think the rc.M change is good as it allows the admin more flexibility, but I prefer the shortname so have adjusted /etc/HOSTNAME accordingly. This probably deserves a mention in CHANGES_AND_HINTS for those migrating.

Last edited by GazL; 11-17-2017 at 04:38 AM.
 
4 members found this post helpful.
Old 11-17-2017, 05:35 AM   #4
gildbg
Member
 
Registered: Aug 2017
Distribution: Slackware, OpenBSD
Posts: 164

Rep: Reputation: Disabled
Avoid the kernel upgrade for the moment. On three different pc hardware worked with previous kernel in current tree I have three different problems now and pc-s wont start.

Last edited by gildbg; 11-17-2017 at 10:15 AM.
 
2 members found this post helpful.
Old 11-17-2017, 05:54 AM   #5
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,679

Rep: Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796
I also had a kernel panic and it turns out the culprit is the watchdog module.
I fixed it by creating /etc/sysctl.d/50-watchdog.conf with this entry:
Code:
kernel.nmi_watchdog=0
It boots fine afterwards
 
2 members found this post helpful.
Old 11-17-2017, 06:23 AM   #6
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
Quote:
Originally Posted by willysr View Post
I also had a kernel panic and it turns out the culprit is the watchdog module.
I fixed it by creating /etc/sysctl.d/50-watchdog.conf with this entry:
Code:
kernel.nmi_watchdog=0
It boots fine afterwards
willysr --

Curious ... how did you determine the cause of and the cure for that particular kernel panic ?

Thanks.

-- kjh

Last edited by kjhambrick; 11-17-2017 at 06:37 AM. Reason: added ... and the cure for ...
 
1 members found this post helpful.
Old 11-17-2017, 06:37 AM   #7
cycojesus
Member
 
Registered: Dec 2005
Location: Lyon, France
Distribution: Slackware-current
Posts: 116

Rep: Reputation: 79
Not booting here. It reboots instantly after I select the kernel in elilo. Works fine with 4.9.53

Home server hasn't rebooted correctly either, I'll have to see about it tonight when I get home.

Both use kernel-huge.

Last edited by cycojesus; 11-17-2017 at 06:39 AM. Reason: home server too; -huge
 
Old 11-17-2017, 09:18 AM   #8
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,679

Rep: Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796
Quote:
Originally Posted by kjhambrick View Post
willysr --

Curious ... how did you determine the cause of and the cure for that particular kernel panic ?

Thanks.

-- kjh
I looked at the screen where it halted. There's a mention about watchdog and i read an article about watchdog may caused some system to get locked up and it seems the case on my system.

Pat and Robby also managed to get some watchdog blacklisted in eudev
Quote:
a/eudev-3.2.2-i586-2.txz: Rebuilt.
Added another watchdog module to the blacklist. Thanks to Robby Workman.
 
1 members found this post helpful.
Old 11-17-2017, 09:26 AM   #9
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,377

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
Quote:
a/etc-15.0-x86_64-1.txz: Upgraded.
Ooh - Slackware 15.0. Are we there yet?
 
3 members found this post helpful.
Old 11-17-2017, 09:31 AM   #10
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Wow! I'm not worthy...

I'm not taking this upgrade to current lightly like I have with past upgrades. A jump in the kernel series, migration to FF 57 (Quantum), a change in the default MTA and IMAP programs, changes to sysvinit and network scripts, all worthy of upgrade releases on their own.

I only run current on my main desktop and 14.2 on everything else (netbook, solid state PC and servers). I'll be on the lookout for "gotchas" before pulling the trigger on this upgrade.

Great work by the core team! This is an impressive group of changes packed into a single upgrade.
 
2 members found this post helpful.
Old 11-17-2017, 09:42 AM   #11
Lenard Spencer
Member
 
Registered: Sep 2004
Location: Florida
Distribution: Slackware, Linux from Scratch
Posts: 329

Original Poster
Rep: Reputation: 199Reputation: 199
One other gotcha: I just found that the 384.90 Nvidia driver won't build the kernel modules under the new kernel either. HOWEVER, the latest 384.98 driver builds just fine. PLUS, with the new kernel now supporting my GTX-1050ti card I can now have a plain vanilla build partition on that box as well.
 
2 members found this post helpful.
Old 11-17-2017, 11:12 AM   #12
1337_powerslacker
Member
 
Registered: Nov 2009
Location: Kansas, USA
Distribution: Slackware64-15.0
Posts: 862
Blog Entries: 9

Rep: Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592
Quote:
Originally Posted by willysr View Post
I also had a kernel panic and it turns out the culprit is the watchdog module.
I fixed it by creating /etc/sysctl.d/50-watchdog.conf with this entry:
Code:
kernel.nmi_watchdog=0
It boots fine afterwards
Thanks for the heads-up! I created the file, and my system hasn't given me any issues to speak of.
 
Old 11-17-2017, 12:15 PM   #13
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Rep: Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162
While sendmail will remain available in /extra, will postfix be a drop-in replacement for sendmail or will we need to migrate sendmail configs?
 
Old 11-17-2017, 12:53 PM   #14
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Quote:
Originally Posted by GazL View Post
And thank you for It looks like a trivial change on the face of it, but IMO it's a big improvement and I'm glad to see it.
Do you mind elaborating on the benefits of this change? Not saying you are wrong, but I don't quite understand either.
 
Old 11-17-2017, 01:00 PM   #15
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,533

Rep: Reputation: 8515Reputation: 8515Reputation: 8515Reputation: 8515Reputation: 8515Reputation: 8515Reputation: 8515Reputation: 8515Reputation: 8515Reputation: 8515Reputation: 8515
Quote:
Originally Posted by upnort View Post
While sendmail will remain available in /extra, will postfix be a drop-in replacement for sendmail or will we need to migrate sendmail configs?
Postfix is sendmail compatible for anything expecting to find sendmail on the system, but the config files are completely different, so you'll need to reconfigure using the config files in /etc/postfix. Luckily, it isn't all that hard. If you were able to handle sendmail's config files you shouldn't have any problem. The examples are extremely well-documented.
 
6 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
No new updates for current? kevison Slackware 10 11-01-2016 06:54 AM
New round of updates in current astrogeek Slackware 14 08-23-2015 07:59 AM
LXer: All current Nexuses, including Nexus 4 and 2012 Nexus 7, will get Lollipop LXer Syndicated Linux News 0 10-17-2014 10:00 AM
Massive updates in -current mlangdn Slackware 53 07-01-2012 08:15 AM

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

All times are GMT -5. The time now is 04:13 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