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


Reply
  Search this Thread
Old 04-13-2020, 08:23 AM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
updated current: kdm no longer starting


This is a laptop I'd not updated in a while. so when I did, I just picked replace all confs. nothing much was customoized so I figured no foul no harm.

updated-grub
reboot
no longin manager
startx works.
checked /etc/rc.d/rc.4 everything looks okay
checked all of the if statements to see what is there and what is not. got to kdm it is there.
Code:
userx@slack14.2plus.gm:~
$ ls  /etc/rc.d/rc.4.local
ls: cannot access '/etc/rc.d/rc.4.local': No such file or directory

 
$ ls  /usr/bin/gdm
ls: cannot access '/usr/bin/gdm': No such file or directory

 
$ ls  /usr/sbin/gdm
ls: cannot access '/usr/sbin/gdm': No such file or directory

 
$ ls  /opt/kde/bin/kdm
ls: cannot access '/opt/kde/bin/kdm': No such file or directory

BINGO

 
$ ls  /usr/bin/kdm
/usr/bin/kdm
 

$ /usr/bin/kdm
Only root wants to run kdm
I've never had this issue before and do not know how to proceed.
(yes I know root starts the manager, I'm in user, and x is already started, I just did that last line to see what I'd see).
 
Old 04-13-2020, 11:45 AM   #2
kareempharmacist
Member
 
Registered: Jan 2012
Location: Cairo, Egypt
Distribution: MX Linux, Ubuntu 18.04
Posts: 336

Rep: Reputation: 42
you didn't specify the distribution you use.
you may need to install a login manager. It is easy if you have a working Internet connection.
 
Old 04-13-2020, 11:46 AM   #3
kareempharmacist
Member
 
Registered: Jan 2012
Location: Cairo, Egypt
Distribution: MX Linux, Ubuntu 18.04
Posts: 336

Rep: Reputation: 42
https://www.slackbook.org/html/x-win...xwmconfig.html

Last edited by kareempharmacist; 04-13-2020 at 11:52 AM.
 
Old 04-13-2020, 11:47 AM   #4
kareempharmacist
Member
 
Registered: Jan 2012
Location: Cairo, Egypt
Distribution: MX Linux, Ubuntu 18.04
Posts: 336

Rep: Reputation: 42
Sorry, I didn't see your distribution in the credentials part. You use Slackware.

Last edited by kareempharmacist; 04-13-2020 at 11:52 AM.
 
Old 04-13-2020, 02:15 PM   #5
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by kareempharmacist View Post
you didn't specify the distribution you use.
you may need to install a login manager. It is easy if you have a working Internet connection.
it is in Slackware, and I mentoned "Current" so you just missed that is all. NBD
 
Old 04-13-2020, 02:16 PM   #6
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by kareempharmacist View Post
that is for choosing what dt/wm for use of startx. the login manager .. wait. this jarred a memory. let me go check my inittab file for boot levels. I bet that is it.

thanks for jarring a memoery. my brain is pre occupied at the moment. thanks again.!!!

Last edited by BW-userx; 04-13-2020 at 02:25 PM.
 
Old 04-13-2020, 02:18 PM   #7
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
Your post is (purposefully or ignorantly) devoid of relevant detail. In what way do you experience "no longin manager"?

Is that laptop actually booting into runlevel 4 at all?
If you updated your Slackware after a long while, then a newer 'sysvinit-scripts' (last updated two months ago) will have been installed. In that case you may have overwritten your /etc/inittab with the default one that comes with the package. And by default it will boot your computer into runlevel 3 (console login).
 
Old 04-13-2020, 02:22 PM   #8
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: Ubuntu based stuff for the most part
Posts: 1,174

Rep: Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501
KDM was replaced by SDDM, https://www.phoronix.com/scan.php?pa...tem&px=MTgyOTU
Must have been awhile since the last time you updated it.
 
Old 04-13-2020, 02:24 PM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Alien Bob View Post
Your post is (purposefully or ignorantly) devoid of relevant detail. In what way do you experience "no longin manager"?

Is that laptop actually booting into runlevel 4 at all?
If you updated your Slackware after a long while, then a newer 'sysvinit-scripts' (last updated two months ago) will have been installed. In that case you may have overwritten your /etc/inittab with the default one that comes with the package. And by default it will boot your computer into runlevel 3 (console login).
yeah Okay, see post #6
 
Old 04-13-2020, 02:25 PM   #10
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
Quote:
Originally Posted by uteck View Post
KDM was replaced by SDDM, https://www.phoronix.com/scan.php?pa...tem&px=MTgyOTU
Must have been awhile since the last time you updated it.
You are obviously no Slackware user then. Your comment has no value or relevance in this forum, since Slackware still uses KDM.
 
Old 04-18-2020, 04:36 AM   #11
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435
Just to clarify... Slackware Official and even -Current still use KDM, but KTown (KDE5/Plasma5) does not and uses SDDM instead, just as uteck's linked Phoronix page noted, right?
 
  


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] No longer able to add multiple TC rules on same handle in current kernels (4.5.5 works, but anything current does not) herbalbert Linux - Networking 1 01-24-2019 10:08 AM
[SOLVED] Starting File System .. Starting File System .. Starting File System .. Starting File rmknox Linux - Newbie 3 08-15-2010 11:30 PM
Kdm 3 --> Kdm 4 & Distro Agnostic njdube SUSE / openSUSE 0 06-03-2008 07:06 PM
Adding kdm to init.d so LFS boots to kdm StevePhM Linux From Scratch 4 08-08-2005 09:49 PM
Need help configuring KDM on MDK10C so that it is like KDM on 9.2 bhtooefr Mandriva 0 05-06-2004 01:19 PM

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

All times are GMT -5. The time now is 07:58 AM.

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