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


Closed Thread
  Search this Thread
Old 04-11-2015, 11:50 AM   #391
FTIO
Member
 
Registered: Mar 2015
Location: Las Vegas, NV
Distribution: Slackware 15.0 x64, Slackware Live 15.0 x64
Posts: 618

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361

Quote:
Originally Posted by rworkman View Post
Thank you for such a wonderfully helpful suggestion and followup comment.
You seemed to miss that it was tongue-in-cheek and just a joke...so did the seven suckups who 'favored' your reply to it.
 
2 members found this post helpful.
Old 04-11-2015, 12:47 PM   #392
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member response

Hi,

What do you expect with a comment like that? This is the Slackware forum and your post was not warranted. Suck-ups??? Just users that found alignment/agreement with robby's post.

I just considered the source!
 
1 members found this post helpful.
Old 04-11-2015, 01:09 PM   #393
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by ReaperX7 View Post
Speaking of updates, I've been wondering if we should begin looking into adding Wayland and any needed support libraries for it like libinput, libxkbcommon, as well as have projects rebuilt and linked to Wayland, officially integrated into Slackware.

I know this is an odd mentioning, but because some projects are now utilizing Wayland based rendering protocols, maybe it could be looked into, as well as enabling support in projects like KDE and such to use Wayland protocols, and maybe even see about using a heavily Slackwareified Weston in some way, though I think this may require a few extra packages, or at least a minimal shared object library if necessary for anything missing.
None of the DEs in Slackware currently fully support Wayland. KDE is not there yet and the other DEs and WMs just don't support it at all. Having Wayland would at the moment only be interesting for Slackel (Enlightenment fully supports Wayland, AFAIK) and Dlackware for their Gnome desktop. Regarding Weston, parts of it depend on a specific software that is better not mentioned here and would also better go with Dlackware because of that.
Also, keep in mind that Wayland is sadly still not supported by the proprietary AMD and Nvidia drivers.
 
Old 04-11-2015, 05:03 PM   #394
hutyerah
Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 41

Rep: Reputation: 20
Wink

Weedle tiny patch for mkinitrd- if you give it kernel options in -m, it says "/sbin/mkinitrd: line 295: [: too many arguments"

Code:
--- a/mkinitrd      2013-06-11 11:33:38.000000000 +1000
+++ b/mkinitrd  2015-04-12 07:49:20.339919146 +1000
@@ -292,7 +292,7 @@
 # Parse for the use config file option first or else the other command
 # line options can not override /etc/mkinitrd.conf. 
 for opt in "$@"; do
-  if [ $opt = "-F" ]; then
+  if [ "$opt" = "-F" ]; then
       if [ -e /etc/mkinitrd.conf ]; then
         . /etc/mkinitrd.conf || badconf_file
       else
 
Old 04-11-2015, 05:55 PM   #395
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Quote:
Originally Posted by TobiSGD View Post
None of the DEs in Slackware currently fully support Wayland. KDE is not there yet and the other DEs and WMs just don't support it at all. Having Wayland would at the moment only be interesting for Slackel (Enlightenment fully supports Wayland, AFAIK) and Dlackware for their Gnome desktop. Regarding Weston, parts of it depend on a specific software that is better not mentioned here and would also better go with Dlackware because of that.

Also, keep in mind that Wayland is sadly still not supported by the proprietary AMD and Nvidia drivers.
Wayland requires EGL support which was added recently to the Nvidia OEM drivers. AMD... let's just not even bother with that abomination. We all know the free driver is far better at times than the AMD one. If, and when, they ever add it, well that's on them.

I'm only suggesting it due to KDE5/Plasma anyway, but only if it's added, but there is the argument of being prepared beforehand to thoroughly test things and make sure they're working. Yes, there has been no mentioning of other DEs or WMs supporting it, yet, outside the mainstays, but a few like i3 are doing spinoffs. Technically, KDE is there, but in KDE4 the offering was rudimentary at best while KDE5/Plasma takes more advantage of it. I would say if 14.2 does incorporate KDE5/Plasma, then yes, offer it, but equally, offer a way to select with or without Wayland at the time you launch KDE5.

