LinuxQuestions.org
Visit Jeremy's Blog.
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-22-2017, 02:29 PM   #61
Nate_KS
Member
 
Registered: Mar 2017
Location: Bremen, KS
Distribution: Debian Bookworm, Arch
Posts: 48

Rep: Reputation: 53

Is there any place the kernel 4.9.53 packages might still be available? I ask because the Virtualbox kernel driver package from SBo won't build against 4.14.x (yes, caveats of using SBo against Current are known). I reverted back to the 14.2 kernel, 4.4.14, to get Virtualbox working again. At least this Lenovo T410 works well enough with 4.4.14 that I'm not in dire straits.
 
Old 11-22-2017, 02:36 PM   #62
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 Nate_KS View Post
Is there any place the kernel 4.9.53 packages might still be available? I ask because the Virtualbox kernel driver package from SBo won't build against 4.14.x (yes, caveats of using SBo against Current are known). I reverted back to the 14.2 kernel, 4.4.14, to get Virtualbox working again. At least this Lenovo T410 works well enough with 4.4.14 that I'm not in dire straits.
If you plan on running VirtualBox 5.2.0, this post should be of interest to you.

Basically, you run the VirtualBox .run file; it will err out, but you copy the patch from wherever you downloaded it to the /usr/src/vboxhost-5.2.0 directory, run
Code:
 patch -p1 < <patch file>
and then cd to /etc/init.d, and run
Code:
 ./vboxdrv setup
and then it will compile successfully.
 
Old 11-23-2017, 12:37 AM   #63
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,854

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Quote:
Originally Posted by Nate_KS View Post
Is there any place the kernel 4.9.53 packages might still be available?
Here http://butler.cc.tut.fi/~kaukasoi/
 
2 members found this post helpful.
Old 11-23-2017, 09:11 AM   #64
aaazen
Member
 
Registered: Dec 2009
Posts: 358

Rep: Reputation: Disabled
bcache is buggy in Linux 4.14.1 and can have data corruption

Bcache is buggy in linux 4.14.1 and can have data corruption. If you are using it then it might be better to use Linux 4.13 or earlier for now...

http://www.theregister.co.uk/2017/11...destroys_data/

The article says that 4.14.1 is fixed, but I checked the patch and the source code (block/bios.c) and the patch is not there, not fixed.

https://git.kernel.org/pub/scm/linux...21c0c6c2d476e6
 
3 members found this post helpful.
Old 11-23-2017, 04:16 PM   #65
jheengut
Member
 
Registered: Sep 2006
Location: Providence, Moka Mauritius
Distribution: Slackware, Lubuntu
Posts: 352
Blog Entries: 16

Rep: Reputation: 51
Quote:
Originally Posted by dugan View Post
I had this. The solution was to switch from Alien's Restricted FFMPEG to Slackware's FFMPEG.
Thanks for the info.
I upgraded to Slackware's FFMPEG. its okay now, no libx265 dependencies.

I have no idea why slackpkg upgrade-all does not show ffmpeg as an upgrade option to slackware64. Maybe, I need to check/reconfigure slackpkgplus, I also had ninja installed from alienbob repo.
As it is, this is just a testing install.

Slackware 14.3 or 15 is getting better.
Keep up the great work people.

Cheers pritvi
 
Old 11-23-2017, 04:25 PM   #66
jheengut
Member
 
Registered: Sep 2006
Location: Providence, Moka Mauritius
Distribution: Slackware, Lubuntu
Posts: 352
Blog Entries: 16

Rep: Reputation: 51
[QUOTE=Petri Kaukasoina;5783857]
Quote:
Originally Posted by jheengut View Post
Code:
        libx265.so.130 => not found
Are you using Slackware's ffmpeg package or e.g. alien's ?
I found it weird that I am using alien's ffmpeg.
I don't remember when I upgraded to alien.
 
Old 11-23-2017, 06:04 PM   #67
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,312

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
Quote:
Originally Posted by jheengut View Post
I have no idea why slackpkg upgrade-all does not show ffmpeg as an upgrade option to slackware64.
/etc/slackpkg/blacklist has [0-9]+alien ?

as you said
Quote:
Originally Posted by jheengut View Post
I found it weird that I am using alien's ffmpeg.
 
Old 11-24-2017, 05:29 AM   #68
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by aaazen View Post
Bcache is buggy in linux 4.14.1 and can have data corruption. If you are using it then it might be better to use Linux 4.13 or earlier for now...

http://www.theregister.co.uk/2017/11...destroys_data/

The article says that 4.14.1 is fixed, but I checked the patch and the source code (block/bios.c) and the patch is not there, not fixed.

https://git.kernel.org/pub/scm/linux...21c0c6c2d476e6
The Bcache bug seems to be fixed in 4.14.2:
https://cdn.kernel.org/pub/linux/ker...angeLog-4.14.2
 
3 members found this post helpful.
Old 11-24-2017, 10:36 AM   #69
jheengut
Member
 
Registered: Sep 2006
Location: Providence, Moka Mauritius
Distribution: Slackware, Lubuntu
Posts: 352
Blog Entries: 16

Rep: Reputation: 51
Quote:
Originally Posted by glorsplitz View Post
/etc/slackpkg/blacklist has [0-9]+alien ?

as you said
unfortunately, I have never blacklisted alien, this is why I found it weird,
slackpkg should have at least shown an upgrade(even if it is a downgrade version).

I think that since slackpkgplus has no registered slackware64 repository, only a repo in mirrors, I think slackpkg does not process the upgrades that well.
I will see into it later.
 
Old 11-24-2017, 10:37 AM   #70
jheengut
Member
 
Registered: Sep 2006
Location: Providence, Moka Mauritius
Distribution: Slackware, Lubuntu
Posts: 352
Blog Entries: 16

Rep: Reputation: 51
Quote:
Originally Posted by mats_b_tegner View Post
The Bcache bug seems to be fixed in 4.14.2:
https://cdn.kernel.org/pub/linux/ker...angeLog-4.14.2

kool, I am just waiting for an update :-)
 
Old 11-24-2017, 11:32 AM   #71
slackb0t
Member
 
Registered: Apr 2005
Location: Canada
Distribution: Slackware64-current on Thinkpad Carbon X1
Posts: 264

Rep: Reputation: 63
I installed all new updates today including 4.14.1 -- Seems fine so far...

Code:
$ uname -a
Linux slackware.slackware.org 4.14.1 #1 SMP Tue Nov 21 22:50:27 CST 2017 x86_64 Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz GenuineIntel GNU/Linux
Note: I did have one small problem starting x ... it failed trying to load the keyboard, couldn't write or remove something in /tmp (forget now) I just deleted everything in /tmp and all loaded fine. Not sure what happened exactly but it seems more of a 'me problem' then the update.
 
Old 11-24-2017, 07:16 PM   #72
Nate_KS
Member
 
Registered: Mar 2017
Location: Bremen, KS
Distribution: Debian Bookworm, Arch
Posts: 48

Rep: Reputation: 53
Quote:
Originally Posted by Petri Kaukasoina View Post
Thanks much!
 
  


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 02:07 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