From owner-freebsd-current@FreeBSD.ORG Tue Dec 2 09:27:17 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 1E95316A4CE for ; Tue, 2 Dec 2003 09:27:17 -0800 (PST) Received: from gunfright.epcdirect.co.uk (gunfright.epcdirect.co.uk [195.10.242.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C7F43FF7 for ; Tue, 2 Dec 2003 09:27:15 -0800 (PST) (envelope-from bsd-current@epcdirect.co.uk) Received: from localhost (localhost [127.0.0.1]) by gunfright.epcdirect.co.uk (Postfix) with ESMTP id 2759315435; Tue, 2 Dec 2003 17:27:15 +0000 (GMT) Received: from gunfright.epcdirect.co.uk ([127.0.0.1])port 10024) with ESMTP id 83413-07; Tue, 2 Dec 2003 17:27:13 +0000 (GMT) Received: from lfarr (l-farr.int.epcdirect.co.uk [192.168.6.200]) by gunfright.epcdirect.co.uk (Postfix) with ESMTP id DBF34153BD; Tue, 2 Dec 2003 17:27:12 +0000 (GMT) From: "Lawrence Farr" To: "'M. Warner Losh'" , Date: Tue, 2 Dec 2003 17:27:12 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <20031202.101548.67575348.imp@bsdimp.com> Thread-Index: AcO4+AMaePa5Kn9cQ5S5E5PRmkGsEQAAVBIg Message-Id: <20031202172712.DBF34153BD@gunfright.epcdirect.co.uk> X-Virus-Scanned: by Gunfright.epcdirect.co.uk 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:27:17 -0000 I get this error when trying to install the kernel, the same kernel installs fine on the box that made it. root@galaga:/usr/src# make installkernel Lawrence Farr EPC Direct Limited > -----Original Message----- > From: M. Warner Losh [mailto:imp@bsdimp.com] > Sent: 02 December 2003 17:16 > To: kris@obsecurity.org > Cc: bsd-current@epcdirect.co.uk; freebsd-current@freebsd.org > Subject: Re: 4 -> 5 Problem > > 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 >