From owner-cvs-all Wed Jul 25 13:52:43 2001 Delivered-To: cvs-all@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with SMTP id F38DF37B405 for ; Wed, 25 Jul 2001 13:52:37 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 12532 invoked from network); 25 Jul 2001 20:52:37 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Jul 2001 20:52:37 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <854.996089358@axl.seasidesoftware.co.za> Date: Wed, 25 Jul 2001 13:52:36 -0700 (PDT) From: John Baldwin To: Sheldon Hearn Subject: Re: cvs commit: src/sys/modules/libiconv Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 25-Jul-01 Sheldon Hearn wrote: > > > On Wed, 25 Jul 2001 12:21:06 MST, Sheldon Hearn wrote: > >> Added files: >> sys/modules/libiconv Makefile >> Log: >> Add build infrastructure for a libiconv loadable kernel module. >> >> This should allow the use of the smbfs module without the >> requirement to rebuild the kernel with LIBICONV. > > I haven't connected this to the modules build because I can't test that > it works. Sure, it loads fine, but I get a reproducible kernel mode > page fault in the rl(4) interrupt handler when I actually try to use it. > > 1) Start with smbfs.ko, libiconv.ko, libmchain.ko neither loaded nor > statically linked. > > 2) Configure an SMB mount as per normal (e.g. edit /etc/fstab and > /usr/local/etc/nsmb.conf). > > 3) Try to mount the share (e.g. mount /smb/mydomain/mypeer). Did you make the smbfs module depend on the libiconv module via a MODULE_DEPEND()? What if you kldload libiconv.ko first and then try the mount, does it still panic? -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message