Claus Guttesen <[EMAIL PROTECTED]> wrote:
 > 
 > > Are the /etc/make.conf files in sync on client and server?
 > > Did you mount /usr/src and /usr/obj with -maproot=0?
 > > Any other unusual exports or mount options (e.g. noexec)?
 > 
 > It may be the maproot-option. I have the following in my /etc/exports:
 > 
 > /usr/obj /usr/ports /usr/src    -network=xyz    -mask=my-mask   -maproot=root

I'm not sure if the order is correct.  According to the
exports(5) manpage, the options (such as -maproot) must
be placed before the set of hosts or networks to which
the line applies.

You might try fixing the order, but actually I think that
mountd(8) should log a complaint to /var/log/messages (or
whatever your syslog.conf says) if there's an error in
your exports file.

Best regards
   Oliver

PS:  Generic advice:  Whenever you "kill -HUP" the mountd
process, always check /var/log/messages afterwards.

-- 
Oliver Fromme,  secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing
Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

"A language that doesn't have everything is actually easier
to program in than some that do."
        -- Dennis M. Ritchie
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to