Truly unfortunate, as it didn't work for me. No autologin, and the greeter still stands in my way to a direct boot into Xfce. Instead of being forced to type my password, I can now hit "Enter" on the greeter to log me in. This is from yet another fresh reinstall of Artix Xfce S6 Feb-15.
I tried with 2 boot ups, first without "accountsservice", second with it installed, just to check if it's a hard requirement. No system upgrade was done, only the minimal "pacman -Sy" followed by installing "accountsservice".
First boot up without it causes PAM to go wham:
2021-02-15 21:47:03.143461216 [+2.72s] DEBUG: Session pid=993: Started with service 'lightdm-autologin', username 'meow'
2021-02-15 21:47:03.161720919 Stopping PAM conversation, interaction requested but not supported
2021-02-15 21:47:04.196053045 [+3.77s] DEBUG: Process 658 terminated with signal 6
2021-02-15 21:47:04.196058307 [+3.77s] DEBUG: XServer 0: X server stopped
If it is installed, it then arbirtarily exits with return value 1:
2021-02-15 21:56:27.369764132 [+2.95s] DEBUG: Session pid=1010: Started with service 'lightdm-autologin', username 'meow'
2021-02-15 21:56:27.386054081
2021-02-15 21:56:27.386060112 ** (process:1010): WARNING **: 21:56:27.384: 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
2021-02-15 21:56:27.387156955 [+2.96s] DEBUG: Session pid=1010: Authentication complete with return value 0: Success
2021-02-15 21:56:27.387177392 [+2.96s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-15 21:56:27.387199594 [+2.96s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-15 21:56:27.387947385 [+2.96s] DEBUG: Session pid=1010: Running command /etc/lightdm/Xsession startxfce4
2021-02-15 21:56:27.387974005 [+2.96s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-15 21:56:27.388044045 [+2.96s] DEBUG: Session pid=1010: Logging to .xsession-errors
2021-02-15 21:56:27.393282509 [+2.97s] DEBUG: Activating VT 7
2021-02-15 21:56:27.393299078 [+2.97s] DEBUG: Activating login1 session 1
2021-02-15 21:56:27.393923041 [+2.97s] DEBUG: Seat seat0 changes active session to 1
2021-02-15 21:56:27.393945782 [+2.97s] DEBUG: Session 1 is already active
2021-02-15 21:56:27.991020870 [+3.57s] DEBUG: Session pid=1010: Exited with return value 1
2021-02-15 21:56:27.991024903 [+3.57s] DEBUG: Seat seat0: Session stopped
2021-02-15 21:56:27.991024903 [+3.57s] DEBUG: Seat seat0: Session stopped
2021-02-15 21:56:27.991240622 [+3.57s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-15 21:56:27.991257629 [+3.57s] DEBUG: Sending signal 15 to process 667
2021-02-15 21:56:27.992488095 [+3.57s] DEBUG: Seat seat0 changes active session to
2021-02-15 21:56:28.203250894 [+3.78s] DEBUG: Process 667 terminated with signal 6
2021-02-15 21:56:28.203256209 [+3.78s] DEBUG: XServer 1: X server stopped
In both cases, X server gets stopped. Without "accountsservice", it's XServer 0. With it, Session 0 is stopped, I'm switched to Session 1, then XServer 1. So, if autologin works for you, but not for me, then something must be screwed up on the Xfce S6 ISO?
Feels like we are slowly narrowing down what might be wrong!
Full logs below:
Without "accountsservice":
2021-02-15 21:56:24.425536776 [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-15 21:56:24.425735920 [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=570
2021-02-15 21:56:24.425740592 [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-15 21:56:24.425743143 [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-15 21:56:24.425745535 [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-15 21:56:24.425747463 [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-15 21:56:24.425749236 [+0.00s] DEBUG: Registered seat module local
2021-02-15 21:56:24.425751026 [+0.00s] DEBUG: Registered seat module xremote
2021-02-15 21:56:24.425752922 [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-15 21:56:24.440718956 [+0.02s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-15 21:56:24.447040360 [+0.02s] DEBUG: Monitoring logind for seats
2021-02-15 21:56:24.447059599 [+0.02s] DEBUG: New seat added from logind: seat0
2021-02-15 21:56:24.447362239 [+0.02s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-15 21:56:24.447366313 [+0.02s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-15 21:56:24.447368192 [+0.02s] DEBUG: Seat seat0: Starting
2021-02-15 21:56:24.447369958 [+0.02s] DEBUG: Seat seat0: Creating user session
2021-02-15 21:56:24.447747117 [+0.02s] 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
2021-02-15 21:56:24.447841978 [+0.02s] DEBUG: Loading user config from /etc/lightdm/users.conf
2021-02-15 21:56:24.450370681 [+0.03s] DEBUG: User meow added
2021-02-15 21:56:24.452909571 [+0.03s] DEBUG: Seat seat0: Creating display server of type x
2021-02-15 21:56:24.454631913 [+0.03s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-15 21:56:24.454648829 [+0.03s] DEBUG: Using VT 7
2021-02-15 21:56:24.454657159 [+0.03s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-15 21:56:24.454731758 [+0.03s] DEBUG: XServer 1: Logging to /var/log/lightdm/x-1.log
2021-02-15 21:56:24.454781504 [+0.03s] DEBUG: XServer 1: Writing X server authority to /run/lightdm/root/:1
2021-02-15 21:56:24.454822345 [+0.03s] DEBUG: XServer 1: Launching X Server
2021-02-15 21:56:24.455677331 [+0.03s] DEBUG: Launching process 667: /usr/bin/X :1 -seat seat0 -auth /run/lightdm/root/:1 -nolisten tcp vt7 -novtswitch
2021-02-15 21:56:24.455681513 [+0.03s] DEBUG: XServer 1: Waiting for ready signal from X server :1
2021-02-15 21:56:24.455683556 [+0.03s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-15 21:56:24.455685738 [+0.03s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-15 21:56:27.153018547 [+2.73s] DEBUG: Got signal 10 from process 667
2021-02-15 21:56:27.153023967 [+2.73s] DEBUG: XServer 1: Got signal from X server :1
2021-02-15 21:56:27.153025539 [+2.73s] DEBUG: XServer 1: Connecting to XServer :1
2021-02-15 21:56:27.369405812 [+2.95s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-15 21:56:27.369764132 [+2.95s] DEBUG: Session pid=1010: Started with service 'lightdm-autologin', username 'meow'
2021-02-15 21:56:27.386054081
2021-02-15 21:56:27.386060112 ** (process:1010): WARNING **: 21:56:27.384: 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
2021-02-15 21:56:27.387156955 [+2.96s] DEBUG: Session pid=1010: Authentication complete with return value 0: Success
2021-02-15 21:56:27.387177392 [+2.96s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-15 21:56:27.387199594 [+2.96s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-15 21:56:27.387947385 [+2.96s] DEBUG: Session pid=1010: Running command /etc/lightdm/Xsession startxfce4
2021-02-15 21:56:27.387974005 [+2.96s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-15 21:56:27.388044045 [+2.96s] DEBUG: Session pid=1010: Logging to .xsession-errors
2021-02-15 21:56:27.393282509 [+2.97s] DEBUG: Activating VT 7
2021-02-15 21:56:27.393299078 [+2.97s] DEBUG: Activating login1 session 1
2021-02-15 21:56:27.393923041 [+2.97s] DEBUG: Seat seat0 changes active session to 1
2021-02-15 21:56:27.393945782 [+2.97s] DEBUG: Session 1 is already active
2021-02-15 21:56:27.991020870 [+3.57s] DEBUG: Session pid=1010: Exited with return value 1
2021-02-15 21:56:27.991024903 [+3.57s] DEBUG: Seat seat0: Session stopped
2021-02-15 21:56:27.991240622 [+3.57s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-15 21:56:27.991257629 [+3.57s] DEBUG: Sending signal 15 to process 667
2021-02-15 21:56:27.992488095 [+3.57s] DEBUG: Seat seat0 changes active session to
2021-02-15 21:56:28.203250894 [+3.78s] DEBUG: Process 667 terminated with signal 6
2021-02-15 21:56:28.203256209 [+3.78s] DEBUG: XServer 1: X server stopped
2021-02-15 21:56:28.203271569 [+3.78s] DEBUG: Releasing VT 7
2021-02-15 21:56:28.203273606 [+3.78s] DEBUG: XServer 1: Removing X server authority /run/lightdm/root/:1
2021-02-15 21:56:28.203328513 [+3.78s] DEBUG: Seat seat0: Display server stopped
2021-02-15 21:56:28.203404405 [+3.78s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-15 21:56:28.203427313 [+3.78s] DEBUG: Seat seat0: Creating greeter session
2021-02-15 21:56:28.204506507 [+3.78s] DEBUG: Seat seat0: Creating display server of type x
2021-02-15 21:56:28.204548935 [+3.78s] DEBUG: Using VT 7
2021-02-15 21:56:28.204554838 [+3.78s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-15 21:56:28.204636527 [+3.78s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-15 21:56:28.204763225 [+3.78s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-15 21:56:28.204866328 [+3.78s] DEBUG: XServer 0: Launching X Server
2021-02-15 21:56:28.205593616 [+3.78s] DEBUG: Launching process 1065: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-15 21:56:28.205623130 [+3.78s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-15 21:56:28.552449587 [+4.13s] DEBUG: Got signal 10 from process 1065
2021-02-15 21:56:28.552464807 [+4.13s] DEBUG: XServer 0: Got signal from X server :0
2021-02-15 21:56:28.552511019 [+4.13s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-15 21:56:28.553753463 [+4.13s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-15 21:56:28.554009052 [+4.13s] DEBUG: Session pid=1075: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-15 21:56:28.560502798
2021-02-15 21:56:28.560506986 ** (process:1075): WARNING **: 21:56:28.559: 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
2021-02-15 21:56:28.561796103 [+4.14s] DEBUG: Session pid=1075: Authentication complete with return value 0: Success
2021-02-15 21:56:28.561798829 [+4.14s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-15 21:56:28.561823570 [+4.14s] DEBUG: Session pid=1075: Running command /usr/bin/lightdm-gtk-greeter
2021-02-15 21:56:28.561909251 [+4.14s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2021-02-15 21:56:28.561982057 [+4.14s] DEBUG: Session pid=1075: Logging to /var/log/lightdm/seat0-greeter.log
2021-02-15 21:56:28.565113971 [+4.14s] DEBUG: Activating VT 7
2021-02-15 21:56:28.565131241 [+4.14s] DEBUG: Activating login1 session c1
2021-02-15 21:56:28.565748126 [+4.14s] DEBUG: Seat seat0 changes active session to c1
2021-02-15 21:56:28.565750726 [+4.14s] DEBUG: Session c1 is already active
2021-02-15 21:56:28.654415733 [+4.23s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2021-02-15 21:56:28.853060803 [+4.43s] DEBUG: Greeter start authentication for meow
2021-02-15 21:56:28.853396423 [+4.43s] DEBUG: Session pid=1104: Started with service 'lightdm', username 'meow'
2021-02-15 21:56:28.862078350
2021-02-15 21:56:28.862084680 ** (process:1104): WARNING **: 21:56:28.860: 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
2021-02-15 21:56:28.863236436 [+4.44s] DEBUG: Session pid=1104: Authentication complete with return value 0: Success
2021-02-15 21:56:28.863250612 [+4.44s] DEBUG: Authenticate result for user meow: Success
2021-02-15 21:56:28.863255587 [+4.44s] DEBUG: User meow authorized
2021-02-15 21:56:30.886809150 [+6.46s] DEBUG: Greeter requests session xfce
2021-02-15 21:56:30.886969688 [+6.46s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2021-02-15 21:56:30.886973049 [+6.46s] DEBUG: Terminating login1 session c1
2021-02-15 21:56:30.888012322 [+6.46s] DEBUG: Session pid=1075: Sending SIGTERM
2021-02-15 21:56:30.889789772 [+6.47s] DEBUG: Seat seat0 changes active session to
2021-02-15 21:56:30.896668482 [+6.47s] DEBUG: Greeter closed communication channel
2021-02-15 21:56:30.896837456 [+6.47s] DEBUG: Session pid=1075: Exited with return value 0
2021-02-15 21:56:30.896861534 [+6.47s] DEBUG: Seat seat0: Session stopped
2021-02-15 21:56:30.896892598 [+6.47s] DEBUG: Seat seat0: Greeter stopped, running session
2021-02-15 21:56:30.896936871 [+6.47s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session1
2021-02-15 21:56:30.898280190 [+6.47s] DEBUG: Session pid=1104: Running command /etc/lightdm/Xsession startxfce4
2021-02-15 21:56:30.898385606 [+6.47s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-15 21:56:30.898481151 [+6.47s] DEBUG: Session pid=1104: Logging to .xsession-errors
2021-02-15 21:56:30.902343345 [+6.48s] DEBUG: Activating VT 7
2021-02-15 21:56:30.902357835 [+6.48s] DEBUG: Activating login1 session 2
2021-02-15 21:56:30.902856611 [+6.48s] DEBUG: Seat seat0 changes active session to 2
2021-02-15 21:56:30.902874129 [+6.48s] DEBUG: Session 2 is already active
With "accountsservice":
2021-02-15 21:56:24.425536776 [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-15 21:56:24.425735920 [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=570
2021-02-15 21:56:24.425740592 [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-15 21:56:24.425743143 [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-15 21:56:24.425745535 [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-15 21:56:24.425747463 [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-15 21:56:24.425749236 [+0.00s] DEBUG: Registered seat module local
2021-02-15 21:56:24.425751026 [+0.00s] DEBUG: Registered seat module xremote
2021-02-15 21:56:24.425752922 [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-15 21:56:24.440718956 [+0.02s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-15 21:56:24.447040360 [+0.02s] DEBUG: Monitoring logind for seats
2021-02-15 21:56:24.447059599 [+0.02s] DEBUG: New seat added from logind: seat0
2021-02-15 21:56:24.447362239 [+0.02s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-15 21:56:24.447366313 [+0.02s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-15 21:56:24.447368192 [+0.02s] DEBUG: Seat seat0: Starting
2021-02-15 21:56:24.447369958 [+0.02s] DEBUG: Seat seat0: Creating user session
2021-02-15 21:56:24.447747117 [+0.02s] 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
2021-02-15 21:56:24.447841978 [+0.02s] DEBUG: Loading user config from /etc/lightdm/users.conf
2021-02-15 21:56:24.450370681 [+0.03s] DEBUG: User meow added
2021-02-15 21:56:24.452909571 [+0.03s] DEBUG: Seat seat0: Creating display server of type x
2021-02-15 21:56:24.454631913 [+0.03s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-15 21:56:24.454648829 [+0.03s] DEBUG: Using VT 7
2021-02-15 21:56:24.454657159 [+0.03s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-15 21:56:24.454731758 [+0.03s] DEBUG: XServer 1: Logging to /var/log/lightdm/x-1.log
2021-02-15 21:56:24.454781504 [+0.03s] DEBUG: XServer 1: Writing X server authority to /run/lightdm/root/:1
2021-02-15 21:56:24.454822345 [+0.03s] DEBUG: XServer 1: Launching X Server
2021-02-15 21:56:24.455677331 [+0.03s] DEBUG: Launching process 667: /usr/bin/X :1 -seat seat0 -auth /run/lightdm/root/:1 -nolisten tcp vt7 -novtswitch
2021-02-15 21:56:24.455681513 [+0.03s] DEBUG: XServer 1: Waiting for ready signal from X server :1
2021-02-15 21:56:24.455683556 [+0.03s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-15 21:56:24.455685738 [+0.03s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-15 21:56:27.153018547 [+2.73s] DEBUG: Got signal 10 from process 667
2021-02-15 21:56:27.153023967 [+2.73s] DEBUG: XServer 1: Got signal from X server :1
2021-02-15 21:56:27.153025539 [+2.73s] DEBUG: XServer 1: Connecting to XServer :1
2021-02-15 21:56:27.369405812 [+2.95s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-15 21:56:27.369764132 [+2.95s] DEBUG: Session pid=1010: Started with service 'lightdm-autologin', username 'meow'
2021-02-15 21:56:27.386054081
2021-02-15 21:56:27.386060112 ** (process:1010): WARNING **: 21:56:27.384: 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
2021-02-15 21:56:27.387156955 [+2.96s] DEBUG: Session pid=1010: Authentication complete with return value 0: Success
2021-02-15 21:56:27.387177392 [+2.96s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-15 21:56:27.387199594 [+2.96s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-15 21:56:27.387947385 [+2.96s] DEBUG: Session pid=1010: Running command /etc/lightdm/Xsession startxfce4
2021-02-15 21:56:27.387974005 [+2.96s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-15 21:56:27.388044045 [+2.96s] DEBUG: Session pid=1010: Logging to .xsession-errors
2021-02-15 21:56:27.393282509 [+2.97s] DEBUG: Activating VT 7
2021-02-15 21:56:27.393299078 [+2.97s] DEBUG: Activating login1 session 1
2021-02-15 21:56:27.393923041 [+2.97s] DEBUG: Seat seat0 changes active session to 1
2021-02-15 21:56:27.393945782 [+2.97s] DEBUG: Session 1 is already active
2021-02-15 21:56:27.991020870 [+3.57s] DEBUG: Session pid=1010: Exited with return value 1
2021-02-15 21:56:27.991024903 [+3.57s] DEBUG: Seat seat0: Session stopped
2021-02-15 21:56:27.991240622 [+3.57s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-15 21:56:27.991257629 [+3.57s] DEBUG: Sending signal 15 to process 667
2021-02-15 21:56:27.992488095 [+3.57s] DEBUG: Seat seat0 changes active session to
2021-02-15 21:56:28.203250894 [+3.78s] DEBUG: Process 667 terminated with signal 6
2021-02-15 21:56:28.203256209 [+3.78s] DEBUG: XServer 1: X server stopped
2021-02-15 21:56:28.203271569 [+3.78s] DEBUG: Releasing VT 7
2021-02-15 21:56:28.203273606 [+3.78s] DEBUG: XServer 1: Removing X server authority /run/lightdm/root/:1
2021-02-15 21:56:28.203328513 [+3.78s] DEBUG: Seat seat0: Display server stopped
2021-02-15 21:56:28.203404405 [+3.78s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-15 21:56:28.203427313 [+3.78s] DEBUG: Seat seat0: Creating greeter session
2021-02-15 21:56:28.204506507 [+3.78s] DEBUG: Seat seat0: Creating display server of type x
2021-02-15 21:56:28.204548935 [+3.78s] DEBUG: Using VT 7
2021-02-15 21:56:28.204554838 [+3.78s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-15 21:56:28.204636527 [+3.78s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-15 21:56:28.204763225 [+3.78s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-15 21:56:28.204866328 [+3.78s] DEBUG: XServer 0: Launching X Server
2021-02-15 21:56:28.205593616 [+3.78s] DEBUG: Launching process 1065: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-15 21:56:28.205623130 [+3.78s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-15 21:56:28.552449587 [+4.13s] DEBUG: Got signal 10 from process 1065
2021-02-15 21:56:28.552464807 [+4.13s] DEBUG: XServer 0: Got signal from X server :0
2021-02-15 21:56:28.552511019 [+4.13s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-15 21:56:28.553753463 [+4.13s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-15 21:56:28.554009052 [+4.13s] DEBUG: Session pid=1075: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-15 21:56:28.560502798
2021-02-15 21:56:28.560506986 ** (process:1075): WARNING **: 21:56:28.559: 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
2021-02-15 21:56:28.561796103 [+4.14s] DEBUG: Session pid=1075: Authentication complete with return value 0: Success
2021-02-15 21:56:28.561798829 [+4.14s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-15 21:56:28.561823570 [+4.14s] DEBUG: Session pid=1075: Running command /usr/bin/lightdm-gtk-greeter
2021-02-15 21:56:28.561909251 [+4.14s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2021-02-15 21:56:28.561982057 [+4.14s] DEBUG: Session pid=1075: Logging to /var/log/lightdm/seat0-greeter.log
2021-02-15 21:56:28.565113971 [+4.14s] DEBUG: Activating VT 7
2021-02-15 21:56:28.565131241 [+4.14s] DEBUG: Activating login1 session c1
2021-02-15 21:56:28.565748126 [+4.14s] DEBUG: Seat seat0 changes active session to c1
2021-02-15 21:56:28.565750726 [+4.14s] DEBUG: Session c1 is already active
2021-02-15 21:56:28.654415733 [+4.23s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2021-02-15 21:56:28.853060803 [+4.43s] DEBUG: Greeter start authentication for meow
2021-02-15 21:56:28.853396423 [+4.43s] DEBUG: Session pid=1104: Started with service 'lightdm', username 'meow'
2021-02-15 21:56:28.862078350
2021-02-15 21:56:28.862084680 ** (process:1104): WARNING **: 21:56:28.860: 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
2021-02-15 21:56:28.863236436 [+4.44s] DEBUG: Session pid=1104: Authentication complete with return value 0: Success
2021-02-15 21:56:28.863250612 [+4.44s] DEBUG: Authenticate result for user meow: Success
2021-02-15 21:56:28.863255587 [+4.44s] DEBUG: User meow authorized
2021-02-15 21:56:30.886809150 [+6.46s] DEBUG: Greeter requests session xfce
2021-02-15 21:56:30.886969688 [+6.46s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2021-02-15 21:56:30.886973049 [+6.46s] DEBUG: Terminating login1 session c1
2021-02-15 21:56:30.888012322 [+6.46s] DEBUG: Session pid=1075: Sending SIGTERM
2021-02-15 21:56:30.889789772 [+6.47s] DEBUG: Seat seat0 changes active session to
2021-02-15 21:56:30.896668482 [+6.47s] DEBUG: Greeter closed communication channel
2021-02-15 21:56:30.896837456 [+6.47s] DEBUG: Session pid=1075: Exited with return value 0
2021-02-15 21:56:30.896861534 [+6.47s] DEBUG: Seat seat0: Session stopped
2021-02-15 21:56:30.896892598 [+6.47s] DEBUG: Seat seat0: Greeter stopped, running session
2021-02-15 21:56:30.896936871 [+6.47s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session1
2021-02-15 21:56:30.898280190 [+6.47s] DEBUG: Session pid=1104: Running command /etc/lightdm/Xsession startxfce4
2021-02-15 21:56:30.898385606 [+6.47s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-15 21:56:30.898481151 [+6.47s] DEBUG: Session pid=1104: Logging to .xsession-errors
2021-02-15 21:56:30.902343345 [+6.48s] DEBUG: Activating VT 7
2021-02-15 21:56:30.902357835 [+6.48s] DEBUG: Activating login1 session 2
2021-02-15 21:56:30.902856611 [+6.48s] DEBUG: Seat seat0 changes active session to 2
2021-02-15 21:56:30.902874129 [+6.48s] DEBUG: Session 2 is already active
2021-02-15 21:59:30.711995437 [+186.29s] DEBUG: Session pid=1104: Exited with return value 0
2021-02-15 21:59:30.712015645 [+186.29s] DEBUG: Seat seat0: Session stopped
2021-02-15 21:59:30.712569100 [+186.29s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-15 21:59:30.712573535 [+186.29s] DEBUG: Sending signal 15 to process 1065
2021-02-15 21:59:30.712575516 [+186.29s] DEBUG: Seat seat0 changes active session to
2021-02-15 21:59:30.716373698 [+186.29s] DEBUG: Got signal 15 from process 269
2021-02-15 21:59:30.716380061 [+186.29s] DEBUG: Caught Terminated signal, shutting down
2021-02-15 21:59:30.716382120 [+186.29s] DEBUG: Stopping display manager
2021-02-15 21:59:30.716383935 [+186.29s] DEBUG: Seat seat0: Stopping
2021-02-15 21:59:31.672923044 [+187.25s] DEBUG: Process 1065 exited with return value 0
2021-02-15 21:59:31.672982366 [+187.25s] DEBUG: XServer 0: X server stopped
2021-02-15 21:59:31.672987252 [+187.25s] DEBUG: Releasing VT 7
2021-02-15 21:59:31.673092145 [+187.25s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-15 21:59:31.673163129 [+187.25s] DEBUG: Seat seat0: Display server stopped
2021-02-15 21:59:31.673215836 [+187.25s] DEBUG: Seat seat0: Stopped
2021-02-15 21:59:31.673238268 [+187.25s] DEBUG: Display manager stopped
2021-02-15 21:59:31.673257011 [+187.25s] DEBUG: Stopping daemon
2021-02-15 21:59:31.674747330 [+187.25s] DEBUG: Exiting with return value 0
2021-02-15 21:59:50.445570547 [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-15 21:59:50.446283291 [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=568
2021-02-15 21:59:50.446287787 [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-15 21:59:50.446290230 [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-15 21:59:50.446291905 [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-15 21:59:50.446293244 [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-15 21:59:50.446294547 [+0.00s] DEBUG: Registered seat module local
2021-02-15 21:59:50.446295757 [+0.00s] DEBUG: Registered seat module xremote
2021-02-15 21:59:50.446297042 [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-15 21:59:50.467732963 [+0.02s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-15 21:59:50.470001097 [+0.03s] DEBUG: Monitoring logind for seats
2021-02-15 21:59:50.470006620 [+0.03s] DEBUG: New seat added from logind: seat0
2021-02-15 21:59:50.470008982 [+0.03s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-15 21:59:50.470011029 [+0.03s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-15 21:59:50.470012749 [+0.03s] DEBUG: Seat seat0: Starting
2021-02-15 21:59:50.470014543 [+0.03s] DEBUG: Seat seat0: Creating user session
2021-02-15 21:59:50.573973875 [+0.13s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-15 21:59:50.574038904 [+0.13s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-15 21:59:50.615402345 [+0.17s] DEBUG: Seat seat0: Creating display server of type x
2021-02-15 21:59:50.617957490 [+0.17s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-15 21:59:50.617963171 [+0.17s] DEBUG: Using VT 7
2021-02-15 21:59:50.617965481 [+0.17s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-15 21:59:50.617967794 [+0.17s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-15 21:59:50.617970218 [+0.17s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-15 21:59:50.617972145 [+0.17s] DEBUG: XServer 0: Launching X Server
2021-02-15 21:59:50.617974853 [+0.17s] DEBUG: Launching process 762: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-15 21:59:50.617976894 [+0.17s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-15 21:59:50.617978897 [+0.17s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-15 21:59:50.617982120 [+0.17s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-15 21:59:53.406327664 [+2.96s] DEBUG: Got signal 10 from process 762
2021-02-15 21:59:53.406333833 [+2.96s] DEBUG: XServer 0: Got signal from X server :0
2021-02-15 21:59:53.406348575 [+2.96s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-15 21:59:53.407384970 [+2.96s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-15 21:59:53.407622980 [+2.96s] DEBUG: Session pid=1048: Started with service 'lightdm-autologin', username 'meow'
2021-02-15 21:59:53.426042053 [+2.98s] DEBUG: Session pid=1048: Authentication complete with return value 0: Success
2021-02-15 21:59:53.426059192 [+2.98s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-15 21:59:53.426082822 [+2.98s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-15 21:59:53.426788828 [+2.98s] DEBUG: Session pid=1048: Running command /etc/lightdm/Xsession startxfce4
2021-02-15 21:59:53.426824379 [+2.98s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-15 21:59:53.426880313 [+2.98s] DEBUG: Session pid=1048: Logging to .xsession-errors
2021-02-15 21:59:53.432757962 [+2.99s] DEBUG: Activating VT 7
2021-02-15 21:59:53.432784238 [+2.99s] DEBUG: Activating login1 session 1
2021-02-15 21:59:53.433331069 [+2.99s] DEBUG: Seat seat0 changes active session to 1
2021-02-15 21:59:53.433341508 [+2.99s] DEBUG: Session 1 is already active
2021-02-15 21:59:54.030238877 [+3.59s] DEBUG: Session pid=1048: Exited with return value 1
2021-02-15 21:59:54.030245072 [+3.59s] DEBUG: Seat seat0: Session stopped
2021-02-15 21:59:54.075824370 [+3.63s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-15 21:59:54.075846307 [+3.63s] DEBUG: Sending signal 15 to process 762
2021-02-15 21:59:54.075902973 [+3.63s] DEBUG: Seat seat0 changes active session to
2021-02-15 21:59:54.323497211 [+3.88s] DEBUG: Process 762 terminated with signal 6
2021-02-15 21:59:54.323510813 [+3.88s] DEBUG: XServer 0: X server stopped
2021-02-15 21:59:54.323553236 [+3.88s] DEBUG: Releasing VT 7
2021-02-15 21:59:54.323559540 [+3.88s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-15 21:59:54.323641695 [+3.88s] DEBUG: Seat seat0: Display server stopped
2021-02-15 21:59:54.323791556 [+3.88s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-15 21:59:54.323817602 [+3.88s] DEBUG: Seat seat0: Creating greeter session
2021-02-15 21:59:54.324863704 [+3.88s] DEBUG: Seat seat0: Creating display server of type x
2021-02-15 21:59:54.324906212 [+3.88s] DEBUG: Using VT 7
2021-02-15 21:59:54.324912276 [+3.88s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-15 21:59:54.324991640 [+3.88s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-15 21:59:54.325124346 [+3.88s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-15 21:59:54.325185578 [+3.88s] DEBUG: XServer 0: Launching X Server
2021-02-15 21:59:54.326117371 [+3.88s] DEBUG: Launching process 1084: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-15 21:59:54.326257370 [+3.88s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-15 21:59:54.772112937 [+4.33s] DEBUG: Got signal 10 from process 1084
2021-02-15 21:59:54.772118639 [+4.33s] DEBUG: XServer 0: Got signal from X server :0
2021-02-15 21:59:54.772120233 [+4.33s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-15 21:59:54.773125407 [+4.33s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-15 21:59:54.773395579 [+4.33s] DEBUG: Session pid=1096: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-15 21:59:54.784128093 [+4.34s] DEBUG: Session pid=1096: Authentication complete with return value 0: Success
2021-02-15 21:59:54.784144942 [+4.34s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-15 21:59:54.784151147 [+4.34s] DEBUG: Session pid=1096: Running command /usr/bin/lightdm-gtk-greeter
2021-02-15 21:59:54.784219429 [+4.34s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2021-02-15 21:59:54.784303404 [+4.34s] DEBUG: Session pid=1096: Logging to /var/log/lightdm/seat0-greeter.log
2021-02-15 21:59:54.787620246 [+4.34s] DEBUG: Activating VT 7
2021-02-15 21:59:54.787670851 [+4.34s] DEBUG: Activating login1 session c1
2021-02-15 21:59:54.788191716 [+4.34s] DEBUG: Seat seat0 changes active session to c1
2021-02-15 21:59:54.788205227 [+4.34s] DEBUG: Session c1 is already active
2021-02-15 21:59:54.876509012 [+4.43s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2021-02-15 21:59:55.081421856 [+4.64s] DEBUG: Greeter start authentication for meow
2021-02-15 21:59:55.081870105 [+4.64s] DEBUG: Session pid=1123: Started with service 'lightdm', username 'meow'
2021-02-15 21:59:55.091649592 [+4.65s] DEBUG: Session pid=1123: Authentication complete with return value 0: Success
2021-02-15 21:59:55.091656022 [+4.65s] DEBUG: Authenticate result for user meow: Success
2021-02-15 21:59:55.091668360 [+4.65s] DEBUG: User meow authorized
2021-02-15 21:59:56.579290216 [+6.13s] DEBUG: Greeter requests session xfce
2021-02-15 21:59:56.584160535 [+6.14s] DEBUG: Writing /home/meow/.dmrc
2021-02-15 21:59:56.587598991 [+6.14s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2021-02-15 21:59:56.587610016 [+6.14s] DEBUG: Terminating login1 session c1
2021-02-15 21:59:56.589578251 [+6.15s] DEBUG: Session pid=1096: Sending SIGTERM
2021-02-15 21:59:56.591028276 [+6.15s] DEBUG: Seat seat0 changes active session to
2021-02-15 21:59:56.595718052 [+6.15s] DEBUG: Greeter closed communication channel
2021-02-15 21:59:56.595751612 [+6.15s] DEBUG: Session pid=1096: Exited with return value 0
2021-02-15 21:59:56.595753108 [+6.15s] DEBUG: Seat seat0: Session stopped
2021-02-15 21:59:56.595776117 [+6.15s] DEBUG: Seat seat0: Greeter stopped, running session
2021-02-15 21:59:56.595811542 [+6.15s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session1
2021-02-15 21:59:56.596876751 [+6.15s] DEBUG: Session pid=1123: Running command /etc/lightdm/Xsession startxfce4
2021-02-15 21:59:56.596918943 [+6.15s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-15 21:59:56.596958674 [+6.15s] DEBUG: Session pid=1123: Logging to .xsession-errors
2021-02-15 21:59:56.601119403 [+6.16s] DEBUG: Activating VT 7
2021-02-15 21:59:56.601146036 [+6.16s] DEBUG: Activating login1 session 2
2021-02-15 21:59:56.601648060 [+6.16s] DEBUG: Seat seat0 changes active session to 2
2021-02-15 21:59:56.601662172 [+6.16s] DEBUG: Session 2 is already active