LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 12-10-2020, 12:23 PM   #1
ardya
Member
 
Registered: Mar 2006
Distribution: Slackware since 1997
Posts: 89

Rep: Reputation: 18
xorg no longer starts in runlevel 4 af ter last round of updates


Hi, after the last round of updates (slackware-current) I see that xorg no longer starts at boot (runlevel 4 is initdefault). I can run startx as user successfully though. I saw a LOT of pkgs being updated, xfce and kde among them. Xorg.0.log doesnt show any errors. No errors in /var/log/messages.

Any insights as to whats changed that would cause this?

Thanks
 
Old 12-10-2020, 12:28 PM   #2
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Be more specific please than "xorg no longer starts at boot (runlevel 4 is initdefault)". IS this a full installation, did you install all new packages that came with the huge recent update, did you install KDE Plasma5, what is your graphical session manager now (XDM or SDDM), what desktop session are you trying to start, what did you have before the update (regular Slackware-current, a 'testing-vtown' installation, or no KDE at all) etc... What happens on-screen after you enter your credentials... all that information should have been in your original post. Until I see that info, my statement is: PEBKAC.
 
Old 12-10-2020, 12:43 PM   #3
ardya
Member
 
Registered: Mar 2006
Distribution: Slackware since 1997
Posts: 89

Original Poster
Rep: Reputation: 18
Just slackware-current. no vtown or other repos/distros. I did find a log with tons of errors, /var/log/kdm.log:

/usr/lib64/kde4/libexec/kdm_greet: error while loading shared libraries: libqca.so.2: cannot open shared object file: No such file or directory

and lots of messages about

klauncher(1306) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
kdeinit4: Communication error with launcher. Exiting!

I started looking at installed pkgs and it looks like theres kde4 and 5. I expect 5 came from my use of slackpkg install-new?

Looking at slackpkg clean-system shows a list of qt4 pkgs, do these need to be removed now?

Last edited by ardya; 12-10-2020 at 01:01 PM.
 
Old 12-10-2020, 01:02 PM   #4
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
vtown has been incorporated in the main tree, which caused a LOT of changes to packages, so you need to make sure you added all the new packages and removed all the old ones...

Code:
slackpkg install-new
slackpkg upgrade-all
slackpkg clean-system
 
1 members found this post helpful.
Old 12-10-2020, 01:03 PM   #5
ardya
Member
 
Registered: Mar 2006
Distribution: Slackware since 1997
Posts: 89

Original Poster
Rep: Reputation: 18
Removed qt4 and kde4 pkgs, and now xorg seems to start and a new greeter dialog appears.

Chalking up to pebkac and marking as solved.
 
1 members found this post helpful.
Old 12-10-2020, 01:05 PM   #6
ardya
Member
 
Registered: Mar 2006
Distribution: Slackware since 1997
Posts: 89

Original Poster
Rep: Reputation: 18
Quote:
Originally Posted by bassmadrigal View Post
vtown has been incorporated in the main tree, which caused a LOT of changes to packages, so you need to make sure you added all the new packages and removed all the old ones...

Code:
slackpkg install-new
slackpkg upgrade-all
slackpkg clean-system
clean-system was the one I hadn't run, I incorrectly assumed upgrading upgraded existing pkgs, wasn't aware kde5/qt5 came down that pipe, thats on me as well, thanks!
 
Old 12-10-2020, 01:30 PM   #7
ardya
Member
 
Registered: Mar 2006
Distribution: Slackware since 1997
Posts: 89

Original Poster
Rep: Reputation: 18
Spoke too soon, after login with greeter, screen goes black and just sits there. Tried each session type listed. Plasma (Wayland), Plasma, XFCE session, Plasma (failsafe).
 
Old 12-10-2020, 02:01 PM   #8
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,154

Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
I had a similar problem after yesterday's updates.
Running, startx, from the prompt failed.
It worked prior to the updates, but after the updates I had to remove my xorg.conf file and the Nvidia driver, and use the nouveau driver.
 
Old 12-10-2020, 02:38 PM   #9
ardya
Member
 
Registered: Mar 2006
Distribution: Slackware since 1997
Posts: 89

Original Poster
Rep: Reputation: 18
I don't think this is a driver issue as things worked fine before kde5/qt5. The greeter displays, but after login, nothing. Searches in this forum seem to report same issues but prior to the big merge.
 
Old 12-10-2020, 03:12 PM   #10
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 ardya View Post
I don't think this is a driver issue as things worked fine before kde5/qt5. The greeter displays, but after login, nothing. Searches in this forum seem to report same issues but prior to the big merge.
Do you have any errors in /var/log/Xorg.0.log?
 
Old 12-10-2020, 03:58 PM   #11
ardya
Member
 
Registered: Mar 2006
Distribution: Slackware since 1997
Posts: 89

Original Poster
Rep: Reputation: 18
Quote:
Originally Posted by bassmadrigal View Post
Do you have any errors in /var/log/Xorg.0.log?
No. Nor in /var/log/{sddm.log,debug,messages,secure}, $HOME/.local/share/sddm/*.log.
I tried a reinstall of kde diskset but that didn't change anything.
I'm updated, upgraded, only packages listed in slackpkg clean-system are pkgs I built.
I'm stumped what to try next.
 
Old 12-10-2020, 04:18 PM   #12
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
Have you tried a new user to see if it's something in your profile?

If not, have you tried runlevel 3 and running startx to see if you get any errors on the console?
 
Old 12-10-2020, 05:58 PM   #13
ardya
Member
 
Registered: Mar 2006
Distribution: Slackware since 1997
Posts: 89

Original Poster
Rep: Reputation: 18
Having keychain initialization in my .bash_profile is hanging X11 session startup. I have to figure out why.
 
Old 12-11-2020, 08:55 AM   #14
ardya
Member
 
Registered: Mar 2006
Distribution: Slackware since 1997
Posts: 89

Original Poster
Rep: Reputation: 18
Is gnome-keyring-daemon a new thing that gets started with X sessions now?
I don't seem to recall seeing that using xfce4 before the big merge.
 
Old 12-11-2020, 11:25 AM   #15
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,804

Rep: Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444Reputation: 4444
For some unknown reason some systems (like a number of mine) do not respond well to the new line in "/etc/sddm.conf" "MinimumVT=7". It's easy to find out if this is your case by issuing Alt-F7 from command line or Ctrl-Alt-F7 from X, even the greeter/login page. If your system doesn't auto switch to that VT, manually going there should show you X. The solutions are continue ti manually switch or change the line back to "MinimumVT=1"
 
  


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
LXer: Raspberry Pi benchmarked against Beagleboard, low price is long ter LXer Syndicated Linux News 0 02-10-2012 08:40 AM
What To Do Af ter You Write An Iso Image? SlientThinker Linux - Newbie 2 05-02-2008 06:17 AM
Firefox no longer starts in Slackware 12 after doing updates AceofSpades19 Slackware 30 02-01-2008 02:05 PM
To create a bin or ter.gz file creativemadhan Linux - Newbie 3 07-21-2006 05:29 PM
PS2 mouse goes crazy [it goes round n round n round...] goci Linux - Hardware 2 10-09-2003 08:15 AM

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

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