Gentoo Archives: gentoo-dev

From: "Sven Köhler" <skoehler@×××.de>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: strange gentoo shutdown sequence
Date: Tue, 04 May 2004 16:02:37
Message-Id: c78eqp$n26$1@sea.gmane.org
In Reply to: Re: [gentoo-dev] Re: strange gentoo shutdown sequence by splite-gentoo@sigint.cs.purdue.edu
1 > I don't know; I don't use RHL or RHEL. However, I suspect they work just
2 > as Gentoo does. init(8) first signals the processes in its process group,
3 > so you'll see:
4 >
5 > INIT: Switching to runlevel 0
6 > INIT: Sending processes the TERM signal
7 > INIT: Sending processes the KILL signal
8 >
9 > on the console. Then init runs the RHL shutdown scripts, the final one of
10 > which probably sends all processes SIGTERM and SIGKILL, just like Gentoo's
11 > /etc/init.d/halt.sh does.
12
13 No, you first see the init-scripts shutting down all the services, and
14 than you see the TERM/KILL stuff.
15
16
17 --
18 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Re: strange gentoo shutdown sequence Daniel Drake <dsd@g.o>
Re: [gentoo-dev] Re: strange gentoo shutdown sequence splite-gentoo@××××××××××××××××.edu