From owner-freebsd-stable@FreeBSD.ORG Mon Jul 14 09:31:17 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB8C537B401 for ; Mon, 14 Jul 2003 09:31:17 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A704643FBD for ; Mon, 14 Jul 2003 09:30:44 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h6EGUfcF009441; Mon, 14 Jul 2003 10:30:41 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 14 Jul 2003 10:30:38 -0600 (MDT) Message-Id: <20030714.103038.89278293.imp@bsdimp.com> To: des@des.no From: "M. Warner Losh" In-Reply-To: References: <20030713.074645.78025531.imp@bsdimp.com> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: stable@freebsd.org Subject: Re: sshd 'zombie' processes X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 16:31:18 -0000 In message: des@des.no (Dag-Erling Sm=F8rgrav) writes: : "M. Warner Losh" writes: : > each scp or ssh I do to a 4.8-stable machine I have gives me two : > 'zombie' processes: : > : > root 282 0.0 0.4 5236 2184 ?? I 7:41AM 0:00.05 sshd:= imp [priv] (sshd) : > imp 284 0.0 0.4 5252 2260 ?? I 7:41AM 0:00.01 sshd:= imp@notty (sshd) : = : This is perfectly normal (unless they stick around after you log off)= .= They stick around until I kill them off. Eg, each and every scp that I do causes another one to appear and not disappear. Warner