I've some problem with ecryptfs, after setup this with issue when I unlock my PC
unix_chkpwd[2596]: check pass; user unknown
I've fixed this
# ls -l /etc/shadow -rw-r----- 1 root root 1096 июля 5 09:49 /etc/shadow
# chgrp shadow /etc/shadow
# ls -l /etc/shadow -rw-r----- 1 root shadow 1096 июля 5 09:49 /etc/shadow
I've some problem with ecryptfs, after setup this with issue when I unlock my PC
unix_chkpwd[2596]: check pass; user unknown
I've fixed this
# ls -l /etc/shadow
-rw-r----- 1 root root 1096 июля 5 09:49 /etc/shadow
# chgrp shadow /etc/shadow
# ls -l /etc/shadow
-rw-r----- 1 root shadow 1096 июля 5 09:49 /etc/shadow