NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. Cost of War |
Strange Debian NFS server problemThis is a strange one I can't find in any NFS troubleshooting guide or tutorial. I really need help for this, since I have a lot of personal files on my server I need to get access to. I did have this working at one point, except I think I installed or uninstalled something else that had the side effect of messing up NFS My debian/sparc NFS server seems to be installed correctly, and when I type: rpcinfo -p shows v2 portmapper, v1 status, v2-4 nfs, v1,3,4 nlockmgr, and v1-3 mountd After the failed mount attempt, showmount -e no longer shows any mounts. Question: How do I check that a necessary port is not blocked? If rpcinfo and showmount pass, doesn't this mean that the ports are open? I have taken everything out of hosts.allow and hosts.deny but it does not solve the problem. I think this is some sort of security or firewall related problem, but I am out of ideas. |