On Sun, Sep 4, 2011 at 9:28 AM, Brandon Gooch
wrote:
> On Fri, Sep 02, 2011 at 08:25:05PM -0400, Rick Macklem wrote:
>> Brandon Gooch wrote:
>> > On Thu, Sep 1, 2011 at 8:09 PM, Brandon Gooch
>> > wrote:
>> > > On Fri, May 27, 2011 at 8:09 AM, Rick Macklem
>> > > wrote:
>> > >>> On Thu, 26 May 2
Brandon Gooch wrote:
> On Fri, Sep 02, 2011 at 08:25:05PM -0400, Rick Macklem wrote:
> > Brandon Gooch wrote:
> > > On Thu, Sep 1, 2011 at 8:09 PM, Brandon Gooch
> > > wrote:
> > > > On Fri, May 27, 2011 at 8:09 AM, Rick Macklem
> > > >
> > > > wrote:
> > > >>> On Thu, 26 May 2011, Rick Macklem w
On Fri, Sep 02, 2011 at 08:25:05PM -0400, Rick Macklem wrote:
> Brandon Gooch wrote:
> > On Thu, Sep 1, 2011 at 8:09 PM, Brandon Gooch
> > wrote:
> > > On Fri, May 27, 2011 at 8:09 AM, Rick Macklem
> > > wrote:
> > >>> On Thu, 26 May 2011, Rick Macklem wrote:
> > >>> ...
> > >>> > ??http://people
Brandon Gooch wrote:
> On Thu, Sep 1, 2011 at 8:09 PM, Brandon Gooch
> wrote:
> > On Fri, May 27, 2011 at 8:09 AM, Rick Macklem
> > wrote:
> >>> On Thu, 26 May 2011, Rick Macklem wrote:
> >>> ...
> >>> > http://people.freebsd.org/~rmacklem/dtrace.patch
> >>> >
> >>> Hmm. Is it just me?
> >>> Try
On Thu, Sep 1, 2011 at 8:09 PM, Brandon Gooch
wrote:
> On Fri, May 27, 2011 at 8:09 AM, Rick Macklem wrote:
>>> On Thu, 26 May 2011, Rick Macklem wrote:
>>> ...
>>> > http://people.freebsd.org/~rmacklem/dtrace.patch
>>> >
>>> Hmm. Is it just me?
>>> Trying to test the patch I get:
>>>
>>> (fs)(r
On Fri, May 27, 2011 at 8:09 AM, Rick Macklem wrote:
>> On Thu, 26 May 2011, Rick Macklem wrote:
>> ...
>> > http://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 pa
> On Thu, 26 May 2011, Rick Macklem wrote:
> ...
> > http://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.
- down
On Thu, 26 May 2011, Rick Macklem wrote:
...
http://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.
Bye/2
---
Michael Reifenberger
mich...@reifenberger.com
On Fri, 27 May 2011, Alexander Leidinger wrote:
Date: Fri, 27 May 2011 10:43:58 +0200
From: Alexander Leidinger
To: Michael Reifenberger
Cc: Rick Macklem ,
FreeBSD-Current
Subject: Re: newnfs user setup
Quoting Michael Reifenberger (from Fri, 27 May 2011
10:02:09 +0200 (CEST
Quoting Michael Reifenberger (from Fri, 27 May
2011 10:02:09 +0200 (CEST)):
- make buildworld WITH_CTF=1 && make buildkernel WITH_CTF=1
Do not build world with CTF, this will produce broken static executables.
Bye,
Alexander.
--
Freedom is nothing else but the chance to do better.
On Thu, 26 May 2011, Rick Macklem wrote:
...
Alternately, if you could email me some simple instructions on how
to test it, that would be appreciated as well. (I have never used
DTrace, so I have no idea how to test it.) It is basically a clone
of the other one, except for the NFSv4 stuff, so it
>
> One thing that initially forgot - what about lockd and statd?
> Do I still need them with newnfs and NFSv3 to get fcntl/flock working?
> And do those actually work? :-)
>
Yes, and they haven't changed so they work just like before, which means
ymmv when using them.
> I understand that with N
> On Thu, 26 May 2011, Rick Macklem wrote:
>
> > Date: Thu, 26 May 2011 09:14:01 -0400 (EDT)
> > From: Rick Macklem
> > To: Andriy Gapon
> > Cc: Rick Macklem ,
> > FreeBSD-Current
> > Subject: Re: newnfs user setup
> >
> >> Rick,
>
On Thu, 26 May 2011, Rick Macklem wrote:
Date: Thu, 26 May 2011 09:14:01 -0400 (EDT)
From: Rick Macklem
To: Andriy Gapon
Cc: Rick Macklem ,
FreeBSD-Current
Subject: Re: newnfs user setup
Rick,
maybe I've just not looked hard enough, but I am a little bit confused
about how
to
on 26/05/2011 16:14 Rick Macklem said the following:
> avg said the following:
>> So I would appreciate an example here.
>>
> I don`t think any changes are necessary, although it would be nice if you
> grabbed the new rc.d scripts and tested them.
>
One thing that initially forgot - what about lo
First, thank you very much for all the help!
on 26/05/2011 16:41 Rick Macklem said the following:
> Btw, it would be nice to find out why it doesn't load. You might
> try "kldload -v nfsserver.ko" and see what happens? (It loads for
> me here.)
Oh, it looks that I just don't compile/install this
> Well, for head/current, I don't think you'll need anything different
> unless
> you want to run NFSv4. If you want to force use of the old nfs server,
> you
> can do that with:
> oldnfs_server_enable="YES"
>
> As for the client side, I have up to date scripts for /etc/rc.d in
> http://people.fre
> Rick,
>
> maybe I've just not looked hard enough, but I am a little bit confused
> about how
> to setup properly newnfs server and client via rc.conf.
> That is, I am not sure which exactly daemons I need and what variables
> to set.
>
Well, for head/current, I don't think you'll need anything
18 matches
Mail list logo