From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thornton Prime Subject: Re: forcing a reboot Date: Fri, 22 Oct 2004 06:08:22 -0700 Sender: linux-admin-owner@vger.kernel.org Message-ID: <41790646.6000508@yoyoweb.com> References: <20041022102923.GA1866@fede2.tumsan.fi> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20041022102923.GA1866@fede2.tumsan.fi> List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: urgrue Cc: admin urgrue wrote: > is there a way to force an instant reboot? in some cases "reboot" doesnt > work, as it seems to do many things before actually initiating a > phsyical reset, like shutting down processes. ive now run into the > situation a few times where zombie processes or module problems can > prevent "reboot" from completing its task. For "extreme" rebooting, check out the kernel sysctl interface. You can send commands via keyboard, serial, or cat > /proc/sysctl. Command include forced reboot, killall, killall (minus init), dump, etc. thornton