From owner-freebsd-bugs Thu Jan 17 9:20:19 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3980637B422 for ; Thu, 17 Jan 2002 09:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0HHK3h29531; Thu, 17 Jan 2002 09:20:03 -0800 (PST) (envelope-from gnats) Date: Thu, 17 Jan 2002 09:20:03 -0800 (PST) Message-Id: <200201171720.g0HHK3h29531@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Karthik K Subject: Re: misc/33985: SMP support not compiled to smbfs kernel module when enabled in kernel config Reply-To: Karthik K 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 The following reply was made to PR misc/33985; it has been noted by GNATS. From: Karthik K To: freebsd-gnats-submit@FreeBSD.org, kar_alerts@mglorysb.com Cc: Subject: Re: misc/33985: SMP support not compiled to smbfs kernel module when enabled in kernel config Date: Fri, 18 Jan 2002 01:10:20 +0800 Even I doubt that the modules and kernel were out of sync SMP-wise. Let me provide information on how I build kernel. 1. cd /usr/src/sys/i386/conf 2. config SVR 3. cd ../../compile/SVR 4. make depend 5. make 6. make install When I did "make install", I could see "install ..." messages installing the .ko files to /modules directory. Which means that the new modules are getting installed in /modules directory. The file date/time of the smbfs.ko is latest time. FYI, the commands above were used in my servers from FBSD 4.2 until now. After installing the kernel I used to do a "make clean; make buildworld; make installworld" from /usr/src directory. In this SMP setup, I have freshly installed Freebsd-4.4 release (from CD) , cvsupped to stable today, then did a SMP-enabled build of kernel. I usually update the userland along with the kernel as I did today (after enabling SMP in kernel config). May be I will try removing the /usr/src folder then re-cvsup again and will try again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message