Hi Everyone,
I have this strange problem whenever i do a ssh/telnet to my linux box i get this message, this happens for all users except "root", i tried creating new user and logging in with new user but i get this same message, pls if anyone could help me out with this problem.
Red Hat Linux release 9 (Shrike) Kernel 2.4.20-8 on an i686 login: raj Password: Last login: Sat Sep 4 13:13:40 from pc19 id: cannot find name for user ID 500 id: cannot find name for user ID 500 [I have no name!@beta raj]$
Thanks,
Rajendra Rait.
On 04/09/04 07:51 +0000, Rajendra Rait wrote:
Red Hat Linux release 9 (Shrike) Kernel 2.4.20-8 on an i686 login: raj Password:
^^^^^^^^^^^^^ Telnet is plaintext over the network, use ssh instead.
Last login: Sat Sep 4 13:13:40 from pc19 id: cannot find name for user ID 500 id: cannot find name for user ID 500 [I have no name!@beta raj]$
What does ls -l /etc/passwd say? The permissions on /etc/passwd should be 644
Devdas Bhagat