From owner-freebsd-questions@FreeBSD.ORG Fri Mar 17 23:35:54 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 128F516A400 for ; Fri, 17 Mar 2006 23:35:54 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.200.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9715F43D48 for ; Fri, 17 Mar 2006 23:35:53 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (sccrmhc11) with ESMTP id <20060317233552011002ug1oe>; Fri, 17 Mar 2006 23:35:52 +0000 Message-ID: <441B47D7.7020604@computer.org> Date: Fri, 17 Mar 2006 17:35:51 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5 (X11/20060228) MIME-Version: 1.0 To: Derrick Ryalls References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: mount_smbfs and NETSMBCRYPTO 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: Fri, 17 Mar 2006 23:35:54 -0000 Derrick Ryalls wrote: > Greetings, > > I have recently run into a problem mounting windows shares on my 6.1 Beta 2 > laptop. smbfs is loaded via loader.conf, but I get an error message stating > that encryption support is not available. According to this thread: > > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2006-02/msg00556.html > > I now need to add > > options NETSMBCRYPTO > > To my kernel config to get encryption support added for mount_smbfs? Yes. That will fix it. > > I am currently running a generic kernel and I have never needed to do this > in the past just to mount a windows share. Has something changed recently > and I will need to do a buildworld to fix this? FWIW... I (and others) were bitten by this. There was a thread not long ago with a few complaining about the change breaking POLA, and possibly an explanation as to why it was changed. However, I can't seem to dig it, or anything for that matter, up out of the archives. Others have mentioned the archive search not working well lately... so you might wait another day or two and search through the archives for the reason why it was changed. > > I tried kldload netsmbcrypto but I guess the file does not exist. Is there > any way for me to mount a windows share without doing a buildworld? I did > not pull sources when I built the machine as I intended to just run generic > and load anything extra via loader.conf. > > Thanks for any pointers on this. > > > -Derrick > _______________________________________________ > 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" > -- Regards, Eric