From owner-freebsd-hackers@freebsd.org Tue Apr 19 14:37:34 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB71CB141CB for ; Tue, 19 Apr 2016 14:37:34 +0000 (UTC) (envelope-from joel.bertrand@systella.fr) Received: from rayleigh.systella.fr (newton-ipv6.systella.fr [IPv6:2001:7a8:a8ed:253::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "rayleigh.systella.fr", Issuer "rayleigh.systella.fr" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A14491B28; Tue, 19 Apr 2016 14:37:34 +0000 (UTC) (envelope-from joel.bertrand@systella.fr) Received: from [192.168.2.3] (schroedinger.eikeo.com [192.168.2.3]) (authenticated bits=0) by rayleigh.systella.fr (8.15.2/8.15.2/Debian-4) with ESMTPSA id u3JEbGHw022011 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 19 Apr 2016 16:37:19 +0200 Subject: Re: Diskless workstation and some minor issues To: Alan Somers , Ian Lepore Cc: "freebsd-hackers@freebsd.org" References: <57163991.4000100@systella.fr> <1461075243.1232.9.camel@freebsd.org> From: =?UTF-8?Q?BERTRAND_Jo=c3=abl?= Message-ID: <5716429C.9000907@systella.fr> Date: Tue, 19 Apr 2016 16:37:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamav-milter 0.99.1 at rayleigh X-Virus-Status: Clean X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2016 14:37:35 -0000 Alan Somers a écrit : > > Check your /etc/exports on the server. Both of these problems could be > explained if your server has -maproot set (or whatever NetBSD calls it). > For diskless workstations, you must turn that off at the server. Thanks for your answer. Of course, it's the first file I have checked. Here is my configuration on NFS server side : legendre# cat exports /home -network 192.168.10.0 -mask 255.255.255.0 \ -maproot=nobody /srv/pythagore -network 192.168.10.0 -mask 255.255.255.0 \ -maproot=root legendre# Best regards, JB