Erik; Good! -- Could you please report the distribution/version of Linux and the patch level of the NFS server you are using?
OpenSolaris-20050909 is build 22. In build 22 the default behavior for the NFS client when establishing a connection to a server has been changed to use a port number greater than 1024 (a port number that is not reserved). Setting clnt_cots_do_bindresvport to 1 changes the default to use a reserved port for TCP connections (clnt_clts_do_bindresvport for UDP). Add the following line to /etc/system to make this the default on reboot. set rpcmod:clnt_cots_do_bindresvport=1 -- Robert... "Procrastination is the thief of time" On Sep 25, 2005, at 1:06 PM, Erik Trauschke wrote: > Thank you, that works perfect. > > Can you please explain what happens here? > And is this a general bug? > > erisch > > Am So, den 25.09.2005 schrieb Robert Gordon um 19:49: >> As root on the OpenSolaris Client try this: >> >> # echo "clnt_cots_do_bindresvport/W 1" | mdb -kw >> >> and retry the mount. >> >> -- Robert.. >> >> > > _______________________________________________ > nfs-discuss mailing list > nfs-discuss at opensolaris.org >
