From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 2 21:10:03 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00BDB16A4CF for ; Fri, 2 Apr 2004 21:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB4C143D58 for ; Fri, 2 Apr 2004 21:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i335A2bv015836 for ; Fri, 2 Apr 2004 21:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i335A2dn015835; Fri, 2 Apr 2004 21:10:02 -0800 (PST) (envelope-from gnats) Date: Fri, 2 Apr 2004 21:10:02 -0800 (PST) Message-Id: <200404030510.i335A2dn015835@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: kern/65097: mount_smbfs failed when kernel compiled with 'options NETSMB' X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Apr 2004 05:10:03 -0000 The following reply was made to PR kern/65097; it has been noted by GNATS. From: Kris Kennaway To: Vladimir Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/65097: mount_smbfs failed when kernel compiled with 'options NETSMB' Date: Fri, 2 Apr 2004 21:05:51 -0800 On Fri, Apr 02, 2004 at 11:35:07AM -0800, Vladimir wrote: > > >Number: 65097 > >Category: kern > >Synopsis: mount_smbfs failed when kernel compiled with 'options NETSMB' > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Fri Apr 02 11:40:19 PST 2004 > >Closed-Date: > >Last-Modified: > >Originator: Vladimir > >Release: 5.2.1-RELEASE-p4 > >Organization: > none > >Environment: > FreeBSD main.my.domain 5.2.1-RELEASE-p4 FreeBSD 5.2.1-RELEASE-p4 #2: Thu Apr 1 22:52:17 EEST 2004 root@main.my.domain:/usr/obj/usr/src/sys/MAIN i386 > >Description: > When kernel compiled with 'options NETSMB' mount_smbfs aborts with 'module already loaded' message. > >How-To-Repeat: > Recompile kernel with 'options NETSMB' in config and try to mount samba resource. From NOTES: # NETSMB enables support for SMB protocol, it requires LIBMCHAIN and LIBICONV # options. Do you have those compiled into your kernel as well? Please include your entire config file. Kris