LinuxQuestions.org
Review your favorite Linux distribution.
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-13-2017, 12:37 PM   #346
ttk
Senior Member
 
Registered: May 2012
Location: Sebastopol, CA
Distribution: Slackware64
Posts: 1,038
Blog Entries: 27

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484

Quote:
Originally Posted by montagdude View Post
How about "organic?" (Just kidding, I dislike that term even more.)
"Organic" implies carbon. I prefer my equipment silicon-based ;-) ;-) ;-)
 
1 members found this post helpful.
Old 11-13-2017, 01:55 PM   #347
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,008

Rep: Reputation: Disabled
Quote:
Originally Posted by bassmadrigal View Post
I will admit that I am doing this on a 14.2 install, not -current. And I also remembered that I was actually running a development snapshot because of some issues I had with the regular stable (but I don't remember what now). I just checked and my development snapshot was VirtualBox-5.2.1-118893-Linux_amd64.run, which has now been superseded by VirtualBox-5.2.1-119001-Linux_amd64.run. If you want to pursue this route, you can try the Guest Additions (118995) and Extension Pack (118994) from the Development Snapshot section on their TestBuilds page.

I'll have to try to remember to try out my VM when I get home to see how it runs. I don't remember anything crazy, but I didn't use it for very long.
This probably will work,
VB versions that I have are from official download site, not testing. These (official) are not working for other users too but I red that test versions are o.k.
So I will try what you suggest.

Thank you very much.

Tried VBox versions suggested by bassmadrigal:
Host during installation reported vboxpci module missing (this is not a big deal - seen it before without any adverse effect)
However:
clients suffer from the same problem as I described above: slow console (Devuan, Slackware, windows) Funtoo not affected.

So temporary back to 5.1.30. No rush though.

thank you again for helping

Last edited by Aeterna; 11-13-2017 at 03:15 PM. Reason: additional information
 
Old 11-15-2017, 03:44 AM   #348
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272
Kernel updates 4.13.13, 4.9.62, 4.4.98 and 3.18.81 [EOL] are now available at, https://www.kernel.org/.

The change logs:

https://cdn.kernel.org/pub/linux/ker...ngeLog-4.13.13

https://cdn.kernel.org/pub/linux/ker...angeLog-4.9.62

https://cdn.kernel.org/pub/linux/ker...angeLog-4.4.98

https://cdn.kernel.org/pub/linux/ker...ngeLog-3.18.81

Last edited by cwizardone; 11-15-2017 at 10:38 AM.
 
2 members found this post helpful.
Old 11-15-2017, 07:55 AM   #349
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,008

Rep: Reputation: Disabled
More problems with the release of linux-4.14

While compiling kernel for one of the distros I stumbled on the bug (reported and fixed already). Kernel compilation would fail on building firmware:
https://git.kernel.org/pub/scm/linux...31107bb1ef7769

so I think what while it is good to try new kernels slackware users (because this is Slackware forum) should be aware that reporting
Quote:
running now with no problems
does not say much about potential kernel issues. I am saying this for the sake of less experienced users trying to learn more and compiling custom kernels.
To learn about kernel it is best to get original Slackware kernel sources as these are tested in more thorough fashion.

this is the real bug resulting from the above mentioned change:
https://git.kernel.org/pub/scm/linux...cd66dd322768f8

Last edited by Aeterna; 11-15-2017 at 07:58 AM.
 
1 members found this post helpful.
Old 11-15-2017, 08:18 AM   #350
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 783

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
how will the bugs be found if no one tries the new kernels?
after all this thread is dedicated to "New Kernel Releases"
john

Last edited by AlleyTrotter; 11-15-2017 at 08:24 AM.
 
1 members found this post helpful.
Old 11-15-2017, 01:03 PM   #351
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
All --

Building 4.4.98 using Pat's 4.4.88 config file.

There are a new set of dependent configs with 4.4.98, based on CONFIG_NET_DSA = Y

From the 4.4.98 ChangeLog:

Code:
commit f38a3a1c8f1af4335dfdecf6e30d33750c33d1a2
Author: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Date:   Mon Jan 9 16:49:26 2017 -0500

    net: dsa: select NET_SWITCHDEV
    
    
    [ Upstream commit 3a89eaa65db68bf53bf92dedc60084f810e1779a ]
    
    The support for DSA Ethernet switch chips depends on TCP/IP networking,
    thus explicit that HAVE_NET_DSA depends on INET.
    
    DSA uses SWITCHDEV, thus select it instead of depending on it.
    
    Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
    Reviewed-by: Andrew Lunn <andrew@lunn.ch>
    Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
    Tested-by: Randy Dunlap <rdunlap@infradead.org>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffs from my 4.4.98 vs 4.4.97 Logfile are appended below.

One is when I said 'N' to CONFIG_NET_DSA the second one is when I said 'Y' ...

Looking at the CONFIG_NET_DSA = N diffs, it appears that CONFIG_NET_DSA was 'Y' in Pat's 4.4.88 config ...

I've found Ethernet switch device driver model (switchdev) but it is MUCH older than 4.4.98.

Edit: I also stumbled on dsa.txt in the Documentation/networking/dsa/ directory.

So ...

Does anyone have an idea what is a DSA Ethernet switch chip ?

Do I need to install a new set of include files for 4.4.98 ??

Thanks.

-- kjh

This is where I said CONFIG_NET_DSA = N

Code:
# diff -Naur linux-4.4.97.kjh/.config linux-4.4.98.kjh/.config |less

--- linux-4.4.97.kjh/.config    2017-11-08 03:55:47.622694601 -0600
+++ linux-4.4.98.kjh/.config    2017-11-15 12:39:53.058723268 -0600
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.4.97.kjh Kernel Configuration
+# Linux/x86 4.4.98.kjh Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -1201,6 +1201,7 @@
 CONFIG_BRIDGE_IGMP_SNOOPING=y
 CONFIG_BRIDGE_VLAN_FILTERING=y
 CONFIG_HAVE_NET_DSA=y
+# CONFIG_NET_DSA is not set
 CONFIG_VLAN_8021Q=m
 CONFIG_VLAN_8021Q_GVRP=y
 # CONFIG_VLAN_8021Q_MVRP is not set
This is where I said CONFIG_NET_DSA = Y and then answered 'M' to the follow-up Qs.
Code:
# diff -Naur linux-4.4.97.kjh/.config linux-4.4.98.kjh/.config 

--- linux-4.4.97.kjh/.config    2017-11-08 03:55:47.622694601 -0600
+++ linux-4.4.98.kjh/.config    2017-11-15 12:58:47.470674454 -0600
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.4.97.kjh Kernel Configuration
+# Linux/x86 4.4.98.kjh Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -1201,6 +1201,11 @@
 CONFIG_BRIDGE_IGMP_SNOOPING=y
 CONFIG_BRIDGE_VLAN_FILTERING=y
 CONFIG_HAVE_NET_DSA=y
+CONFIG_NET_DSA=y
+CONFIG_NET_DSA_TAG_BRCM=y
+CONFIG_NET_DSA_TAG_DSA=y
+CONFIG_NET_DSA_TAG_EDSA=y
+CONFIG_NET_DSA_TAG_TRAILER=y
 CONFIG_VLAN_8021Q=m
 CONFIG_VLAN_8021Q_GVRP=y
 # CONFIG_VLAN_8021Q_MVRP is not set
@@ -1324,7 +1329,7 @@
 CONFIG_MPLS_ROUTING=m
 CONFIG_MPLS_IPTUNNEL=m
 CONFIG_HSR=m
-# CONFIG_NET_SWITCHDEV is not set
+CONFIG_NET_SWITCHDEV=y
 # CONFIG_NET_L3_MASTER_DEV is not set
 CONFIG_RPS=y
 CONFIG_RFS_ACCEL=y
@@ -2341,8 +2346,14 @@
 #
 # Distributed Switch Architecture drivers
 #
-# CONFIG_NET_DSA_MV88E6XXX is not set
-# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
+CONFIG_NET_DSA_MV88E6XXX=m
+CONFIG_NET_DSA_MV88E6060=m
+CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y
+CONFIG_NET_DSA_MV88E6131=m
+CONFIG_NET_DSA_MV88E6123_61_65=m
+CONFIG_NET_DSA_MV88E6171=m
+CONFIG_NET_DSA_MV88E6352=m
+CONFIG_NET_DSA_BCM_SF2=m
 CONFIG_ETHERNET=y
 CONFIG_MDIO=m
 CONFIG_NET_VENDOR_3COM=y
@@ -2471,6 +2482,8 @@
 CONFIG_MLX5_CORE_EN=y
 CONFIG_MLXSW_CORE=m
 CONFIG_MLXSW_PCI=m
+CONFIG_MLXSW_SWITCHX2=m
+CONFIG_MLXSW_SPECTRUM=m
 CONFIG_NET_VENDOR_MICREL=y
 CONFIG_KS8842=m
 CONFIG_KS8851_MLL=m
@@ -2517,6 +2530,7 @@
 CONFIG_NET_VENDOR_RDC=y
 CONFIG_R6040=m
 CONFIG_NET_VENDOR_ROCKER=y
+CONFIG_ROCKER=m
 CONFIG_NET_VENDOR_SAMSUNG=y
 CONFIG_SXGBE_ETH=m
 CONFIG_NET_VENDOR_SEEQ=y
@@ -2572,7 +2586,7 @@
 CONFIG_ROADRUNNER=m
 # CONFIG_ROADRUNNER_LARGE_RINGS is not set
 CONFIG_NET_SB1000=m
-CONFIG_PHYLIB=m
+CONFIG_PHYLIB=y
 
 #
 # MII PHY device drivers

Last edited by kjhambrick; 11-15-2017 at 02:27 PM. Reason: another link
 
1 members found this post helpful.
Old 11-16-2017, 05:10 PM   #352
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
All --

I made time this evening to install and boot the 4.4.98.kjh kernels that I built yesterday with the new CONFIG_NET_DSA config set to 'N'.

In order to avoid the forced interactive `make oldconfig` sessions in the future, I also changed my SlackBuild wrapper to use /boot/config-huge-`uname -r` and /boot/config-generic-`uname -r` instead of the Official Slackware 4.4.88 configs.

This way, when 4.4.99 is released, `make oldconfig` will at least know what to do with the CONFIG_NET_DSA config

Otherwise, my automatic kernel Package scripts would continue to stumble over CONFIG_NET_DSA and go interactive each time I build a new kernel with the Official 4.4.88 configs.

Oh yeah, VMWare Workstation and NVIDIA-Linux-x86_64-384.98.run both compiled fine on first boot and 4.4.98.kjh generic is running just fine.

-- kjh
 
1 members found this post helpful.
Old 11-17-2017, 12:31 PM   #353
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272
Just installed the 4.14.0 kernel and as mentioned above, there is a problem with VirtualBox. The VB manager comes up, but it won't run the "virtual machine."

The error is,

Quote:
[BKernel driver not installed (rc=-1908)

The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing

'/sbin/vboxconfig'

as root.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. [/B]
However, it was installed, so I downloaded the latest version, 5.20, and while it installed it behaved as above and there is an error in the install log as follows,
Quote:
VirtualBox 5.2.0 r118431 installer, built 2017-10-18T06:14:42Z.

Testing system setup...
Installing VirtualBox to /opt/VirtualBox

vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
make KBUILD_VERBOSE=1 CONFIG_MODULE_SIG= -C /lib/modules/4.14.0/build SUBDIRS=/tmp/vbox.0
SRCROOT=/tmp/vbox.0 -j8 modules
make[1]: warning: -jN forced in submake: disabling jobserver mode.
test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
echo >&2; \
echo >&2 " ERROR: Kernel configuration is invalid."; \
echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing."
;\
echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo >&2 ; \
/bin/false)
mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*
make -f ./scripts/Makefile.build obj=/tmp/vbox.0
and so on.......

I think I'll go back to the 4.13.13 kernel until the dust settles.

Last edited by cwizardone; 11-17-2017 at 12:32 PM.
 
Old 11-17-2017, 11:21 PM   #354
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,008

Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
Just installed the 4.14.0 kernel and as mentioned above, there is a problem with VirtualBox. The VB manager comes up, but it won't run the "virtual machine."

The error is,



However, it was installed, so I downloaded the latest version, 5.20, and while it installed it behaved as above and there is an error in the install log as follows,


and so on.......

I think I'll go back to the 4.13.13 kernel until the dust settles.
you may try two options suggested here:
1) VirtualBox-5.2.1-119001-Linux_amd64.run and Oracle_VM_VirtualBox_Extension_Pack-5.2.1-118994.vbox-extpack
this option was suggested by bassmadrigal
https://www.linuxquestions.org/quest...ml#post5780239

