Code: Select all
# /etc/exports: NFS file systems being exported. See exports(5).
/home/mmealman 192.168.1.10(rw,no_root_squash,sync)
/home/httpd/proto 192.168.1.10(rw,no_root_squash,sync)
/usr/local/lib/php 192.168.1.10(rw,no_root_squash,sync)
Code: Select all
# NFS Mount
fall:/home/mmealman /home/mmealman/fall nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
fall:/home/httpd/proto /home/mmealman/proto nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
fall:/usr/local/lib/php /home/mmealman/proto_libs nfs rsize=8192,wsize=8192,timeo=14,intr 0 0

My guess is that with the WLAN you're having mini "outages" which is causing NFS to get messed up in some way. At school it sounds like they're regularly cycling the NFS servers which is causing your outage.furanku wrote:So, if NFS is stable, what causes the problems I mentioned above?
On my WLAN mounted NFS-directories simply disappear when I use them for ~ 1-5 minutes. Mounting them again brings them back, but that's no solution. I can imagine that that's a problem with the WEP encryption, since it started since I installed WEP. But all other services continue to run without any problems, copying files via scp never failed. I can't find any unusual log entrys.
On our Ethernet network in the institute our NFS mounted home directories block 15 Min per day (when used on the "dirty" network floor), causing all network related apps to freeze (which can be a bash because of use of ~./history). This happens just to our Linux boxes, the other workgroups use Windows and SMB and don't have that problem. If I call our institut admin, he tells me everything's fine, the problem must be on our side. We have a windows guy in our workgroup who uses that always as a reason to suggest migrating to windows.
On this floor, our local workgroup admin (which will be me in a month...) usually is called once in a month 'couse one of the boxes cant't mount the users home directory at boot time. So he has to give a "mount -a" as root.
These are the only expierence I've made with NFS so far, so, sorry, if I think NFS is not robust.
Is that NFS's fault or am I doing something wrong?
Frank


