From owner-freebsd-questions@FreeBSD.ORG Fri Mar 17 20:26:46 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 04A6D16A42F for ; Fri, 17 Mar 2006 20:26:46 +0000 (UTC) (envelope-from ryallsd@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id C46A443D46 for ; Fri, 17 Mar 2006 20:26:44 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so477227wxc for ; Fri, 17 Mar 2006 12:26:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=TSqhSerbEZ23y1pLDFzi4j0mIk+xQcluyi6x5bDqAOb6MY7nAaLeulSN9gtG6mqCQ0Gf5ImKM52+r8OFCZx6LTuQ+t84eW7854ccaxYr+Lf2Xds9EAEZ7LQVXjkQfv6h81L69k7rqrmHhqz1BDDDjmTOMKDO1C2nbhKeNx4BVUU= Received: by 10.70.22.19 with SMTP id 19mr3043539wxv; Fri, 17 Mar 2006 12:26:44 -0800 (PST) Received: by 10.70.16.6 with HTTP; Fri, 17 Mar 2006 12:26:44 -0800 (PST) Message-ID: Date: Fri, 17 Mar 2006 12:26:44 -0800 From: "Derrick Ryalls" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 20:26:46 -0000 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 statin= g that encryption support is not available. According to this thread: http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2006-02/msg00556.htm= l I now need to add options NETSMBCRYPTO To my kernel config to get encryption support added for mount_smbfs? 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? 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