From owner-freebsd-current@FreeBSD.ORG Tue Dec 2 09:16:28 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4354D16A4CE for ; Tue, 2 Dec 2003 09:16:28 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E95DE43FA3 for ; Tue, 2 Dec 2003 09:16:21 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hB2HGEgt027926; Tue, 2 Dec 2003 10:16:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 02 Dec 2003 10:15:48 -0700 (MST) Message-Id: <20031202.101548.67575348.imp@bsdimp.com> To: kris@obsecurity.org From: "M. Warner Losh" In-Reply-To: <20031202164440.GA47393@xor.obsecurity.org> References: <20031126193142.DBC28154C4@gunfright.epcdirect.co.uk> <20031202163342.EFC1F1555E@gunfright.epcdirect.co.uk> <20031202164440.GA47393@xor.obsecurity.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: 4 -> 5 Problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 17:16:28 -0000 In message: <20031202164440.GA47393@xor.obsecurity.org> Kris Kennaway writes: : On Tue, Dec 02, 2003 at 04:33:42PM -0000, Lawrence Farr wrote: : > : > I've just tried this again, and noticed an error message that I'd : > missed: : : > install -p -m 555 -o root -g wheel kernel /boot/kernel : > *** Signal 12 : : This usually means you've tried to update something out of the correct : order. Signal 12 means thaqt you didn't upgrade your kernel first. Warner