Could this be related?
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563335
> Fgetty doesn't support the sha512 algorithm that is used as default in debian
> squeeze for shadow passwords.
** Bug watch added: Debian Bug tracker #563335
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563
Here's an strace. HTH.
root:~# printf "%s\0%s\0%s\0" bob s3cr3t Y2009 | strace checkpassword true 3<&0
execve("/bin/checkpassword", ["checkpassword", "true"], [/* 21 vars */]) = 0
open("/dev/urandom", O_RDONLY) = 4
read(4, "\256\17\273\37\16\272d\267"..., 8) = 8
close(4)
I know no running fgetty & checkpassword in ubuntu, but the bug is not
mentioned.
--
checkpassword apparently broken in Jaunty
https://bugs.launchpad.net/bugs/372025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
Could anything be done to fix the failing checkpassword?
For me fgetty is unusable…
fgetty-longin2 brings up a "Segmentation fault"
fgetty-login says every time "wrong password" while I press enter; so I think,
it crashes, because normally it should wait a few seconds when a wrong password
is ent
Please ignore my guess about PAM. It seems fgetty doesn't use it at all.
It must be something else.
--
checkpassword apparently broken in Jaunty
https://bugs.launchpad.net/bugs/372025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
u
Steps to reproduce:
1. From any terminal, run /bin/fgetty-login
2. Enter login name and password
3. Login fails with "checkpassword: wrong password"
Running "sudo fgetty-login" fails equally.
Could this be a problem with PAM, due to fgetty's login and login2 being
renamed fgetty-login and fgetty