Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2005 14:26:49 +0100 (CET)
From:      Oliver Fromme <olli@lurza.secnetix.de>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: tracking multiple machine
Message-ID:  <200512151326.jBFDQnad056620@lurza.secnetix.de>
In-Reply-To: <b41c75520512150328l20ceeedeq@mail.gmail.com>

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

Claus Guttesen <kometen@gmail.com> 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



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