Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: Hyperspace on 11 February 2021, 11:29:04

Title: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 11 February 2021, 11:29:04
I've recently installed Artix Xfce S6 Testing 2021/02/01 into my computer, and have checked the "Log in automatically without asking for the password" option. When I rebooted, I'm still sent to the login screen, after multiple reboots.

Since I'm still testing the distribution out, I've reformatted and tried 2021/02/08 instead, but upon installation and checking "Log in automatically" I'm still sent to the login after multiple reboots. This time, I've tried solving it by following the steps at https://wiki.archlinux.org/index.php/LightDM#Enabling_autologin (https://wiki.archlinux.org/index.php/LightDM#Enabling_autologin) but the "autologin-user=username" entry is already uncommented and making myself part of the autologin group doesn't work. Moving "autologin-user=username" to the very top under the first instance of [Seat:*] doesn't work too.

Additionally, there's no menu entry for LightDM in the Xfce Settings menu, is that a separate package?

Thanks for your assistance in advance!
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: linuxer on 11 February 2021, 14:15:25
I've recently installed Artix Xfce S6 Testing 2021/02/01 into my computer, and have checked the "Log in automatically without asking for the password" option. When I rebooted, I'm still sent to the login screen, after multiple reboots.

Since I'm still testing the distribution out, I've reformatted and tried 2021/02/08 instead, but upon installation and checking "Log in automatically" I'm still sent to the login after multiple reboots. This time, I've tried solving it by following the steps at https://wiki.archlinux.org/index.php/LightDM#Enabling_autologin (https://wiki.archlinux.org/index.php/LightDM#Enabling_autologin) but the "autologin-user=username" entry is already uncommented and making myself part of the autologin group doesn't work. Moving "autologin-user=username" to the very top under the first instance of [Seat:*] doesn't work too.

Additionally, there's no menu entry for LightDM in the Xfce Settings menu, is that a separate package?

Thanks for your assistance in advance!
Hi

LightDM GTK+ Greeter Settings, is not included, so you need to install it

Also, make sure that the following are as below, on your /etc/lightdm/lightdm.conf

Code: [Select]
[Seat:*]
autologin-user=<yourusername>
autologin-session=i3
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 11 February 2021, 20:56:57
I've already added myself to the necessary groups, as per the Arch Wiki instruction.

The following below is my current configuration (meow is the current "testing" username):
Code: [Select]
[Seat:*]
autologin-user=meow
autologin-session=xfce
Yet, autologin doesn't work. In fact, these lines were already present and uncommented in my conf under the 2nd instance of [Seat:*], I've merely moved them up to the first instance of [Seat:*] right at the very top of the file. Rebooting doesn't solve the issue as well.

Also, I've forgotten to mention but in addition to the Feb 8 and Feb 1 testing ISO, this lack of autologin despite checking the box in Calamares also occurs in the stable January 1 ISO. I've used the Xfce-S6 ISO in all instances.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Dudemanguy on 12 February 2021, 02:59:43
I have a guess at what may be the cause here. Currently working on refactoring some backend s6-rc stuff that probably is related.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 12 February 2021, 07:08:35
Thanks, your help is much appreciated! I look forward to it.

I'm not sure how ISO and package maintenance hierarchies work here, but it would be great if the fix can find its way into the upcoming February 15 testing ISO.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Dudemanguy on 13 February 2021, 02:56:06
I had the chance to test this out, and it worked as expected for me. I had the newest s6-scripts installed though so be sure to do a full system update. If it still doesn't work after that, could you post the output of /var/log/lightdm/current?
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 13 February 2021, 08:51:54
I've done a full system upgrade, and did notice that s6-scripts got an update. Thanks for that!

However, I still couldn't autologin. I've tried reinstalling the s6-scripts package, but unfortunately it doesn't work either.

