all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Wong <brosasaki@gmail.com>
To: 75173@debbugs.gnu.org
Subject: bug#75173: SDDM Auth Error, VT Collision, Hardcoded Binary
Date: Sun, 29 Dec 2024 04:04:21 -0500	[thread overview]
Message-ID: <7f487fcd-2d89-437e-b2bf-abb9cc6d4714@gmail.com> (raw)

Hello Guix,

It appears that Guix' SDDM service has several issues, diagnosable from
its /var/log/sddm.log[3]. First of all, the program seeks to use
/gnu/store/...sddm/bin/sddm-greeter as a component. However, the default
'sddm' package instead has 'bin/sddm-greeter-qt6' instead, making the
service broken by default, as it won't work unless sddm-qt5 is specified
to be used instead.

Secondly, when using Wayland as the display server, SDDM appears to
"fail to take control of" TTY 1. Discussion on IRC suggested that it
couldn't log in because mingetty had set up a terminal there.
Documentation on SDDM's repository [1] shows that the default TTY is
configured by the SDDM_INITIAL_VT CMake variable defaulting to 1. This
should be changed to 7, maybe. The 'MinimumVT' option also no longer
works since SDDM v0.20 [2].

Finally, there is the "Auth Error". It appears that the service
struggles with PAM authenticating itself; maybe that's really what's
keeping it away from tty1? This is the most fuzzy error, it seems
similar to other errors on the SDDM repo.

