Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2000 12:49:11 -0700
From:      John Hight <john.hight@nokia.com>
To:        questions@freebsd.org
Subject:   mountd hangs on bootup
Message-ID:  <4.3.1.2.20000626124129.00db2860@mveis01nok.americas.nokia.com>

next in thread | raw e-mail | index | archive | help

mountd hangs on bootup with my 3.3 system.  I see all the debug messages go to the console, with the final line:

      ...Here we go

I have to ctrl-C on the console to get it to proceed, after which, obviously, mountd is not running.  What's going on?

I can start mountd manually with no problem via:

    mountd -ldr

I only have one line/file in /etc/exports:

     /usr -alldirs foohost

And foohosts is in my /etc/hosts file.  My mountd flags are:

     -ldr

After mucking with many other things, I tried putting an ampersand after the mountd invocation in /etc/rc.network

     ...
     mountd ${mountd_flags}&
     ...

which works, but now I'm wondering what else I might be screwing up.

John



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.1.2.20000626124129.00db2860>