From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12217 invoked from network); 4 May 2004 15:33:17 +0000 Received: from smtp.gentoo.org (128.193.0.39) by eagle.gentoo.oregonstate.edu with DES-CBC3-SHA encrypted SMTP; 4 May 2004 15:33:17 +0000 Received: from lists.gentoo.org ([128.193.0.34] helo=eagle.gentoo.org) by smtp.gentoo.org with esmtp (Exim 4.24) id 1BL1v3-00024A-1y for arch-gentoo-dev@lists.gentoo.org; Tue, 04 May 2004 15:33:17 +0000 Received: (qmail 16568 invoked by uid 50004); 4 May 2004 15:33:16 +0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 4896 invoked from network); 4 May 2004 15:33:16 +0000 Date: Tue, 4 May 2004 10:33:16 -0500 From: splite-gentoo@sigint.cs.purdue.edu To: gentoo-dev@lists.gentoo.org Message-ID: <20040504153316.GB7040@sigint.cs.purdue.edu> References: <20040502173223.GA7160@linux1.home> <20040503162436.GA1938@sigint.cs.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Disclaimer: Any similarity to an opinion of Purdue is purely coincidental Subject: Re: [gentoo-dev] Re: strange gentoo shutdown sequence X-Archives-Salt: 5e4529a6-61ae-4eab-aa70-6950a38ee4ea X-Archives-Hash: 8ddef7420ea5d72e2541a2596250a36a On Tue, May 04, 2004 at 05:13:52PM +0200, Sven K?hler wrote: > >It's not a real problem because init only signals processes still in init's > >process group, and there usually aren't any. (Run "ps -eo pid,pgrp,cmd" to > >see if any are, if you're curious.) > > well why is the shell inside my gnome-terminal killed (and restarted by > gnome-terminal over and over again) if i execute halt? Because halt also signals all processes, independently of init. Look at the top of /etc/init.d/halt.sh: | ebegin "Sending all processes the TERM signal" | killall5 -15 &> /dev/null | eend $? | sleep 5 | ebegin "Sending all processes the KILL signal" | killall5 -9 &> /dev/null | eend $? -- gentoo-dev@gentoo.org mailing list