Alan wrote: > There must be something I'm missing here; it looks simple enough: > > Server: > # share > - at rpool/zimbra /rpool/zimbrax sec=sys,root=172.20.0.19 "" > >
What version of OpenSolaris? I'm trying to find a bug on this, but try this: root=172.20.0.19/32 I thought I fixed this, but it used to be you needed to enter a netmask. > Client fstab: > zfs01.server.peak.org:/rpool/zimbrax /zfs01/zimbrax nfs sec=sys,nosuid > 0 0 > > mount shows it mounted properly: > zfs01.server.peak.org:/rpool/zimbrax on /zfs01/zimbrax type nfs > (rw,nosuid,sec=sys,addr=172.20.0.19) > > Yet: > # pwd > /zfs01/zimbrax > # touch x > touch: cannot touch `x': Permission denied > > Wireshark verifies that the server is returning NFS3ERR_ACCES in response to > the CREATE RPC call, but I can't see why it's doing it. Indeed, I have > /etc/nfs/nfslog.conf: > > global defaultdir=/var/nfs \ > log=nfslog fhtable=fhtable buffer=nfslog_workbuffer > > but: > > # lf -l /var/log/nfslog > -rw-r--r-- 1 root root 0 2008-07-17 12:48 /var/log/nfslog > > after a umount/mount/touch cycle. > > Any help appreciated... > > > This message posted from opensolaris.org > _______________________________________________ > nfs-discuss mailing list > nfs-discuss at opensolaris.org >