From owner-freebsd-current@FreeBSD.ORG Fri Jun 25 10:42:33 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFD4116A4CF for ; Fri, 25 Jun 2004 10:42:33 +0000 (GMT) Received: from n33.kp.t-systems-sfr.com (n33.kp.t-systems-sfr.com [129.247.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 078E543D1F for ; Fri, 25 Jun 2004 10:42:33 +0000 (GMT) (envelope-from harti@freebsd.org) Received: from n81.sp.op.dlr.de (n81g.sp.op.dlr.de [129.247.163.1]) i5PAfJj91958; Fri, 25 Jun 2004 12:41:20 +0200 Received: from zeus.nt.op.dlr.de (zeus.nt.op.dlr.de [129.247.173.3]) i5PAfID142368; Fri, 25 Jun 2004 12:41:18 +0200 Received: from beagle.kn.op.dlr.de (opkndnwsbsd178 [129.247.173.178]) by zeus.nt.op.dlr.de (8.11.7+Sun/8.9.1) with ESMTP id i5PAfGV19802; Fri, 25 Jun 2004 12:41:18 +0200 (MET DST) Date: Fri, 25 Jun 2004 13:42:31 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt@beagle.kn.op.dlr.de To: Boris Popov In-Reply-To: <20040625062458.GA58310@vertex.kz> Message-ID: <20040625134030.W547@beagle.kn.op.dlr.de> References: <200406210450.39636.lesha@intercaf.ru> <20040622153317.W79584@carver.gumbysoft.com> <20040625062458.GA58310@vertex.kz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Simon Barner cc: freebsd-current@freebsd.org Subject: Re: vfs.usermount not working anymore on SMB shares? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 10:42:34 -0000 On Fri, 25 Jun 2004, Boris Popov wrote: BP> The simplest solution is to preload all necessary conversion BP>tables via creating some mount points as root. iconv interface will reuse BP>them for all subsequent user mounts. That appears not to work. Even with an SMB fs mounted another mount fails with the iconv error. harti