From owner-freebsd-arch@FreeBSD.ORG Thu Sep 4 07:35:55 2014 Return-Path: Delivered-To: freebsd-arch@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 6E37EF24; Thu, 4 Sep 2014 07:35:55 +0000 (UTC) Received: from mail.beastielabs.net (unknown [IPv6:2001:888:1227:0:200:24ff:fec9:5934]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 254DB1E6B; Thu, 4 Sep 2014 07:35:54 +0000 (UTC) Received: from beastie.hotsoft.nl (beastie.hotsoft.nl [IPv6:2001:888:1227:0:219:d1ff:fee8:91eb]) by mail.beastielabs.net (8.14.7/8.14.7) with ESMTP id s847ZqjB079092; Thu, 4 Sep 2014 09:35:52 +0200 (CEST) (envelope-from hans@beastielabs.net) Message-ID: <54081658.9020609@beastielabs.net> Date: Thu, 04 Sep 2014 09:35:52 +0200 From: Hans Ottevanger User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Garrett Cooper Subject: Re: [CFT] Autofs. References: <20140730071933.GA20122@pc5.home> <53F0878E.3000401@beastielabs.net> <20140817145059.GA5497@pc5.home> <5407FFB0.80203@beastielabs.net> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current , =?UTF-8?B?RWR3YXJkIFRvbWFzeiBOYXBpZXJhxYJh?= , freebsd-arch@freebsd.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 07:35:55 -0000 On 09/04/14 09:15, Garrett Cooper wrote: > Hi Hans! > > On Wed, Sep 3, 2014 at 10:59 PM, Hans Ottevanger wrote: > >> Good to see that autofa has been MFC'd during my vacation 8-) >> >> But I found a little problem... > > ... > >> Do I miss something, or is this a bug? > > Can you please provide the output of `mount -p' from your server? Sure, looks like this: [root@soekris ~]# mount -p /dev/ad0s1a / ufs rw 1 1 devfs /dev devfs rw 0 0 /dev/ad0s1f /home ufs rw 2 2 /dev/ad0s1e /usr ufs rw 2 2 /dev/ad0s1d /var ufs rw 2 2 And as I mentioned, mounting manually succeeds. Kind regards, Hans