Re: [Evolution] NFS Mounted at Home Partial Fix!



On my server, I have set up the different users, say
user Larry, Curly and Moe, and I have the following in
the exports file.

/etc/exports:

/home/larry/ *(rw,sync,no_subtree_check,insecure,no_root_squash)
/home/curly/ *(rw,sync,no_subtree_check,insecure)
/home/moe/ *(rw,sync,no_subtree_check,insecure)

/etc/fstab:

192.168.1.200:/home/larry   /home/larry  nfs  defaults 0 0
192.168.1.200:/home/curly   /home/curly  nfs  defaults 0 0
192.168.1.200:/home/moe   /home/moe  nfs  defaults 0 0

Any particular reason, why you are exporting and mounting every single
home directory on its own?

You are not mounting 'soft', AFAIK that can cause problems in soem
situations. That's what I used:

[server] /etc/exports
/home           192.168.0.0/24(rw)

[client] /etc/fstab
server:/home /home nfs soft,rsize=8192,wsize=8192,nosuid 0 0


On the client side, I've created the same users,
Larry, Curly and Moe, also with the same UID (just to
avoid confussion). My fstab there reads:

To simplify administration and completely avoid false UIDs, I really
suggest YellowPages...


Hope this clarifies the setup.

Yep, but now the error is even more strange. I never had problems with
NFS mounted homes and Evolution.

Seems like bad NFS options set or issues with the distri.


Sorry, not sure about your problems. Maybe try some other NFS options,
likely 'soft'. HTH

...guenther


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]