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



Thank you for your input, however, it didn't solved the problem... I changed
the entries to soft, and used the other options you mentioned, but it
remained doing the same. 

I've actually narrowed it down to apparently when I force-reload the
nfslock, I need it to create the lock in
/home/whatever/.gconf/lock/%something(refers to a lock file)

I'm not at the office right now, so I don't have the exact path with me. 

If there's already a file there, and I can't connect evo properly, I need to
manually delete the file there, force-reload the nfslock and then it works
ok. (90% of the time)

I'll try using Yellowpages as you've suggested on a test system. Guess I'll
have to google'd the instructions for it, since I've never actually used
that particular program.

Thanks again,

Corvette Hunt



-----Mensaje original-----
De: guenther [mailto:guenther rudersport de] 
Enviado el: Jueves, 22 de Mayo de 2003 05:26 p.m.
Para: Corvette Hunt
CC: evolution lists ximian com
Asunto: 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]