On Sun, Jul 15, 2007 at 02:06:21PM +0200, Elimar Riesebieter wrote: > rpc.statd is not running but is required for remote locking > Either use "-o nolocks" to keep locks local, or start statd. > > --- mountnfs.orig 2007-07-13 12:01:18.000000000 +0200 > +++ mountnfs 2007-07-15 13:38:21.000000000 +0200 > @@ -109,7 +109,7 @@ > # rpc.idmapd, and loads the right kernel modules if > # applicable) if we use Kerberos and/or NFSv4 mounts. > # > - if [ "$gss_or_idmap" = yes ] && [ -x /etc/init.d/nfs-common ] > + if [ -x /etc/init.d/nfs-common ] > then > /etc/init.d/nfs-common start > fi > > works.
Well, we can't start it unconditionally. With my patch applied, could you please add an "echo $start_nfs" before the if, and report the output? I'm wondering if nfs-common refuses to start due to portmap, or if something else is going on. /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]