LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-16-2022, 11:25 AM   #1
sniper8752
Member
 
Registered: Oct 2012
Posts: 564

Rep: Reputation: Disabled
Arch Linux & LightDM


Upon reboot after installing the lightdm packages, I am getting this error message.
I've also attached the lightdm packages installed on the system.


lightdm 1:1.32.0-1
lightdm-gtk-greeter 1:2.0.8-2
lightdm-gtk-greeter-settings 1.2.2-7

From the lightdm.log file:
Code:
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.32.0, UID=0 PID=261
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Registered seat module local
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.02s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
[+0.02s] DEBUG: Monitoring logind for seats
[+0.02s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.03s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.03s] WARNING: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
[+0.03s] DEBUG: Loading user config from /etc/lightdm/users.conf
[+0.03s] DEBUG: User <user> added
[+0.09s] DEBUG: Seat seat0 changes graphical state to true
[+0.09s] DEBUG: New seat added from logind: seat0
[+0.09s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.09s] DEBUG: Seat seat0 has property CanMultiSession=no
[+0.09s] DEBUG: Seat seat0: Starting
[+0.09s] DEBUG: Seat seat0: Creating greeter session
[+0.09s] DEBUG: Seat seat0: Creating display server of type x
[+0.09s] DEBUG: Using VT 7
[+0.09s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.09s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.09s] DEBUG: XServer 0: Can't launch X server X, not found in path
[+0.09s] DEBUG: XServer 0: X server stopped
[+0.09s] DEBUG: Releasing VT 7
[+0.09s] DEBUG: Seat seat0: Display server stopped
[+0.09s] DEBUG: Seat seat0: Can't create display server for greeter
[+0.09s] DEBUG: Seat seat0: Session stopped
[+0.09s] DEBUG: Seat seat0: Stopping display server, no sessions require it
[+0.09s] DEBUG: Seat seat0: Stopping
[+0.09s] DEBUG: Seat seat0: Stopped
[+0.09s] DEBUG: Failed to start seat: seat0
[+1276.92s] DEBUG: Seat seat0 changes active session to 1
[+2119.79s] DEBUG: Seat seat0 changes active session to
[+2177.68s] DEBUG: Seat seat0 changes active session to 1
[+2378.86s] DEBUG: Seat seat0 changes active session to
I am running this machine inside of VirtualBox.
Attached Thumbnails
Click image for larger version

Name:	Capture.PNG
Views:	12
Size:	2.0 KB
ID:	39402  
 
Old 08-16-2022, 12:23 PM   #2
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,006
Blog Entries: 26

Rep: Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522
Quote:
[+0.09s] DEBUG: Seat seat0: Stopping display server, no sessions require it
Ok, you installed it, did you ENABLE it?
 
Old 08-16-2022, 12:29 PM   #3
sniper8752
Member
 
Registered: Oct 2012
Posts: 564

Original Poster
Rep: Reputation: Disabled
Yes, it is enabled.
 
Old 08-16-2022, 12:48 PM   #4
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,006
Blog Entries: 26

Rep: Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522Reputation: 1522
I'm going to guess that a systemctl status lightdm will show it's stopped for some reason, so can you paste the results of
Code:
journalctl -eu lightdm
?
 
Old 08-16-2022, 12:55 PM   #5
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,145
Blog Entries: 6

Rep: Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832
Did you start with the wiki?
https://wiki.archlinux.org/title/LightDM

How are you launching lightdm? From ~./xinitrc?

Look at the arch forum. Lightdm very frequently has problems.

And the last question. Are you partially updated?
 
Old 08-16-2022, 05:30 PM   #6
sniper8752
Member
 
Registered: Oct 2012
Posts: 564

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Timothy Miller View Post
I'm going to guess that a systemctl status lightdm will show it's stopped for some reason, so can you paste the results of
Code:
journalctl -eu lightdm
?
Aug 16 15:43:03 archlinux systemd[1]: Starting Light Display Manager...
Aug 16 15:43:03 archlinux systemd[1]: Started Light Display Manager.
Aug 16 15:43:03 archlinux lightdm[261]: Error getting user list from org.freedesktop.Accounts: GDBus.Errorrg.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
 
Old 08-16-2022, 05:33 PM   #7
sniper8752
Member
 
Registered: Oct 2012
Posts: 564

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by teckk View Post
Did you start with the wiki?
https://wiki.archlinux.org/title/LightDM

How are you launching lightdm? From ~./xinitrc?

Look at the arch forum. Lightdm very frequently has problems.

And the last question. Are you partially updated?
It is being launched upon startup.
Partially updated? What does that mean? My systems is fully up to date.
So maybe I should use something else? Any recommendations?
 
Old 08-17-2022, 09:11 AM   #8
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,145
Blog Entries: 6

Rep: Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832
Can you start your window manager from ~./xinitrc, Or from startx?

https://wiki.archlinux.org/title/Xinit
https://wiki.archlinux.org/title/Xorg
https://wiki.archlinux.org/title/Wayland

man xorg
man startx

If you are going to use arch, get used to reading the wiki. And, it changes over time.

Quote:
Partially updated? What does that mean?
https://wiki.archlinux.org/title/Pacman
 
  


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] LightDM failed to start on fresh Arch install KD55 Linux - Newbie 4 04-17-2019 02:42 AM
Lightdm stopped working (Arch) Sudonix Linux - Desktop 12 02-16-2019 10:53 PM
[SOLVED] lightdm-session error message after removal of lightdm rng Linux - General 3 08-28-2017 02:48 PM
LXer: Simple LightDM Manager: Change The LightDM Background Or Logo Using A GUI LXer Syndicated Linux News 0 10-05-2011 05:41 PM
Gotta love those &#1649;&#1649;&#1649;&#1649;&#1649;&#1649;&#1649;&# iLLuSionZ Linux - General 5 11-18-2003 07:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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