From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Oeser Subject: Safe remote kernel install howto (Re: [Bugme-new] [Bug 6613] New: iptables broken on 32-bit PReP (ARCH=ppc)) Date: Fri, 26 May 2006 14:29:35 +0200 Message-ID: <200605261429.36078.netdev@axxeo.de> References: <200605251004.k4PA4Lek007751@fire-2.osdl.org> <4475FCFC.5000701@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: kernel list , netdev@vger.kernel.org Return-path: Received: from mail.axxeo.de ([82.100.226.146]:44161 "EHLO mail.axxeo.de") by vger.kernel.org with ESMTP id S1750750AbWEZM3r (ORCPT ); Fri, 26 May 2006 08:29:47 -0400 To: Meelis Roos In-Reply-To: Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hi Meelis, > Unfortunatlety, 2.6.15 does not boot on this machine so I'm locked out > remotely at the moment. Here it my paranoid boot setup: 1. Use "lilo -R new-kernel", to boot a kernel only once and reboot the default kernel next time. 2. Force reboot on any panic after 10 seconds: append="panic=10" in /etc/lilo.conf 3. Schedule automatic reboot in case of impossible login echo "/bin/sync; /sbin/reboot -f "|at now + 15min 4. Put "sysctl -w kernel.panic_on_oops=1" as early as possible in your boot scripts[1]. And now reboot into the new kernel, try to login and delete the reboot cronjob. If this doesn't work, just wait 15min and have the last stable kernel booted automatically. This method saved me and our customers a lot of time already :-) Regards Ingo Oeser [1] This should be the default and should be disabled by the init scripts as soon as we reach the desired runlevel (S99oops_not_fatal).