Well, I have a problem with my username and password login.
It seems like my system not recognize the username, password, groups. I also use nscd as well to see how is the process, but still it's confusing.
I have checked /etc/passwd, /etc/shadow and /etc/groups also, and it seems normal.
this is the log of id command and nscd :
id 7851: handle_request: request received (Version = 2) from PID 8038 7851: GETFDPW 7851: provide access to FD 8, for passwd 7851: handle_request: request received (Version = 2) from PID 8038 7851: GETPWBYUID (0) 7851: Haven't found "0" in password cache! 7851: add new entry "0" of type GETPWBYUID for passwd to cache (first) 7851: handle_request: request received (Version = 2) from PID 8038 7851: GETFDGR 7851: provide access to FD 10, for group 7851: handle_request: request received (Version = 2) from PID 8038 7851: GETGRBYGID (0) 7851: Haven't found "0" in group cache! 7851: add new entry "0" of type GETGRBYGID for group to cache (first) uid=0 gid=0 groups=0
And this is with groups command
groups 7851: handle_request: request received (Version = 2) from PID 8048 7851: GETFDPW 7851: provide access to FD 8, for passwd 7851: handle_request: request received (Version = 2) from PID 8048 7851: GETPWBYUID (0) 7851: Haven't found "0" in password cache! 7851: add new entry "0" of type GETPWBYUID for passwd to cache (first) 7851: handle_request: request received (Version = 2) from PID 8048 7851: GETFDGR 7851: provide access to FD 10, for group id: cannot find name for group ID 0 0 I have no name!@morningboy-desktop:/#
I also face "I have no name!" in my login prompt.
So How is it ?