Date: Thu, 17 Jan 2002 09:20:03 -0800 (PST) From: Karthik K <kar_alerts@mglorysb.com> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/33985: SMP support not compiled to smbfs kernel module when enabled in kernel config Message-ID: <200201171720.g0HHK3h29531@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/33985; it has been noted by GNATS. From: Karthik K <kar_alerts@mglorysb.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201171720.g0HHK3h29531>