while VirtualBox-5.2.1 installed without issues on 4.14, the only working module was vboxdrv.
Clients worked, but I had issues with slow konsole (GUI had no issues)

2) VirtualBox-5.1.31-119103-Linux_amd64.run and Oracle_VM_VirtualBox_Extension_Pack-5.1.31-119103.vbox-extpack
suggested by brobr
https://www.linuxquestions.org/quest...9/#post5781955

this works finally, the only error that I have seen is failure of vboxpci module compilation, but it has no effect on the VM clients
clients tested:
Funtoo current - VBoxGuestAdditions 5.1.26 (provided by Funtoo repositories), Funtoo custom kernel 4.13.12
Devuan CERES- VBoxGuestAdditions 5.2.0 (provided by Devuan repositories), Devuan custom kernel 4.13.12
Slackware -current - VBoxGuestAdditions_5.2.1-118995 (Oracle), Slackware custom kernel 4.14.0
FreBSD current - VBoxGuest OSE 5.1.28 (provided by FreeBSD repositories), FreeBSD custom kernel
Windows 8.1 - VBoxGuestAdditions_5.1.31-119015.iso (Oracle)
OpenIndiana Hipster current VBoxGuestAdditions_5.1.30 (OpenIndiana repositories)

So VBoxGuestAddditions version does not matter.
Host Slackware-current running custom kernel 4.14.0
 
