From owner-freebsd-stable@FreeBSD.ORG Mon Dec 22 14:33:07 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57CE5383 for ; Mon, 22 Dec 2014 14:33:07 +0000 (UTC) Received: from mx3.informatik.uni-stuttgart.de (mailgw.informatik.uni-stuttgart.de [129.69.211.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1A5E164950 for ; Mon, 22 Dec 2014 14:33:06 +0000 (UTC) Received: from azu.informatik.uni-stuttgart.de (azu.informatik.uni-stuttgart.de [129.69.218.66]) by mx3.informatik.uni-stuttgart.de (Postfix) with ESMTP id 212E8A437 for ; Mon, 22 Dec 2014 15:27:11 +0100 (CET) Received: by azu.informatik.uni-stuttgart.de (Postfix, from userid 19691) id 6F5402E85; Mon, 22 Dec 2014 15:27:05 +0100 (MET) Date: Mon, 22 Dec 2014 15:27:04 +0100 (MET) From: Christian Corti To: freebsd-stable@freebsd.org Subject: Re: New bug with O_CREAT|O_EXCL and NFS? In-Reply-To: Message-ID: References: <376853369.1281572.1419028998536.JavaMail.root@uoguelph.ca> User-Agent: Alpine 2.02 (SUN 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2014 14:33:07 -0000 On Mon, 22 Dec 2014, Christian Corti wrote: > It seems that using NFSv4 solves that problem, too. That means I have to > migrate from amd to autofs since amd apparently doesn't support NFSv4. I have to correct myself: NFSv4 does not solve the problem. Christian