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 10-28-2018, 03:06 PM   #2371
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Rep: Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161

Are you running Current on bare metal or virtual? I am running Current in a virtual system.
 
Old 10-28-2018, 03:14 PM   #2372
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Rep: Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274
Bare metal.
 
Old 10-28-2018, 03:25 PM   #2373
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Please built all speakup modules in generic kernels.

Due to a bug, if all speakup kernel drivers are modularized, speakup_synth fails to be loaded.

As a consequence blind users relying on the speakup software synthesizer (i.e. most of people using speakup) do not have speech if they use a generic kernel.

Unfortunately, the patch submitted by Samuel Thibault won't make it before kernel 4.21, cf.:
http://linux-speakup.org/pipermail/s...er/061509.html

I have rebuilt a 4.19.0 generic kernel with these drivers built in:
Code:
didier[/boot]$ grep SPEAKUP config
CONFIG_SPEAKUP=y
CONFIG_SPEAKUP_SYNTH_ACNTSA=y
CONFIG_SPEAKUP_SYNTH_APOLLO=y
CONFIG_SPEAKUP_SYNTH_AUDPTR=y
CONFIG_SPEAKUP_SYNTH_BNS=y
CONFIG_SPEAKUP_SYNTH_DECTLK=y
CONFIG_SPEAKUP_SYNTH_DECEXT=y
CONFIG_SPEAKUP_SYNTH_LTLK=y
CONFIG_SPEAKUP_SYNTH_SOFT=y
CONFIG_SPEAKUP_SYNTH_SPKOUT=y
CONFIG_SPEAKUP_SYNTH_TXPRT=y
CONFIG_SPEAKUP_SYNTH_DUMMY=y
didier[/boot]$
With it have speech at log in.

So please make this change in next kernel update, if possible for both -current and -stable.

Best,

PS I made this test on a system based on Slackware64-14.2, but I don't think that matters.

Last edited by Didier Spaier; 10-28-2018 at 03:27 PM.
 
2 members found this post helpful.
Old 10-28-2018, 03:56 PM   #2374
bormant
Member
 
Registered: Jan 2008
Posts: 426

Rep: Reputation: 240Reputation: 240Reputation: 240
upnort,
VB 5.2.21 guest additions builds fine with 4.19.
You can try upcoming 5.2.21 from here: https://www.virtualbox.org/wiki/Testbuilds

Last edited by bormant; 10-29-2018 at 03:16 PM. Reason: Edit version
 
Old 10-28-2018, 04:39 PM   #2375
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
xapian-core-1.4.8
https://oligarchy.co.uk/xapian/1.4.8...e-1.4.8.tar.xz
 
Old 10-29-2018, 09:26 AM   #2376
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
I noticed this MPlayer flaw still hasn't been patched (I guess the feature is in the packaged version):
https://it.slashdot.org/story/18/10/...-vulnerability
 
Old 10-29-2018, 09:45 AM   #2377
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by Linux.tar.gz View Post
I noticed this MPlayer flaw still hasn't been patched (I guess the feature is in the packaged version):
https://it.slashdot.org/story/18/10/...-vulnerability
live555 is not in Slackware and MPlayer provided in Slackware doesn't ship its own version.
besides that, also if they were linking against live555, the first url in the article you linked says:
Quote:
However, according to an email sent to by Ross Finlayson of Live Networks, Inc., to HackRead, the vulnerability does not affect VLC or MPlayer because both media players only use LIVE555 to implement an RTSP client.
“This vulnerability does not affect VLC or MPlayer, because they use LIVE555 only to implement an RTSP client,” Finlayson told HackRead “The bug affected only our implementation of a RTSP server, which these media players don’t use. (VLC does have an embedded RTSP server, but that uses a separate implementation, not LIVE555’s.)”
 
3 members found this post helpful.
Old 10-29-2018, 01:48 PM   #2378
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,504

Rep: Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461
Quote:
Originally Posted by bormant View Post
Some time ago wget got l/libunistring dependency.
l/tagfile still says "libunistring:OPT".

Is it good idea to change "libunistring:OPT" to ADD or at least REC?
Is it good idea to add /usr/lib*/libunistring.so.* into aaa_elflibs package?

Me vote for both. :-)
I'll change the status from OPT to REC at some point soon, though I'll note that none of those tags are any guarantee that dependencies in Slackware will actually be met. Only a full install is.

Since libunistring is a rather large library I'm not inclined to add it to the aaa_elflibs package, especially since wget isn't part of the A series. And again, I'll note that these series divisions are largely legacy and shouldn't really be paid much attention.
 
4 members found this post helpful.
Old 10-29-2018, 02:05 PM   #2379
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
libssh (0.7.7 or 0.8.5)

https://www.libssh.org/files/0.7/libssh-0.7.7.tar.xz
https://www.libssh.org/files/0.8/libssh-0.8.5.tar.xz
 
1 members found this post helpful.
Old 10-30-2018, 12:17 AM   #2380
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Rep: Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161
Quote:
VB 5.2.21 guest additions builds fine with 4.19.
Hmm. Not for me.

Running VBoxLinuxAdditions.run from the GA ISO results in:

VirtualBox Guest Additions: modprobe vboxsf failed

No build errors in any logs.

vboxvideo and vboxguest are fine.

Last edited by upnort; 10-30-2018 at 12:22 AM.
 
Old 10-30-2018, 02:12 AM   #2381
bormant
Member
 
Registered: Jan 2008
Posts: 426

Rep: Reputation: 240Reputation: 240Reputation: 240
upnort,
do you

1) download upcoming 5.2.21 (not actual release 5.2.20), when writing it is:
https://www.virtualbox.org/download/....21-126141.iso

2) connect it to VM (via VM Devices - Optical Drives menu)

3) mount it inside VM
# mount /dev/cdrom /mnt/cdrom

4) run
# /mnt/cdrom/VBoxLinuxAdditions.run

(1), (2), (3) may be download inside VM and loop mount

?

UPDATE: vboxsf error should gone after reboot, please test this.

Last edited by bormant; 10-30-2018 at 04:25 AM.
 
Old 10-30-2018, 05:33 AM   #2383
Mr.Gadgets
LQ Newbie
 
Registered: Oct 2018
Posts: 8

Rep: Reputation: 2
please upgrade cryptsetup

Quote:
Originally Posted by Mr.Gadgets View Post
SW-Current is now on v1.7.5

The cryptsetup v2+ added support for Forward Error Correction (FEC) as used on almost all newer Android devices and is thus needed when working on Android images.

cryptsetup home: https://gitlab.com/cryptsetup/cryptsetup
Please just let me know if I can do something more that would help getting this upgrade in.
We've been using the v2 series for a while now (with focus on Android image files).
 
Old 10-30-2018, 11:11 AM   #2384
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Rep: Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161
Quote:
upnort,
do you
Yes to all questions.
 
Old 10-30-2018, 12:24 PM   #2385
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,224

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Are you sure the Guest Additions are still beneficial with an up-to-date distro?

I was strugging with Ubuntu 8.10 in VirtualBox until I realized that I wasn't actually supposed to install the Guest Additions, and it was working perfectly without them. My impression is that the newer X and kernels already provide their functionality.

Last edited by dugan; 10-30-2018 at 12:50 PM.
 
  


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
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

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

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