From owner-freebsd-stable@FreeBSD.ORG Wed Dec 20 09:48:38 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A65D116A47E for ; Wed, 20 Dec 2006 09:48:38 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA48C43C9F for ; Wed, 20 Dec 2006 09:48:25 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from [212.40.38.87] (oddity-e.topspin.kiev.ua [212.40.38.87]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA06468; Wed, 20 Dec 2006 11:46:42 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <45890681.6000709@icyb.net.ua> Date: Wed, 20 Dec 2006 11:46:41 +0200 From: Andriy Gapon User-Agent: Thunderbird 1.5.0.8 (X11/20061218) MIME-Version: 1.0 To: Juraj Lutter References: <1166012592.00653256.1166001601@10.7.7.3> <1166476983.00656719.1166463602@10.7.7.3> <1166584983.00657492.1166571602@10.7.7.3> <1166585007.00657524.1166574004@10.7.7.3> In-Reply-To: <1166585007.00657524.1166574004@10.7.7.3> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, martinko Subject: Re: Mounting smbfs as non-root X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 09:48:38 -0000 on 20/12/2006 01:50 Juraj Lutter said the following: > On 12/20/06, martinko wrote: >>>> I've looked through iconv_sysctl_add() and can't see any way for the >>>> code to return EPERM. >> I've been experiencing the exactly same issue for too long, too. :-(( >> > > Load the iconv modules as root before letting users to mount. > You probably haven't read my complete message (msg id <4586CAEF.2000404@icyb.net.ua>) carefully enough. Quote just for you: [[[ I have the following in loader.conf: msdosfs_iconv_load="YES" msdosfs itself is built into kernel. kldstat confirms that the above modules are indeed loaded. ]]] -- Andriy Gapon