From owner-freebsd-current@FreeBSD.ORG Mon Aug 4 16:17:11 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A5C2B21; Mon, 4 Aug 2014 16:17:11 +0000 (UTC) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E0592566; Mon, 4 Aug 2014 16:17:10 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id w61so7885752wes.25 for ; Mon, 04 Aug 2014 09:17:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=BssA/C/kbOXvuXH2a0TGeeDDA+1jqGQdZ4/oi0mHk+k=; b=GdDq0AWR9Bb0GWkik2Gtep7KUFCW62cjmPyjdCWaz4jyQEPemzaY96Ex9cKtSh0QcS IrrIrFeROI6FFcPrXoEZ0lqpC9cID+w7DvkjhhCA6jXjS0zEUazahwtqftT3V5i5pKmn Ohxv6hJ7yRAx7wPAi88EgqpaVQoE8AKDgwx/qyq586Ghi6VIgKoSu+/370dmr4cWthwJ c2KqOs6fU/3VyJqwink2rSkO5cKXibYvPFYjf5ecQesBbMRzlpCfN4+FI6fvrTAyYBRJ Am5oW5o9yirTT+xct433FPBdcLLX3EX+T93lU7+ia91R7iKkXwUqT4rPaoyXXDxMhr8j 5O6w== X-Received: by 10.194.6.101 with SMTP id z5mr33836739wjz.79.1407169025676; Mon, 04 Aug 2014 09:17:05 -0700 (PDT) Received: from pc5.home (adhg143.neoplus.adsl.tpnet.pl. [79.184.162.143]) by mx.google.com with ESMTPSA id m1sm37783346wiy.7.2014.08.04.09.17.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Aug 2014 09:17:05 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Mon, 4 Aug 2014 18:17:10 +0200 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= To: "Bjoern A. Zeeb" Subject: Re: [CFT] Autofs. Message-ID: <20140804161710.GA32801@pc5.home> Mail-Followup-To: "Bjoern A. Zeeb" , freebsd-current@FreeBSD.org, freebsd-arch@FreeBSD.org References: <20140730071933.GA20122@pc5.home> <3DA39B51-4CE5-437B-9B03-7E34CC954A7E@lists.zabbadoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3DA39B51-4CE5-437B-9B03-7E34CC954A7E@lists.zabbadoz.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@FreeBSD.org, freebsd-arch@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2014 16:17:11 -0000 On 0804T1252, Bjoern A. Zeeb wrote: > On 30 Jul 2014, at 07:19 , Edward Tomasz Napierała wrote: > > > At the link below you will find a patch that adds the new automounter. > > The patch is against yesterdays 11.0-CURRENT. > > > > http://people.freebsd.org/~trasz/autofs-head-20140729.diff > > I also just submitted https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192379 to allow -o vers= mount_nfs compatibility, which makes it easier to integrate with Linux/OSX/Solaris LDAP setups and mount options from LDAP. Nice! Will you commit it? > > Testing is welcome. Please start with manual pages, eg. automount(8). > > > I found one case now doing the aforementioned where when the initial mount_nfs fails (e.g., for invalid options), then a later mount did not succeed either, with the correct mount options; I did try to run automount -u in between tries, as well as service automountd restart, but that did not make a change; given I was short on time, a reboot of my desktop made this go away. Is there some “negative caching” in the kernel module possibly that will not retry the mount for another time or something—as in if I were more patient and waited 5 minutes, would it maybe just have worked again? There is no negative caching. I'll see if I can figure out the cause for this.