1 members found this post helpful.
Old 11-18-2017, 07:30 AM   #355
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
4.13.14, 4.9.63, 4.4.99 and 3.18.82

oops ... posted a dupe of #355 ...

Sorry.

-- kjh

Last edited by kjhambrick; 11-18-2017 at 09:55 AM. Reason: #356 is a Dupe of #355
 
1 members found this post helpful.
Old 11-18-2017, 07:30 AM   #356
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
4.13.14, 4.9.63, 4.4.99 and 3.18.82

oops ... posted a dupe of #355 ...

Sorry.

-- kjh

Last edited by kjhambrick; 11-18-2017 at 09:55 AM. Reason: #356 is a Dupe of #355
 
1 members found this post helpful.
Old 11-18-2017, 09:58 AM   #357
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
4.13.14, 4.9.63, 4.4.99 and 3.18.82

All --

Edit: not sure what I did but #355 and #356 were hard-linked somehow and when I edited-out #356, that also removed #355 ???

Anyhow ... here we go again:

Kernels 4.13.14, 4.9.63, 4.4.99 and 3.18.82 are now available.

Handy Links:
Code:
stable:    4.13.14       Source ChangeLog [CVE] 2017-11-18
longterm:  4.9.63        Source ChangeLog [CVE] 2017-11-18
longterm:  4.4.99        Source ChangeLog [CVE] 2017-11-18 ( Slackware-14.2 )
longterm:  3.18.82 [EOL] Source ChangeLog [CVE] 2017-11-18
CVE References:

