Date: Sat, 20 Apr 2002 19:36:24 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: current@FreeBSD.ORG Cc: des@FreeBSD.ORG Subject: Re: SSH: zombie appearse probably related to PAM Message-ID: <20020420153623.GE6166@nagual.pp.ru> In-Reply-To: <20020420101955.GA3631@nagual.pp.ru> References: <20020420101955.GA3631@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
This one still present, libutil/login.c commit not fix it. On Sat, Apr 20, 2002 at 14:19:55 +0400, Andrey A. Chernov wrote: > 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?20020420153623.GE6166>