Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2002 17:52:37 +0930
From:      Greg 'groggy' Lehey <grog@FreeBSD.org>
To:        Patrick O'Reilly <bsd@perimeter.co.za>
Cc:        Andrew Gallatin <gallatin@cs.duke.edu>, Julian Elischer <julian@elischer.org>, 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>
In-Reply-To: <033a01c24b46$0be758a0$0200000a@perimeter.co.za>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday, 24 August 2002 at 10:12:45 +0200, Patrick O'Reilly wrote:
> From: "Patrick O'Reilly" <bsd@perimeter.co.za>
>>
>> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020824082237.GI87563>