ChangeLog-4.13.14 references CVE-2017-13080.

ChangeLog-4.9.63 references CVE-2017-13080.

ChangeLog-4.4.99 references CVE-2017-13080.

ChangeLog-3.18.82 references CVE-2017-13080.

Check for the Latest Updates at www.kernel.org.

Have Fun All'Y'All !

-- kjh
 
2 members found this post helpful.
Old 11-19-2017, 12:16 AM   #358
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272
Our BDFL has upgraded the 4.14.0 kernel this evening,

http://www.slackware.com/changelog/c...php?cpu=x86_64

(...4.14.0-x86_64-2.txz).
The hard work is most certainly appreciated,

but it didn't fix any of the problems I experienced with the first release. Back to version 4.13.13, for now.

Last edited by cwizardone; 11-19-2017 at 12:22 AM.
 
2 members found this post helpful.
Old 11-19-2017, 12:31 AM   #359
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Quote:
Originally Posted by cwizardone View Post
Just installed the 4.14.0 kernel and as mentioned above, there is a problem with VirtualBox. The VB manager comes up, but it won't run the "virtual machine."

The error is,



However, it was installed, so I downloaded the latest version, 5.20, and while it installed it behaved as above and there is an error in the install log as follows,


and so on.......

I think I'll go back to the 4.13.13 kernel until the dust settles.
See my patch here for VBox 5.2.0 with Linux Kernel 4.14.0
 
