From owner-freebsd-hackers Sat Aug 24 1:22:50 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEA4A37B400 for ; Sat, 24 Aug 2002 01:22:43 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id D59F343E65 for ; Sat, 24 Aug 2002 01:22:41 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 2AE538123B; Sat, 24 Aug 2002 17:52:37 +0930 (CST) Date: Sat, 24 Aug 2002 17:52:37 +0930 From: Greg 'groggy' Lehey To: Patrick O'Reilly Cc: Andrew Gallatin , Julian Elischer , ivan_alb@agava.com, freebsd-hackers@freebsd.org Subject: Re: Kernel Panic = System crash 8 times in 4 days Message-ID: <20020824082237.GI87563@wantadilla.lemis.com> References: <054301c24aae$6b99ed50$b50d030a@PATRICK> <3D6642A2.3040102@agava.com> <15718.17268.289160.923598@grasshopper.cs.duke.edu> <3D664415.3040908@agava.com> <15718.17582.370143.817484@grasshopper.cs.duke.edu> <20020824044646.GA87563@wantadilla.lemis.com> <024d01c24b3b$b7f90860$0200000a@perimeter.co.za> <20020824070321.GG87563@wantadilla.lemis.com> <029901c24b3e$3e8d5320$0200000a@perimeter.co.za> <033a01c24b46$0be758a0$0200000a@perimeter.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <033a01c24b46$0be758a0$0200000a@perimeter.co.za> User-Agent: Mutt/1.3.99i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday, 24 August 2002 at 10:12:45 +0200, Patrick O'Reilly wrote: > From: "Patrick O'Reilly" >> >> OK - I'll try that patch. But now for the dumb question: How do I do >> this? I am a religious user of cvsup, portupgrade and make. Applying a >> specific patch is foreign territory to me. >> >> Here are the version numbers I have for these bits of source under >> /usr/src/sys/dev/vinum: >> # grep FreeBSD vinumstate.c >> * $FreeBSD: src/sys/dev/vinum/vinumstate.c,v 1.28.2.2 2000/06/08 > 02:00:23 >> grog Exp $ >> # grep FreeBSD vinumrequest.c >> * $FreeBSD: src/sys/dev/vinum/vinumrequest.c,v 1.44.2.4 2002/02/03 >> 07:10:26 grog Exp $ >> # >> >> Next step? > > Yeee-Haaa! I tried 'man patch', and was pleasantly surprised to actually > find just what I was looking for! OK - I have patched vinumstate.c and > vinumrequest.c from that PR. Sounds good. No .rej files? > What do I need to build now? Do I: > # cd /usr/src > # make buildworld > # make installworld > # shutdown -r now No, that's far too complicated. > Or is there a better way, where only the vinum module is built > perhaps? It's described in the man page. Basically: # cd /usr/src/sys/modules/vinum # make all install # vinum stop # vinum start Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message