Yes, Weston is more suited to Dlackware, but it still can be built to some extent or another. The only hard requirements it has is libinput (I have a SBo for that I need to upload to my repo) and libxkbcommon which is already in SBo. Yes, it's less than useful, but it can be good for testing and evaluation purposes.
 
Old 04-12-2015, 03:44 AM   #396
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by ReaperX7 View Post
Wayland requires EGL support which was added recently to the Nvidia OEM drivers. AMD... let's just not even bother with that abomination. We all know the free driver is far better at times than the AMD one. If, and when, they ever add it, well that's on them.

I'm only suggesting it due to KDE5/Plasma anyway, but only if it's added, but there is the argument of being prepared beforehand to thoroughly test things and make sure they're working. Yes, there has been no mentioning of other DEs or WMs supporting it, yet, outside the mainstays, but a few like i3 are doing spinoffs. Technically, KDE is there, but in KDE4 the offering was rudimentary at best while KDE5/Plasma takes more advantage of it. I would say if 14.2 does incorporate KDE5/Plasma, then yes, offer it, but equally, offer a way to select with or without Wayland at the time you launch KDE5.
Fair enough. I am surprised about a possible spinoff for i3, since I use it myself and the last news I got is that the developer is not interested in a Wayland port for now. I know about i3way, but that sits idle without a single line of code since 2013. Is there another project?
Quote:
Yes, Weston is more suited to Dlackware, but it still can be built to some extent or another. The only hard requirements it has is libinput (I have a SBo for that I need to upload to my repo) and libxkbcommon which is already in SBo. Yes, it's less than useful, but it can be good for testing and evaluation purposes.
I thought that weston-launch needs systemd to work, but after re-reading the Weston website it seems that I am wrong and that it can run without it, so that point of my previous post can be dismissed, thanks for the correction.
 
Old 04-12-2015, 06:55 AM   #397
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
At one time early on it was recommended to have launchd for weston-launch, but it never materialized as a hard dependency. PAM is a recommended dependency also, but again, not a hard requirement.

I do know libinput is required for Weston (I submitted an SBo pack yesterday for it), as well as Wayland and a few other minor tools, but that's it.

Yeah, i3way has been dead. So far Xfce hasn't said a word on Wayland either, but still if it can be used, and it benefits, might be worth a tinker or two.
 
Old 04-12-2015, 09:48 AM   #398
eldercitizen
Member
 
Registered: Apr 2015
Distribution: Slackware64-current
Posts: 38

