n3rdopolis

Results 81 comments of n3rdopolis

Mate is kind of as-is because their Wayland support is not quite complete yet. Although the cursors not appearing is odd, could be hardware cursors. Try to replace the line...

Odd, yeah I don't think the _password_ should cause issues with the ssh phase, to my knowledge `dpkg-reconfigure openssh-server` does ssh-keygen under /etc/ for the machine, not the user as...

Odd, I just tried to have qemu emulate a core 1 duo processor, and an install, and ssh didn't fail, not sure the best way to replicate it. That warning...

I wonder if the keyboard layout is causing the password to be entered weird. The loginmanagerdisplay shouldn't be but lets eliminate it. If you hit Login>Enter User Name, and start...

Dang Trying on a Dell Inspirion E1405 with a Core 1 Solo processor, I could not seem to replicate the SSH config failure, and user logins work. when you log...

`Dec 23 06:50:33 saturday perl[1242]: pam_unix(login:auth): authentication failure; logname= uid=0 euid=0 tty= >` dang, that is indeed it evaluating the password and it coming up wrong, can you `journalctl |grep...

Try `sudo passwd -S friday` without the dollar, the dollar meant $THE_USER as in it's a variable, I should have been more clear there.

I am thinking that it appears like it may actually fix the multiseat issue too? It allows a second Wayland session to start on the second seat of this QEMU...

So in addition to this, how does this look to you? I am not 100% familiar with SDDM's codebase, and I gotta test this on my VM too... ``` diff...

OK, more testing (up until now case 4 indeed was not working) 1. if you have just seat0 on a kernel without VTs it works. 2. if you have just...