From owner-freebsd-bugs Mon Jan 7 8:46:30 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 2A1DC37B419; Mon, 7 Jan 2002 08:46:25 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g07GkTG27758; Mon, 7 Jan 2002 11:46:29 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 7 Jan 2002 11:46:29 -0500 (EST) From: Joe Clarke To: gnats-admin@FreeBSD.org, Subject: Re: kern/33625: [PATCH] Add KMODDEPS to smbfs to load libiconv and libmchain In-Reply-To: <200201070150.g071o1t78843@freefall.freebsd.org> Message-ID: <20020107114412.Q11088-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Even though the release notes say mount_smbfs should load smbfs.ko automatically even if LIBICONV and LIBMCHAIN are not in the kernel, it does not. KMODDEPS looks to be needed. Also, here is the CLI error seen when trying to do mount_smbfs without any of the smbfs-related modules loaded: 11:43 creme-brulee marcus %501# mount_smbfs -N //guest@sushi/WWW /mnt mount_smbfs: vfsload(smbfs): Exec format error On a system where KMODDEPS has added, and smbfs.ko was recompiled and reinstalled, the mount works without any modules pre-loaded as expected. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message