Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NFS problems with 4.99.55 -current



On Sun, 2 Mar 2008 07:42:13 -0800 (PST)
Paul Goyette <paul%whooppee.com@localhost> wrote:

> Two issues seem to have arisen since updating my system to 4.99.55, both 
> of them affecting NFS services.
> 
> 1. In my /etc/exports file I have
> 
>       /build -maproot=root -network 66.92.186.132 -mask 255.255.255.252
>       /build -maproot=root -network 66.92.186.136 -mask 255.255.255.252
> 
>     I don't remember ever seeing this before, but I now get the following
>     message in my syslog file when I attempt to start nfs:
> 
>       Mar  2 07:32:13 speedy mountd[178]: "/build -maproot", line 2:
>       Can't change attributes for /build to 66.92.186.136: Operation
>       not permitted
> 
> 2. Even after I comment out the second export for "/build", I get the
>     following message in syslog, and the file system is not exported:
> 
>       Mar  2 07:34:05 speedy nfsd[415]: nfssvc: Operation not
>       permitted
> 
> I'm certain that the kernel was built with NFS configured:
> 
>       speedy:paul {105} config -x | grep NFS
>       options         NFSSERVER       # Network File System server
>       file-system     NFS             # Network File System client
>       file-system     KERNFS          # /kern
>       speedy:paul {106}
> 
> Anyone have a clue as to what is wrong here?

That might be all related to recent changes to kauth(9).

-- 
Juan Romero Pardines             The NetBSD Project
http://plog.xtrarom.org/         NetBSD/pkgsrc news in Spanish
http://mklivecd.xtrarom.org/     Make your own NetBSD Live CD/DVD!


Home | Main Index | Thread Index | Old Index