Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / cfs / MESSAGE
blob9575c22e479fef6642bb1cca705dfb76866872f5
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.1 2002/07/15 11:32:17 agc Exp $
4 The following mail from Steve Bellovin, which can also be viewed at
6         http://mail-index.netbsd.org/current-users/2002/07/15/0006.html
8 is relevant to users of this package:
10 Delivered-To: current-users@netbsd.org
11 From: "Steven M. Bellovin" <smb@research.att.com>
12 To: current-users@netbsd.org
13 Subject: Re: CFS with NetBSD 1.6
14 Date: Mon, 15 Jul 2002 14:00:59 +0900
15 Precedence: list
17 In message <20020630000510.2a034cf4.520079546242-0001@t-online.de>, Michael Cor
18 e writes:
19 >Hi,
21 >is cfsd still useable with NetBSD 1.6? I haven't used it for a while and
22 >now I cannot access the files in my cfs'd directory anymore. cfs_attach
23 >works and I can walk the directories but the moment I access a file
24 >(with cat, less or whatever) the program or shell stalls. top shows that
25 >cfsd waits in "select" and several nfsio show "nfsidl". I'll give it
26 >another try with a GENERIC-kernel but I'm afraid that isn't the problem.
29 The problem turns out to be NFS blocksize -- I got the idea from some
30 other discussions about problems caused by the change in the default
31 blocksize.  The fix is to use the following mount command:
33         mount -o intr,-2,-w=4096,-r=4096 127.0.0.1:/null /crypt
35 8192 doesn't work; I haven't yet groveled through the CFS source to
36 figure out why.
38                 --Steve Bellovin, http://www.research.att.com/~smb (me)
39                 http://www.wilyhacker.com ("Firewalls" book)
42 ===========================================================================