From owner-freebsd-questions@FreeBSD.ORG Tue Apr 18 10:03:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7725616A401 for ; Tue, 18 Apr 2006 10:03:15 +0000 (UTC) (envelope-from pbowen@fastmail.fm) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1149143D6E for ; Tue, 18 Apr 2006 10:03:14 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from frontend2.internal (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id A5DCAD4C3A5 for ; Tue, 18 Apr 2006 06:03:13 -0400 (EDT) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend2.internal (MEProxy); Tue, 18 Apr 2006 06:02:41 -0400 X-Sasl-enc: 1JyVyyI+4ECpL5lAtM8WIxO59EyFE87VXV5LsMeAFReZ 1145354559 Received: from [192.168.1.131] (unknown [205.246.14.226]) by frontend3.messagingengine.com (Postfix) with ESMTP id 2065589CA for ; Tue, 18 Apr 2006 06:02:38 -0400 (EDT) Message-ID: <4444B961.2060209@fastmail.fm> Date: Tue, 18 Apr 2006 05:03:13 -0500 From: Patrick Bowen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <80f4f2b20604160648r6c4fbcb5l290eef9cbd22bb7@mail.gmail.com> <20060417074148.GF48793@ns2.wananchi.com> <80f4f2b20604170548p5ae0b613n9d798e1c7ac9a31d@mail.gmail.com> <80f4f2b20604171923u4f78eb3eq17aa87956c4c0201@mail.gmail.com> In-Reply-To: <80f4f2b20604171923u4f78eb3eq17aa87956c4c0201@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: where/under what do I look for relaxing the privlege requirements for mounting/accessing devices? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 10:03:15 -0000 Jim Stapleton wrote: >Works great so far, except I get the following error when trying to >mount SMB files still: > > >mount_smbfs: can not setup kernel iconv table (ISO8859-1:tolower): >syserr = Operation not permitted > > >Also, I still have to manually do a root 'kldload smbfs' before >mounting samba, I tried adding these two lines to rc.conf to no avail: > >smbfs_load="YES" >smbfs_enable="YES" > >Any other suggestions? > >Thanks, >-Jim >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Jim; Unless I'm mistaken, "smbfs_load="YES"" should go into /boot/loader.conf. Use kldstat to see if the module is loaded. Patrick