Hi, I am using telnetd, there I am seeing fcnt64(/var/run/utmp is failing ) which internally causing delay in login to the machine..
I have checked the file utmp file, but this file is fine. can you please help me to check this issue further? Regards, Hemantha /bin/telnetd --version telnetd (GNU inetutils) 1.8 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html >. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by many authors. open("/var/run/utmp", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 5 _llseek(5, 0, [0], SEEK_SET) = 0 alarm(0) = 0 rt_sigaction(SIGALRM, {0xff6c900, [], 0}, {SIG_DFL, [], 0}, 8) = 0 alarm(10) = 0 fcntl64(5, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = ? ERESTARTSYS (To be restarted) --- SIGALRM (Alarm clock) @ 0 (0) ---