Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2002 14:19:55 +0400
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        current@freebsd.org
Subject:   SSH: zombie appearse probably related to PAM
Message-ID:  <20020420101955.GA3631@nagual.pp.ru>

next in thread | raw e-mail | index | archive | help
WARNING: this bug present even _before_ my changes, tested with session.c 
v1.22

It happens only with 'localhost' and not in remote case. To
reproduce it, call:
	ssh localhost
login normally and then exit. At exit you'll see following message on 
console (or /var/log/messages):

sshd[<its_pid>]: error: session_by_pid: unknown pid <some_pid>

This is harmless, because this <some_pid> is pid of sshd zombie, but
how this zombie appearse? Why it not happens with remote login?
I suspect that PAM code can be involved here, but I am not sure...

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020420101955.GA3631>