From owner-freebsd-stable@FreeBSD.ORG Sun Oct 15 15:11:47 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C6D316A412 for ; Sun, 15 Oct 2006 15:11:47 +0000 (UTC) (envelope-from ericlin@tamama.org) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7026043D4C for ; Sun, 15 Oct 2006 15:11:46 +0000 (GMT) (envelope-from ericlin@tamama.org) Received: by nf-out-0910.google.com with SMTP id p77so1548156nfc for ; Sun, 15 Oct 2006 08:11:45 -0700 (PDT) Received: by 10.82.120.15 with SMTP id s15mr800174buc; Sun, 15 Oct 2006 08:11:44 -0700 (PDT) Received: by 10.82.105.20 with HTTP; Sun, 15 Oct 2006 08:11:44 -0700 (PDT) Message-ID: <47713ee10610150811w4cca315etc051e0fe14d88dab@mail.gmail.com> Date: Sun, 15 Oct 2006 23:11:44 +0800 From: "Lin Jui-Nan Eric" Sender: ericlin@tamama.org To: stable@freebsd.org MIME-Version: 1.0 X-Google-Sender-Auth: bc025071914cd87c Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: mountd changed? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Oct 2006 15:11:47 -0000 Hi, I have a freebsd box (6-stable) which export its root slice to NFS. The exports file is: / -alldirs -maproot=root -network 10.0.0 -mask 255.255.255.0 After making world & kernel today, the nfs client said that permission denied. But another freebsd box (making world & kernel today, too) exports its /home slice, and the nfs client did complain about it. Therefore, I try to copy the mountd binary file from another stable (9/30) to the broken nfs server, and it works. Any suggestions?