[1] https://github.com/sddm/sddm?tab=readme-ov-file#virtual-terminals
[2] https://man.archlinux.org/man/sddm.conf.5
[3] Below is a snippet of my log. It repeats several times each second:
[02:36:50.366] (II) DAEMON: Socket server stopping...
[02:36:50.366] (II) DAEMON: Socket server stopped.
[02:36:50.366] (II) DAEMON: Removing display SDDM::Display(0x3e9946c0) ...
[02:36:50.366] (II) DAEMON: Adding new display...
[02:36:50.366] (II) DAEMON: Loaded empty theme configuration
[02:36:50.366] (II) DAEMON: Using VT 1
[02:36:50.366] (II) DAEMON: Display server started.
[02:36:50.366] (II) DAEMON: Socket server starting...
[02:36:50.367] (II) DAEMON: Socket server started.
[02:36:50.367] (II) DAEMON: Loading theme configuration from 
"/run/current-system/profile/share/sddm/themes/maldives/theme.conf"
[02:36:50.367] (II) DAEMON: Greeter starting...
[02:36:50.372] (II) HELPER: [PAM] Starting...
[02:36:50.372] (II) HELPER: [PAM] Authenticating...
[02:36:50.372] (II) HELPER: [PAM] returning.
[02:36:50.417] (EE) HELPER: Failed to take control of "/dev/tty1" 
("root"): Operation not permitted
[02:36:50.418] (II) DAEMON: Greeter session started successfully
[02:36:50.418] (II) HELPER: [PAM] Closing session
[02:36:50.418] (II) HELPER: [PAM] Ended.
[02:36:50.419] (WW) DAEMON: Auth: sddm-helper exited with 5
[02:36:50.419] (II) DAEMON: Greeter stopped. SDDM::Auth::HELPER_TTY_ERROR
[02:36:50.419] (II) DAEMON: Jumping to VT 1
[02:36:50.482] (II) DAEMON: VT mode didn't need to be fixed
[02:36:50.482] (II) DAEMON: Socket server stopping...
[02:36:50.482] (II) DAEMON: Socket server stopped.
[02:36:50.482] (II) DAEMON: Removing display SDDM::Display(0x3e998d40) ...
[02:36:50.483] (II) DAEMON: Adding new display...
[02:36:50.483] (II) DAEMON: Loaded empty theme configuration
[02:36:50.483] (II) DAEMON: Using VT 1
[02:36:50.483] (II) DAEMON: Display server started.
[02:36:50.483] (II) DAEMON: Socket server starting...
[02:36:50.483] (II) DAEMON: Socket server started.
[02:36:50.483] (II) DAEMON: Loading theme configuration from 
"/run/current-system/profile/share/sddm/themes/maldives/theme.conf"
[02:36:50.483] (II) DAEMON: Greeter starting...
[02:36:50.488] (II) HELPER: [PAM] Starting...
[02:36:50.488] (II) HELPER: [PAM] Authenticating...
[02:36:50.488] (II) HELPER: [PAM] returning.
[02:36:50.525] (EE) HELPER: Failed to take control of "/dev/tty1" 
("root"): Operation not permitted
[02:36:50.525] (II) DAEMON: Greeter session started successfully
[02:36:50.526] (II) HELPER: [PAM] Closing session
[02:36:50.526] (II) HELPER: [PAM] Ended.
[02:36:50.527] (WW) DAEMON: Auth: sddm-helper exited with 5
[02:36:50.527] (II) DAEMON: Greeter stopped. SDDM::Auth::HELPER_TTY_ERROR
[02:36:50.527] (II) DAEMON: Jumping to VT 1
[02:36:50.582] (II) DAEMON: VT mode didn't need to be fixed
[02:36:50.582] (II) DAEMON: Socket server stopping...
[02:36:50.582] (II) DAEMON: Socket server stopped.
[02:36:50.582] (II) DAEMON: Removing display SDDM::Display(0x3e9941e0) ...
[02:36:50.582] (II) DAEMON: Adding new display...
[02:36:50.582] (II) DAEMON: Loaded empty theme configuration
[02:36:50.583] (II) DAEMON: Using VT 1
[02:36:50.583] (II) DAEMON: Display server started.
[02:36:50.583] (II) DAEMON: Socket server starting...
[02:36:50.583] (II) DAEMON: Socket server started.
[02:36:50.583] (II) DAEMON: Loading theme configuration from 
"/run/current-system/profile/share/sddm/themes/maldives/theme.conf"
[02:36:50.583] (II) DAEMON: Greeter starting...
[02:36:50.588] (II) HELPER: [PAM] Starting...
[02:36:50.588] (II) HELPER: [PAM] Authenticating...
[02:36:50.588] (II) HELPER: [PAM] returning.
[02:36:50.621] (EE) HELPER: Failed to take control of "/dev/tty1" 
("root"): Operation not permitted
[02:36:50.621] (II) DAEMON: Greeter session started successfully
[02:36:50.622] (II) HELPER: [PAM] Closing session
[02:36:50.622] (II) HELPER: [PAM] Ended.
[02:36:50.623] (WW) DAEMON: Auth: sddm-helper exited with 5
[02:36:50.623] (II) DAEMON: Greeter stopped. SDDM::Auth::HELPER_TTY_ERROR
[02:36:50.623] (II) DAEMON: Jumping to VT 1
[02:36:50.682] (II) DAEMON: VT mode didn't need to be fixed
[02:36:50.682] (II) DAEMON: Socket server stopping...
[02:36:50.682] (II) DAEMON: Socket server stopped.
[02:36:50.682] (II) DAEMON: Removing display SDDM::Display(0x3e998d40) ...
[02:36:50.682] (II) DAEMON: Adding new display...
[02:36:50.682] (II) DAEMON: Loaded empty theme configuration
[02:36:50.683] (II) DAEMON: Using VT 1
[02:36:50.683] (II) DAEMON: Display server started.
[02:36:50.683] (II) DAEMON: Socket server starting...
[02:36:50.683] (II) DAEMON: Socket server started.
[02:36:50.683] (II) DAEMON: Loading theme configuration from 
"/run/current-system/profile/share/sddm/themes/maldives/theme.conf"
[02:36:50.683] (II) DAEMON: Greeter starting...
[02:36:50.688] (II) HELPER: [PAM] Starting...
[02:36:50.688] (II) HELPER: [PAM] Authenticating...
[02:36:50.688] (II) HELPER: [PAM] returning.
[02:36:50.725] (EE) HELPER: Failed to take control of "/dev/tty1" 
("root"): Operation not permitted
[02:36:50.726] (II) DAEMON: Greeter session started successfully
[02:36:50.726] (II) HELPER: [PAM] Closing session
[02:36:50.726] (II) HELPER: [PAM] Ended.
[02:36:50.727] (WW) DAEMON: Auth: sddm-helper exited with 5
[02:36:50.727] (II) DAEMON: Greeter stopped. SDDM::Auth::HELPER_TTY_ERROR
[02:36:50.727] (II) DAEMON: Jumping to VT 1
[02:36:50.782] (II) DAEMON: VT mode didn't need to be fixed
[02:36:50.782] (II) DAEMON: Socket server stopping...
[02:36:50.782] (II) DAEMON: Socket server stopped.
[02:36:50.783] (II) DAEMON: Removing display SDDM::Display(0x3e9941e0) ...
[02:36:50.783] (II) DAEMON: Adding new display...
[02:36:50.783] (II) DAEMON: Loaded empty theme configuration
[02:36:50.783] (II) DAEMON: Using VT 1
[02:36:50.783] (II) DAEMON: Display server started.
[02:36:50.783] (II) DAEMON: Socket server starting...
[02:36:50.783] (II) DAEMON: Socket server started.
[02:36:50.783] (II) DAEMON: Loading theme configuration from 
"/run/current-system/profile/share/sddm/themes/maldives/theme.conf"
[02:36:50.783] (II) DAEMON: Greeter starting...
[02:36:50.788] (II) HELPER: [PAM] Starting...
[02:36:50.788] (II) HELPER: [PAM] Authenticating...
[02:36:50.789] (II) HELPER: [PAM] returning.
[02:36:50.821] (EE) HELPER: Failed to take control of "/dev/tty1" 
("root"): Operation not permitted
[02:36:50.821] (II) DAEMON: Greeter session started successfully
[02:36:50.821] (II) HELPER: [PAM] Closing session
[02:36:50.822] (II) HELPER: [PAM] Ended.
[02:36:50.822] (WW) DAEMON: Auth: sddm-helper exited with 5
[02:36:50.822] (II) DAEMON: Greeter stopped. SDDM::Auth::HELPER_TTY_ERROR
[02:36:50.822] (II) DAEMON: Jumping to VT 1
[02:36:50.898] (II) DAEMON: VT mode didn't need to be fixed
[02:36:50.898] (II) DAEMON: Socket server stopping...
[02:36:50.898] (II) DAEMON: Socket server stopped.
[02:36:50.899] (II) DAEMON: Removing display SDDM::Display(0x3e998d40) ...
[02:36:50.899] (II) DAEMON: Adding new display...
[02:36:50.899] (II) DAEMON: Loaded empty theme configuration
[02:36:50.899] (II) DAEMON: Using VT 1
[02:36:50.899] (II) DAEMON: Display server started.
[02:36:50.899] (II) DAEMON: Socket server starting...
[02:36:50.899] (II) DAEMON: Socket server started.
[02:36:50.899] (II) DAEMON: Loading theme configuration from 
"/run/current-system/profile/share/sddm/themes/maldives/theme.conf"
[02:36:50.899] (II) DAEMON: Greeter starting...
[02:36:50.899] (II) DAEMON: Socket server stopping...
[02:36:50.899] (II) DAEMON: Socket server stopped.
[02:36:50.900] (WW) DAEMON: Auth: sddm-helper (--socket 
/tmp/sddm-auth-ec4d9f68-621a-4e10-8481-dd625e39d088 --id 14 --start 
/gnu/store/xyhpks9x9zb2kmhg3g8f1v2afdpmqls9-sddm-qt5-0.21.0/bin/sddm-greeter 
--socket /tmp/sddm--IDmhON --theme 
/run/current-system/profile/share/sddm/themes/maldives --user sddm 
--display-server weston --shell=kiosk --greeter) crashed (exit code 1)
[02:36:50.900] (WW) DAEMON: Auth: sddm-helper exited with 15





                 reply	other threads:[~2024-12-31 11:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7f487fcd-2d89-437e-b2bf-abb9cc6d4714@gmail.com \
    --to=brosasaki@gmail.com \
    --cc=75173@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.