You are not logged in.
Hello to everyone, I installed arch with xfce4 and I got this problem. I solve it but I don't wanna do these steps everytime. I switch tty2 and login as a normal user then I type that
sudo systemctl start lightdm.service. I've already enable this service but it couldn't start without these steps.
I downloaded these packages:
xfce4 xfce4-goodies xorg xorg-server lightdm lightdm-gtk-greeter
Here is the output of /var/log/lightdm/lightdm.log:
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=478
[+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.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for gio-vfs
[+0.00s] DEBUG: Monitoring logind for seats
[+0.00s] DEBUG: New seat added from logind: seat0
[+0.00s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.00s] DEBUG: Seat seat0 has property CanMultiSession=no
[+0.00s] DEBUG: Seat seat0: Starting
[+0.00s] DEBUG: Seat seat0: Creating greeter session
[+0.00s] DEBUG: Seat seat0: Creating display server of type x
[+0.00s] DEBUG: Could not run plymouth --ping: Failed to execute child process plymouth (No such file or directory)
[+0.00s] DEBUG: Using VT 7
[+0.00s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.00s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.00s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+0.00s] DEBUG: XServer 0: Launching X Server
[+0.00s] DEBUG: Launching process 484: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.00s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+0.00s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.01s] 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.01s] DEBUG: Loading user config from /etc/lightdm/users.conf
[+0.01s] DEBUG: User usern added
[+0.02s] DEBUG: Seat seat0 changes active session to
[+1.13s] DEBUG: Got signal 10 from process 484
[+1.13s] DEBUG: XServer 0: Got signal from X server :0
[+1.13s] DEBUG: XServer 0: Connecting to XServer :0
[+1.15s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+1.15s] DEBUG: Session pid=491: Started with service 'lightdm-greeter', username 'lightdm'
[+1.16s] DEBUG: Session pid=491: Authentication complete with return value 0: Success
[+1.16s] DEBUG: Seat seat0: Session authenticated, running command
[+1.16s] DEBUG: Session pid=491: Running command /usr/bin/lightdm-gtk-greeter
[+1.16s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+1.16s] DEBUG: Session pid=491: Logging to /var/log/lightdm/seat0-greeter.log
[+1.23s] DEBUG: Activating VT 7
[+1.23s] DEBUG: Activating login1 session c1
[+1.23s] DEBUG: Seat seat0 changes active session to c1
[+1.23s] DEBUG: Session c1 is already active
[+1.44s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
[+1.55s] DEBUG: Greeter start authentication for usern
[+1.55s] DEBUG: Session pid=521: Started with service 'lightdm', username 'usern'
[+1.56s] DEBUG: Session pid=521: Got 1 message(s) from PAM
[+1.56s] DEBUG: Prompt greeter with 1 message(s)
[+6.03s] DEBUG: Continue authentication
[+6.05s] DEBUG: Session pid=521: Authentication complete with return value 0: Success
[+6.05s] DEBUG: Authenticate result for user usern: Success
[+6.05s] DEBUG: User usern authorized
[+6.06s] DEBUG: Greeter requests session xfce
[+6.06s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
[+6.06s] DEBUG: Terminating login1 session c1
[+6.06s] DEBUG: Session pid=491: Sending SIGTERM
[+6.18s] DEBUG: Greeter closed communication channel
[+6.18s] DEBUG: Session pid=491: Exited with return value 0
[+6.18s] DEBUG: Seat seat0: Session stopped
[+6.18s] DEBUG: Seat seat0: Greeter stopped, running session
[+6.18s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
[+6.18s] DEBUG: Session pid=521: Running command /etc/lightdm/Xsession startxfce4
[+6.18s] DEBUG: Creating shared data directory /var/lib/lightdm-data/usern
[+6.18s] DEBUG: Session pid=521: Logging to .xsession-errors
[+6.19s] DEBUG: Activating VT 7
[+6.19s] DEBUG: Activating login1 session 4
[+6.19s] DEBUG: Seat seat0 changes active session to
[+6.19s] DEBUG: Seat seat0 changes active session to 4
[+6.19s] DEBUG: Session 4 is already activeLast edited by p0werer (2020-09-22 10:23:56)
Offline
That is the log from after you manually started the service?
Is the service enabled? If so please post the output of the following in code tags after booting before starting the service
systemctl status lightdm.serviceAs well as an updated log.
Offline
sorry this message will update soon
Last edited by p0werer (2020-09-21 21:46:36)
Offline
It has to be the output showing the issue, in code tags.
Edit:
Ah cross post.
Last edited by loqs (2020-09-21 21:49:20)
Offline
~~~Output of /var/log/lightdm/lightdm.log~~~
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=439
[+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.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
[+0.00s] DEBUG: Monitoring logind for seats
[+0.00s] DEBUG: New seat added from logind: seat0
[+0.00s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.00s] DEBUG: Seat seat0 has property CanMultiSession=no
[+0.00s] DEBUG: Seat seat0: Starting
[+0.00s] DEBUG: Seat seat0: Creating greeter session
[+0.00s] DEBUG: Seat seat0: Creating display server of type x
[+0.01s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.01s] DEBUG: Using VT 7
[+0.01s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.01s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.01s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+0.01s] DEBUG: XServer 0: Launching X Server
[+0.01s] DEBUG: Launching process 448: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.01s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+0.01s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.01s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.01s] 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.01s] DEBUG: Loading user config from /etc/lightdm/users.conf
[+0.01s] DEBUG: User usern added
[+0.02s] DEBUG: Process 448 exited with return value 1
[+0.02s] DEBUG: XServer 0: X server stopped
[+0.02s] DEBUG: Releasing VT 7
[+0.02s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
[+0.02s] DEBUG: Seat seat0: Display server stopped
[+0.02s] DEBUG: Seat seat0: Stopping session
[+0.02s] DEBUG: Seat seat0: Session stopped
[+0.02s] DEBUG: Seat seat0: Stopping display server, no sessions require it
[+0.02s] DEBUG: Seat seat0: Stopping; greeter display server failed to start
[+0.02s] DEBUG: Seat seat0: Stopping
[+0.02s] DEBUG: Seat seat0: Stopped
[+0.02s] DEBUG: Required seat has stopped
[+0.02s] DEBUG: Stopping display manager
[+0.02s] DEBUG: Display manager stopped
[+0.02s] DEBUG: Stopping daemon
[+0.02s] DEBUG: Exiting with return value 1Last edited by p0werer (2020-09-22 10:24:27)
Offline
Please go back and fix the missing code tags. See the bbcode link below every post box.
LightDM#LightDM_does_not_appear_or_monitor_only_displays_TTY_output.
Last edited by loqs (2020-09-21 22:01:22)
Offline
~~~Output of systemctl status lightdm.service~~~
lightdm.service - Light Display Manager
Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code ) since Tue 2020-09-22 00:47:12 UTC; 1min 54s ago
Docs: man:lightdm(1)
Process: 439 ExecStart=/usr/bin/lightdm (code=exited, status=1/FAILURE)
Main PID: 439 (code=exited, status=1/FAILURE)
Sep 22 00:47:12 me systemd[1]: lightdm.service: Scheduled restar job, restart counter is at 5.
Sep 22 00:47:12 me systemd[1]: Stopped Light Display Manager.
Sep 22 00:47:12 me systemd[1]: lightdm.service: Start request repeated too quickly.
Sep 22 00:47:12 me systemd[1]: lightdm.service: Failed with resutl 'exit-code'.
Sep 22 00:47:12 me systemd[1]: Failed to start Light Display Manager.Last edited by p0werer (2020-09-22 10:24:46)
Offline
Please go back and fix the missing code tags. See the bbcode link below every post box.
LightDM#LightDM_does_not_appear_or_monitor_only_displays_TTY_output.
Thank for the advice it worked for me
Offline
Code_of_conduct#Pasting_pictures_and_code
I asked three times and you continued not to use code tags. Do not expect any more help from me.
Offline
p0werer, please read the entire Code of Conduct before you post again. These are not suggestions.
Offline
Code_of_conduct#Pasting_pictures_and_code
I asked three times and you continued not to use code tags. Do not expect any more help from me.
Sorry I didn't understand what did you say. Then I clicked link that mod sent. Now I know how to use code tag and I edited all my tickets on this post. Thanks for solving my problem and theaching forum rules. Admins should put these links in sign-up page.
Offline