On Thu July 19 2007 03:01:30 am you wrote:
> > I can manually start rpc.statd, then mount the missing nfs imports,
> > but since /usr was missing during the boot there is bound to be
> > stuff which didn't start properly. Is there a way to ensure
> > everything is in order besides manually discovering what's broken
> > and
> > doing "/etc/init.d/... start" for them?
>
> Two ways: Either mount /usr with -o nolocks,

First thing I tried (with the -10 build, both by adding it to the 
options list in fstab and "mount -o..."), mount complained that nolocks 
was unsupported by(for?) nfs.

> or try the patch in #433386 against initscripts.

I'll give it a try, and I expect it will work because so far the only 
success I've had is with this hack:
-----
--- /etc/init.d/portmap.orig        2007-07-19 01:11:51.000000000 -0600
+++ /etc/init.d/portmap     2007-07-19 02:29:10.000000000 -0600
@@ -53,7 +53,7 @@
            rm -f /var/run/portmap.state
          fi
        fi
-
+       /sbin/start-stop-daemon --start --oknodo --exec /sbin/rpc.statd
        ;;
     stop)
        log_begin_msg "Stopping portmap daemon..."
-----
which should have the same effect as the patch in #433386.


I've seen mention of the problem starting with 2.6.22 kernels:
$ uname -a
Linux onegee 2.6.21-onegee #1 Sat Jun 9 05:43:37 MDT 2007 i686 GNU/Linux


- Bruce


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to