Here is the output, but I've only included the latest login attempt (after the reinstall), hopefully that's enough:
Code: [Select]
2021-02-13 15:45:34.824542193  [+0.01s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-13 15:45:34.826985170  [+0.01s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=577
2021-02-13 15:45:34.826990043  [+0.01s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-13 15:45:34.826991863  [+0.01s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-13 15:45:34.826993330  [+0.01s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-13 15:45:34.826994642  [+0.01s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-13 15:45:34.826995891  [+0.01s] DEBUG: Registered seat module local
2021-02-13 15:45:34.826997097  [+0.01s] DEBUG: Registered seat module xremote
2021-02-13 15:45:34.826998379  [+0.01s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-13 15:45:34.848273735  [+0.03s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-13 15:45:34.879272621  [+0.06s] DEBUG: Monitoring logind for seats
2021-02-13 15:45:34.879278936  [+0.06s] DEBUG: New seat added from logind: seat0
2021-02-13 15:45:34.879281331  [+0.06s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-13 15:45:34.879283402  [+0.06s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-13 15:45:34.879285132  [+0.06s] DEBUG: Seat seat0: Starting
2021-02-13 15:45:34.879286904  [+0.06s] DEBUG: Seat seat0: Creating user session
2021-02-13 15:45:34.879912329  [+0.06s] 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-13 15:45:34.879917423  [+0.06s] DEBUG: Loading user config from /etc/lightdm/users.conf
2021-02-13 15:45:34.881973276  [+0.07s] DEBUG: User meow added
2021-02-13 15:45:34.885811926  [+0.07s] DEBUG: Seat seat0: Creating display server of type x
2021-02-13 15:45:34.888266015  [+0.07s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-13 15:45:34.888286829  [+0.07s] DEBUG: Using VT 7
2021-02-13 15:45:34.888289337  [+0.07s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-13 15:45:34.889466713  [+0.07s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-13 15:45:34.889473035  [+0.07s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-13 15:45:34.889475351  [+0.07s] DEBUG: XServer 0: Launching X Server
2021-02-13 15:45:34.889477953  [+0.07s] DEBUG: Launching process 661: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-13 15:45:34.889479894  [+0.07s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-13 15:45:34.889481853  [+0.07s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-13 15:45:34.889483965  [+0.07s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-13 15:45:38.824051296  [+4.01s] DEBUG: Process 661 terminated with signal 6
2021-02-13 15:45:38.824136363  [+4.01s] DEBUG: XServer 0: X server stopped
2021-02-13 15:45:38.824141580  [+4.01s] DEBUG: Releasing VT 7
2021-02-13 15:45:38.824147669  [+4.01s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-13 15:45:38.824188187  [+4.01s] DEBUG: Seat seat0: Display server stopped
2021-02-13 15:45:38.824304787  [+4.01s] DEBUG: Seat seat0: Stopping session
2021-02-13 15:45:38.824315472  [+4.01s] DEBUG: Seat seat0: Session stopped
2021-02-13 15:45:38.824558879  [+4.01s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-13 15:45:38.824601061  [+4.01s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-13 15:45:38.824619624  [+4.01s] DEBUG: Seat seat0: Creating greeter session
2021-02-13 15:45:38.825695119  [+4.01s] DEBUG: Seat seat0: Creating display server of type x
2021-02-13 15:45:38.825737562  [+4.01s] DEBUG: Using VT 7
2021-02-13 15:45:38.825743822  [+4.01s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-13 15:45:38.825825966  [+4.01s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-13 15:45:38.825943162  [+4.01s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-13 15:45:38.826018722  [+4.01s] DEBUG: XServer 0: Launching X Server
2021-02-13 15:45:38.826945899  [+4.01s] DEBUG: Launching process 1072: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-13 15:45:38.827048511  [+4.01s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-13 15:45:39.223187285  [+4.41s] DEBUG: Got signal 10 from process 1072
2021-02-13 15:45:39.223193023  [+4.41s] DEBUG: XServer 0: Got signal from X server :0
2021-02-13 15:45:39.223194656  [+4.41s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-13 15:45:39.224452046  [+4.41s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-13 15:45:39.224704413  [+4.41s] DEBUG: Session pid=1082: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-13 15:45:39.236631489 
2021-02-13 15:45:39.236636234  ** (process:1082): WARNING **: 15:45:39.234: 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-13 15:45:39.238041720  [+4.42s] DEBUG: Session pid=1082: Authentication complete with return value 0: Success
2021-02-13 15:45:39.238044427  [+4.42s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-13 15:45:39.238054049  [+4.42s] DEBUG: Session pid=1082: Running command /usr/bin/lightdm-gtk-greeter
2021-02-13 15:45:39.238133325  [+4.42s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2021-02-13 15:45:39.238234374  [+4.42s] DEBUG: Session pid=1082: Logging to /var/log/lightdm/seat0-greeter.log
2021-02-13 15:45:39.243624287  [+4.43s] DEBUG: Activating VT 7
2021-02-13 15:45:39.243670130  [+4.43s] DEBUG: Activating login1 session c1
2021-02-13 15:45:39.244235851  [+4.43s] DEBUG: Seat seat0 changes active session to c1
2021-02-13 15:45:39.244250541  [+4.43s] DEBUG: Session c1 is already active
2021-02-13 15:45:39.380289242  [+4.56s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2021-02-13 15:45:39.598607318  [+4.78s] DEBUG: Greeter start authentication for meow
2021-02-13 15:45:39.598968808  [+4.78s] DEBUG: Session pid=1112: Started with service 'lightdm', username 'meow'
2021-02-13 15:45:39.608049035  [+4.79s] DEBUG: Session pid=1112: Got 1 message(s) from PAM
2021-02-13 15:45:39.608070294  [+4.79s] DEBUG: Prompt greeter with 1 message(s)
2021-02-13 15:45:42.584706105  [+7.77s] DEBUG: Continue authentication
2021-02-13 15:45:42.599683520 
2021-02-13 15:45:42.599690046  ** (process:1112): WARNING **: 15:45:42.596: 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-13 15:45:42.600858105  [+7.79s] DEBUG: Session pid=1112: Authentication complete with return value 0: Success
2021-02-13 15:45:42.600861619  [+7.79s] DEBUG: Authenticate result for user meow: Success
2021-02-13 15:45:42.600882062  [+7.79s] DEBUG: User meow authorized
2021-02-13 15:45:42.615351313  [+7.80s] DEBUG: Greeter requests session xfce
2021-02-13 15:45:42.615541593  [+7.80s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2021-02-13 15:45:42.615544975  [+7.80s] DEBUG: Terminating login1 session c1
2021-02-13 15:45:42.616631022  [+7.80s] DEBUG: Session pid=1082: Sending SIGTERM
2021-02-13 15:45:42.618433583  [+7.80s] DEBUG: Seat seat0 changes active session to
2021-02-13 15:45:42.630280865  [+7.81s] DEBUG: Greeter closed communication channel
2021-02-13 15:45:42.630423253  [+7.81s] DEBUG: Session pid=1082: Exited with return value 0
2021-02-13 15:45:42.630432042  [+7.81s] DEBUG: Seat seat0: Session stopped
2021-02-13 15:45:42.630453817  [+7.81s] DEBUG: Seat seat0: Greeter stopped, running session
2021-02-13 15:45:42.630524830  [+7.81s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-13 15:45:42.631418743  [+7.82s] DEBUG: Session pid=1112: Running command /etc/lightdm/Xsession startxfce4
2021-02-13 15:45:42.631471094  [+7.82s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-13 15:45:42.631524472  [+7.82s] DEBUG: Session pid=1112: Logging to .xsession-errors
2021-02-13 15:45:42.636259164  [+7.82s] DEBUG: Activating VT 7
2021-02-13 15:45:42.636371507  [+7.82s] DEBUG: Activating login1 session 1
2021-02-13 15:45:42.636814889  [+7.82s] DEBUG: Seat seat0 changes active session to 1
2021-02-13 15:45:42.636817739  [+7.82s] DEBUG: Session 1 is already active
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: linuxer on 13 February 2021, 11:24:59
@Hyperspace  @Dudemanguy

Please check, if group autologin exists and the user is a member of it, otherwise use  the following:

Code: [Select]
groupadd -r autologin
gpasswd -a username autologin
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 13 February 2021, 15:19:26
@linuxer

I've already added myself as per the Arch wiki in "Reply #2". I've tried it again with your code, just in case the system update messed something up, but unfortunately it doesn't work either.

Nevertheless, groups and lightdm.conf entries should had already been handled by the "Log in automatically" checkbox present in Calamares. Assuming those are set up properly within the ISOs, it should be something else preventing the autologin.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Dudemanguy on 13 February 2021, 17:14:39
2021-02-13 15:45:42.631418743  [+7.82s] DEBUG: Session pid=1112: Running command /etc/lightdm/Xsession startxfce4

I'm at a loss. This part of the log indicates that it should have started xfce4. There's no other serious errors in there either. (The "org.freedesktop.Accounts" message is not important. It just means you don't have accountsservice installed but that's not supposed to be a hard requirement).
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: linuxer on 13 February 2021, 18:06:57
Code: [Select]
2021-02-13 15:45:42.599690046  ** (process:1112): WARNING **: 15:45:42.596: 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
well, imho this is the root of the problem @Dudemanguy

please also check this (https://bbs.archlinux.org/viewtopic.php?id=186550) @Hyperspace
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: alium on 13 February 2021, 18:23:20
install "pacman -S accountsservice"  @Hyperspace .
for lightdm is only optional dep, but for some lightdm's greeter is a normally dep (not only optional). Maybe help it.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 13 February 2021, 18:57:38
@alium I've tried installing "accountsservice", but no luck, autologin still doesn't occur.

Here's the latest log from "current" (after several reboots in disbelief):
Code: [Select]
2021-02-14 01:49:48.390097685  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-14 01:49:48.390137663  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=568
2021-02-14 01:49:48.390140975  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-14 01:49:48.390143377  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-14 01:49:48.390145462  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-14 01:49:48.390147395  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-14 01:49:48.390149164  [+0.00s] DEBUG: Registered seat module local
2021-02-14 01:49:48.390150896  [+0.00s] DEBUG: Registered seat module xremote
2021-02-14 01:49:48.390152970  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-14 01:49:48.409185064  [+0.02s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-14 01:49:48.410054890  [+0.02s] DEBUG: Monitoring logind for seats
2021-02-14 01:49:48.410089624  [+0.02s] DEBUG: New seat added from logind: seat0
2021-02-14 01:49:48.410132541  [+0.02s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-14 01:49:48.410155214  [+0.02s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-14 01:49:48.410164117  [+0.02s] DEBUG: Seat seat0: Starting
2021-02-14 01:49:48.410176979  [+0.02s] DEBUG: Seat seat0: Creating user session
2021-02-14 01:49:48.527356766  [+0.14s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-14 01:49:48.527362244  [+0.14s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-14 01:49:48.554458572  [+0.17s] DEBUG: Seat seat0: Creating display server of type x
2021-02-14 01:49:48.555284851  [+0.17s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-14 01:49:48.555298282  [+0.17s] DEBUG: Using VT 7
2021-02-14 01:49:48.555306436  [+0.17s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-14 01:49:48.555383505  [+0.17s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-14 01:49:48.555432673  [+0.17s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-14 01:49:48.555474175  [+0.17s] DEBUG: XServer 0: Launching X Server
2021-02-14 01:49:48.555710186  [+0.17s] DEBUG: Launching process 764: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-14 01:49:48.555750704  [+0.17s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-14 01:49:48.555835354  [+0.17s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-14 01:49:48.555994400  [+0.17s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-14 01:49:51.792525069  [+3.40s] DEBUG: Process 764 terminated with signal 6
2021-02-14 01:49:51.792531146  [+3.40s] DEBUG: XServer 0: X server stopped
2021-02-14 01:49:51.792532623  [+3.40s] DEBUG: Releasing VT 7
2021-02-14 01:49:51.792548299  [+3.40s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-14 01:49:51.792556718  [+3.40s] DEBUG: Seat seat0: Display server stopped
2021-02-14 01:49:51.792605144  [+3.40s] DEBUG: Seat seat0: Stopping session
2021-02-14 01:49:51.792608585  [+3.40s] DEBUG: Seat seat0: Session stopped
2021-02-14 01:49:51.792674106  [+3.40s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-14 01:49:51.792687670  [+3.40s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-14 01:49:51.792693899  [+3.40s] DEBUG: Seat seat0: Creating greeter session
2021-02-14 01:49:51.793135242  [+3.40s] DEBUG: Seat seat0: Creating display server of type x
2021-02-14 01:49:51.793138413  [+3.40s] DEBUG: Using VT 7
2021-02-14 01:49:51.793150449  [+3.40s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-14 01:49:51.793163974  [+3.40s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-14 01:49:51.793216622  [+3.40s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-14 01:49:51.793241659  [+3.40s] DEBUG: XServer 0: Launching X Server
2021-02-14 01:49:51.793626731  [+3.40s] DEBUG: Launching process 1089: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-14 01:49:51.793648110  [+3.40s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-14 01:49:52.225456168  [+3.84s] DEBUG: Got signal 10 from process 1089
2021-02-14 01:49:52.225461513  [+3.84s] DEBUG: XServer 0: Got signal from X server :0
2021-02-14 01:49:52.225463120  [+3.84s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-14 01:49:52.226523655  [+3.84s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-14 01:49:52.226813116  [+3.84s] DEBUG: Session pid=1114: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-14 01:49:52.241717778  [+3.85s] DEBUG: Session pid=1114: Authentication complete with return value 0: Success
2021-02-14 01:49:52.241735667  [+3.85s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-14 01:49:52.241753806  [+3.85s] DEBUG: Session pid=1114: Running command /usr/bin/lightdm-gtk-greeter
2021-02-14 01:49:52.241831351  [+3.85s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2021-02-14 01:49:52.241913943  [+3.85s] DEBUG: Session pid=1114: Logging to /var/log/lightdm/seat0-greeter.log
2021-02-14 01:49:52.247013446  [+3.86s] DEBUG: Activating VT 7
2021-02-14 01:49:52.247061284  [+3.86s] DEBUG: Activating login1 session c1
2021-02-14 01:49:52.247777885  [+3.86s] DEBUG: Seat seat0 changes active session to c1
2021-02-14 01:49:52.247780629  [+3.86s] DEBUG: Session c1 is already active
2021-02-14 01:49:52.387105925  [+4.00s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2021-02-14 01:49:52.613887846  [+4.23s] DEBUG: Greeter start authentication for meow
2021-02-14 01:49:52.614248415  [+4.23s] DEBUG: Session pid=1144: Started with service 'lightdm', username 'meow'
2021-02-14 01:49:52.622290565  [+4.23s] DEBUG: Session pid=1144: Got 1 message(s) from PAM
2021-02-14 01:49:52.622308462  [+4.23s] DEBUG: Prompt greeter with 1 message(s)
2021-02-14 01:49:54.979665484  [+6.59s] DEBUG: Continue authentication
2021-02-14 01:49:54.994036358  [+6.61s] DEBUG: Session pid=1144: Authentication complete with return value 0: Success
2021-02-14 01:49:54.994061101  [+6.61s] DEBUG: Authenticate result for user meow: Success
2021-02-14 01:49:54.994064423  [+6.61s] DEBUG: User meow authorized
2021-02-14 01:49:55.007123203  [+6.62s] DEBUG: Greeter requests session xfce
2021-02-14 01:49:55.007297534  [+6.62s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2021-02-14 01:49:55.007311228  [+6.62s] DEBUG: Terminating login1 session c1
2021-02-14 01:49:55.008545643  [+6.62s] DEBUG: Session pid=1114: Sending SIGTERM
2021-02-14 01:49:55.010917932  [+6.62s] DEBUG: Seat seat0 changes active session to
2021-02-14 01:49:55.016004704  [+6.63s] DEBUG: Greeter closed communication channel
2021-02-14 01:49:55.016043927  [+6.63s] DEBUG: Session pid=1114: Exited with return value 0
2021-02-14 01:49:55.016045618  [+6.63s] DEBUG: Seat seat0: Session stopped
2021-02-14 01:49:55.016094994  [+6.63s] DEBUG: Seat seat0: Greeter stopped, running session
2021-02-14 01:49:55.016124297  [+6.63s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-14 01:49:55.017268182  [+6.63s] DEBUG: Session pid=1144: Running command /etc/lightdm/Xsession startxfce4
2021-02-14 01:49:55.017304013  [+6.63s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-14 01:49:55.017381231  [+6.63s] DEBUG: Session pid=1144: Logging to .xsession-errors
2021-02-14 01:49:55.022613015  [+6.63s] DEBUG: Activating VT 7
2021-02-14 01:49:55.022654643  [+6.63s] DEBUG: Activating login1 session 1
2021-02-14 01:49:55.023169611  [+6.63s] DEBUG: Seat seat0 changes active session to 1
2021-02-14 01:49:55.023182500  [+6.63s] DEBUG: Session 1 is already active

@linuxer I've checked out the Arch thread, but it was about being unable to login as he kept getting the password wrong caused by an unexpected keyboard layout. Did I miss something there?

Additionally, the time you're referring to is after +7s, which should be after I've inputted my password.

@Dudemanguy Just a speculation, but I believe that I was forced to input my password without autologin between these times:
Code: [Select]
2021-02-13 15:45:39.608070294  [+4.79s] DEBUG: Prompt greeter with 1 message(s)
2021-02-13 15:45:42.584706105  [+7.77s] DEBUG: Continue authentication
So, the time at [+7.82s] that you're referring to should be Xfce starting after I've already inputted my password.

Just to be super duper sure about the timings, I've rebooted, then left LightDM waiting for my password input:
Code: [Select]
2021-02-14 02:11:41.398498736  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-14 02:11:41.399669316  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=602
2021-02-14 02:11:41.399676614  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-14 02:11:41.399679186  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-14 02:11:41.399681300  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-14 02:11:41.399683201  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-14 02:11:41.399685072  [+0.00s] DEBUG: Registered seat module local
2021-02-14 02:11:41.399686841  [+0.00s] DEBUG: Registered seat module xremote
2021-02-14 02:11:41.399688733  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-14 02:11:41.419520632  [+0.02s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-14 02:11:41.420565400  [+0.02s] DEBUG: Monitoring logind for seats
2021-02-14 02:11:41.420569794  [+0.02s] DEBUG: New seat added from logind: seat0
2021-02-14 02:11:41.420572040  [+0.02s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-14 02:11:41.420573953  [+0.02s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-14 02:11:41.420575540  [+0.02s] DEBUG: Seat seat0: Starting
2021-02-14 02:11:41.420577126  [+0.02s] DEBUG: Seat seat0: Creating user session
2021-02-14 02:11:41.542855172  [+0.15s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-14 02:11:41.542899643  [+0.15s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-14 02:11:41.559641450  [+0.16s] DEBUG: Seat seat0: Creating display server of type x
2021-02-14 02:11:41.560480460  [+0.16s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-14 02:11:41.560497661  [+0.16s] DEBUG: Using VT 7
2021-02-14 02:11:41.560499993  [+0.16s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-14 02:11:41.560561958  [+0.16s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-14 02:11:41.560609311  [+0.16s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-14 02:11:41.560639239  [+0.16s] DEBUG: XServer 0: Launching X Server
2021-02-14 02:11:41.561044043  [+0.16s] DEBUG: Launching process 774: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-14 02:11:41.561076307  [+0.16s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-14 02:11:41.561151924  [+0.16s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-14 02:11:41.561287208  [+0.16s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-14 02:11:44.577587382  [+3.18s] DEBUG: Got signal 10 from process 774
2021-02-14 02:11:44.577592856  [+3.18s] DEBUG: XServer 0: Got signal from X server :0
2021-02-14 02:11:44.577609550  [+3.18s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-14 02:11:44.581772519  [+3.18s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-14 02:11:44.582015975  [+3.18s] DEBUG: Session pid=1076: Started with service 'lightdm-autologin', username 'meow'
2021-02-14 02:11:44.601969541  [+3.20s] DEBUG: Session pid=1076: Authentication complete with return value 0: Success
2021-02-14 02:11:44.601988884  [+3.20s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-14 02:11:44.602006218  [+3.20s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-14 02:11:44.602804180  [+3.21s] DEBUG: Session pid=1076: Running command /etc/lightdm/Xsession startxfce4
2021-02-14 02:11:44.602839936  [+3.21s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-14 02:11:44.602911124  [+3.21s] DEBUG: Session pid=1076: Logging to .xsession-errors
2021-02-14 02:11:44.609009885  [+3.21s] DEBUG: Activating VT 7
2021-02-14 02:11:44.609039993  [+3.21s] DEBUG: Activating login1 session 1
2021-02-14 02:11:44.609672900  [+3.21s] DEBUG: Seat seat0 changes active session to 1
2021-02-14 02:11:44.609676997  [+3.21s] DEBUG: Session 1 is already active
2021-02-14 02:11:45.214978851  [+3.82s] DEBUG: Session pid=1076: Exited with return value 1
2021-02-14 02:11:45.214999558  [+3.82s] DEBUG: Seat seat0: Session stopped
2021-02-14 02:11:46.406179695  [+5.01s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-14 02:11:46.406205249  [+5.01s] DEBUG: Sending signal 15 to process 774
2021-02-14 02:11:46.406293838  [+5.01s] DEBUG: Seat seat0 changes active session to
2021-02-14 02:11:46.811201856  [+5.41s] DEBUG: Process 774 terminated with signal 6
2021-02-14 02:11:46.811262942  [+5.41s] DEBUG: XServer 0: X server stopped
2021-02-14 02:11:46.811271106  [+5.41s] DEBUG: Releasing VT 7
2021-02-14 02:11:46.811335765  [+5.41s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-14 02:11:46.811437450  [+5.41s] DEBUG: Seat seat0: Display server stopped
2021-02-14 02:11:46.811600628  [+5.41s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-14 02:11:46.811638565  [+5.41s] DEBUG: Seat seat0: Creating greeter session
2021-02-14 02:11:46.812757350  [+5.41s] DEBUG: Seat seat0: Creating display server of type x
2021-02-14 02:11:46.812810468  [+5.42s] DEBUG: Using VT 7
2021-02-14 02:11:46.812869485  [+5.42s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-14 02:11:46.812985102  [+5.42s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-14 02:11:46.813136291  [+5.42s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-14 02:11:46.813275603  [+5.42s] DEBUG: XServer 0: Launching X Server
2021-02-14 02:11:46.814104043  [+5.42s] DEBUG: Launching process 1145: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-14 02:11:46.814171849  [+5.42s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-14 02:11:47.360481083  [+5.96s] DEBUG: Got signal 10 from process 1145
2021-02-14 02:11:47.360554227  [+5.96s] DEBUG: XServer 0: Got signal from X server :0
2021-02-14 02:11:47.360586822  [+5.96s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-14 02:11:47.361756827  [+5.96s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-14 02:11:47.362037084  [+5.96s] DEBUG: Session pid=1157: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-14 02:11:47.371203975  [+5.97s] DEBUG: Session pid=1157: Authentication complete with return value 0: Success
2021-02-14 02:11:47.371210303  [+5.97s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-14 02:11:47.371213090  [+5.97s] DEBUG: Session pid=1157: Running command /usr/bin/lightdm-gtk-greeter
2021-02-14 02:11:47.371285773  [+5.97s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2021-02-14 02:11:47.371381797  [+5.97s] DEBUG: Session pid=1157: Logging to /var/log/lightdm/seat0-greeter.log
2021-02-14 02:11:47.375101713  [+5.98s] DEBUG: Activating VT 7
2021-02-14 02:11:47.375144780  [+5.98s] DEBUG: Activating login1 session c1
2021-02-14 02:11:47.375558145  [+5.98s] DEBUG: Seat seat0 changes active session to c1
2021-02-14 02:11:47.375570236  [+5.98s] DEBUG: Session c1 is already active
2021-02-14 02:11:47.464473095  [+6.07s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2021-02-14 02:11:47.681035395  [+6.28s] DEBUG: Greeter start authentication for meow
2021-02-14 02:11:47.681398527  [+6.28s] DEBUG: Session pid=1187: Started with service 'lightdm', username 'meow'
2021-02-14 02:11:47.686702511  [+6.29s] DEBUG: Session pid=1187: Got 1 message(s) from PAM
2021-02-14 02:11:47.686708794  [+6.29s] DEBUG: Prompt greeter with 1 message(s)
2021-02-14 02:13:29.743043141  [+108.35s] DEBUG: Continue authentication
2021-02-14 02:13:29.756180121  [+108.36s] DEBUG: Session pid=1187: Authentication complete with return value 0: Success
2021-02-14 02:13:29.756185529  [+108.36s] DEBUG: Authenticate result for user meow: Success
2021-02-14 02:13:29.756201033  [+108.36s] DEBUG: User meow authorized
2021-02-14 02:13:29.767265966  [+108.37s] DEBUG: Greeter requests session xfce
2021-02-14 02:13:29.767442152  [+108.37s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2021-02-14 02:13:29.767445730  [+108.37s] DEBUG: Terminating login1 session c1
2021-02-14 02:13:29.768774782  [+108.37s] DEBUG: Session pid=1157: Sending SIGTERM
2021-02-14 02:13:29.771535009  [+108.37s] DEBUG: Seat seat0 changes active session to
2021-02-14 02:13:29.776590740  [+108.38s] DEBUG: Greeter closed communication channel
2021-02-14 02:13:29.776624979  [+108.38s] DEBUG: Session pid=1157: Exited with return value 0
2021-02-14 02:13:29.776703808  [+108.38s] DEBUG: Seat seat0: Session stopped
2021-02-14 02:13:29.776706932  [+108.38s] DEBUG: Seat seat0: Greeter stopped, running session
2021-02-14 02:13:29.776757787  [+108.38s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session1
2021-02-14 02:13:29.778012570  [+108.38s] DEBUG: Session pid=1187: Running command /etc/lightdm/Xsession startxfce4
2021-02-14 02:13:29.778068275  [+108.38s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-14 02:13:29.778102195  [+108.38s] DEBUG: Session pid=1187: Logging to .xsession-errors
2021-02-14 02:13:29.782428049  [+108.38s] DEBUG: Activating VT 7
2021-02-14 02:13:29.782462353  [+108.38s] DEBUG: Activating login1 session 2
2021-02-14 02:13:29.782972991  [+108.39s] DEBUG: Seat seat0 changes active session to 2
2021-02-14 02:13:29.782987094  [+108.39s] DEBUG: Session 2 is already active
So here, I've inputted my password at [+108s]. Anything that's hampering the autologin should be happening before [+6.29], though this is just speculation on my part.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: alium on 13 February 2021, 19:10:52
can you put here output from xsession-errors?

Quote
2021-02-14 01:49:55.017381231  [+6.63s] DEBUG: Session pid=1144: Logging to .xsession-errors
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 13 February 2021, 19:22:08
@alium Here you go:

Code: [Select]
/usr/bin/iceauth:  creating new authority file /run/user/1000/ICEauthority

(xfce4-panel:1479): xfce4-panel-CRITICAL **: 02:13:30.299: Plugin xfce4-orageclock-plugin: The Desktop file /usr/share/xfce4/panel/plugins/xfce4-orageclock-plugin.desktop requested the Gtk2 API (v1.0), which is no longer supported.

** (xfce4-power-manager:1497): WARNING **: 02:13:30.593: Failed to get name owner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.xfce.PowerManager': no such name


** (xfce4-power-manager:1497): WARNING **: 02:13:30.593: Failed to get name owner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.freedesktop.PowerManagement': no such name


(xfce4-session:1404): xfce4-session-WARNING **: 02:13:30.599: Unable to launch "cmst -w5" (specified by autostart/cmst-autostart.desktop): Failed to execute child process “cmst” (No such file or directory)

(xfce4-power-manager:1497): libnotify-WARNING **: 02:13:30.622: Failed to connect to proxy

(xfce4-power-manager:1497): GLib-GObject-WARNING **: 02:13:30.716: ../glib/gobject/gsignal.c:2614: signal 'Changed' is invalid for instance '0x558992eea290' of type 'GDBusProxy'

(wrapper-2.0:1507): GLib-GIO-CRITICAL **: 02:13:30.755: g_file_new_for_path: assertion 'path != NULL' failed

(wrapper-2.0:1507): GLib-GIO-CRITICAL **: 02:13:30.755: g_file_monitor_file: assertion 'G_IS_FILE (file)' failed

(wrapper-2.0:1507): GLib-GObject-WARNING **: 02:13:30.755: invalid (NULL) pointer instance

(wrapper-2.0:1507): GLib-GObject-CRITICAL **: 02:13:30.755: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(wrapper-2.0:1507): Gtk-WARNING **: 02:13:30.755: Attempting to add a widget with type GtkToggleButton to a container of type XfcePanelPlugin, but the widget is already inside a container of type XfcePanelPlugin, please remove the widget from its existing container first.

(xfce4-power-manager:1497): xfce4-power-manager-WARNING **: 02:13:30.761: could not map keysym 1008ffa8 to keycode


(xfce4-power-manager:1497): xfce4-power-manager-WARNING **: 02:13:30.780: Unable to set the kernel brightness switch parameter to 0.

(wrapper-2.0:1505): libnotify-WARNING **: 02:13:30.781: Failed to connect to proxy

(xfce4-power-manager:1497): xfce4-power-manager-WARNING **: 02:13:30.795: Failed to get keyboard max brightness level : GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.UPower.KbdBacklight” on object at path /org/freedesktop/UPower/KbdBacklight

** (xfce4-screensaver:1520): WARNING **: 02:13:30.842: screensaver already running in this session

(wrapper-2.0:1505): Gtk-WARNING **: 02:13:30.854: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node button, owner PulseaudioButton)

(wrapper-2.0:1507): Gtk-WARNING **: 02:13:30.879: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node button, owner GtkToggleButton)

(wrapper-2.0:1486): GLib-GIO-CRITICAL **: 02:13:30.887: g_dbus_proxy_new: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(wrapper-2.0:1486): Gtk-WARNING **: 02:13:30.888: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node button, owner GtkToggleButton)
[ 14/02/2021 02:13:30.910 win_clear_flags WARN ] Flags cleared on a destroyed window 0x0140037f (Network Settings)
[ 14/02/2021 02:13:30.914 win_clear_flags WARN ] Flags cleared on a destroyed window 0x0140037f (Network Settings)
[ 14/02/2021 02:13:30.925 win_clear_flags WARN ] Flags cleared on a destroyed window 0x0140037f (Network Settings)

(connman-gtk:1519): Gdk-CRITICAL **: 02:13:30.930: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed

(wrapper-2.0:1506): Gtk-WARNING **: 02:13:30.934: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node button, owner PowerManagerButton)
[ 14/02/2021 02:13:30.947 win_clear_flags WARN ] Flags cleared on a destroyed window 0x0140037f (Network Settings)
[ 14/02/2021 02:13:30.994 win_clear_flags WARN ] Flags cleared on a destroyed window 0x0140037f (Network Settings)
[ 14/02/2021 02:13:31.002 win_clear_flags WARN ] Flags cleared on a destroyed window 0x0140037f (Network Settings)
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-xkb.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-remote-module.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-fullwidth-char.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-xkbdbus.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-punc.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-ipcportal.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-mozc.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-unicode.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-notificationitem.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-chttrans.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-freedesktop-notify.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-pinyin.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-xim.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-qw.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-spell.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-pinyin-enhance.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-kimpanel-ui.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-imselector.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-ipc.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-keyboard.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-dbus.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-clipboard.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-vk.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-quickphrase.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-autoeng.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-classic-ui.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-table.conf
(INFO-1672 addon.c:151) Load Addon Config File:fcitx-x11.conf

** (process:1672): WARNING **: 02:13:32.718: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory


** (process:1672): WARNING **: 02:13:32.718: Error loading plugin: libnuspell.so.4: cannot open shared object file: No such file or directory


** (process:1672): WARNING **: 02:13:32.719: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory


** (process:1672): WARNING **: 02:13:32.719: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory

(ERROR-1672 ime.c:432) fcitx-keyboard-cm-mmuock already exists
(WARN-1672 xim.c:161) Please set XMODIFIERS.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.
(WARN-1672 x11selection.c:309) Selection is too long.

In case it helps, this is the session where I made LightDM wait 108s before inputting my password, as per Reply #12.

However, according to your given timing, it logs to .xsession-errors at [+6.63s], which is after I've already typed my password at [+6.59s]:
Code: [Select]
2021-02-14 01:49:52.622308462  [+4.23s] DEBUG: Prompt greeter with 1 message(s)
2021-02-14 01:49:54.979665484  [+6.59s] DEBUG: Continue authentication
So assuming that it starts logging at that time, it shouldn't be able to catch what messed up autologin, which should occur before I'm sent to the greeter. Just speculation on my part, though!

Update: Nevermind, just notice that it also logs to xsession-errors before the greeter prompt, at like ~3s in my logs for the 108s wait attempt. Funnily, it doesn't log to xsessions-errors before I input my password for the 2 earlier logs!
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: alium on 13 February 2021, 19:44:03
i can't help you so much, because i use not lightdm, i use plasma with sddm. I just notices, that gdm and lightdm are very "problematic " DM ;D
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: linuxer on 13 February 2021, 19:46:45

@linuxer I've checked out the Arch thread, but it was about being unable to login as he kept getting the password wrong caused by an unexpected keyboard layout. Did I miss something there?

Additionally, the time you're referring to is after +7s, which should be after I've inputted my password.
You are not missing anything else, than the possiblity for the case that could be similar.

btw, if all are ok, it drives me to a possible case with pam
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 14 February 2021, 09:26:27
@alium No worries! I'm more of a Xfce fan myself, and potentially Budgie too. Using SDDM on Xfce might bring in too many KDE/Qt bloat which I won't need.

@linuxer @Dudemanguy Not sure how useful it is, but here is my "lightdm.log" (no "current") for my other dual booting system, EndeavourOS:
Code: [Select]
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=894
[+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.d/20-optimus-manager.conf
[+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 user session
[+0.12s] DEBUG: Loading users from org.freedesktop.Accounts
[+0.12s] DEBUG: User /org/freedesktop/Accounts/User1000 added
[+0.15s] DEBUG: Seat seat0: Creating display server of type x
[+0.15s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.15s] DEBUG: Using VT 7
[+0.15s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.15s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.15s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+0.15s] DEBUG: XServer 0: Launching X Server
[+0.15s] DEBUG: Launching process 917: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.15s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+0.15s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.15s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+1.93s] DEBUG: Got signal 10 from process 917
[+1.93s] DEBUG: XServer 0: Got signal from X server :0
[+1.93s] DEBUG: XServer 0: Connecting to XServer :0
[+1.93s] DEBUG: Launching process 923: /sbin/prime-offload
[+2.28s] DEBUG: Process 923 exited with return value 0
[+2.28s] DEBUG: Seat seat0: Exit status of /sbin/prime-offload: 0
[+2.28s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+2.28s] DEBUG: Session pid=929: Started with service 'lightdm-autologin', username 'hyperspace'
[+2.31s] DEBUG: Session pid=929: Authentication complete with return value 0: Success
[+2.31s] DEBUG: Seat seat0: Session authenticated, running command
[+2.31s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
[+2.31s] DEBUG: Session pid=929: Running command /etc/lightdm/Xsession startxfce4
[+2.31s] DEBUG: Creating shared data directory /var/lib/lightdm-data/hyperspace
[+2.31s] DEBUG: Session pid=929: Logging to .xsession-errors
[+2.43s] DEBUG: Activating VT 7
[+2.43s] DEBUG: Activating login1 session 1
[+2.43s] DEBUG: Seat seat0 changes active session to 1
[+2.43s] DEBUG: Session 1 is already active

And comparing it with my very latest "current" from Artix (key difference from before is that I've installed "accountsservice" already):
Code: [Select]
2021-02-14 15:22:53.421893385  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-14 15:22:53.422528292  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=593
2021-02-14 15:22:53.422533523  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-14 15:22:53.422536113  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-14 15:22:53.422538452  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-14 15:22:53.422540627  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-14 15:22:53.422542601  [+0.00s] DEBUG: Registered seat module local
2021-02-14 15:22:53.422544447  [+0.00s] DEBUG: Registered seat module xremote
2021-02-14 15:22:53.422546521  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-14 15:22:53.443337686  [+0.02s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-14 15:22:53.445379125  [+0.02s] DEBUG: Monitoring logind for seats
2021-02-14 15:22:53.445398008  [+0.02s] DEBUG: New seat added from logind: seat0
2021-02-14 15:22:53.445603320  [+0.02s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-14 15:22:53.445606954  [+0.02s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-14 15:22:53.445608847  [+0.02s] DEBUG: Seat seat0: Starting
2021-02-14 15:22:53.445610662  [+0.02s] DEBUG: Seat seat0: Creating user session
2021-02-14 15:22:53.583372518  [+0.16s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-14 15:22:53.583425272  [+0.16s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-14 15:22:53.613109144  [+0.19s] DEBUG: Seat seat0: Creating display server of type x
2021-02-14 15:22:53.614045374  [+0.19s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-14 15:22:53.614057747  [+0.19s] DEBUG: Using VT 7
2021-02-14 15:22:53.614067976  [+0.19s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-14 15:22:53.615429144  [+0.19s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-14 15:22:53.615437544  [+0.19s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-14 15:22:53.615441370  [+0.19s] DEBUG: XServer 0: Launching X Server
2021-02-14 15:22:53.615446516  [+0.19s] DEBUG: Launching process 798: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-14 15:22:53.615448600  [+0.19s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-14 15:22:53.615451406  [+0.19s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-14 15:22:53.615455123  [+0.19s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-14 15:22:56.160850112  [+2.74s] DEBUG: Got signal 10 from process 798
2021-02-14 15:22:56.160874535  [+2.74s] DEBUG: XServer 0: Got signal from X server :0
2021-02-14 15:22:56.160883895  [+2.74s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-14 15:22:56.161948497  [+2.74s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-14 15:22:56.162201965  [+2.74s] DEBUG: Session pid=1015: Started with service 'lightdm-autologin', username 'meow'
2021-02-14 15:22:56.181000351  [+2.76s] DEBUG: Session pid=1015: Authentication complete with return value 0: Success
2021-02-14 15:22:56.181035486  [+2.76s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-14 15:22:56.181075289  [+2.76s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-14 15:22:56.181807632  [+2.76s] DEBUG: Session pid=1015: Running command /etc/lightdm/Xsession startxfce4
2021-02-14 15:22:56.181867253  [+2.76s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-14 15:22:56.181934183  [+2.76s] DEBUG: Session pid=1015: Logging to .xsession-errors
2021-02-14 15:22:56.188804178  [+2.77s] DEBUG: Activating VT 7
2021-02-14 15:22:56.188837378  [+2.77s] DEBUG: Activating login1 session 1
2021-02-14 15:22:56.189410893  [+2.77s] DEBUG: Seat seat0 changes active session to 1
2021-02-14 15:22:56.189422597  [+2.77s] DEBUG: Session 1 is already active
2021-02-14 15:22:57.073211469  [+3.65s] DEBUG: Session pid=1015: Exited with return value 1
2021-02-14 15:22:57.073238162  [+3.65s] DEBUG: Seat seat0: Session stopped
2021-02-14 15:22:57.073633577  [+3.65s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-14 15:22:57.073663194  [+3.65s] DEBUG: Sending signal 15 to process 798
2021-02-14 15:22:57.075813533  [+3.65s] DEBUG: Seat seat0 changes active session to
2021-02-14 15:22:57.344403748  [+3.92s] DEBUG: Process 798 terminated with signal 6
2021-02-14 15:22:57.344408890  [+3.92s] DEBUG: XServer 0: X server stopped
2021-02-14 15:22:57.344424382  [+3.92s] DEBUG: Releasing VT 7
2021-02-14 15:22:57.344426446  [+3.92s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-14 15:22:57.344454276  [+3.92s] DEBUG: Seat seat0: Display server stopped
2021-02-14 15:22:57.344524239  [+3.92s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-14 15:22:57.344527744  [+3.92s] DEBUG: Seat seat0: Creating greeter session
2021-02-14 15:22:57.345434353  [+3.92s] DEBUG: Seat seat0: Creating display server of type x
2021-02-14 15:22:57.345476395  [+3.92s] DEBUG: Using VT 7
2021-02-14 15:22:57.345482344  [+3.92s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-14 15:22:57.345564694  [+3.92s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-14 15:22:57.345697812  [+3.92s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-14 15:22:57.345761985  [+3.92s] DEBUG: XServer 0: Launching X Server
2021-02-14 15:22:57.346730608  [+3.93s] DEBUG: Launching process 1127: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-14 15:22:57.346879527  [+3.93s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-14 15:22:57.726708713  [+4.31s] DEBUG: Got signal 10 from process 1127
2021-02-14 15:22:57.726722054  [+4.31s] DEBUG: XServer 0: Got signal from X server :0
2021-02-14 15:22:57.726768201  [+4.31s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-14 15:22:57.728054189  [+4.31s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-14 15:22:57.728331639  [+4.31s] DEBUG: Session pid=1137: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-14 15:22:57.739685155  [+4.32s] DEBUG: Session pid=1137: Authentication complete with return value 0: Success
2021-02-14 15:22:57.739703758  [+4.32s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-14 15:22:57.739730628  [+4.32s] DEBUG: Session pid=1137: Running command /usr/bin/lightdm-gtk-greeter
2021-02-14 15:22:57.739824676  [+4.32s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2021-02-14 15:22:57.739919991  [+4.32s] DEBUG: Session pid=1137: Logging to /var/log/lightdm/seat0-greeter.log
2021-02-14 15:22:57.744112171  [+4.32s] DEBUG: Activating VT 7
2021-02-14 15:22:57.744163398  [+4.32s] DEBUG: Activating login1 session c1
2021-02-14 15:22:57.744786523  [+4.32s] DEBUG: Seat seat0 changes active session to c1
2021-02-14 15:22:57.744802473  [+4.32s] DEBUG: Session c1 is already active
2021-02-14 15:22:57.834619924  [+4.41s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2021-02-14 15:22:58.054924929  [+4.63s] DEBUG: Greeter start authentication for meow
2021-02-14 15:22:58.055414309  [+4.63s] DEBUG: Session pid=1169: Started with service 'lightdm', username 'meow'
2021-02-14 15:22:58.060510637  [+4.64s] DEBUG: Session pid=1169: Got 1 message(s) from PAM
2021-02-14 15:22:58.060526930  [+4.64s] DEBUG: Prompt greeter with 1 message(s)
2021-02-14 15:23:09.034664353  [+15.61s] DEBUG: Continue authentication
2021-02-14 15:23:09.050618656  [+15.63s] DEBUG: Session pid=1169: Authentication complete with return value 0: Success
2021-02-14 15:23:09.050639408  [+15.63s] DEBUG: Authenticate result for user meow: Success
2021-02-14 15:23:09.050641180  [+15.63s] DEBUG: User meow authorized
2021-02-14 15:23:09.063391841  [+15.64s] DEBUG: Greeter requests session xfce
2021-02-14 15:23:09.063570286  [+15.64s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2021-02-14 15:23:09.063574187  [+15.64s] DEBUG: Terminating login1 session c1
2021-02-14 15:23:09.065208637  [+15.64s] DEBUG: Session pid=1137: Sending SIGTERM
2021-02-14 15:23:09.066848147  [+15.65s] DEBUG: Seat seat0 changes active session to
2021-02-14 15:23:09.083617489  [+15.66s] DEBUG: Greeter closed communication channel
2021-02-14 15:23:09.083651205  [+15.66s] DEBUG: Session pid=1137: Exited with return value 0
2021-02-14 15:23:09.083652953  [+15.66s] DEBUG: Seat seat0: Session stopped
2021-02-14 15:23:09.083687085  [+15.66s] DEBUG: Seat seat0: Greeter stopped, running session
2021-02-14 15:23:09.083710501  [+15.66s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session1
2021-02-14 15:23:09.085043578  [+15.66s] DEBUG: Session pid=1169: Running command /etc/lightdm/Xsession startxfce4
2021-02-14 15:23:09.085101353  [+15.66s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-14 15:23:09.085160150  [+15.66s] DEBUG: Session pid=1169: Logging to .xsession-errors
2021-02-14 15:23:09.090054697  [+15.67s] DEBUG: Activating VT 7
2021-02-14 15:23:09.090106653  [+15.67s] DEBUG: Activating login1 session 2
2021-02-14 15:23:09.091004562  [+15.67s] DEBUG: Seat seat0 changes active session to 2
2021-02-14 15:23:09.091019152  [+15.67s] DEBUG: Session 2 is already active

Here's the respective EndeavourOS and Artix logs after the first instance of "Activating VT 7":
Code: [Select]
[+2.43s] DEBUG: Activating VT 7
[+2.43s] DEBUG: Activating login1 session 1
[+2.43s] DEBUG: Seat seat0 changes active session to 1
[+2.43s] DEBUG: Session 1 is already active

Code: [Select]
2021-02-14 15:22:56.188804178  [+2.77s] DEBUG: Activating VT 7
2021-02-14 15:22:56.188837378  [+2.77s] DEBUG: Activating login1 session 1
2021-02-14 15:22:56.189410893  [+2.77s] DEBUG: Seat seat0 changes active session to 1
2021-02-14 15:22:56.189422597  [+2.77s] DEBUG: Session 1 is already active
2021-02-14 15:22:57.073211469  [+3.65s] DEBUG: Session pid=1015: Exited with return value 1
2021-02-14 15:22:57.073238162  [+3.65s] DEBUG: Seat seat0: Session stopped
2021-02-14 15:22:57.073633577  [+3.65s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-14 15:22:57.073663194  [+3.65s] DEBUG: Sending signal 15 to process 798
2021-02-14 15:22:57.075813533  [+3.65s] DEBUG: Seat seat0 changes active session to
2021-02-14 15:22:57.344403748  [+3.92s] DEBUG: Process 798 terminated with signal 6
2021-02-14 15:22:57.344408890  [+3.92s] DEBUG: XServer 0: X server stopped
2021-02-14 15:22:57.344424382  [+3.92s] DEBUG: Releasing VT 7
2021-02-14 15:22:57.344426446  [+3.92s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-14 15:22:57.344454276  [+3.92s] DEBUG: Seat seat0: Display server stopped
2021-02-14 15:22:57.344524239  [+3.92s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-14 15:22:57.344527744  [+3.92s] DEBUG: Seat seat0: Creating greeter session
2021-02-14 15:22:57.345434353  [+3.92s] DEBUG: Seat seat0: Creating display server of type x
2021-02-14 15:22:57.345476395  [+3.92s] DEBUG: Using VT 7
.................

This is just an amatuer attempt on my part trying to play detective, but what I've noticed that Endeavour only calls "VT 7" once and terminates at "Session 1 is already active".

In Artix, it immediately continues to "Session pid=1015: Exited with return value 1", stops the session/display server/X, removes X authority, creates a greeter session (I assume that is the password prompt), and calls VT 7 all over again. Perhaps this additional loop is causing the issue? What could be causing it to exit with return value 1 almost a second later, when it should just directly continue like in EndeavourOS?

Before activating VT 7, from the Artix logs it indeed shows that it has started with service 'lightdm-autologin' and user 'meow', but this is subsequently exited with return value 1. When it calls VT 7 the 2nd time, it starts with service 'lightdm-greeter' instead, which I assume is the password prompt. Finding out what causes the session to exit arbitrarily should be the key to the puzzle.

I don't have a working Artix Xfce S6 autologin, so it might be useful if someone who has it all working immediately after a fresh install with "Log in automatically" checkbox ticked, posts their log for comparison here.

Additionally, I'm thinking of reformatting the current Artix partition with the new 15 Feb testing ISO when it releases. Hopefully that works somehow!
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: alium on 14 February 2021, 10:10:38
Quote
Using SDDM on Xfce might bring in too many KDE/Qt bloat which I won't need.

Really?? 😂😂😂
 It's only qt5-declarative  and xorg-server as deps (3 deps, which you have probably installed), if I good see...  ;D 
but if you think, that xserver is kde stuff, ok👍😂 (just kidding)
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: linuxer on 14 February 2021, 11:07:47
btw, you can use any DM, with XFCE, SDDM, GDM or LightDM.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 14 February 2021, 16:14:12
I've reformatted and reinstalled Artix with the same Feb 8th Xfce S6 ISO. Same result, which is the lack of an autologin. No system updates or any changes, just a pure fresh install, botched date/time and an internet connection.

However, I've now noticed something weird happening with PAM on the first boot up, after checking "Log in automatically without asking for the password" and "Restart now" :
Code: [Select]
2021-02-14 22:43:09.875904088  [+2.33s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-14 22:43:09.876122746  [+2.33s] DEBUG: Session pid=887: Started with service 'lightdm-autologin', username 'meow'
2021-02-14 22:43:09.890475262  Stopping PAM conversation, interaction requested but not supported
2021-02-14 22:43:12.123742289  [+4.58s] DEBUG: Process 626 terminated with signal 6
2021-02-14 22:43:12.123747510  [+4.58s] DEBUG: XServer 0: X server stopped

2nd boot up:
Code: [Select]
2013-02-04 08:00:14.869140958  [+2.39s] DEBUG: Seat seat0: Display server ready, starting session authentication
2013-02-04 08:00:14.869372025  [+2.39s] DEBUG: Session pid=870: Started with service 'lightdm-autologin', username 'meow'
2013-02-04 08:00:14.885375677  Stopping PAM conversation, interaction requested but not supported
2013-02-04 08:00:16.994452466  [+4.51s] DEBUG: Process 622 terminated with signal 6
2013-02-04 08:00:16.994508786  [+4.51s] DEBUG: XServer 0: X server stopped

So it has already started 'lightdm-autologin' and would have been fine if it went on from there, but then PAM gets involved somehow and then terminates X server? Then the loop begins again with another instance but on 'lightdm-greeter' instead.

Both full logs are below, respectively:
Code: [Select]
2021-02-14 22:43:07.544125923  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-14 22:43:07.544183870  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=509
2021-02-14 22:43:07.544187176  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-14 22:43:07.544189562  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-14 22:43:07.544191644  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-14 22:43:07.544193591  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-14 22:43:07.544195271  [+0.00s] DEBUG: Registered seat module local
2021-02-14 22:43:07.544197089  [+0.00s] DEBUG: Registered seat module xremote
2021-02-14 22:43:07.544204727  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-14 22:43:07.566719828  [+0.02s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-14 22:43:07.574714492  [+0.03s] DEBUG: Monitoring logind for seats
2021-02-14 22:43:07.574720699  [+0.03s] DEBUG: New seat added from logind: seat0
2021-02-14 22:43:07.574723151  [+0.03s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-14 22:43:07.574724975  [+0.03s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-14 22:43:07.574726481  [+0.03s] DEBUG: Seat seat0: Starting
2021-02-14 22:43:07.574728030  [+0.03s] DEBUG: Seat seat0: Creating user session
2021-02-14 22:43:07.575257162  [+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
2021-02-14 22:43:07.575261155  [+0.03s] DEBUG: Loading user config from /etc/lightdm/users.conf
2021-02-14 22:43:07.578979254  [+0.04s] DEBUG: User meow added
2021-02-14 22:43:07.581177100  [+0.04s] DEBUG: Seat seat0: Creating display server of type x
2021-02-14 22:43:07.584631741  [+0.04s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-14 22:43:07.584650247  [+0.04s] DEBUG: Using VT 7
2021-02-14 22:43:07.584652661  [+0.04s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-14 22:43:07.584716126  [+0.04s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-14 22:43:07.584754204  [+0.04s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-14 22:43:07.584785206  [+0.04s] DEBUG: XServer 0: Launching X Server
2021-02-14 22:43:07.584999560  [+0.04s] DEBUG: Launching process 626: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-14 22:43:07.585042353  [+0.04s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-14 22:43:07.585133742  [+0.04s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-14 22:43:07.585288465  [+0.04s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-14 22:43:09.823218157  [+2.28s] DEBUG: Got signal 10 from process 626
2021-02-14 22:43:09.823245315  [+2.28s] DEBUG: XServer 0: Got signal from X server :0
2021-02-14 22:43:09.823247971  [+2.28s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-14 22:43:09.875904088  [+2.33s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-14 22:43:09.876122746  [+2.33s] DEBUG: Session pid=887: Started with service 'lightdm-autologin', username 'meow'
2021-02-14 22:43:09.890475262  Stopping PAM conversation, interaction requested but not supported
2021-02-14 22:43:12.123742289  [+4.58s] DEBUG: Process 626 terminated with signal 6
2021-02-14 22:43:12.123747510  [+4.58s] DEBUG: XServer 0: X server stopped
2021-02-14 22:43:12.123764590  [+4.58s] DEBUG: Releasing VT 7
2021-02-14 22:43:12.123766676  [+4.58s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-14 22:43:12.123810174  [+4.58s] DEBUG: Seat seat0: Display server stopped
2021-02-14 22:43:12.123813463  [+4.58s] DEBUG: Seat seat0: Stopping session
2021-02-14 22:43:12.123838441  [+4.58s] DEBUG: Session pid=887: Sending SIGTERM
2021-02-14 22:43:12.123890212  [+4.58s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-14 22:43:12.123893585  [+4.58s] DEBUG: Seat seat0: Creating greeter session
2021-02-14 22:43:12.124370408  [+4.58s] DEBUG: Seat seat0: Creating display server of type x
2021-02-14 22:43:12.124373639  [+4.58s] DEBUG: Using VT 7
2021-02-14 22:43:12.124386014  [+4.58s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-14 22:43:12.124400944  [+4.58s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-14 22:43:12.124450477  [+4.58s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-14 22:43:12.124470771  [+4.58s] DEBUG: XServer 0: Launching X Server
2021-02-14 22:43:12.124753616  [+4.58s] DEBUG: Launching process 995: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-14 22:43:12.124789093  [+4.58s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-14 22:43:12.124852215  [+4.58s] DEBUG: Session pid=887: Terminated with signal 15
2021-02-14 22:43:12.124855586  [+4.58s] DEBUG: Session: Failed during authentication
2021-02-14 22:43:12.124867718  [+4.58s] DEBUG: Seat seat0: Switching to greeter due to failed authentication
2021-02-14 22:43:12.124869375  [+4.58s] DEBUG: Seat seat0: Creating greeter session
2021-02-14 22:43:12.125202165  [+4.58s] DEBUG: Session pid=996: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-14 22:43:12.125217137  [+4.58s] DEBUG: Seat seat0: Session stopped
2021-02-14 22:43:12.132222248 
2021-02-14 22:43:12.132226812  ** (process:996): WARNING **: 22:43:12.130: 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-14 22:43:12.133570176  [+4.59s] DEBUG: Session pid=996: Authentication complete with return value 0: Success
2021-02-14 22:43:12.133573002  [+4.59s] DEBUG: Seat seat0: Session authenticated, switching to existing user session
2021-02-14 22:43:12.133605613  [+4.59s] DEBUG: Activating VT 7
2021-02-14 22:43:12.133680338  [+4.59s] DEBUG: Seat seat0: Stopping greeter
2021-02-14 22:43:12.135012447  [+4.59s] DEBUG: Greeter closed communication channel
2021-02-14 22:43:12.135144969  [+4.59s] DEBUG: Session pid=996: Exited with return value 0
2021-02-14 22:43:12.135155393  [+4.59s] DEBUG: Seat seat0: Session stopped
2021-02-14 22:43:12.135179423  [+4.59s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-14 22:43:12.623060813  [+5.08s] DEBUG: Got signal 10 from process 995
2021-02-14 22:43:12.623066158  [+5.08s] DEBUG: XServer 0: Got signal from X server :0
2021-02-14 22:43:12.623067721  [+5.08s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-14 22:43:12.624008885  [+5.08s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-14 22:43:12.624277756  [+5.08s] DEBUG: Session pid=1008: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-14 22:43:12.630740452 
2021-02-14 22:43:12.630744707  ** (process:1008): WARNING **: 22:43:12.629: 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-14 22:43:12.631842924  [+5.09s] DEBUG: Session pid=1008: Authentication complete with return value 0: Success
2021-02-14 22:43:12.631845568  [+5.09s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-14 22:43:12.631861844  [+5.09s] DEBUG: Session pid=1008: Running command /usr/bin/lightdm-gtk-greeter
2021-02-14 22:43:12.631948151  [+5.09s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2021-02-14 22:43:12.632052110  [+5.09s] DEBUG: Session pid=1008: Logging to /var/log/lightdm/seat0-greeter.log
2021-02-14 22:43:12.635936036  [+5.09s] DEBUG: Activating login1 session c1
2021-02-14 22:43:12.636449711  [+5.09s] DEBUG: Seat seat0 changes active session to c1
2021-02-14 22:43:12.636453059  [+5.09s] DEBUG: Session c1 is already active
2021-02-14 22:43:12.770971742  [+5.23s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2021-02-14 22:43:12.967511708  [+5.42s] DEBUG: Greeter start authentication for meow
2021-02-14 22:43:12.967835745  [+5.42s] DEBUG: Session pid=1034: Started with service 'lightdm', username 'meow'
2021-02-14 22:43:12.974284219  [+5.43s] DEBUG: Session pid=1034: Got 1 message(s) from PAM
2021-02-14 22:43:12.974305322  [+5.43s] DEBUG: Prompt greeter with 1 message(s)
2021-02-14 22:43:19.357691525  [+11.81s] DEBUG: Continue authentication
2021-02-14 22:43:19.369333863 
2021-02-14 22:43:19.369341301  ** (process:1034): WARNING **: 22:43:19.366: 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-14 22:43:19.370696332  [+11.83s] DEBUG: Session pid=1034: Authentication complete with return value 0: Success
2021-02-14 22:43:19.370699592  [+11.83s] DEBUG: Authenticate result for user meow: Success
2021-02-14 22:43:19.370711611  [+11.83s] DEBUG: User meow authorized
2021-02-14 22:43:19.384141407  [+11.84s] DEBUG: Greeter requests session xfce
2021-02-14 22:43:19.384212644  [+11.84s] CRITICAL: g_dbus_connection_call_sync_internal: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
2021-02-14 22:43:19.384602813  [+11.84s] DEBUG: Writing /home/meow/.dmrc
2021-02-14 22:43:19.384972427  [+11.84s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2021-02-14 22:43:19.384976240  [+11.84s] DEBUG: Terminating login1 session c1
2021-02-14 22:43:19.385931015  [+11.84s] DEBUG: Session pid=1008: Sending SIGTERM
2021-02-14 22:43:19.387902406  [+11.84s] DEBUG: Seat seat0 changes active session to
2021-02-14 22:43:19.396409312  [+11.85s] DEBUG: Greeter closed communication channel
2021-02-14 22:43:19.396447553  [+11.85s] DEBUG: Session pid=1008: Exited with return value 0
2021-02-14 22:43:19.396469383  [+11.85s] DEBUG: Seat seat0: Session stopped
2021-02-14 22:43:19.396509481  [+11.85s] DEBUG: Seat seat0: Greeter stopped, running session
2021-02-14 22:43:19.396555077  [+11.85s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-14 22:43:19.397572097  [+11.85s] DEBUG: Session pid=1034: Running command /etc/lightdm/Xsession startxfce4
2021-02-14 22:43:19.397633004  [+11.85s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-14 22:43:19.397741081  [+11.85s] DEBUG: Session pid=1034: Logging to .xsession-errors
2021-02-14 22:43:19.402247677  [+11.86s] DEBUG: Activating VT 7
2021-02-14 22:43:19.402264669  [+11.86s] DEBUG: Activating login1 session 1
2021-02-14 22:43:19.402928739  [+11.86s] DEBUG: Seat seat0 changes active session to 1
2021-02-14 22:43:19.402931644  [+11.86s] DEBUG: Session 1 is already active

Code: [Select]
2013-02-04 08:00:12.483433179  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2013-02-04 08:00:12.483469794  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=527
2013-02-04 08:00:12.483472960  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2013-02-04 08:00:12.483475172  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2013-02-04 08:00:12.483477158  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2013-02-04 08:00:12.483478989  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2013-02-04 08:00:12.483480734  [+0.00s] DEBUG: Registered seat module local
2013-02-04 08:00:12.483482440  [+0.00s] DEBUG: Registered seat module xremote
2013-02-04 08:00:12.483484398  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2013-02-04 08:00:12.501447567  [+0.02s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2013-02-04 08:00:12.502717929  [+0.02s] DEBUG: Monitoring logind for seats
2013-02-04 08:00:12.502721431  [+0.02s] DEBUG: New seat added from logind: seat0
2013-02-04 08:00:12.502722974  [+0.02s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2013-02-04 08:00:12.502724301  [+0.02s] DEBUG: Seat seat0 has property CanMultiSession=no
2013-02-04 08:00:12.502725257  [+0.02s] DEBUG: Seat seat0: Starting
2013-02-04 08:00:12.502726245  [+0.02s] DEBUG: Seat seat0: Creating user session
2013-02-04 08:00:12.503285223  [+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
2013-02-04 08:00:12.503289192  [+0.02s] DEBUG: Loading user config from /etc/lightdm/users.conf
2013-02-04 08:00:12.504722901  [+0.02s] DEBUG: User meow added
2013-02-04 08:00:12.509667359  [+0.03s] DEBUG: Seat seat0: Creating display server of type x
2013-02-04 08:00:12.511978656  [+0.03s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2013-02-04 08:00:12.511983853  [+0.03s] DEBUG: Using VT 7
2013-02-04 08:00:12.511986090  [+0.03s] DEBUG: Seat seat0: Starting local X display on VT 7
2013-02-04 08:00:12.511988097  [+0.03s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2013-02-04 08:00:12.511990149  [+0.03s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2013-02-04 08:00:12.511991866  [+0.03s] DEBUG: XServer 0: Launching X Server
2013-02-04 08:00:12.513299189  [+0.03s] DEBUG: Launching process 622: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2013-02-04 08:00:12.513302602  [+0.03s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2013-02-04 08:00:12.513304183  [+0.03s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2013-02-04 08:00:12.513305728  [+0.03s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2013-02-04 08:00:14.789954062  [+2.31s] DEBUG: Got signal 10 from process 622
2013-02-04 08:00:14.789959564  [+2.31s] DEBUG: XServer 0: Got signal from X server :0
2013-02-04 08:00:14.789961057  [+2.31s] DEBUG: XServer 0: Connecting to XServer :0
2013-02-04 08:00:14.869140958  [+2.39s] DEBUG: Seat seat0: Display server ready, starting session authentication
2013-02-04 08:00:14.869372025  [+2.39s] DEBUG: Session pid=870: Started with service 'lightdm-autologin', username 'meow'
2013-02-04 08:00:14.885375677  Stopping PAM conversation, interaction requested but not supported
2013-02-04 08:00:16.994452466  [+4.51s] DEBUG: Process 622 terminated with signal 6
2013-02-04 08:00:16.994508786  [+4.51s] DEBUG: XServer 0: X server stopped
2013-02-04 08:00:16.994513848  [+4.51s] DEBUG: Releasing VT 7
2013-02-04 08:00:16.994519270  [+4.51s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2013-02-04 08:00:16.994604041  [+4.51s] DEBUG: Seat seat0: Display server stopped
2013-02-04 08:00:16.994627215  [+4.51s] DEBUG: Seat seat0: Stopping session
2013-02-04 08:00:16.994644615  [+4.51s] DEBUG: Session pid=870: Sending SIGTERM
2013-02-04 08:00:16.994826330  [+4.51s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2013-02-04 08:00:16.994836548  [+4.51s] DEBUG: Seat seat0: Creating greeter session
2013-02-04 08:00:16.995750253  [+4.51s] DEBUG: Seat seat0: Creating display server of type x
2013-02-04 08:00:16.995753836  [+4.51s] DEBUG: Using VT 7
2013-02-04 08:00:16.995767319  [+4.51s] DEBUG: Seat seat0: Starting local X display on VT 7
2013-02-04 08:00:16.995798630  [+4.51s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2013-02-04 08:00:16.995828078  [+4.51s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2013-02-04 08:00:16.995885053  [+4.51s] DEBUG: XServer 0: Launching X Server
2013-02-04 08:00:16.996244022  [+4.51s] DEBUG: Launching process 991: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2013-02-04 08:00:16.996269660  [+4.51s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2013-02-04 08:00:16.996351666  [+4.51s] DEBUG: Session pid=870: Terminated with signal 15
2013-02-04 08:00:16.996355415  [+4.51s] DEBUG: Session: Failed during authentication
2013-02-04 08:00:16.996357329  [+4.51s] DEBUG: Seat seat0: Switching to greeter due to failed authentication
2013-02-04 08:00:16.996370274  [+4.51s] DEBUG: Seat seat0: Creating greeter session
2013-02-04 08:00:16.996743772  [+4.51s] DEBUG: Session pid=992: Started with service 'lightdm-greeter', username 'lightdm'
2013-02-04 08:00:16.996760079  [+4.51s] DEBUG: Seat seat0: Session stopped
2013-02-04 08:00:17.003586942 
2013-02-04 08:00:17.003591723  ** (process:992): WARNING **: 08:00:17.001: 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
2013-02-04 08:00:17.004880025  [+4.52s] DEBUG: Session pid=992: Authentication complete with return value 0: Success
2013-02-04 08:00:17.004882636  [+4.52s] DEBUG: Seat seat0: Session authenticated, switching to existing user session
2013-02-04 08:00:17.004891255  [+4.52s] DEBUG: Activating VT 7
2013-02-04 08:00:17.004969688  [+4.52s] DEBUG: Seat seat0: Stopping greeter
2013-02-04 08:00:17.006873838  [+4.52s] DEBUG: Greeter closed communication channel
2013-02-04 08:00:17.007003491  [+4.52s] DEBUG: Session pid=992: Exited with return value 0
2013-02-04 08:00:17.007006732  [+4.52s] DEBUG: Seat seat0: Session stopped
2013-02-04 08:00:17.007019563  [+4.52s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2013-02-04 08:00:17.360074889  [+4.88s] DEBUG: Got signal 10 from process 991
2013-02-04 08:00:17.360088130  [+4.88s] DEBUG: XServer 0: Got signal from X server :0
2013-02-04 08:00:17.360130387  [+4.88s] DEBUG: XServer 0: Connecting to XServer :0
2013-02-04 08:00:17.361349162  [+4.88s] DEBUG: Seat seat0: Display server ready, starting session authentication
2013-02-04 08:00:17.361639022  [+4.88s] DEBUG: Session pid=1004: Started with service 'lightdm-greeter', username 'lightdm'
2013-02-04 08:00:17.368949204 
2013-02-04 08:00:17.368955006  ** (process:1004): WARNING **: 08:00:17.367: 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
2013-02-04 08:00:17.370343324  [+4.89s] DEBUG: Session pid=1004: Authentication complete with return value 0: Success
2013-02-04 08:00:17.370346956  [+4.89s] DEBUG: Seat seat0: Session authenticated, running command
2013-02-04 08:00:17.370360502  [+4.89s] DEBUG: Session pid=1004: Running command /usr/bin/lightdm-gtk-greeter
2013-02-04 08:00:17.370453006  [+4.89s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2013-02-04 08:00:17.370534359  [+4.89s] DEBUG: Session pid=1004: Logging to /var/log/lightdm/seat0-greeter.log
2013-02-04 08:00:17.374171637  [+4.89s] DEBUG: Activating login1 session c1
2013-02-04 08:00:17.374868930  [+4.89s] DEBUG: Seat seat0 changes active session to c1
2013-02-04 08:00:17.374882689  [+4.89s] DEBUG: Session c1 is already active
2013-02-04 08:00:17.513755336  [+5.03s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2013-02-04 08:00:17.716678152  [+5.23s] DEBUG: Greeter start authentication for meow
2013-02-04 08:00:17.717118470  [+5.23s] DEBUG: Session pid=1032: Started with service 'lightdm', username 'meow'
2013-02-04 08:00:17.722757522  [+5.24s] DEBUG: Session pid=1032: Got 1 message(s) from PAM
2013-02-04 08:00:17.722762426  [+5.24s] DEBUG: Prompt greeter with 1 message(s)
2013-02-04 08:00:22.645831318  [+10.16s] DEBUG: Continue authentication
2013-02-04 08:00:22.657156009 
2013-02-04 08:00:22.657162028  ** (process:1032): WARNING **: 08:00:22.655: 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
2013-02-04 08:00:22.658448156  [+10.18s] DEBUG: Session pid=1032: Authentication complete with return value 0: Success
2013-02-04 08:00:22.658451227  [+10.18s] DEBUG: Authenticate result for user meow: Success
2013-02-04 08:00:22.658461326  [+10.18s] DEBUG: User meow authorized
2013-02-04 08:00:22.669780689  [+10.19s] DEBUG: Greeter requests session xfce
2013-02-04 08:00:22.669963393  [+10.19s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2013-02-04 08:00:22.669966646  [+10.19s] DEBUG: Terminating login1 session c1
2013-02-04 08:00:22.671077055  [+10.19s] DEBUG: Session pid=1004: Sending SIGTERM
2013-02-04 08:00:22.672584200  [+10.19s] DEBUG: Seat seat0 changes active session to
2013-02-04 08:00:22.692943592  [+10.21s] DEBUG: Greeter closed communication channel
2013-02-04 08:00:22.692982960  [+10.21s] DEBUG: Session pid=1004: Exited with return value 0
2013-02-04 08:00:22.693047414  [+10.21s] DEBUG: Seat seat0: Session stopped
2013-02-04 08:00:22.693066563  [+10.21s] DEBUG: Seat seat0: Greeter stopped, running session
2013-02-04 08:00:22.693104447  [+10.21s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2013-02-04 08:00:22.694228446  [+10.21s] DEBUG: Session pid=1032: Running command /etc/lightdm/Xsession startxfce4
2013-02-04 08:00:22.694287547  [+10.21s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2013-02-04 08:00:22.694355626  [+10.21s] DEBUG: Session pid=1032: Logging to .xsession-errors
2013-02-04 08:00:22.698538853  [+10.22s] DEBUG: Activating VT 7
2013-02-04 08:00:22.698641365  [+10.22s] DEBUG: Activating login1 session 1
2013-02-04 08:00:22.699306360  [+10.22s] DEBUG: Seat seat0 changes active session to 1
2013-02-04 08:00:22.699309115  [+10.22s] DEBUG: Session 1 is already active

@linuxer Your instinct may be right, as these new logs show something funny happening with PAM.

@alium You're right, I expected many dependencies to flood in when I installed SDDM, but was surprised there was none! Guess my bare-bones configuration already had them installed.

For now, I'd like to resolve this issue with LightDM as potential SystemD-ditchers might not be too thrilled if they need to switch the bundled DM upon installing a new distro. As for myself, I'll try giving SDDM a whirl and pray it won't be another PAM-related issue.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: alium on 14 February 2021, 16:55:21
SDDM logs me into KDE without a password automatically when booting the computer (after start sddm service)
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: linuxer on 14 February 2021, 18:48:40
The same goes to any DM.

@Hyperspace, thanks, pam is the only part left, which is relevant to the case.

Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 15 February 2021, 10:29:20
Just downloaded the new Xfce S6 ISO from 15th of February, same lack of autologin issue which I believe started from PAM again and results in the autologin session being terminated:
Code: [Select]
2021-02-15 17:19:57.482211160  [+3.05s] DEBUG: Session pid=1043: Started with service 'lightdm-autologin', username 'meow'
2021-02-15 17:19:57.497579469  Stopping PAM conversation, interaction requested but not supported
2021-02-15 17:19:58.368887378  [+3.94s] DEBUG: Process 655 terminated with signal 6
2021-02-15 17:19:58.368905300  [+3.94s] DEBUG: XServer 0: X server stopped
2021-02-15 17:19:58.368907008  [+3.94s] DEBUG: Releasing VT 7
2021-02-15 17:19:58.368920466  [+3.94s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-15 17:19:58.368965608  [+3.94s] DEBUG: Seat seat0: Display server stopped
2021-02-15 17:19:58.368968971  [+3.94s] DEBUG: Seat seat0: Stopping session
2021-02-15 17:19:58.368993548  [+3.94s] DEBUG: Session pid=1043: Sending SIGTERM

Full log here:
Code: [Select]
2021-02-15 17:19:54.429709973  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-15 17:19:54.429756127  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=591
2021-02-15 17:19:54.429759369  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-15 17:19:54.429761682  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-15 17:19:54.429763709  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-15 17:19:54.429765570  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-15 17:19:54.429767394  [+0.00s] DEBUG: Registered seat module local
2021-02-15 17:19:54.429769168  [+0.00s] DEBUG: Registered seat module xremote
2021-02-15 17:19:54.429771059  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-15 17:19:54.444770498  [+0.02s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-15 17:19:54.447225839  [+0.02s] DEBUG: Monitoring logind for seats
2021-02-15 17:19:54.447244607  [+0.02s] DEBUG: New seat added from logind: seat0
2021-02-15 17:19:54.447301938  [+0.02s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-15 17:19:54.447328381  [+0.02s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-15 17:19:54.447337320  [+0.02s] DEBUG: Seat seat0: Starting
2021-02-15 17:19:54.447351410  [+0.02s] DEBUG: Seat seat0: Creating user session
2021-02-15 17:19:54.447847142  [+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 17:19:54.447979801  [+0.02s] DEBUG: Loading user config from /etc/lightdm/users.conf
2021-02-15 17:19:54.450529742  [+0.02s] DEBUG: User meow added
2021-02-15 17:19:54.455445418  [+0.03s] DEBUG: Seat seat0: Creating display server of type x
2021-02-15 17:19:54.456766338  [+0.03s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-15 17:19:54.456783577  [+0.03s] DEBUG: Using VT 7
2021-02-15 17:19:54.456791771  [+0.03s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-15 17:19:54.456871924  [+0.03s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-15 17:19:54.456936708  [+0.03s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-15 17:19:54.456985180  [+0.03s] DEBUG: XServer 0: Launching X Server
2021-02-15 17:19:54.457300312  [+0.03s] DEBUG: Launching process 655: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-15 17:19:54.457303905  [+0.03s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-15 17:19:54.457394167  [+0.03s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-15 17:19:54.459212957  [+0.03s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-15 17:19:57.352039536  [+2.92s] DEBUG: Got signal 10 from process 655
2021-02-15 17:19:57.352060111  [+2.92s] DEBUG: XServer 0: Got signal from X server :0
2021-02-15 17:19:57.352067849  [+2.92s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-15 17:19:57.481827236  [+3.05s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-15 17:19:57.482211160  [+3.05s] DEBUG: Session pid=1043: Started with service 'lightdm-autologin', username 'meow'
2021-02-15 17:19:57.497579469  Stopping PAM conversation, interaction requested but not supported
2021-02-15 17:19:58.368887378  [+3.94s] DEBUG: Process 655 terminated with signal 6
2021-02-15 17:19:58.368905300  [+3.94s] DEBUG: XServer 0: X server stopped
2021-02-15 17:19:58.368907008  [+3.94s] DEBUG: Releasing VT 7
2021-02-15 17:19:58.368920466  [+3.94s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-15 17:19:58.368965608  [+3.94s] DEBUG: Seat seat0: Display server stopped
2021-02-15 17:19:58.368968971  [+3.94s] DEBUG: Seat seat0: Stopping session
2021-02-15 17:19:58.368993548  [+3.94s] DEBUG: Session pid=1043: Sending SIGTERM
2021-02-15 17:19:58.369018038  [+3.94s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-15 17:19:58.369027612  [+3.94s] DEBUG: Seat seat0: Creating greeter session
2021-02-15 17:19:58.369526861  [+3.94s] DEBUG: Seat seat0: Creating display server of type x
2021-02-15 17:19:58.369530306  [+3.94s] DEBUG: Using VT 7
2021-02-15 17:19:58.369543129  [+3.94s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-15 17:19:58.369561246  [+3.94s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-15 17:19:58.369648107  [+3.94s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-15 17:19:58.369671757  [+3.94s] DEBUG: XServer 0: Launching X Server
2021-02-15 17:19:58.369968879  [+3.94s] DEBUG: Launching process 1080: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-15 17:19:58.369983973  [+3.94s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-15 17:19:58.370062998  [+3.94s] DEBUG: Session pid=1043: Terminated with signal 15
2021-02-15 17:19:58.370066591  [+3.94s] DEBUG: Session: Failed during authentication
2021-02-15 17:19:58.370068490  [+3.94s] DEBUG: Seat seat0: Switching to greeter due to failed authentication
2021-02-15 17:19:58.370081026  [+3.94s] DEBUG: Seat seat0: Creating greeter session
2021-02-15 17:19:58.370453987  [+3.94s] DEBUG: Session pid=1081: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-15 17:19:58.370469037  [+3.94s] DEBUG: Seat seat0: Session stopped
2021-02-15 17:19:58.377752817 
2021-02-15 17:19:58.377757607  ** (process:1081): WARNING **: 17:19:58.376: 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 17:19:58.379178195  [+3.95s] DEBUG: Session pid=1081: Authentication complete with return value 0: Success
2021-02-15 17:19:58.379189895  [+3.95s] DEBUG: Seat seat0: Session authenticated, switching to existing user session
2021-02-15 17:19:58.379191220  [+3.95s] DEBUG: Activating VT 7
2021-02-15 17:19:58.379244989  [+3.95s] DEBUG: Seat seat0: Stopping greeter
2021-02-15 17:19:58.381045347  [+3.95s] DEBUG: Greeter closed communication channel
2021-02-15 17:19:58.381125319  [+3.95s] DEBUG: Session pid=1081: Exited with return value 0
2021-02-15 17:19:58.381128645  [+3.95s] DEBUG: Seat seat0: Session stopped
2021-02-15 17:19:58.381148696  [+3.95s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-15 17:19:58.701357107  [+4.27s] DEBUG: Got signal 10 from process 1080
2021-02-15 17:19:58.701362648  [+4.27s] DEBUG: XServer 0: Got signal from X server :0
2021-02-15 17:19:58.701364260  [+4.27s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-15 17:19:58.702495024  [+4.27s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-15 17:19:58.702802899  [+4.27s] DEBUG: Session pid=1093: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-15 17:19:58.710254054 
2021-02-15 17:19:58.710259547  ** (process:1093): WARNING **: 17:19:58.708: 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 17:19:58.711643948  [+4.28s] DEBUG: Session pid=1093: Authentication complete with return value 0: Success
2021-02-15 17:19:58.711647686  [+4.28s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-15 17:19:58.711660543  [+4.28s] DEBUG: Session pid=1093: Running command /usr/bin/lightdm-gtk-greeter
2021-02-15 17:19:58.711754027  [+4.28s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2021-02-15 17:19:58.711851711  [+4.28s] DEBUG: Session pid=1093: Logging to /var/log/lightdm/seat0-greeter.log
2021-02-15 17:19:58.715633531  [+4.29s] DEBUG: Activating login1 session c1
2021-02-15 17:19:58.716167882  [+4.29s] DEBUG: Seat seat0 changes active session to c1
2021-02-15 17:19:58.716171387  [+4.29s] DEBUG: Session c1 is already active
2021-02-15 17:19:58.847245894  [+4.42s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2021-02-15 17:19:59.048204520  [+4.62s] DEBUG: Greeter start authentication for meow
2021-02-15 17:19:59.048541250  [+4.62s] DEBUG: Session pid=1122: Started with service 'lightdm', username 'meow'
2021-02-15 17:19:59.053785813  [+4.62s] DEBUG: Session pid=1122: Got 1 message(s) from PAM
2021-02-15 17:19:59.053790507  [+4.62s] DEBUG: Prompt greeter with 1 message(s)
2021-02-15 17:20:03.846701882  [+9.42s] DEBUG: Continue authentication
2021-02-15 17:20:03.859955102 
2021-02-15 17:20:03.859963552  ** (process:1122): WARNING **: 17:20:03.857: 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 17:20:03.861204796  [+9.43s] DEBUG: Session pid=1122: Authentication complete with return value 0: Success
2021-02-15 17:20:03.861208196  [+9.43s] DEBUG: Authenticate result for user meow: Success
2021-02-15 17:20:03.861219006  [+9.43s] DEBUG: User meow authorized
2021-02-15 17:20:03.874343662  [+9.45s] DEBUG: Greeter requests session xfce
2021-02-15 17:20:03.874389674  [+9.45s] CRITICAL: g_dbus_connection_call_sync_internal: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
2021-02-15 17:20:03.874966905  [+9.45s] DEBUG: Writing /home/meow/.dmrc
2021-02-15 17:20:03.875835532  [+9.45s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2021-02-15 17:20:03.875840641  [+9.45s] DEBUG: Terminating login1 session c1
2021-02-15 17:20:03.877082844  [+9.45s] DEBUG: Session pid=1093: Sending SIGTERM
2021-02-15 17:20:03.878655095  [+9.45s] DEBUG: Seat seat0 changes active session to
2021-02-15 17:20:03.885214792  [+9.46s] DEBUG: Greeter closed communication channel
2021-02-15 17:20:03.886467187  [+9.46s] DEBUG: Session pid=1093: Exited with return value 0
2021-02-15 17:20:03.886470058  [+9.46s] DEBUG: Seat seat0: Session stopped
2021-02-15 17:20:03.886481164  [+9.46s] DEBUG: Seat seat0: Greeter stopped, running session
2021-02-15 17:20:03.886504176  [+9.46s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-15 17:20:03.887147447  [+9.46s] DEBUG: Session pid=1122: Running command /etc/lightdm/Xsession startxfce4
2021-02-15 17:20:03.887190991  [+9.46s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-15 17:20:03.887265452  [+9.46s] DEBUG: Session pid=1122: Logging to .xsession-errors
2021-02-15 17:20:03.891895003  [+9.46s] DEBUG: Activating VT 7
2021-02-15 17:20:03.891924428  [+9.46s] DEBUG: Activating login1 session 1
2021-02-15 17:20:03.892561332  [+9.46s] DEBUG: Seat seat0 changes active session to 1
2021-02-15 17:20:03.892565552  [+9.46s] DEBUG: Session 1 is already active
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: alium on 15 February 2021, 13:47:06
I just installed lightdm on my computer, and configured it according to the wiki https://wiki.archlinux.org/index.php/LightDM#Enabling_autologin

autologin works absolutely without problems ! 8)  8)
installed lightdm (accountsservice is installed):
Quote
pacman -S lightdm-openrc lightdm-gtk-greeter
added to boot
Code: [Select]
[picasso pkg]# rc-update add lightdm default 

created group and added my username to this group
Code: [Select]
[picasso pkg]# groupadd -r autologin
[picasso pkg]# gpasswd -a alois autologin

Code: [Select]
[picasso pkg]# nano /etc/lightdm/lightdm.conf
and i add my username to autologin-user=alois and changed autologin-session=plasma (exactly as say wiki)

Code: [Select]
[picasso pkg]# nano /etc/pam.d/lightdm
and i added the line "auth        sufficient  pam_succeed_if.so user ingroup nopasswdlogin" in to first line (exactly as say wiki)

created group and added me to nopasswdlogin group
Code: [Select]
[picasso pkg]# groupadd -r nopasswdlogin
[picasso pkg]# gpasswd -a alois nopasswdlogin


i changed nothing another and just rebooted. after  system boot directly without asking password to plasma.

LIGHTDM AUTOLOGIN WORKS!
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 15 February 2021, 15:17:06
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:
Code: [Select]
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:
Code: [Select]
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":
Code: [Select]
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":
Code: [Select]
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
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: linuxer on 15 February 2021, 15:39:00
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".
Can you give a try of that with a new ~/ ?
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Dudemanguy on 15 February 2021, 15:56:45
If you haven't done so already, can you try switching to a different tty? Log in there, bring down the lightdm service with s6-rc -d change lightdm, and then bring it back up again (s6-rc -u change lightdm). See if it autologins when you bring it back up or not.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: alium on 15 February 2021, 16:50:53
i dont use s6 and i never want use it  ... i use openrc and here autologin works

unfortunately I'm not able to help you on s6.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 15 February 2021, 17:11:56
Alright, it's been one very hectic journey. Before I read any of the replies after my most recent post (Reply #25), I've restarted again out of frustration. I don't recall doing anything special but... AUTOLOGIN WORKS! However, upon several subsequent restarts, autologin no longer works, and it's back to the same behaviour where I'm sent to the greeter.

Logs when autologin "randomly" worked once:
Code: [Select]
2021-02-15 22:48:57.597103184  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-15 22:48:57.597106520  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=1101
2021-02-15 22:48:57.597108064  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-15 22:48:57.597118331  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-15 22:48:57.597119539  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-15 22:48:57.597120622  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-15 22:48:57.597177881  [+0.00s] DEBUG: Registered seat module local
2021-02-15 22:48:57.597180443  [+0.00s] DEBUG: Registered seat module xremote
2021-02-15 22:48:57.597189386  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-15 22:48:57.598990650  [+0.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-15 22:48:57.600108973  [+0.00s] DEBUG: Monitoring logind for seats
2021-02-15 22:48:57.600112573  [+0.00s] DEBUG: New seat added from logind: seat0
2021-02-15 22:48:57.600172096  [+0.00s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-15 22:48:57.600175775  [+0.00s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-15 22:48:57.600187671  [+0.00s] DEBUG: Seat seat0: Starting
2021-02-15 22:48:57.600189342  [+0.00s] DEBUG: Seat seat0: Creating user session
2021-02-15 22:48:57.600822251  [+0.00s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-15 22:48:57.600885453  [+0.00s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-15 22:48:57.604100839  [+0.01s] DEBUG: Seat seat0: Creating display server of type x
2021-02-15 22:48:57.604675034  [+0.01s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-15 22:48:57.604690893  [+0.01s] DEBUG: Using VT 7
2021-02-15 22:48:57.604703957  [+0.01s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-15 22:48:57.604778271  [+0.01s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-15 22:48:57.604819249  [+0.01s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-15 22:48:57.604858514  [+0.01s] DEBUG: XServer 0: Launching X Server
2021-02-15 22:48:57.605110905  [+0.01s] DEBUG: Launching process 1107: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-15 22:48:57.605147250  [+0.01s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-15 22:48:57.605229325  [+0.01s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-15 22:48:57.605353006  [+0.01s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-15 22:48:58.000917184  [+0.40s] DEBUG: Got signal 10 from process 1107
2021-02-15 22:48:58.000927127  [+0.40s] DEBUG: XServer 0: Got signal from X server :0
2021-02-15 22:48:58.000976794  [+0.40s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-15 22:48:58.002233299  [+0.41s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-15 22:48:58.002830301  [+0.41s] DEBUG: Session pid=1119: Started with service 'lightdm-autologin', username 'meow'
2021-02-15 22:48:58.019358533  [+0.42s] DEBUG: Session pid=1119: Authentication complete with return value 0: Success
2021-02-15 22:48:58.019376181  [+0.42s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-15 22:48:58.019422495  [+0.42s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-15 22:48:58.020244148  [+0.42s] DEBUG: Session pid=1119: Running command /etc/lightdm/Xsession startxfce4
2021-02-15 22:48:58.020299525  [+0.42s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-15 22:48:58.020362241  [+0.42s] DEBUG: Session pid=1119: Logging to .xsession-errors
2021-02-15 22:48:58.024917411  [+0.43s] DEBUG: Activating VT 7
2021-02-15 22:48:58.024977309  [+0.43s] DEBUG: Activating login1 session 1
2021-02-15 22:48:58.025636768  [+0.43s] DEBUG: Seat seat0 changes active session to 1
2021-02-15 22:48:58.025651828  [+0.43s] DEBUG: Session 1 is already active
Then, the next session when it no longer works:
Code: [Select]
2021-02-15 22:49:30.423034257  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-15 22:49:30.423075769  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=586
2021-02-15 22:49:30.423078939  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-15 22:49:30.423081189  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-15 22:49:30.423083208  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-15 22:49:30.423085062  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-15 22:49:30.423086834  [+0.00s] DEBUG: Registered seat module local
2021-02-15 22:49:30.423088504  [+0.00s] DEBUG: Registered seat module xremote
2021-02-15 22:49:30.423090400  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-15 22:49:30.444976278  [+0.02s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-15 22:49:30.446110628  [+0.02s] DEBUG: Monitoring logind for seats
2021-02-15 22:49:30.446115331  [+0.02s] DEBUG: New seat added from logind: seat0
2021-02-15 22:49:30.446117509  [+0.02s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-15 22:49:30.446119465  [+0.02s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-15 22:49:30.446121088  [+0.02s] DEBUG: Seat seat0: Starting
2021-02-15 22:49:30.446122811  [+0.02s] DEBUG: Seat seat0: Creating user session
2021-02-15 22:49:30.559916907  [+0.14s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-15 22:49:30.559977290  [+0.14s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-15 22:49:30.585194643  [+0.16s] DEBUG: Seat seat0: Creating display server of type x
2021-02-15 22:49:30.586085995  [+0.16s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-15 22:49:30.586108255  [+0.16s] DEBUG: Using VT 7
2021-02-15 22:49:30.586111841  [+0.16s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-15 22:49:30.586180358  [+0.16s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-15 22:49:30.586219639  [+0.16s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-15 22:49:30.586252989  [+0.16s] DEBUG: XServer 0: Launching X Server
2021-02-15 22:49:30.586502244  [+0.16s] DEBUG: Launching process 764: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-15 22:49:30.586548157  [+0.16s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-15 22:49:30.586640133  [+0.16s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-15 22:49:30.586829308  [+0.16s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-15 22:49:33.279643296  [+2.86s] DEBUG: Got signal 10 from process 764
2021-02-15 22:49:33.279649063  [+2.86s] DEBUG: XServer 0: Got signal from X server :0
2021-02-15 22:49:33.279662880  [+2.86s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-15 22:49:33.280611284  [+2.86s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-15 22:49:33.281001725  [+2.86s] DEBUG: Session pid=972: Started with service 'lightdm-autologin', username 'meow'
2021-02-15 22:49:33.307481479  [+2.89s] DEBUG: Session pid=972: Authentication complete with return value 0: Success
2021-02-15 22:49:33.307499162  [+2.89s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-15 22:49:33.307518300  [+2.89s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-15 22:49:33.308345238  [+2.89s] DEBUG: Session pid=972: Running command /etc/lightdm/Xsession startxfce4
2021-02-15 22:49:33.308377280  [+2.89s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-15 22:49:33.308443029  [+2.89s] DEBUG: Session pid=972: Logging to .xsession-errors
2021-02-15 22:49:33.314815081  [+2.89s] DEBUG: Activating VT 7
2021-02-15 22:49:33.314828447  [+2.89s] DEBUG: Activating login1 session 1
2021-02-15 22:49:33.315365842  [+2.89s] DEBUG: Seat seat0 changes active session to 1
2021-02-15 22:49:33.315378001  [+2.89s] DEBUG: Session 1 is already active
2021-02-15 22:49:33.882151990  [+3.46s] DEBUG: Session pid=972: Exited with return value 1
2021-02-15 22:49:33.882157619  [+3.46s] DEBUG: Seat seat0: Session stopped
2021-02-15 22:49:33.882468216  [+3.46s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-15 22:49:33.882496915  [+3.46s] DEBUG: Sending signal 15 to process 764
2021-02-15 22:49:33.884808839  [+3.46s] DEBUG: Seat seat0 changes active session to
2021-02-15 22:49:34.080083907  [+3.66s] DEBUG: Process 764 terminated with signal 6
2021-02-15 22:49:34.080088734  [+3.66s] DEBUG: XServer 0: X server stopped
2021-02-15 22:49:34.080090077  [+3.66s] DEBUG: Releasing VT 7
2021-02-15 22:49:34.080104676  [+3.66s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-15 22:49:34.080130957  [+3.66s] DEBUG: Seat seat0: Display server stopped
2021-02-15 22:49:34.080191492  [+3.66s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-15 22:49:34.080194513  [+3.66s] DEBUG: Seat seat0: Creating greeter session
2021-02-15 22:49:34.081092744  [+3.66s] DEBUG: Seat seat0: Creating display server of type x
2021-02-15 22:49:34.081163668  [+3.66s] DEBUG: Using VT 7
2021-02-15 22:49:34.081169672  [+3.66s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-15 22:49:34.081193617  [+3.66s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-15 22:49:34.081351813  [+3.66s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-15 22:49:34.081440493  [+3.66s] DEBUG: XServer 0: Launching X Server
2021-02-15 22:49:34.082370110  [+3.66s] DEBUG: Launching process 1073: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-15 22:49:34.082478180  [+3.66s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-15 22:49:34.395708106  [+3.97s] DEBUG: Got signal 10 from process 1073
2021-02-15 22:49:34.395713604  [+3.97s] DEBUG: XServer 0: Got signal from X server :0
2021-02-15 22:49:34.395715201  [+3.97s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-15 22:49:34.396731818  [+3.97s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-15 22:49:34.396994616  [+3.97s] DEBUG: Session pid=1083: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-15 22:49:34.481279463  [+4.06s] DEBUG: Session pid=1083: Authentication complete with return value 0: Success
2021-02-15 22:49:34.481284265  [+4.06s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-15 22:49:34.481321254  [+4.06s] DEBUG: Session pid=1083: Running command /usr/bin/lightdm-gtk-greeter
2021-02-15 22:49:34.481419002  [+4.06s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2021-02-15 22:49:34.481645434  [+4.06s] DEBUG: Session pid=1083: Logging to /var/log/lightdm/seat0-greeter.log
2021-02-15 22:49:34.485238843  [+4.06s] DEBUG: Activating VT 7
2021-02-15 22:49:34.485292994  [+4.06s] DEBUG: Activating login1 session c1
2021-02-15 22:49:34.485899246  [+4.06s] DEBUG: Seat seat0 changes active session to c1
2021-02-15 22:49:34.485902465  [+4.06s] DEBUG: Session c1 is already active
2021-02-15 22:49:34.579203397  [+4.16s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2021-02-15 22:49:34.789983108  [+4.37s] DEBUG: Greeter start authentication for meow
2021-02-15 22:49:34.790437147  [+4.37s] DEBUG: Session pid=1112: Started with service 'lightdm', username 'meow'
2021-02-15 22:49:34.799827423  [+4.38s] DEBUG: Session pid=1112: Authentication complete with return value 0: Success
2021-02-15 22:49:34.799848821  [+4.38s] DEBUG: Authenticate result for user meow: Success
2021-02-15 22:49:34.799853898  [+4.38s] DEBUG: User meow authorized
2021-02-15 22:49:36.706851516  [+6.28s] DEBUG: Greeter requests session xfce
2021-02-15 22:49:36.707021262  [+6.28s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2021-02-15 22:49:36.707024602  [+6.28s] DEBUG: Terminating login1 session c1
2021-02-15 22:49:36.709076267  [+6.29s] DEBUG: Session pid=1083: Sending SIGTERM
2021-02-15 22:49:36.710673229  [+6.29s] DEBUG: Seat seat0 changes active session to
2021-02-15 22:49:36.716780662  [+6.29s] DEBUG: Greeter closed communication channel
2021-02-15 22:49:36.716806886  [+6.29s] DEBUG: Session pid=1083: Exited with return value 0
2021-02-15 22:49:36.716819916  [+6.29s] DEBUG: Seat seat0: Session stopped
2021-02-15 22:49:36.716835905  [+6.29s] DEBUG: Seat seat0: Greeter stopped, running session
2021-02-15 22:49:36.716854949  [+6.29s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session1
2021-02-15 22:49:36.718252883  [+6.30s] DEBUG: Session pid=1112: Running command /etc/lightdm/Xsession startxfce4
2021-02-15 22:49:36.718338363  [+6.30s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-15 22:49:36.718426772  [+6.30s] DEBUG: Session pid=1112: Logging to .xsession-errors
2021-02-15 22:49:36.722887663  [+6.30s] DEBUG: Activating VT 7
2021-02-15 22:49:36.722924433  [+6.30s] DEBUG: Activating login1 session 2
2021-02-15 22:49:36.723459864  [+6.30s] DEBUG: Seat seat0 changes active session to 2
2021-02-15 22:49:36.723472698  [+6.30s] DEBUG: Session 2 is already active

@Dudemanguy Afterwards, I tried switching to another tty when I'm stuck on the greeter. I've brought lightdm down, then up. Upon hitting "Enter" to execute the command to bring it back up (s6-rc -u change lightdm), the tty immediately collapses (if you can call it that), and I'm directly sent to my desktop without any further keypresses. So... that means that autologin somewhat works, as I assume that I should be back on the greeter if it didn't worked?

@linuxer Next, I tried creating another user (username woof) with sudo privileges. I logged into woof, then edited the conf and groups from within woof (thus the sudo privileges, I realized later that I could had done it from the original meow anyway). I left both "autologin-user=meow" and "autologin-user=meow" uncommented by accident in my haste. This might create an ambiguity when I restarted but I didn't realize it back then. AUTOLOGIN WORKS AND I'M USER WOOF! So I commented out "meow" and left "woof" there, and restarted. No luck, even when I changed it back to both uncommented, no more autologin for me...

Here is the "randomly" successful autologin with both meow+woof uncommented:
Code: [Select]
2021-02-15 23:41:08.601243484  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-15 23:41:08.601248882  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=1067
2021-02-15 23:41:08.601251087  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-15 23:41:08.601265974  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-15 23:41:08.601267742  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-15 23:41:08.601269296  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-15 23:41:08.601319238  [+0.00s] DEBUG: Registered seat module local
2021-02-15 23:41:08.601323029  [+0.00s] DEBUG: Registered seat module xremote
2021-02-15 23:41:08.601336106  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-15 23:41:08.603284648  [+0.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-15 23:41:08.604258978  [+0.00s] DEBUG: Monitoring logind for seats
2021-02-15 23:41:08.604262602  [+0.00s] DEBUG: New seat added from logind: seat0
2021-02-15 23:41:08.604298223  [+0.00s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-15 23:41:08.604326282  [+0.00s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-15 23:41:08.604328005  [+0.00s] DEBUG: Seat seat0: Starting
2021-02-15 23:41:08.604335936  [+0.00s] DEBUG: Seat seat0: Creating user session
2021-02-15 23:41:08.828182044  [+0.23s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-15 23:41:08.828344013  [+0.23s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-15 23:41:08.835637084  [+0.23s] DEBUG: User /org/freedesktop/Accounts/User1001 added
2021-02-15 23:41:08.838886418  [+0.24s] DEBUG: Seat seat0: Creating display server of type x
2021-02-15 23:41:08.839517856  [+0.24s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-15 23:41:08.839536478  [+0.24s] DEBUG: Using VT 7
2021-02-15 23:41:08.839547450  [+0.24s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-15 23:41:08.839643455  [+0.24s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-15 23:41:08.839697297  [+0.24s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-15 23:41:08.839754620  [+0.24s] DEBUG: XServer 0: Launching X Server
2021-02-15 23:41:08.840106565  [+0.24s] DEBUG: Launching process 1075: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-15 23:41:08.840161391  [+0.24s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-15 23:41:08.840266979  [+0.24s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-15 23:41:08.840408321  [+0.24s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-15 23:41:09.204387514  [+0.60s] DEBUG: Got signal 10 from process 1075
2021-02-15 23:41:09.204409997  [+0.60s] DEBUG: XServer 0: Got signal from X server :0
2021-02-15 23:41:09.204412627  [+0.60s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-15 23:41:09.205561077  [+0.60s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-15 23:41:09.206064894  [+0.61s] DEBUG: Session pid=1102: Started with service 'lightdm-autologin', username 'woof'
2021-02-15 23:41:09.225016740  [+0.62s] DEBUG: Session pid=1102: Authentication complete with return value 0: Success
2021-02-15 23:41:09.225037991  [+0.62s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-15 23:41:09.225068146  [+0.62s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-15 23:41:09.225908634  [+0.63s] DEBUG: Session pid=1102: Running command /etc/lightdm/Xsession startxfce4
2021-02-15 23:41:09.225976350  [+0.63s] DEBUG: Creating shared data directory /var/lib/lightdm-data/woof
2021-02-15 23:41:09.226047322  [+0.63s] DEBUG: Session pid=1102: Logging to .xsession-errors
2021-02-15 23:41:09.230637768  [+0.63s] DEBUG: Activating VT 7
2021-02-15 23:41:09.230668749  [+0.63s] DEBUG: Activating login1 session 1
2021-02-15 23:41:09.231235657  [+0.63s] DEBUG: Seat seat0 changes active session to 1
2021-02-15 23:41:09.231247150  [+0.63s] DEBUG: Session 1 is already active
Then the next session where it didn't work, but with woof left in and meow commented out:
Code: [Select]
2021-02-15 23:42:22.506225212  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-15 23:42:22.506267185  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=575
2021-02-15 23:42:22.506270512  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-15 23:42:22.506272790  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-15 23:42:22.506274857  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-15 23:42:22.506276833  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-15 23:42:22.506278601  [+0.00s] DEBUG: Registered seat module local
2021-02-15 23:42:22.506280235  [+0.00s] DEBUG: Registered seat module xremote
2021-02-15 23:42:22.506282068  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-15 23:42:22.535582629  [+0.03s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-15 23:42:22.540475360  [+0.04s] DEBUG: Monitoring logind for seats
2021-02-15 23:42:22.540497005  [+0.04s] DEBUG: New seat added from logind: seat0
2021-02-15 23:42:22.540690618  [+0.04s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-15 23:42:22.540694279  [+0.04s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-15 23:42:22.540695995  [+0.04s] DEBUG: Seat seat0: Starting
2021-02-15 23:42:22.540697623  [+0.04s] DEBUG: Seat seat0: Creating user session
2021-02-15 23:42:22.642844994  [+0.14s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-15 23:42:22.642917618  [+0.14s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-15 23:42:22.659648188  [+0.16s] DEBUG: User /org/freedesktop/Accounts/User1001 added
2021-02-15 23:42:22.662720206  [+0.16s] DEBUG: Seat seat0: Creating display server of type x
2021-02-15 23:42:22.663501954  [+0.16s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-15 23:42:22.663513400  [+0.16s] DEBUG: Using VT 7
2021-02-15 23:42:22.663521198  [+0.16s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-15 23:42:22.663576104  [+0.16s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-15 23:42:22.663614658  [+0.16s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-15 23:42:22.663648584  [+0.16s] DEBUG: XServer 0: Launching X Server
2021-02-15 23:42:22.663872691  [+0.16s] DEBUG: Launching process 761: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-15 23:42:22.663925510  [+0.16s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-15 23:42:22.664013996  [+0.16s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-15 23:42:22.664190956  [+0.16s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-15 23:42:25.524349505  [+3.02s] DEBUG: Got signal 10 from process 761
2021-02-15 23:42:25.524383111  [+3.02s] DEBUG: XServer 0: Got signal from X server :0
2021-02-15 23:42:25.524386410  [+3.02s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-15 23:42:25.528899107  [+3.02s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-15 23:42:25.529141312  [+3.02s] DEBUG: Session pid=1044: Started with service 'lightdm-autologin', username 'woof'
2021-02-15 23:42:25.551866006  [+3.05s] DEBUG: Session pid=1044: Authentication complete with return value 0: Success
2021-02-15 23:42:25.551884434  [+3.05s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-15 23:42:25.551912093  [+3.05s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-15 23:42:25.552661474  [+3.05s] DEBUG: Session pid=1044: Running command /etc/lightdm/Xsession startxfce4
2021-02-15 23:42:25.552692458  [+3.05s] DEBUG: Creating shared data directory /var/lib/lightdm-data/woof
2021-02-15 23:42:25.552751827  [+3.05s] DEBUG: Session pid=1044: Logging to .xsession-errors
2021-02-15 23:42:25.558379702  [+3.05s] DEBUG: Activating VT 7
2021-02-15 23:42:25.558395907  [+3.05s] DEBUG: Activating login1 session 1
2021-02-15 23:42:25.559035885  [+3.05s] DEBUG: Seat seat0 changes active session to 1
2021-02-15 23:42:25.559039207  [+3.05s] DEBUG: Session 1 is already active
2021-02-15 23:42:27.450555089  [+4.95s] DEBUG: Session pid=1044: Exited with return value 1
2021-02-15 23:42:27.450561152  [+4.95s] DEBUG: Seat seat0: Session stopped
2021-02-15 23:42:27.450961292  [+4.95s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-15 23:42:27.451010421  [+4.95s] DEBUG: Sending signal 15 to process 761
2021-02-15 23:42:27.454035222  [+4.95s] DEBUG: Seat seat0 changes active session to
2021-02-15 23:42:27.677567527  [+5.17s] DEBUG: Process 761 terminated with signal 6
2021-02-15 23:42:27.677573039  [+5.17s] DEBUG: XServer 0: X server stopped
2021-02-15 23:42:27.677588882  [+5.17s] DEBUG: Releasing VT 7
2021-02-15 23:42:27.677591026  [+5.17s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-15 23:42:27.677619585  [+5.17s] DEBUG: Seat seat0: Display server stopped
2021-02-15 23:42:27.677688796  [+5.17s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-15 23:42:27.677692188  [+5.17s] DEBUG: Seat seat0: Creating greeter session
2021-02-15 23:42:27.678200346  [+5.17s] DEBUG: Seat seat0: Creating display server of type x
2021-02-15 23:42:27.678203558  [+5.17s] DEBUG: Using VT 7
2021-02-15 23:42:27.678216513  [+5.17s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-15 23:42:27.678238923  [+5.17s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-15 23:42:27.678286631  [+5.17s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-15 23:42:27.678307859  [+5.17s] DEBUG: XServer 0: Launching X Server
2021-02-15 23:42:27.678644727  [+5.17s] DEBUG: Launching process 1112: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-15 23:42:27.678678591  [+5.17s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-15 23:42:28.092895357  [+5.59s] DEBUG: Got signal 10 from process 1112
2021-02-15 23:42:28.092900930  [+5.59s] DEBUG: XServer 0: Got signal from X server :0
2021-02-15 23:42:28.092916290  [+5.59s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-15 23:42:28.093889153  [+5.59s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-15 23:42:28.094178871  [+5.59s] DEBUG: Session pid=1122: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-15 23:42:28.106479024  [+5.60s] DEBUG: Session pid=1122: Authentication complete with return value 0: Success
2021-02-15 23:42:28.106483615  [+5.60s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-15 23:42:28.106496604  [+5.60s] DEBUG: Session pid=1122: Running command /usr/bin/lightdm-gtk-greeter
2021-02-15 23:42:28.106577355  [+5.60s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2021-02-15 23:42:28.106814139  [+5.60s] DEBUG: Session pid=1122: Logging to /var/log/lightdm/seat0-greeter.log
2021-02-15 23:42:28.110044303  [+5.61s] DEBUG: Activating VT 7
2021-02-15 23:42:28.110087766  [+5.61s] DEBUG: Activating login1 session c1
2021-02-15 23:42:28.110640832  [+5.61s] DEBUG: Seat seat0 changes active session to c1
2021-02-15 23:42:28.110651121  [+5.61s] DEBUG: Session c1 is already active
2021-02-15 23:42:28.200192901  [+5.70s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2021-02-15 23:42:28.410677321  [+5.91s] DEBUG: Greeter start authentication for woof
2021-02-15 23:42:28.411048789  [+5.91s] DEBUG: Session pid=1151: Started with service 'lightdm', username 'woof'
2021-02-15 23:42:28.422680249  [+5.92s] DEBUG: Session pid=1151: Authentication complete with return value 0: Success
2021-02-15 23:42:28.422697449  [+5.92s] DEBUG: Authenticate result for user woof: Success
2021-02-15 23:42:28.422698811  [+5.92s] DEBUG: User woof authorized
2021-02-15 23:42:35.368029930  [+12.86s] DEBUG: Greeter requests session xfce
2021-02-15 23:42:35.368194999  [+12.86s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2021-02-15 23:42:35.368208825  [+12.86s] DEBUG: Terminating login1 session c1
2021-02-15 23:42:35.369241583  [+12.86s] DEBUG: Session pid=1122: Sending SIGTERM
2021-02-15 23:42:35.370754878  [+12.87s] DEBUG: Seat seat0 changes active session to
2021-02-15 23:42:35.375809663  [+12.87s] DEBUG: Greeter closed communication channel
2021-02-15 23:42:35.375856171  [+12.87s] DEBUG: Session pid=1122: Exited with return value 0
2021-02-15 23:42:35.375858228  [+12.87s] DEBUG: Seat seat0: Session stopped
2021-02-15 23:42:35.375871692  [+12.87s] DEBUG: Seat seat0: Greeter stopped, running session
2021-02-15 23:42:35.375949687  [+12.87s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session1
2021-02-15 23:42:35.377630336  [+12.87s] DEBUG: Session pid=1151: Running command /etc/lightdm/Xsession startxfce4
2021-02-15 23:42:35.377719538  [+12.87s] DEBUG: Creating shared data directory /var/lib/lightdm-data/woof
2021-02-15 23:42:35.377786346  [+12.87s] DEBUG: Session pid=1151: Logging to .xsession-errors
2021-02-15 23:42:35.381785458  [+12.88s] DEBUG: Activating VT 7
2021-02-15 23:42:35.381814011  [+12.88s] DEBUG: Activating login1 session 2
2021-02-15 23:42:35.382310027  [+12.88s] DEBUG: Seat seat0 changes active session to 2
2021-02-15 23:42:35.382312779  [+12.88s] DEBUG: Session 2 is already active
I would really like to know what caused those accidental successful autologins by chance, and turn that into certainty...

@Dudemanguy If it's relevant, I tried the same again with the new user "woof". Greeter's selected user entry is "woof", switched tty, logged in as "woof" there, brought lightdm down then up, immediately sent into working desktop as "woof" upon striking "Enter" without any further keypresses. Upon further investigation, who the greeter selects doesn't matter, who I get logged into depends on which user I logged in on the tty. In any case so far, I'm immediately sent to the desktop of that tty user I logged in as upon hitting "Enter" for bringing lightdm back up, no further intervention.

@alium No worries, if S6 isn't your thing. But, don't you see the light in Dudemanguy's eyes fading away? Now he's sad...
However, I haven't downloaded the Xfce OpenRC version to test if the same issue occurs as I'm extremely sold on the S6 philosophy when I read through it on the original website.  Until then, might be too early to call it an init-related issue?

I didn't time in in real life as I couldn't predict it coming, but assuming that the accidental autologin working is actually representative of the normal process working in reality, the initialization times of 0.43s and 0.63s, both under 1 second, and far faster than EndeavourOS' 2.43s on SystemD, has got me terribly excited about solving this autologin issue!
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: alium on 15 February 2021, 17:28:48
Quote
call it an init-related issue?

can be
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: linuxer on 15 February 2021, 17:33:24
Alright, it's been one very hectic journey. Before I read any of the replies after my most recent post (Reply #25), I've restarted again out of frustration. I don't recall doing anything special but... AUTOLOGIN WORKS! However, upon several subsequent restarts, autologin no longer works, and it's back to the same behaviour where I'm sent to the greeter.
@Dudemanguy this probably is a race case.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Dudemanguy on 15 February 2021, 17:38:01
Yeah probably just a race. It doesn't happen to me though so it's kind of hard to tell where it is although I could guess.

@Hyperspace: Could you try this?
Code: [Select]
# echo "agetty-tty1" > /etc/s6/sv/lightdm-srv/dependencies
# sh /usr/share/libalpm/scripts/s6-rc-db-update-hook

Give it a few reboots and see if that does the trick.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 15 February 2021, 18:04:30
I ran your commands after "sudo su", 1st one didn't have any output, next one told me it has switched database.
Then, I ensured that "meow" is the only autologin-user on lightman.conf and "woof" is commented out to prevent autologin ambiguity.
Lastly, I rebooted immediately. Counting that as the 1st startup, then:

1st to 3rd - No luck
4th - AUTOLOGIN!
5th to 6th - No luck

If I'm interpreting all of your responses correctly about it being a race, it means that it's an S6 init issue and there's some things starting up earlier than others occasionally that messes with autologin? Also, it means /etc/lightdm/current logs are no longer required?

I'll just post the 4th and 5th ones for now, respectively:
Code: [Select]
2021-02-16 00:48:46.600217709  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-16 00:48:46.600221524  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=1091
2021-02-16 00:48:46.600223304  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-16 00:48:46.600224793  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-16 00:48:46.600237541  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-16 00:48:46.600238908  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-16 00:48:46.600283650  [+0.00s] DEBUG: Registered seat module local
2021-02-16 00:48:46.600286690  [+0.00s] DEBUG: Registered seat module xremote
2021-02-16 00:48:46.600297753  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-16 00:48:46.602019333  [+0.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-16 00:48:46.602922585  [+0.00s] DEBUG: Monitoring logind for seats
2021-02-16 00:48:46.602934197  [+0.00s] DEBUG: New seat added from logind: seat0
2021-02-16 00:48:46.602965426  [+0.00s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-16 00:48:46.602982100  [+0.00s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-16 00:48:46.602989743  [+0.00s] DEBUG: Seat seat0: Starting
2021-02-16 00:48:46.602997461  [+0.00s] DEBUG: Seat seat0: Creating user session
2021-02-16 00:48:46.603533087  [+0.00s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-16 00:48:46.603583150  [+0.00s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-16 00:48:46.606742924  [+0.01s] DEBUG: User /org/freedesktop/Accounts/User1001 added
2021-02-16 00:48:46.609687517  [+0.01s] DEBUG: Seat seat0: Creating display server of type x
2021-02-16 00:48:46.610208926  [+0.01s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-16 00:48:46.610212162  [+0.01s] DEBUG: Using VT 7
2021-02-16 00:48:46.610224992  [+0.01s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-16 00:48:46.610301755  [+0.01s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-16 00:48:46.610326445  [+0.01s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-16 00:48:46.610380586  [+0.01s] DEBUG: XServer 0: Launching X Server
2021-02-16 00:48:46.610629753  [+0.01s] DEBUG: Launching process 1097: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-16 00:48:46.610653326  [+0.01s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-16 00:48:46.610750439  [+0.01s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-16 00:48:46.610873336  [+0.01s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-16 00:48:47.021388730  [+0.42s] DEBUG: Got signal 10 from process 1097
2021-02-16 00:48:47.021394313  [+0.42s] DEBUG: XServer 0: Got signal from X server :0
2021-02-16 00:48:47.021419626  [+0.42s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-16 00:48:47.022400547  [+0.42s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-16 00:48:47.022700507  [+0.42s] DEBUG: Session pid=1111: Started with service 'lightdm-autologin', username 'meow'
2021-02-16 00:48:47.042616783  [+0.44s] DEBUG: Session pid=1111: Authentication complete with return value 0: Success
2021-02-16 00:48:47.042634908  [+0.44s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-16 00:48:47.042675531  [+0.44s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-16 00:48:47.043447823  [+0.44s] DEBUG: Session pid=1111: Running command /etc/lightdm/Xsession startxfce4
2021-02-16 00:48:47.043482067  [+0.44s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-16 00:48:47.043549910  [+0.44s] DEBUG: Session pid=1111: Logging to .xsession-errors
2021-02-16 00:48:47.048349775  [+0.45s] DEBUG: Activating VT 7
2021-02-16 00:48:47.048380659  [+0.45s] DEBUG: Activating login1 session 1
2021-02-16 00:48:47.049152076  [+0.45s] DEBUG: Seat seat0 changes active session to 1
2021-02-16 00:48:47.049155452  [+0.45s] DEBUG: Session 1 is already active

Code: [Select]
2021-02-16 00:49:15.419399304  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-16 00:49:15.420157099  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=535
2021-02-16 00:49:15.420162134  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-16 00:49:15.420164586  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-16 00:49:15.420166650  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-16 00:49:15.420168376  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-16 00:49:15.420170120  [+0.00s] DEBUG: Registered seat module local
2021-02-16 00:49:15.420171774  [+0.00s] DEBUG: Registered seat module xremote
2021-02-16 00:49:15.420173647  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-16 00:49:15.436241970  [+0.02s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-16 00:49:15.459736815  [+0.04s] DEBUG: Monitoring logind for seats
2021-02-16 00:49:15.459751752  [+0.04s] DEBUG: New seat added from logind: seat0
2021-02-16 00:49:15.459808058  [+0.04s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-16 00:49:15.459834331  [+0.04s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-16 00:49:15.459843101  [+0.04s] DEBUG: Seat seat0: Starting
2021-02-16 00:49:15.459856876  [+0.04s] DEBUG: Seat seat0: Creating user session
2021-02-16 00:49:15.587065266  [+0.17s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-16 00:49:15.587109712  [+0.17s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-16 00:49:15.606362750  [+0.19s] DEBUG: User /org/freedesktop/Accounts/User1001 added
2021-02-16 00:49:15.609797551  [+0.19s] DEBUG: Seat seat0: Creating display server of type x
2021-02-16 00:49:15.610673385  [+0.19s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-16 00:49:15.610697214  [+0.19s] DEBUG: Using VT 7
2021-02-16 00:49:15.610699682  [+0.19s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-16 00:49:15.610740772  [+0.19s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-16 00:49:15.610776467  [+0.19s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-16 00:49:15.610804317  [+0.19s] DEBUG: XServer 0: Launching X Server
2021-02-16 00:49:15.611052984  [+0.19s] DEBUG: Launching process 758: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-16 00:49:15.611082683  [+0.19s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-16 00:49:15.611191881  [+0.19s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-16 00:49:15.611317969  [+0.19s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-16 00:49:18.796110547  [+3.38s] DEBUG: Process 758 terminated with signal 6
2021-02-16 00:49:18.796162076  [+3.38s] DEBUG: XServer 0: X server stopped
2021-02-16 00:49:18.796167103  [+3.38s] DEBUG: Releasing VT 7
2021-02-16 00:49:18.796173187  [+3.38s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-16 00:49:18.796256389  [+3.38s] DEBUG: Seat seat0: Display server stopped
2021-02-16 00:49:18.796302385  [+3.38s] DEBUG: Seat seat0: Stopping session
2021-02-16 00:49:18.796371315  [+3.38s] DEBUG: Seat seat0: Session stopped
2021-02-16 00:49:18.796530442  [+3.38s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-16 00:49:18.796573151  [+3.38s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-16 00:49:18.796596961  [+3.38s] DEBUG: Seat seat0: Creating greeter session
2021-02-16 00:49:18.797634098  [+3.38s] DEBUG: Seat seat0: Creating display server of type x
2021-02-16 00:49:18.797676817  [+3.38s] DEBUG: Using VT 7
2021-02-16 00:49:18.797682665  [+3.38s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-16 00:49:18.797760625  [+3.38s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-16 00:49:18.797889042  [+3.38s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-16 00:49:18.797963569  [+3.38s] DEBUG: XServer 0: Launching X Server
2021-02-16 00:49:18.798914682  [+3.38s] DEBUG: Launching process 1057: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-16 00:49:18.799057482  [+3.38s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-16 00:49:19.178683467  [+3.76s] DEBUG: Got signal 10 from process 1057
2021-02-16 00:49:19.178688868  [+3.76s] DEBUG: XServer 0: Got signal from X server :0
2021-02-16 00:49:19.178690443  [+3.76s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-16 00:49:19.179688339  [+3.76s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-16 00:49:19.179960791  [+3.76s] DEBUG: Session pid=1082: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-16 00:49:19.196473462  [+3.78s] DEBUG: Session pid=1082: Authentication complete with return value 0: Success
2021-02-16 00:49:19.196490230  [+3.78s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-16 00:49:19.196501833  [+3.78s] DEBUG: Session pid=1082: Running command /usr/bin/lightdm-gtk-greeter
2021-02-16 00:49:19.196580863  [+3.78s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2021-02-16 00:49:19.196823459  [+3.78s] DEBUG: Session pid=1082: Logging to /var/log/lightdm/seat0-greeter.log
2021-02-16 00:49:19.201190069  [+3.78s] DEBUG: Activating VT 7
2021-02-16 00:49:19.201218258  [+3.78s] DEBUG: Activating login1 session c1
2021-02-16 00:49:19.201992393  [+3.78s] DEBUG: Seat seat0 changes active session to c1
2021-02-16 00:49:19.202007748  [+3.78s] DEBUG: Session c1 is already active
2021-02-16 00:49:19.330061094  [+3.91s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2021-02-16 00:49:19.540742778  [+4.12s] DEBUG: Greeter start authentication for meow
2021-02-16 00:49:19.541107204  [+4.12s] DEBUG: Session pid=1109: Started with service 'lightdm', username 'meow'
2021-02-16 00:49:19.556244493  [+4.14s] DEBUG: Session pid=1109: Authentication complete with return value 0: Success
2021-02-16 00:49:19.556251042  [+4.14s] DEBUG: Authenticate result for user meow: Success
2021-02-16 00:49:19.556263784  [+4.14s] DEBUG: User meow authorized
2021-02-16 00:49:21.760882330  [+6.34s] DEBUG: Greeter requests session xfce
2021-02-16 00:49:21.761054048  [+6.34s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2021-02-16 00:49:21.761057493  [+6.34s] DEBUG: Terminating login1 session c1
2021-02-16 00:49:21.762162419  [+6.34s] DEBUG: Session pid=1082: Sending SIGTERM
2021-02-16 00:49:21.763751721  [+6.35s] DEBUG: Seat seat0 changes active session to
2021-02-16 00:49:21.770749496  [+6.35s] DEBUG: Greeter closed communication channel
2021-02-16 00:49:21.770786902  [+6.35s] DEBUG: Session pid=1082: Exited with return value 0
2021-02-16 00:49:21.770795718  [+6.35s] DEBUG: Seat seat0: Session stopped
2021-02-16 00:49:21.770827620  [+6.35s] DEBUG: Seat seat0: Greeter stopped, running session
2021-02-16 00:49:21.770879685  [+6.35s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-16 00:49:21.772073706  [+6.35s] DEBUG: Session pid=1109: Running command /etc/lightdm/Xsession startxfce4
2021-02-16 00:49:21.772129515  [+6.35s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-16 00:49:21.772185627  [+6.35s] DEBUG: Session pid=1109: Logging to .xsession-errors
2021-02-16 00:49:21.776907171  [+6.36s] DEBUG: Activating VT 7
2021-02-16 00:49:21.776978908  [+6.36s] DEBUG: Activating login1 session 1
2021-02-16 00:49:21.777606059  [+6.36s] DEBUG: Seat seat0 changes active session to 1
2021-02-16 00:49:21.777618233  [+6.36s] DEBUG: Session 1 is already active

I've re-ran your 2 commands again as root, just in case, so I'll try restarting several more times.

Update: After my 6th time above, I rebooted several more times but lost count, should have exceeded 10 times after the 6th. No more random luck with autologin at the moment.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: linuxer on 15 February 2021, 20:09:11
Can you please give a try also to the following?

Code: [Select]
# echo "agetty-tty7" > /etc/s6/sv/lightdm-srv/dependencies
# sh /usr/share/libalpm/scripts/s6-rc-db-update-hook

It seems that is starting to wrong tty.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Dudemanguy on 15 February 2021, 21:50:25
@linuxer: No, there's no "agetty-tty7" service. That will not work.

If I'm interpreting all of your responses correctly about it being a race, it means that it's an S6 init issue and there's some things starting up earlier than others occasionally that messes with autologin?


That'd be my guess. Could you try to edit /etc/s6/sv/lightdm-srv to just have one line with "early-getty-down"? After that run "sh /usr/share/libalpm/scripts/s6-rc-db-update-hook" and give it a try?
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: linuxer on 15 February 2021, 22:00:59
@linuxer: No, there's no "agetty-tty7" service. That will not work.

That'd be my guess. Could you try to edit /etc/s6/sv/lightdm-srv to just have one line with "early-getty-down"? After that run "sh /usr/share/libalpm/scripts/s6-rc-db-update-hook" and give it a try?
ok @Dudemanguy, but I recalled the GDM not starting up, case (which has been resolved) on Runit, lol
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 16 February 2021, 07:23:28
Code: [Select]
# echo "agetty-tty7" > /etc/s6/sv/lightdm-srv/dependencies
# sh /usr/share/libalpm/scripts/s6-rc-db-update-hook

@linuxer Can confirm that this doesn't work for me too, 2nd command has S6 throwing an error out.

@Dudemanguy /etc/s6/sv/lightdm-srv is a directory with 4 files: dependencies, producers-for, run and type. Not sure which one you're referring to, but I took an educated guess and chucked the line in "run". It now looks like this:
Code: [Select]
#!/usr/bin/execlineb -P
foreground { install -d -m0711 -olightdm -glightdm /run/lightdm }
fdmove -c 2 1
exec lightdm -d
early-getty-down

I then ran the update hook, and restarted 4 times, no luck with autologin. I also removed it all with only "early-getty-down", but that gave me a fswap error and I'm stuck on the terminal without being able to enter the desktop. Solved that via chroot though, and reverted the lines back.

Is the line supposed to be made the only one (removing the others already present) in another file?

Update: Got some free time, so I decided to modify the other files individually with "early-getty-down" as the sole line, and run the update hook.

dependencies - No luck with autologin after 2 reboots, still sent to greeter
producer-for and type - Error from S6 when I wanted to run the update hook command

Am I misunderstanding something?
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Dudemanguy on 16 February 2021, 14:29:55
I meant for you to edit the dependencies (/etc/s6/sv/lightdm-srv/dependencies) file. Sorry that wasn't clear. And actually I told you wrong. The dependencies file should be two lines:

Code: [Select]
elogind
early-getty-down
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 16 February 2021, 21:23:54
No worries, I should thank all of you instead for putting up with my persistence of getting autologin working on S6+LightDM!

I edited /etc/s6/sv/lightdm-srv/dependencies with elogind and early-getty-down. Then, I ran the update hook.
Restarted several times, but no luck.

I then removed the newly created user "woof" (leaving only 1 user meow) and re-ran the update hook just to be extra sure.
Restarted several times again, but no luck.

Just as I was about to give up and post here, I got a SUCCESSFUL AUTOLOGIN!
Code: [Select]
2021-02-17 04:16:19.042667185  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-17 04:16:19.042672046  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=1077
2021-02-17 04:16:19.042673543  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-17 04:16:19.042685618  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-17 04:16:19.042686756  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-17 04:16:19.042687763  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-17 04:16:19.042709746  [+0.00s] DEBUG: Registered seat module local
2021-02-17 04:16:19.042711211  [+0.00s] DEBUG: Registered seat module xremote
2021-02-17 04:16:19.042730415  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-17 04:16:19.044374435  [+0.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-17 04:16:19.045409492  [+0.00s] DEBUG: Monitoring logind for seats
2021-02-17 04:16:19.045423852  [+0.00s] DEBUG: New seat added from logind: seat0
2021-02-17 04:16:19.045466291  [+0.00s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-17 04:16:19.045474646  [+0.00s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-17 04:16:19.045480477  [+0.00s] DEBUG: Seat seat0: Starting
2021-02-17 04:16:19.045501583  [+0.00s] DEBUG: Seat seat0: Creating user session
2021-02-17 04:16:19.046139659  [+0.00s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-17 04:16:19.046196621  [+0.00s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-17 04:16:19.050282408  [+0.01s] DEBUG: Seat seat0: Creating display server of type x
2021-02-17 04:16:19.050852034  [+0.01s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-17 04:16:19.050855466  [+0.01s] DEBUG: Using VT 7
2021-02-17 04:16:19.050869120  [+0.01s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-17 04:16:19.050944199  [+0.01s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-17 04:16:19.050981865  [+0.01s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-17 04:16:19.051022014  [+0.01s] DEBUG: XServer 0: Launching X Server
2021-02-17 04:16:19.051272038  [+0.01s] DEBUG: Launching process 1083: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-17 04:16:19.051309784  [+0.01s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-17 04:16:19.051391656  [+0.01s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-17 04:16:19.051516717  [+0.01s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-17 04:16:19.412847604  [+0.37s] DEBUG: Got signal 10 from process 1083
2021-02-17 04:16:19.412856213  [+0.37s] DEBUG: XServer 0: Got signal from X server :0
2021-02-17 04:16:19.412887714  [+0.37s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-17 04:16:19.414026917  [+0.37s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-17 04:16:19.414311592  [+0.37s] DEBUG: Session pid=1093: Started with service 'lightdm-autologin', username 'meow'
2021-02-17 04:16:19.435102772  [+0.39s] DEBUG: Session pid=1093: Authentication complete with return value 0: Success
2021-02-17 04:16:19.435127909  [+0.39s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-17 04:16:19.435143607  [+0.39s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-17 04:16:19.435866848  [+0.39s] DEBUG: Session pid=1093: Running command /etc/lightdm/Xsession startxfce4
2021-02-17 04:16:19.435901630  [+0.39s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-17 04:16:19.435977485  [+0.39s] DEBUG: Session pid=1093: Logging to .xsession-errors
2021-02-17 04:16:19.441512239  [+0.40s] DEBUG: Activating VT 7
2021-02-17 04:16:19.441546142  [+0.40s] DEBUG: Activating login1 session 1
2021-02-17 04:16:19.442436154  [+0.40s] DEBUG: Seat seat0 changes active session to 1
2021-02-17 04:16:19.442451121  [+0.40s] DEBUG: Session 1 is already active

I restarted again just in case, but then no more luck. Race might still be going on.
Code: [Select]
2021-02-17 04:16:49.408514344  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-17 04:16:49.409522100  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=554
2021-02-17 04:16:49.409538314  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-17 04:16:49.409541661  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-17 04:16:49.409543874  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-17 04:16:49.409545761  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-17 04:16:49.409547303  [+0.00s] DEBUG: Registered seat module local
2021-02-17 04:16:49.409549100  [+0.00s] DEBUG: Registered seat module xremote
2021-02-17 04:16:49.409550984  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-17 04:16:49.423258953  [+0.02s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-17 04:16:49.424337673  [+0.02s] DEBUG: Monitoring logind for seats
2021-02-17 04:16:49.424349663  [+0.02s] DEBUG: New seat added from logind: seat0
2021-02-17 04:16:49.424410236  [+0.02s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-17 04:16:49.424421609  [+0.02s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-17 04:16:49.424422980  [+0.02s] DEBUG: Seat seat0: Starting
2021-02-17 04:16:49.424428022  [+0.02s] DEBUG: Seat seat0: Creating user session
2021-02-17 04:16:49.568576294  [+0.16s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-17 04:16:49.568619093  [+0.16s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-17 04:16:49.591391283  [+0.18s] DEBUG: Seat seat0: Creating display server of type x
2021-02-17 04:16:49.592238394  [+0.18s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-17 04:16:49.592240738  [+0.18s] DEBUG: Using VT 7
2021-02-17 04:16:49.592248926  [+0.18s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-17 04:16:49.592293631  [+0.18s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-17 04:16:49.592328669  [+0.19s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-17 04:16:49.592357458  [+0.19s] DEBUG: XServer 0: Launching X Server
2021-02-17 04:16:49.592743091  [+0.19s] DEBUG: Launching process 756: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-17 04:16:49.592762961  [+0.19s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-17 04:16:49.592904591  [+0.19s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-17 04:16:49.593047611  [+0.19s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-17 04:16:53.899939007  [+4.49s] DEBUG: Process 756 terminated with signal 6
2021-02-17 04:16:53.899945590  [+4.49s] DEBUG: XServer 0: X server stopped
2021-02-17 04:16:53.899968870  [+4.49s] DEBUG: Releasing VT 7
2021-02-17 04:16:53.899971845  [+4.49s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-17 04:16:53.900013405  [+4.49s] DEBUG: Seat seat0: Display server stopped
2021-02-17 04:16:53.900049234  [+4.49s] DEBUG: Seat seat0: Stopping session
2021-02-17 04:16:53.900066295  [+4.49s] DEBUG: Seat seat0: Session stopped
2021-02-17 04:16:53.900165675  [+4.49s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-17 04:16:53.900185613  [+4.49s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-17 04:16:53.900194993  [+4.49s] DEBUG: Seat seat0: Creating greeter session
2021-02-17 04:16:53.900835934  [+4.49s] DEBUG: Seat seat0: Creating display server of type x
2021-02-17 04:16:53.900855894  [+4.49s] DEBUG: Using VT 7
2021-02-17 04:16:53.900858604  [+4.49s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-17 04:16:53.900896331  [+4.49s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-17 04:16:53.900957942  [+4.49s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-17 04:16:53.901006484  [+4.49s] DEBUG: XServer 0: Launching X Server
2021-02-17 04:16:53.901477506  [+4.49s] DEBUG: Launching process 1062: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-17 04:16:53.901512253  [+4.49s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-17 04:16:54.282474042  [+4.88s] DEBUG: Got signal 10 from process 1062
2021-02-17 04:16:54.282479433  [+4.88s] DEBUG: XServer 0: Got signal from X server :0
2021-02-17 04:16:54.282496601  [+4.88s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-17 04:16:54.283552252  [+4.88s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-17 04:16:54.283858521  [+4.88s] DEBUG: Session pid=1074: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-17 04:16:54.299784814  [+4.89s] DEBUG: Session pid=1074: Authentication complete with return value 0: Success
2021-02-17 04:16:54.299804229  [+4.89s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-17 04:16:54.299831206  [+4.89s] DEBUG: Session pid=1074: Running command /usr/bin/lightdm-gtk-greeter
2021-02-17 04:16:54.299918822  [+4.89s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2021-02-17 04:16:54.300197908  [+4.89s] DEBUG: Session pid=1074: Logging to /var/log/lightdm/seat0-greeter.log
2021-02-17 04:16:54.304878596  [+4.90s] DEBUG: Activating VT 7
2021-02-17 04:16:54.304916032  [+4.90s] DEBUG: Activating login1 session c1
2021-02-17 04:16:54.305717430  [+4.90s] DEBUG: Seat seat0 changes active session to c1
2021-02-17 04:16:54.305720128  [+4.90s] DEBUG: Session c1 is already active
2021-02-17 04:16:54.444454209  [+5.04s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2021-02-17 04:16:54.655415726  [+5.25s] DEBUG: Greeter start authentication for meow
2021-02-17 04:16:54.655791950  [+5.25s] DEBUG: Session pid=1101: Started with service 'lightdm', username 'meow'
2021-02-17 04:16:54.675195652  [+5.27s] DEBUG: Session pid=1101: Authentication complete with return value 0: Success
2021-02-17 04:16:54.675201089  [+5.27s] DEBUG: Authenticate result for user meow: Success
2021-02-17 04:16:54.675215925  [+5.27s] DEBUG: User meow authorized
2021-02-17 04:16:56.243534052  [+6.84s] DEBUG: Greeter requests session xfce
2021-02-17 04:16:56.243703619  [+6.84s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2021-02-17 04:16:56.243707020  [+6.84s] DEBUG: Terminating login1 session c1
2021-02-17 04:16:56.244882683  [+6.84s] DEBUG: Session pid=1074: Sending SIGTERM
2021-02-17 04:16:56.246631139  [+6.84s] DEBUG: Seat seat0 changes active session to
2021-02-17 04:16:56.253403655  [+6.85s] DEBUG: Greeter closed communication channel
2021-02-17 04:16:56.253501174  [+6.85s] DEBUG: Session pid=1074: Exited with return value 0
2021-02-17 04:16:56.253527770  [+6.85s] DEBUG: Seat seat0: Session stopped
2021-02-17 04:16:56.253565133  [+6.85s] DEBUG: Seat seat0: Greeter stopped, running session
2021-02-17 04:16:56.253628764  [+6.85s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-17 04:16:56.255048340  [+6.85s] DEBUG: Session pid=1101: Running command /etc/lightdm/Xsession startxfce4
2021-02-17 04:16:56.255098411  [+6.85s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-17 04:16:56.255167790  [+6.85s] DEBUG: Session pid=1101: Logging to .xsession-errors
2021-02-17 04:16:56.260047839  [+6.85s] DEBUG: Activating VT 7
2021-02-17 04:16:56.260084459  [+6.85s] DEBUG: Activating login1 session 1
2021-02-17 04:16:56.260636892  [+6.85s] DEBUG: Seat seat0 changes active session to 1
2021-02-17 04:16:56.260640258  [+6.85s] DEBUG: Session 1 is already active

More updates: I restarted several more times after that to no avail. Suddenly, I hit jackpot and got two successful autologins in a row! Though the one right after doesn't anymore, so third time's not the charm.
1st success:
Code: [Select]
2021-02-17 04:30:10.446055645  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-17 04:30:10.446059466  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=1077
2021-02-17 04:30:10.446061065  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-17 04:30:10.446072544  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-17 04:30:10.446073819  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-17 04:30:10.446074972  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-17 04:30:10.446115055  [+0.00s] DEBUG: Registered seat module local
2021-02-17 04:30:10.446117859  [+0.00s] DEBUG: Registered seat module xremote
2021-02-17 04:30:10.446127718  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-17 04:30:10.447887024  [+0.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-17 04:30:10.448970169  [+0.00s] DEBUG: Monitoring logind for seats
2021-02-17 04:30:10.448985129  [+0.00s] DEBUG: New seat added from logind: seat0
2021-02-17 04:30:10.449024280  [+0.00s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-17 04:30:10.449043933  [+0.00s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-17 04:30:10.449050707  [+0.00s] DEBUG: Seat seat0: Starting
2021-02-17 04:30:10.449060469  [+0.00s] DEBUG: Seat seat0: Creating user session
2021-02-17 04:30:10.449730562  [+0.00s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-17 04:30:10.449779234  [+0.00s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-17 04:30:10.453918303  [+0.01s] DEBUG: Seat seat0: Creating display server of type x
2021-02-17 04:30:10.454444344  [+0.01s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-17 04:30:10.454447661  [+0.01s] DEBUG: Using VT 7
2021-02-17 04:30:10.454460476  [+0.01s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-17 04:30:10.454530245  [+0.01s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-17 04:30:10.454568141  [+0.01s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-17 04:30:10.454598435  [+0.01s] DEBUG: XServer 0: Launching X Server
2021-02-17 04:30:10.454877427  [+0.01s] DEBUG: Launching process 1083: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-17 04:30:10.454898713  [+0.01s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-17 04:30:10.454995485  [+0.01s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-17 04:30:10.455117596  [+0.01s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-17 04:30:10.817023783  [+0.37s] DEBUG: Got signal 10 from process 1083
2021-02-17 04:30:10.817045311  [+0.37s] DEBUG: XServer 0: Got signal from X server :0
2021-02-17 04:30:10.817054076  [+0.37s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-17 04:30:10.818097764  [+0.37s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-17 04:30:10.818400534  [+0.37s] DEBUG: Session pid=1095: Started with service 'lightdm-autologin', username 'meow'
2021-02-17 04:30:10.833718340  [+0.39s] DEBUG: Session pid=1095: Authentication complete with return value 0: Success
2021-02-17 04:30:10.833736583  [+0.39s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-17 04:30:10.833770190  [+0.39s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-17 04:30:10.834510520  [+0.39s] DEBUG: Session pid=1095: Running command /etc/lightdm/Xsession startxfce4
2021-02-17 04:30:10.834566725  [+0.39s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-17 04:30:10.834637654  [+0.39s] DEBUG: Session pid=1095: Logging to .xsession-errors
2021-02-17 04:30:10.839524950  [+0.39s] DEBUG: Activating VT 7
2021-02-17 04:30:10.839579494  [+0.39s] DEBUG: Activating login1 session 1
2021-02-17 04:30:10.840274660  [+0.39s] DEBUG: Seat seat0 changes active session to 1
2021-02-17 04:30:10.840288716  [+0.39s] DEBUG: Session 1 is already active

2nd success:
Code: [Select]
2021-02-17 04:30:44.554982851  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-17 04:30:44.554985991  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=1099
2021-02-17 04:30:44.554987541  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-17 04:30:44.554988883  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-17 04:30:44.555000368  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-17 04:30:44.555001559  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-17 04:30:44.555024335  [+0.00s] DEBUG: Registered seat module local
2021-02-17 04:30:44.555025724  [+0.00s] DEBUG: Registered seat module xremote
2021-02-17 04:30:44.555046015  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-17 04:30:44.556732071  [+0.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-17 04:30:44.557572583  [+0.00s] DEBUG: Monitoring logind for seats
2021-02-17 04:30:44.557584161  [+0.00s] DEBUG: New seat added from logind: seat0
2021-02-17 04:30:44.557610671  [+0.00s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-17 04:30:44.557626243  [+0.00s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-17 04:30:44.557631251  [+0.00s] DEBUG: Seat seat0: Starting
2021-02-17 04:30:44.557639687  [+0.00s] DEBUG: Seat seat0: Creating user session
2021-02-17 04:30:44.558276783  [+0.00s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-17 04:30:44.558330124  [+0.00s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-17 04:30:44.562350071  [+0.01s] DEBUG: Seat seat0: Creating display server of type x
2021-02-17 04:30:44.562866773  [+0.01s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-17 04:30:44.562869645  [+0.01s] DEBUG: Using VT 7
2021-02-17 04:30:44.562880694  [+0.01s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-17 04:30:44.562973002  [+0.01s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-17 04:30:44.562993023  [+0.01s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-17 04:30:44.563054050  [+0.01s] DEBUG: XServer 0: Launching X Server
2021-02-17 04:30:44.563301378  [+0.01s] DEBUG: Launching process 1105: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-17 04:30:44.563353522  [+0.01s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-17 04:30:44.563442149  [+0.01s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-17 04:30:44.563572179  [+0.01s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-17 04:30:44.992830252  [+0.44s] DEBUG: Got signal 10 from process 1105
2021-02-17 04:30:44.992838042  [+0.44s] DEBUG: XServer 0: Got signal from X server :0
2021-02-17 04:30:44.992864208  [+0.44s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-17 04:30:44.994080557  [+0.44s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-17 04:30:44.994363460  [+0.44s] DEBUG: Session pid=1117: Started with service 'lightdm-autologin', username 'meow'
2021-02-17 04:30:45.010798066  [+0.46s] DEBUG: Session pid=1117: Authentication complete with return value 0: Success
2021-02-17 04:30:45.010815912  [+0.46s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-17 04:30:45.010836603  [+0.46s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-17 04:30:45.011599394  [+0.46s] DEBUG: Session pid=1117: Running command /etc/lightdm/Xsession startxfce4
2021-02-17 04:30:45.011651526  [+0.46s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-17 04:30:45.011712517  [+0.46s] DEBUG: Session pid=1117: Logging to .xsession-errors
2021-02-17 04:30:45.016524761  [+0.46s] DEBUG: Activating VT 7
2021-02-17 04:30:45.016556920  [+0.46s] DEBUG: Activating login1 session 1
2021-02-17 04:30:45.017365027  [+0.46s] DEBUG: Seat seat0 changes active session to 1
2021-02-17 04:30:45.017378878  [+0.46s] DEBUG: Session 1 is already active

The fail right after:
Code: [Select]
2021-02-17 04:31:10.444253099  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
2021-02-17 04:31:10.445034029  [+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=564
2021-02-17 04:31:10.445041150  [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
2021-02-17 04:31:10.445043777  [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
2021-02-17 04:31:10.445046005  [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
2021-02-17 04:31:10.445047974  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
2021-02-17 04:31:10.445049840  [+0.00s] DEBUG: Registered seat module local
2021-02-17 04:31:10.445051615  [+0.00s] DEBUG: Registered seat module xremote
2021-02-17 04:31:10.445053304  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-17 04:31:10.458124518  [+0.01s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
2021-02-17 04:31:10.459607980  [+0.02s] DEBUG: Monitoring logind for seats
2021-02-17 04:31:10.459630908  [+0.02s] DEBUG: New seat added from logind: seat0
2021-02-17 04:31:10.459687362  [+0.02s] DEBUG: Seat seat0: Loading properties from config section Seat:*
2021-02-17 04:31:10.459712726  [+0.02s] DEBUG: Seat seat0 has property CanMultiSession=no
2021-02-17 04:31:10.459722508  [+0.02s] DEBUG: Seat seat0: Starting
2021-02-17 04:31:10.459737393  [+0.02s] DEBUG: Seat seat0: Creating user session
2021-02-17 04:31:10.587278835  [+0.14s] DEBUG: Loading users from org.freedesktop.Accounts
2021-02-17 04:31:10.587501312  [+0.14s] DEBUG: User /org/freedesktop/Accounts/User1000 added
2021-02-17 04:31:10.611414161  [+0.17s] DEBUG: Seat seat0: Creating display server of type x
2021-02-17 04:31:10.612441391  [+0.17s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
2021-02-17 04:31:10.612453906  [+0.17s] DEBUG: Using VT 7
2021-02-17 04:31:10.612459786  [+0.17s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-17 04:31:10.612556144  [+0.17s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-17 04:31:10.612636046  [+0.17s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-17 04:31:10.612707778  [+0.17s] DEBUG: XServer 0: Launching X Server
2021-02-17 04:31:10.613023695  [+0.17s] DEBUG: Launching process 769: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-17 04:31:10.613075147  [+0.17s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-17 04:31:10.613181555  [+0.17s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
2021-02-17 04:31:10.613344169  [+0.17s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-17 04:31:13.200337472  [+2.76s] DEBUG: Got signal 10 from process 769
2021-02-17 04:31:13.200343354  [+2.76s] DEBUG: XServer 0: Got signal from X server :0
2021-02-17 04:31:13.200345201  [+2.76s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-17 04:31:13.203106756  [+2.76s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-17 04:31:13.203111652  [+2.76s] DEBUG: Session pid=1012: Started with service 'lightdm-autologin', username 'meow'
2021-02-17 04:31:13.229913527  [+2.79s] DEBUG: Session pid=1012: Authentication complete with return value 0: Success
2021-02-17 04:31:13.229934619  [+2.79s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-17 04:31:13.229961658  [+2.79s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0
2021-02-17 04:31:13.230703158  [+2.79s] DEBUG: Session pid=1012: Running command /etc/lightdm/Xsession startxfce4
2021-02-17 04:31:13.230746827  [+2.79s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-17 04:31:13.230801908  [+2.79s] DEBUG: Session pid=1012: Logging to .xsession-errors
2021-02-17 04:31:13.237242181  [+2.79s] DEBUG: Activating VT 7
2021-02-17 04:31:13.237271506  [+2.79s] DEBUG: Activating login1 session 1
2021-02-17 04:31:13.237857280  [+2.79s] DEBUG: Seat seat0 changes active session to 1
2021-02-17 04:31:13.237874413  [+2.79s] DEBUG: Session 1 is already active
2021-02-17 04:31:13.880655873  [+3.44s] DEBUG: Session pid=1012: Exited with return value 1
2021-02-17 04:31:13.880680047  [+3.44s] DEBUG: Seat seat0: Session stopped
2021-02-17 04:31:13.881007268  [+3.44s] DEBUG: Seat seat0: Stopping display server, no sessions require it
2021-02-17 04:31:13.881011369  [+3.44s] DEBUG: Sending signal 15 to process 769
2021-02-17 04:31:13.882676728  [+3.44s] DEBUG: Seat seat0 changes active session to
2021-02-17 04:31:14.034096603  [+3.59s] DEBUG: Process 769 terminated with signal 6
2021-02-17 04:31:14.034101438  [+3.59s] DEBUG: XServer 0: X server stopped
2021-02-17 04:31:14.034102742  [+3.59s] DEBUG: Releasing VT 7
2021-02-17 04:31:14.034117441  [+3.59s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
2021-02-17 04:31:14.034143517  [+3.59s] DEBUG: Seat seat0: Display server stopped
2021-02-17 04:31:14.034206353  [+3.59s] DEBUG: Seat seat0: Active display server stopped, starting greeter
2021-02-17 04:31:14.034209470  [+3.59s] DEBUG: Seat seat0: Creating greeter session
2021-02-17 04:31:14.034814879  [+3.59s] DEBUG: Seat seat0: Creating display server of type x
2021-02-17 04:31:14.034819489  [+3.59s] DEBUG: Using VT 7
2021-02-17 04:31:14.034831302  [+3.59s] DEBUG: Seat seat0: Starting local X display on VT 7
2021-02-17 04:31:14.034844433  [+3.59s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
2021-02-17 04:31:14.034895872  [+3.59s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
2021-02-17 04:31:14.034914136  [+3.59s] DEBUG: XServer 0: Launching X Server
2021-02-17 04:31:14.035296867  [+3.59s] DEBUG: Launching process 1073: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
2021-02-17 04:31:14.035352949  [+3.59s] DEBUG: XServer 0: Waiting for ready signal from X server :0
2021-02-17 04:31:14.400000156  [+3.96s] DEBUG: Got signal 10 from process 1073
2021-02-17 04:31:14.400013873  [+3.96s] DEBUG: XServer 0: Got signal from X server :0
2021-02-17 04:31:14.400058245  [+3.96s] DEBUG: XServer 0: Connecting to XServer :0
2021-02-17 04:31:14.401348988  [+3.96s] DEBUG: Seat seat0: Display server ready, starting session authentication
2021-02-17 04:31:14.401606954  [+3.96s] DEBUG: Session pid=1096: Started with service 'lightdm-greeter', username 'lightdm'
2021-02-17 04:31:14.458061185  [+4.01s] DEBUG: Session pid=1096: Authentication complete with return value 0: Success
2021-02-17 04:31:14.458090974  [+4.01s] DEBUG: Seat seat0: Session authenticated, running command
2021-02-17 04:31:14.458132268  [+4.01s] DEBUG: Session pid=1096: Running command /usr/bin/lightdm-gtk-greeter
2021-02-17 04:31:14.458249737  [+4.01s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
2021-02-17 04:31:14.458592974  [+4.02s] DEBUG: Session pid=1096: Logging to /var/log/lightdm/seat0-greeter.log
2021-02-17 04:31:14.462935405  [+4.02s] DEBUG: Activating VT 7
2021-02-17 04:31:14.462988225  [+4.02s] DEBUG: Activating login1 session c1
2021-02-17 04:31:14.463639413  [+4.02s] DEBUG: Seat seat0 changes active session to c1
2021-02-17 04:31:14.463655719  [+4.02s] DEBUG: Session c1 is already active
2021-02-17 04:31:14.555819082  [+4.11s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
2021-02-17 04:31:14.760881165  [+4.32s] DEBUG: Greeter start authentication for meow
2021-02-17 04:31:14.761362974  [+4.32s] DEBUG: Session pid=1123: Started with service 'lightdm', username 'meow'
2021-02-17 04:31:14.772191467  [+4.33s] DEBUG: Session pid=1123: Authentication complete with return value 0: Success
2021-02-17 04:31:14.772218155  [+4.33s] DEBUG: Authenticate result for user meow: Success
2021-02-17 04:31:14.772219783  [+4.33s] DEBUG: User meow authorized
2021-02-17 04:31:16.214498771  [+5.77s] DEBUG: Greeter requests session xfce
2021-02-17 04:31:16.214798006  [+5.77s] DEBUG: Seat seat0: Stopping greeter; display server will be re-used for user session
2021-02-17 04:31:16.214805049  [+5.77s] DEBUG: Terminating login1 session c1
2021-02-17 04:31:16.216483741  [+5.77s] DEBUG: Session pid=1096: Sending SIGTERM
2021-02-17 04:31:16.217772437  [+5.77s] DEBUG: Seat seat0 changes active session to
2021-02-17 04:31:16.223580414  [+5.78s] DEBUG: Greeter closed communication channel
2021-02-17 04:31:16.223601436  [+5.78s] DEBUG: Session pid=1096: Exited with return value 0
2021-02-17 04:31:16.223630397  [+5.78s] DEBUG: Seat seat0: Session stopped
2021-02-17 04:31:16.223643720  [+5.78s] DEBUG: Seat seat0: Greeter stopped, running session
2021-02-17 04:31:16.223668531  [+5.78s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session1
2021-02-17 04:31:16.225632361  [+5.78s] DEBUG: Session pid=1123: Running command /etc/lightdm/Xsession startxfce4
2021-02-17 04:31:16.225752547  [+5.78s] DEBUG: Creating shared data directory /var/lib/lightdm-data/meow
2021-02-17 04:31:16.225812162  [+5.78s] DEBUG: Session pid=1123: Logging to .xsession-errors
2021-02-17 04:31:16.229678695  [+5.79s] DEBUG: Activating VT 7
2021-02-17 04:31:16.229722856  [+5.79s] DEBUG: Activating login1 session 2
2021-02-17 04:31:16.230329432  [+5.79s] DEBUG: Seat seat0 changes active session to 2
2021-02-17 04:31:16.230333794  [+5.79s] DEBUG: Session 2 is already active

Not sure if it helps, but I've noticed that across these 5 logs within this post, there is a key difference in the following steps where the earliest case of drift occurs:
Autologin happens:
Code: [Select]
2021-02-17 04:30:44.555046015  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-17 04:30:44.556732071  [+0.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?

2021-02-17 04:30:44.563572179  [+0.01s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-17 04:30:44.992830252  [+0.44s] DEBUG: Got signal 10 from process 1105
Autologin doesn't happen:
Code: [Select]
2021-02-17 04:31:10.445053304  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
2021-02-17 04:31:10.458124518  [+0.01s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?

2021-02-17 04:31:10.613344169  [+0.17s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
2021-02-17 04:31:13.200337472  [+2.76s] DEBUG: Got signal 10 from process 769
Losing just 0.01s between the 2 steps, causes commands in the future to get delayed by hugely differing amounts, and is the difference between getting autologged in or not. Of course , lightdm logs only have a resolution of 10ms, so no way to tell if this is actually the case without finer temporal steps. But looking at and before those lines might be of use.

This sure helps me appreciate the elegance and precision involved in something as fundamental as system initialization!
I've also been thinking: If I'm autologging in all the time, would it be possible to set it up without a display manager?
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: nous on 17 February 2021, 20:51:04
Yeah probably just a race. It doesn't happen to me though so it's kind of hard to tell where it is although I could guess.
@Hyperspace: Could you try this?
Code: [Select]
# echo "agetty-tty1" > /etc/s6/sv/lightdm-srv/dependencies
# sh /usr/share/libalpm/scripts/s6-rc-db-update-hook
Give it a few reboots and see if that does the trick.
Not on s6 either, but have a look at the startup services you've got and put them one-by-one in the lightdm's dependencies. Eventually you'll hit the one it needs. Most likely targets: accounts-daemon, elogind, dbus.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Dudemanguy on 18 February 2021, 04:15:57
Sad to say I'm out of ideas out this point.

Not on s6 either, but have a look at the startup services you've got and put them one-by-one in the lightdm's dependencies. Eventually you'll hit the one it needs. Most likely targets: accounts-daemon, elogind, dbus.

Those *should* all be satisfied. Well I guess I can't guarantee accounts-daemon is but that should be handled by lightdm normally.

I've also been thinking: If I'm autologging in all the time, would it be possible to set it up without a display manager?

You can autologin into the tty. Edit /etc/s6/sv/agetty-tty1/conf and put in your username.
Title: Re: Calamares - "Log in automatically" not being honoured
Post by: Hyperspace on 18 February 2021, 21:03:09
Fret not, it is indeed difficult to diagnose such race issues. Imagine all the possible permutations of services you need to try, I'd throw my arms up too.

In fact, since I never needed a DM, being the sole user, I'll try the DM-free tty autologin method instead. No need for a package if you don't need it, even if you've got a supercomputer!