Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] Greetd unable to login & elogind error
Date: Mon, 11 Apr 2022 17:01:00 +0200	[thread overview]
Message-ID: <20220411150100.WP-yoADbwrPWQ60cOmcO5ymWA19fGMBWhe-7BZ38HbI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35870@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 4139 bytes --]

Closed issue by RicArch97 on void-packages repository

https://github.com/void-linux/void-packages/issues/35870

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  Void 5.16.11_1 x86_64 AuthenticAMD uptodate rrrmFFFFFFFFFF
* package:  
  greetd-0.8.0_1

### Expected behavior
Be able to login through agreety.

### Actual behavior
In TTY itself, I'm getting "This account is not currently available" when logging in as my user. Trying to login in as root gave me an incorrect password error, but the password is 100% correct (checked).

`svlogtail` shows me the following errors for `greetd` and `elogind`:
```
2022-02-27T00:57:29.36204 authpriv.err: Feb 27 01:57:29 greetd: pam_securetty(greetd:auth): cannot determine user's tty
2022-02-27T00:57:29.70479 auth.err: Feb 27 01:57:29 elogind[1653]: elogind is already running as PID 1236
2022-02-27T00:57:30.70925 auth.err: Feb 27 01:57:30 elogind[1661]: elogind is already running as PID 1236
2022-02-27T00:57:31.71351 auth.err: Feb 27 01:57:31 elogind[1668]: elogind is already running as PID 1236
2022-02-27T00:57:32.71825 auth.err: Feb 27 01:57:32 elogind[1675]: elogind is already running as PID 1236
2022-02-27T00:57:33.72263 auth.err: Feb 27 01:57:33 elogind[1682]: elogind is already running as PID 1236
2022-02-27T00:57:34.72692 auth.err: Feb 27 01:57:34 elogind[1690]: elogind is already running as PID 1236
2022-02-27T00:57:35.73149 auth.err: Feb 27 01:57:35 elogind[1697]: elogind is already running as PID 1236
2022-02-27T00:57:36.73632 auth.err: Feb 27 01:57:36 elogind[1704]: elogind is already running as PID 1236
2022-02-27T00:57:37.74101 auth.err: Feb 27 01:57:37 elogind[1713]: elogind is already running as PID 1236
2022-02-27T00:57:38.74557 auth.err: Feb 27 01:57:38 elogind[1720]: elogind is already running as PID 1236
2022-02-27T00:57:39.74996 auth.err: Feb 27 01:57:39 elogind[1727]: elogind is already running as PID 1236
2022-02-27T00:57:40.75455 auth.err: Feb 27 01:57:40 elogind[1735]: elogind is already running as PID 1236
2022-02-27T00:57:41.75909 auth.err: Feb 27 01:57:41 elogind[1742]: elogind is already running as PID 1236
2022-02-27T00:57:42.76429 auth.err: Feb 27 01:57:42 elogind[1749]: elogind is already running as PID 1236
2022-02-27T00:57:43.41557 authpriv.notice: Feb 27 01:57:43 greetd: pam_unix(greetd:auth): check pass; user unknown
2022-02-27T00:57:43.41559 authpriv.notice: Feb 27 01:57:43 greetd: pam_unix(greetd:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=
```
The `elogind` service was unable to start as well. Without `greetd`, there are no problems with `elogind`.

Of course i have disabled the `agetty-tty1` service when running `greetd` on VT1 as stated in the included readme.
Checked `/etc/pam.d/` and the `greetd` file exists.
The user `_greeter` also exists and is in the `video` group.

The `/etc/greetd/config.toml` file is the default.

I normally have the following services running (without greetd here, because it didn't work):
```
run: /var/service/NetworkManager: (pid 1191) 764s
run: /var/service/agetty-tty1: (pid 1202) 764s
run: /var/service/agetty-tty2: (pid 1213) 764s
run: /var/service/bluetoothd: (pid 1218) 764s; run: log: (pid 1216) 764s
run: /var/service/dbus: (pid 1209) 764s
run: /var/service/elogind: (pid 1194) 764s
run: /var/service/fcron: (pid 1189) 764s
run: /var/service/isc-ntpd: (pid 1200) 764s
run: /var/service/libvirtd: (pid 1217) 764s; run: log: (pid 1214) 764s
run: /var/service/nanoklogd: (pid 1327) 763s
run: /var/service/polkitd: (pid 1211) 764s
run: /var/service/socklog-unix: (pid 1212) 764s; run: log: (pid 1210) 764s
run: /var/service/udevd: (pid 1205) 764s
run: /var/service/uuidd: (pid 1199) 764s
run: /var/service/virtlockd: (pid 1206) 764s; run: log: (pid 1203) 764s
run: /var/service/virtlogd: (pid 1204) 764s; run: log: (pid 1201) 764s
```

### Steps to reproduce the behavior
Enable the `greetd` service and try to login.


      parent reply	other threads:[~2022-04-11 15:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-27  1:16 [ISSUE] " RicArch97
2022-02-28 12:30 ` travankor
2022-04-04  1:53 ` furryfixer
2022-04-07  2:45 ` cinerea0
2022-04-07  3:31 ` RicArch97
2022-04-07 20:29 ` cinerea0
2022-04-07 21:04 ` furryfixer
2022-04-11 15:01 ` paper42 [this message]

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=20220411150100.WP-yoADbwrPWQ60cOmcO5ymWA19fGMBWhe-7BZ38HbI@z \
    --to=paper42@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).