From owner-freebsd-fs@FreeBSD.ORG Tue Apr 3 12:56:41 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 853C61065672 for ; Tue, 3 Apr 2012 12:56:41 +0000 (UTC) (envelope-from rsb@berentweb.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id E21C18FC1B for ; Tue, 3 Apr 2012 12:56:40 +0000 (UTC) Received: by lagv3 with SMTP id v3so6441556lag.13 for ; Tue, 03 Apr 2012 05:56:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=JZ3h6jNvRUhj2b0qv/tBlzqv+hKVCLDP6VE7HH1PTwI=; b=PLVUordY98+UMxPwTPu7SHNi7LduG+A/0Xq9z44iem5qcPtSYudBm4Mc82W3secduo NP4ivxeEIpviAnVvAQDoaDR7cVMPPaFCnkS9DD+tbc02RKwtOUV7H93ixGpt4jarr5hb NZvqqu1iLHrcwS/EbTMMCQDyOpJ2VHhvqH8Ms= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :x-gm-message-state; bh=JZ3h6jNvRUhj2b0qv/tBlzqv+hKVCLDP6VE7HH1PTwI=; b=l6tRSA454PtNC6QO7+LIBjxAvC/khSGiiHLrWG5gkAfRNNcSPY1hvWCvXqSQDP+L/m AaMYveXJzkIgqalrrW8mSjJUqEUvzSkShvNR/NvNxlzm9MxI0t6wYcPghEb3pMCeyREN iYiPtYQNtIbGQFN3cDHS31v6lNmQsg8/kmFdGLK15tVSVLkL8LwYJ2+zqAf5SqetIkqg Cyobmyf5/sxHbvqLI1to9j8devn3HOd+x3SVU2IwvPgRFPOwtgegzHIlLhEGWA1n0l8Y A9giI9nTP1a6Vm2Q7IHuHGQtV3a6qAwvAblW1Eb/UFH2kbgPx++4Zxtzc/DWq2CFjz0i h+wg== MIME-Version: 1.0 Received: by 10.152.132.166 with SMTP id ov6mr5121374lab.35.1333457799415; Tue, 03 Apr 2012 05:56:39 -0700 (PDT) Sender: rsb@berentweb.com Received: by 10.112.77.15 with HTTP; Tue, 3 Apr 2012 05:56:39 -0700 (PDT) X-Originating-IP: [85.110.92.106] In-Reply-To: <201204031203.q33C3L7i022447@higson.cam.lispworks.com> References: <20120403081048.GB25776@server.vk2pj.dyndns.org> <201204031124.q33BO4NM022004@higson.cam.lispworks.com> <201204031203.q33C3L7i022447@higson.cam.lispworks.com> Date: Tue, 3 Apr 2012 15:56:39 +0300 X-Google-Sender-Auth: OhEnqW-2bqaExgqLAvS_hSdIFf4 Message-ID: From: Beeblebrox To: freebsd-fs@freebsd.org X-Gm-Message-State: ALoCoQmOWcoDAZGvGcX4g10Om5qHSZGUv/QDGVbu9MNXyXDt0f76sRftVBpb41FlXyzFe50COGDw Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Diskless client mount NFS-root error X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2012 12:56:41 -0000 On Tue, Apr 3, 2012 at 3:03 PM, Martin Simmons wrote: > >>>>> On Tue, 3 Apr 2012 14:46:32 +0300, Beeblebrox said: > > > > On Tue, Apr 3, 2012 at 2:24 PM, Martin Simmons > wrote: > > > > > >>>>> On Tue, 3 Apr 2012 12:11:55 +0300, Beeblebrox said: > > > On Tue, Apr 3, 2012 at 11:10 AM, Peter Jeremy > wrote: > > > > > > > > folder /data/amd64/conf/ has etc & var which are mounted r/w as > md0, > > > > md1 onto client for its write needs. Other than that, why would a DC > need > > > > write privilege for root? Also /home is separate export. > > > > > > See /etc/rc.d/root and adjust your /etc/rc.conf accordingly. > > > > > > __Martin > > > > > > > As I had noted in my fist post: > > > I commented out [stop_boot true] in diskless/etc/rc.d/root. > > Is there a flag in rc.conf to which can be passed to rc.d/root? > > I was hoping you would find root_rw_mount by reading rc.d/root again. > > __Martin > I did not realize that root_rw_mount="NO" was declarable in rc.conf. Thank you for your help - SOLVED