LinuxQuestions.org
Help answer threads with 0 replies.
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-19-2016, 10:07 PM   #1
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Update Today


New kernel on --Current.

Code:
$ uname -r
4.4.32
 
Old 11-19-2016, 10:26 PM   #2
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
If you run the Nvidia driver, download the latest driver. There is a new ABI this time and the older driver is not compatible.
 
4 members found this post helpful.
Old 11-20-2016, 08:04 AM   #3
Lenard Spencer
Member
 
Registered: Sep 2004
Location: Florida
Distribution: Slackware, Linux from Scratch
Posts: 329

Rep: Reputation: 199Reputation: 199
The nvidia problem is with the new xorg 1.19, not the kernel.
 
Old 11-20-2016, 08:12 AM   #4
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
You are right - my reply has no business in this thread. That said, I got caught with my pants down on this upgrade. Forgot to add the new libXfont2 so things didn't start off real well after the upgrade. My inattention took me an extra 30 minutes to fix things up.
 
Old 11-20-2016, 11:24 AM   #5
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Thumbs up

Quote:
Originally Posted by frankbell View Post
New kernel on --Current.

Code:
$ uname -r
4.4.32
Thanks for the heads-up. Awesome!

Code:
bash-4.4$ uname -a
Linux odin 4.4.32 #2 SMP Fri Nov 18 14:17:01 CST 2016 x86_64 Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz GenuineIntel GNU/Linux
 
Old 11-20-2016, 11:38 AM   #6
slackb0t
Member
 
Registered: Apr 2005
Location: Canada
Distribution: Slackware64-current on Thinkpad Carbon X1
Posts: 264

Rep: Reputation: 63
solved my own problem lol

4.4.32 working good here..

Last edited by slackb0t; 11-20-2016 at 11:53 AM. Reason: solved problem myself.
 
Old 11-20-2016, 02:41 PM   #7
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
After the latest update on -current I noted today that when I ran slackpkg clean-system there were a number of obsolete x libraries that I removed.
 
Old 11-20-2016, 07:04 PM   #8
slackb0t
Member
 
Registered: Apr 2005
Location: Canada
Distribution: Slackware64-current on Thinkpad Carbon X1
Posts: 264

Rep: Reputation: 63
Quote:
Originally Posted by hitest View Post
After the latest update on -current I noted today that when I ran slackpkg clean-system there were a number of obsolete x libraries that I removed.

I never run slackpkg clean-system. Is it a recommended regular maintenance item when running -current?
 
Old 11-20-2016, 07:25 PM   #9
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by slackb0t View Post
I never run slackpkg clean-system. Is it a recommended regular maintenance item when running -current?
I'll run it occasionally, such as after upgrading 14.2----> -current. It isn't a regular maintenance item for me. I'll run it once in a while to check for obsolete packages.

Last edited by hitest; 11-20-2016 at 07:26 PM.
 
1 members found this post helpful.
Old 11-20-2016, 07:30 PM   #10
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
I run it in my update script at the end, of course it could be potentially destructive if you both fail to read and do not maintain your slackpkg blacklist file correctly.
 
1 members found this post helpful.
Old 11-20-2016, 08:33 PM   #11
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 slackb0t View Post
I never run slackpkg clean-system. Is it a recommended regular maintenance item when running -current?
It is suggested because it will remove any packages that Pat removes from -current. If you keep them, depending on the program, it could cause instability or prevent booting.

As long as you pay attention to the changelog and remove things when he removes them, clean-system isn't really needed.

And you can always blacklist your SBo packages (and any other common packages you install) to ensure they aren't removed when you run it. The below would prevent SBo and alien packages from being removed with clean-system.

Code:
[0-9]+_SBo
[0-9]+alien
 
1 members found this post helpful.
Old 11-20-2016, 09:22 PM   #12
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324

Original Poster
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
slackpkg clean-system is part of my update script (which I got from one of my LUG members).

If you have installed any SlackBuilds or any programs from sources, you should update /etc/slackpkg/blacklist accordingly and read the "to be removed" list displayed by clean-system carefully, or those programs will be removed. The blacklist file is well-annotated as to how to edit it.

I recall having only two significant update-related issues since running --Current for the past six years or so. Several years ago, on a different computer, gtkam broke (I just put the SD card from my camera into the card slot and copied pictures directly from it), more recently, Libreoffice broke, but AlienBob had a fix out in less than a week.\

(Whoops, I see BassMadrigal beat me to it. I'm off to work on my reading comprehension . . . .)

Last edited by frankbell; 11-20-2016 at 09:30 PM.
 
1 members found this post helpful.
Old 11-21-2016, 07:29 AM   #13
slackb0t
Member
 
Registered: Apr 2005
Location: Canada
Distribution: Slackware64-current on Thinkpad Carbon X1
Posts: 264

Rep: Reputation: 63
Thanks for the responses. One more question.

I honestly can't remember everything I have installed from sbo, alien, slackbuilds etc. Is there a script that could export them to a list so that I could easily copy them into the blacklist.

I have added these for now
Code:
[0-9]+_SBo [0-9]+alien
Thanks.
 
Old 11-21-2016, 01:27 PM   #14
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
You'll need to make sure they're each on their own line for it to work properly.

As far as finding packages, I'm not aware of any script. For my machine, I just ran slackpkg clean-system and looked through presented list (you have to ok the removal of the programs after it shows you the list). If I found any common programs (like stuff from SBo), then I would add an entry into the blacklist.

However, in case you aren't aware, you may still need to remove and/or rebuild those 3rd-party programs if they rely on something in Slackware that was updated.
 
1 members found this post helpful.
Old 11-21-2016, 03:33 PM   #15
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Quote:
As far as finding packages, I'm not aware of any script.
Umm - perhaps this thread?

Last edited by allend; 11-21-2016 at 03:46 PM.
 
1 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
Big Slackware update today. frankbell Slackware 2 11-21-2015 09:47 PM
NetworkManager Icon missing after today's update lkraemer Slackware 6 03-26-2013 10:10 PM
[SOLVED] today's -current update nuked x 2handband Slackware 13 11-17-2010 06:57 AM
[SOLVED] Did today's xserver update fix... taylorkh Ubuntu 4 10-21-2010 07:52 AM
Is everything cool with today's kernel update? win32sux Ubuntu 6 10-23-2008 06:51 PM

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

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