søndag 13. november 2005, 21:55, skrev Klaus Ade Johnstad: > If the process of mounting takes very loooong, several minutes, and > you simultaneously see this messages in syslog on the Ubuntu machine: > nfs warning: mount version older than kernel > server localhost not responding, timed out > nsm_mon_unmon: rpc failed, status=-5 > lockd: cannot monitor 10.0.2.2 > lockd: failed to monitor 10.0.2.2 > > Then you might want to add the option nolock to ldap on your server, > this does that on the Skolelinux/debian-edu server: ( \ means one > long line) > ldapsearch -LLLx objectClass=automount automountInformation \ > > | sed -e "s:intr tjener:intr,nolock tjener:g" | ldapmodify -xWZD \ > > cn=admin,ou=People,dc=skole,dc=Skolelinux,dc=no
Small correction: Turns out that it is a good idea(TM) to also include the package nfs-common apt-get install nfs-common then you don't need to add the nolock option to ldap, as that has the effect of removving the looong delay of mounting the home-dirs. Klaus

