From owner-freebsd-stable@FreeBSD.ORG Mon May 6 19:46:51 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CEA642AE for ; Mon, 6 May 2013 19:46:51 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from mail-ve0-x232.google.com (mail-ve0-x232.google.com [IPv6:2607:f8b0:400c:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id 951A9ECC for ; Mon, 6 May 2013 19:46:51 +0000 (UTC) Received: by mail-ve0-f178.google.com with SMTP id jy13so3554162veb.23 for ; Mon, 06 May 2013 12:46:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=pIasxyIxJZR1aaYShs++q9ttg7EboJ/3ksv0aKYxog0=; b=FRJrJOkL8DA/3D2WgBg+8dJkIf6vVgylJR8bzvsTevrZ7Z6v6qw6Nu2vbufkGUd2S/ 4Hqkjh5tf0ZrzzkWHGDRhqQR5iNRiwyjGCE9Q++lpd7cVecN/PdIkBQbg8sRosV8h/sD OQKFuOXp27Rf+/Gd1VivR3NTlOD0JXcZDdPt9ko80rJxgeaVVAdseQKlWjKIXMuRN3rU gJuW0s1TFUfhEGadR+JV/ZMz1MPPlJOapFoiGA3H28CBIi1AS/RtwkGI6LGgG+7SRbW6 ueq+WyrLuyUi73Fny6dLtrBuCTMzR85kT1fvSFmz9Tzmqcw1Hi43hDtFIWZoa1KCS87L aRng== MIME-Version: 1.0 X-Received: by 10.52.19.66 with SMTP id c2mr1841566vde.2.1367869611209; Mon, 06 May 2013 12:46:51 -0700 (PDT) Received: by 10.220.33.135 with HTTP; Mon, 6 May 2013 12:46:51 -0700 (PDT) In-Reply-To: <5187ECE6.2030205@gmail.com> References: <5187ECE6.2030205@gmail.com> Date: Mon, 6 May 2013 15:46:51 -0400 Message-ID: Subject: Re: multiple NFS mounts with bg,retrycount=0 From: Zaphod Beeblebrox To: Navdeep Parhar Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 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, 06 May 2013 19:46:51 -0000 [about double background NFS mounts] I'm not sure on the fix to this, but I'm pretty sure it's because we retry the mount -a stuff twice at startup. If you watch your console, you'll see two places where it will "mount NFS filesystems" during boot. ... well... a fix to this would be to _not_ do that twice ... but hey :).