From owner-freebsd-current@FreeBSD.ORG Fri Sep 2 01:40:24 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A9C6106564A for ; Fri, 2 Sep 2011 01:40:24 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id BE5628FC12 for ; Fri, 2 Sep 2011 01:40:23 +0000 (UTC) Received: by wyh15 with SMTP id 15so2452464wyh.13 for ; Thu, 01 Sep 2011 18:40:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Ld72wKyWm4kvWsRDI879GevYt3aPB2gIAjyHTBan5XM=; b=NrMD2/HcL5uizpc8kd81Ra00QOmIY1BhDn2AnvBc+mTqzvr+zbXOdf//7VKl7DQ2zX Jegwy7PxVjsZAvQf8TWNAdgfBGiS0//h2KV+tFNT2H/aoGoac0Xp9t7qEcGcVdl+/HDB lWjrMAXMSmAZJwEWtqtUgVipVNQR4ExHsVvsY= MIME-Version: 1.0 Received: by 10.216.87.206 with SMTP id y56mr456763wee.6.1314925741744; Thu, 01 Sep 2011 18:09:01 -0700 (PDT) Received: by 10.216.74.5 with HTTP; Thu, 1 Sep 2011 18:09:01 -0700 (PDT) In-Reply-To: <110707658.891774.1306501788477.JavaMail.root@erie.cs.uoguelph.ca> References: <110707658.891774.1306501788477.JavaMail.root@erie.cs.uoguelph.ca> Date: Thu, 1 Sep 2011 20:09:01 -0500 Message-ID: From: Brandon Gooch To: Rick Macklem Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD-Current Subject: Re: newnfs user setup X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 02 Sep 2011 01:40:24 -0000 On Fri, May 27, 2011 at 8:09 AM, Rick Macklem wrote: >> On Thu, 26 May 2011, Rick Macklem wrote: >> ... >> > =A0http://people.freebsd.org/~rmacklem/dtrace.patch >> > >> Hmm. Is it just me? >> Trying to test the patch I get: >> >> (fs)(root) patch -C < dtrace.patch >> Hmm... I can't seem to find a patch in there anywhere. >> > Here's how I apply the patch. > - download dtrace.patch to somewhere, lets say /tmp, then > # cd /usr/src/sys =A0<-- sys subdirectory of a current head, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 which you don't mind messing = up > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 doesn't have to be at /usr/sr= c/sys, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 of course. > # patch -p1 < /tmp/dtrace.patch > > rick > What's the status on this patch? It would be nice to get dtrace/newnfs going for 9.0...it's not too late, right? I'll test the patch too BTW :) -Brandon