You don't exist, go away!
Mar. 27th, 2017 10:48 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I think today was the first time I seen this message in a terminal:
# ssh $IP
do_ypcall: clnt_cal: RPC: Time out
You don't exist, go away!
#
Good sense of humor, guys!
# ssh $IP
do_ypcall: clnt_cal: RPC: Time out
You don't exist, go away!
#
Good sense of humor, guys!
no subject
Date: 2017-03-28 11:16 am (UTC)no subject
Date: 2017-03-28 03:19 pm (UTC)no subject
Date: 2017-04-06 12:44 pm (UTC)It was caused by disk error which destroyed /etc/passwd.
no subject
Date: 2017-04-06 02:28 pm (UTC)Looks like it is my ssh: http://repo.or.cz/w/openssh-git.git/blob/HEAD:/ssh.c#l273
no subject
Date: 2017-04-06 02:38 pm (UTC)It is quite clear what happens - system (libc) function getpwuid is unable to get passwd record for the UID which process is already running under.
This is probably due to some local network glitch, which causes NIS RPC call to fail.