From owner-freebsd-stable@FreeBSD.ORG Fri Feb 24 18:34:50 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 147F816A420 for ; Fri, 24 Feb 2006 18:34:50 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id E78ED43D76 for ; Fri, 24 Feb 2006 18:34:45 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.3/8.13.3) with ESMTP id k1OIYfCV066733; Fri, 24 Feb 2006 21:34:41 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.3/8.13.3/Submit) id k1OIYZGX066731; Fri, 24 Feb 2006 21:34:35 +0300 (MSK) (envelope-from yar) Date: Fri, 24 Feb 2006 21:34:35 +0300 From: Yar Tikhiy To: Gavin Atkinson Message-ID: <20060224183435.GA66559@comp.chem.msu.su> References: <200602211455.01731.root@solink.ru> <06022119291516.78019@www.mmlab.cse.yzu.edu.tw> <1140606294.59408.8.camel@buffy.york.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1140606294.59408.8.camel@buffy.york.ac.uk> User-Agent: Mutt/1.5.9i Cc: Bachilo Dmitry , stable@freebsd.org, Tai-hwa Liang Subject: Re: mount_smbfs trouble after cvsup 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: Fri, 24 Feb 2006 18:34:50 -0000 On Wed, Feb 22, 2006 at 11:04:54AM +0000, Gavin Atkinson wrote: > On Tue, 2006-02-21 at 19:29 +0800, Tai-hwa Liang wrote: > > On Tue, 21 Feb 2006, Bachilo Dmitry wrote: > > > I've cvsuped from 6.0 to 6.1-PRERELEASE and now I can't mount NT's shares with > > > password. It worked fine before, but after cvsup i get > > > mount_smbfs: unable to open connection: syserr = Authentication error > > > and in /var/log/messages I get > > > Feb 21 14:51:24 notebook kernel: netsmb_dev: loaded > > > Feb 21 14:51:27 notebook kernel: smb_encrypt: password encryption is not > > > available > > > Feb 21 14:51:27 notebook kernel: smb_ntencrypt: password encryption is not > > > available > > > > > > As far as I see, there is no option in mount_smbfs to disable password > > > > "options NETSMBCRYPTO" in kernel configuartion file. > > > > > encryption, so I'm just stuck, what should I do? > > > Thanks in advance. > > > > http://lists.freebsd.org/pipermail/freebsd-current/2006-January/059823.html > > Is there a reason this change was made? And is there a reason why The change wasn't against NETSMBCRYPTO, it just corrected the way kernel modules get their options. > NETSMBCRYPTO is not in GENERIC? To me, it seems that breaking smbfs > between releases within 6.x violates POLA... I suspect a large number of > people (myself included) have always used smbfs for passworded shares > and it's "just worked". This issue is under investigation by the Release Engineers and yours truly. I'm sorry my change to the kernel module framework caused the confusion, but so the whole issue has got attention at last. Of course, it must be fixed before 6.1-R. In the meanwhile, I'd like to hear about any reservations on making NETSMBCRYPTO the default case for netsmb/smbfs. Thanks! -- Yar