From owner-freebsd-current@FreeBSD.ORG Thu Jul 31 01:51:23 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4863EF8; Thu, 31 Jul 2014 01:51:23 +0000 (UTC) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (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 996F321D4; Thu, 31 Jul 2014 01:51:22 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id s18so1557308lam.28 for ; Wed, 30 Jul 2014 18:51:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=htDwpTKLF/mkQORBz7du2bWdDfzEjX/9MMLcyZygFgc=; b=awo+grd9mW4qecLgn9zMaGstY4TCRnF+BZOuLKnRJ5eh8RGOuw48+yWIF6ryvoVH5D qLF/LhOqkzCtdAZg458eh8B5eNbBoWJxfb09ExDLFqtl0ZGVydtP9KrlwbcwJhQ9ZnGE eEs+aARF8ytCnNoun5uDJZt148kNWHGJW5T6I8RAzCGG+bnsfjPgXriKlMF6Kofz47o4 WYZeTOzClRguUhQFgsf/q5bfamhq9h3rjswYP6J0ziOsRoWXe36A/xcS9lUm8gKlB996 hnfuUkjxXBBOjNvMvyVonHFgw/heQyh7Hh01TzbloEedvb0seO7uzTK8YIxuXEOaeXZ/ uz3A== MIME-Version: 1.0 X-Received: by 10.112.60.5 with SMTP id d5mr8259683lbr.26.1406771479615; Wed, 30 Jul 2014 18:51:19 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.225.34 with HTTP; Wed, 30 Jul 2014 18:51:19 -0700 (PDT) In-Reply-To: <20140730071933.GA20122@pc5.home> References: <20140730071933.GA20122@pc5.home> Date: Wed, 30 Jul 2014 18:51:19 -0700 X-Google-Sender-Auth: 1kF4cWStzhp-eEg1DwP4hcTkjKQ Message-ID: Subject: Re: [CFT] Autofs. From: Craig Rodrigues To: freebsd-current Current , freebsd-arch Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 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: Thu, 31 Jul 2014 01:51:23 -0000 On Wed, Jul 30, 2014 at 12:19 AM, Edward Tomasz Napiera=C5=82a 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 > > Hi, Nice stuff! I updated a current system, and tried the patch. I put autofs_enable=3D"YES" in /etc/rc.conf In my network, I have a system, testhost with some NFS exports. /dir1/export1 /dir1/export2 /dir1/export3 I did: cd /net/testhost This operation seemed to timeout. In dmesg, I saw these errors: WARNING: autofs_callout: request 0 for /net/ timed out after 30 seconds WARNING: autofs_trigger_one: request for /net/ completed with error 60 autofs_trigger: trigger failed with error 60; will retry in 1 seconds, 2 attempts left WARNING: autofs_callout: request 1 for /net/ timed out after 30 seconds WARNING: autofs_trigger_one: request for /net/ completed with error 60 autofs_trigger: trigger failed with error 60; will retry in 1 seconds, 1 attempts left WARNING: autofs_callout: request 2 for /net/ timed out after 30 seconds WARNING: autofs_trigger_one: request for /net/ completed with error 60 autofs_trigger: trigger failed 3 times; returning error 60 I used my Mac laptop in the same network, and did: cd /net/testhost and the command did not timeout, and I could do an ls and see that /net/testhost/dir1/ was visible. Any ideas? This is cool stuff, and I hope you can get it into the 10.1 RELEASE. -- Craig