Conversation
This commit technically closes pop-os#41 but the issue is deeper than the message itself. The message `unable to send message: Connection refused (os error 111)` overrides the failed login prompt. `COSMIC greeter` seems to be sending a stray message over the socket.
630f44f to
3c11289
Compare
|
An auth error does not have to be a password related error. I think the connection refused error is not coming from PAM. When we get an error from PAM we should display it as it was provided. |
|
You're right about the connection refused error. I've been messing around with this for a week but I can't figure out what's causing that error. Through the magic of print debugging...: ...I found out that the first I tried switching to So. I might be stumped. |
|
It's okay, I am confused by it as well. If TokioCodec helps with another problem might as well PR that piece separately. |
|
Sorry. I ended up really busy for these last few days. I just opened a PR fixing the deadlocks issue though. |
Closes: #41