Rep: Reputation: 31
libcdio-0.93 (0.83 is 4 years old and iirc several programs using it didn't work or even segfaulted, I guess no one is using it anyways)
cryptsetup-1.6.7

Also, I'd like to see man replaced by man-db, somehow I couldn't get man and apropos working properly for a long time. Furthermore slocate to mlocate, slocate segfaulted for me some times, don't know if it's better in other ways (updating is quicker though).

Last edited by eldercitizen; 04-12-2015 at 09:50 AM.
 
Old 04-12-2015, 10:12 PM   #399
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,064

Rep: Reputation: Disabled
Linux 4.0 is out in the wild...

But please don't request it
 
Old 04-13-2015, 02:43 AM   #400
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Traditionally Slackware only includes LTS kernels and only has a config file in /testing for mainline kernels.
 
Old 04-13-2015, 03:56 AM   #401
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
mcelog gets the briefest of mentions in this thread.

Over the last few weeks I've been tracking down an error that I've been seeing in /var/log/messages which states

Code:
Apr 12 15:22:36 office kernel: [23270.195393] mce: [Hardware Error]: Machine check events logged
Apr 12 17:27:08 office kernel: [30748.900053] mce: [Hardware Error]: Machine check events logged
Apr 12 21:14:32 office kernel: [44405.280808] mce: [Hardware Error]: Machine check events logged
Apr 12 21:18:23 office kernel: [44636.598253] mce: [Hardware Error]: Machine check events logged
Apr 12 21:18:25 office kernel: [44638.014714] mce: [Hardware Error]: Machine check events logged
Apr 12 21:34:26 office kernel: [45600.007987] mce: [Hardware Error]: Machine check events logged
Apr 12 21:39:14 office kernel: [45888.285268] mce: [Hardware Error]: Machine check events logged
Apr 12 21:46:24 office kernel: [46319.083602] mce: [Hardware Error]: Machine check events logged
Apr 12 21:49:31 office kernel: [46506.314965] mce: [Hardware Error]: Machine check events logged
See discussion in
http://www.linuxquestions.org/questi...em-4175535727/

Decoding with the outdated mcelog tool in Slackware 14.1 gives this -

Code:
HARDWARE ERROR. This is *NOT* a software problem!
Please contact your hardware vendor
MCE 0
CPU 1 BANK 0 
TIME 1425459338 Wed Mar  4 08:55:38 2015
MCG status:
MCi status:
Error enabled
MCA: Unknown Error 5
STATUS 90000040000f0005 MCGSTATUS 0
MCGCAP c09 APICID 2 SOCKETID 0 
CPUID Vendor Intel Family 6 Model 60
whereas with the latest version of mcelog gives this

Code:
Hardware event. This is not a software error.
MCE 0
CPU 2 BANK 0 
TIME 1428909602 Mon Apr 13 08:20:02 2015
MCG status:
MCi status:
Corrected error
Error enabled
MCA: Internal parity error
STATUS 90000040000f0005 MCGSTATUS 0
MCGCAP c09 APICID 4 SOCKETID 0 
CPUID Vendor Intel Family 6 Model 60
The output from the latest mcelog tool is a bit less scary than the output delivered by the outdated version of mcelog that's currently in 14.1.

Alex
 
Old 04-13-2015, 11:02 AM   #402
BeaStiE35
Member
 
Registered: Oct 2014
Distribution: distrohopper
Posts: 76

Rep: Reputation: 3
Quote:
Originally Posted by Didier Spaier View Post
please don't request it
:doh : ()
 
Old 04-13-2015, 12:17 PM   #403
Nille_kungen
Member
 
Registered: Jul 2005
Distribution: Slackware64-current
Posts: 587

Rep: Reputation: 201Reputation: 201Reputation: 201
Talking

Quote:
Originally Posted by Didier Spaier View Post
But please don't request it
No, i rather see Linux 3.20 in slackware
 
Old 04-14-2015, 11:51 AM   #404
sbolokanov
Member
 
Registered: Feb 2013
Location: Бдинъ, Бѫлгариѧ
Distribution: GNU/Linux
Posts: 104

Rep: Reputation: 27
libvorbis - 1.3.5
 
Old 04-15-2015, 09:45 AM   #405
CTM
Member
 
Registered: Apr 2004
Distribution: Slackware
Posts: 308

Rep: Reputation: 287Reputation: 287Reputation: 287
gnuplot 5.0 is out (-current has 4.6.3), and it contains some nice new features: http://gnuplot.sourceforge.net/ReleaseNotes_5_0.html

edit: didn't realise you wanted a freeze on upgrade suggestions: this one's not particularly important, so it can wait

Last edited by CTM; 04-15-2015 at 04:42 PM.
 
  


Closed Thread



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
slackpkg updated from current rotke Slackware 2 11-05-2012 01:30 PM
[SOLVED] when will -current be updated? danielldaniell Slackware 5 09-05-2009 10:15 AM
Updated Xorg now in -current chess Slackware 55 07-02-2009 07:39 PM
thread title not updated when edited nadroj LQ Suggestions & Feedback 12 12-15-2005 04:34 PM
UPDATED B3D Thread maximalred Linux - Software 0 12-20-2003 11:18 AM

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

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