3 members found this post helpful.
Old 11-19-2017, 05:38 AM   #360
bassplayer69
Member
 
Registered: Jul 2007
Location: In a van down by the river...
Distribution: MX Linux 21
Posts: 237

Rep: Reputation: 56
Just as a FYI, the 4.14.0 (-1) kernel package works just fine with VBOX 5.1.30 r118389.
Attached Thumbnails
Click image for larger version

Name:	vbox-4.14.0-kernel.jpg
Views:	34
Size:	126.1 KB
ID:	26343  
 
2 members found this post helpful.
Old 11-19-2017, 08:16 AM   #361
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272

Thanks Willysr and bassplayer69!

I've also had problems as mentioned by bm Tazza,
https://www.linuxquestions.org/quest...el-4175617787/
in post #25.
In his case it was KDE, in mine it was Xfce.
After the last batch of upgrades Xfce wouldn't fire up any programs or access the system settings.
Well.... NetworkManager and its applet worked and the Whisker Menu would allow me to logout, but not start any applications. I found out that if I simply logged out of Xfce and then logged back in, the problem disappeared.
I could also log out of Xfce and go into KDE where everything was fine.
When I went back to the 4.13.13 kernel the problem followed, so I deleted my Xfce configuration files and started over and from thereon Xfce worked fine........
UNTIL, I installed the latest 4.14.0 kernel upgrade released last evening and then the problem returned... so it was back to 4.13.13.

Last edited by cwizardone; 11-19-2017 at 09:45 AM.
 
  


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
Linux.conf.au: Latest Linux kernel release due early March DragonSlayer48DX Linux - News 0 01-18-2010 10:43 PM
No video on latest kernel release Tralce Linux - Kernel 3 11-30-2006 07:48 AM
What is the latest Redhat release TILEMANN Linux - Software 5 11-20-2006 10:48 PM
LXer: News: OpenVZ To Release Support, Patches for Latest Kernel LXer Syndicated Linux News 0 11-01-2006 10:54 PM
latest debian release? doralsoral Linux - Software 5 12-25-2004 12:40 PM

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

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