From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 06:41:46 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85F1F37B401 for ; Thu, 5 Jun 2003 06:41:46 -0700 (PDT) Received: from jhuml3.jhu.edu (jhuml3.jhu.edu [128.220.2.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACBEE43FAF for ; Thu, 5 Jun 2003 06:41:45 -0700 (PDT) (envelope-from alisoylu@jhu.edu) Received: from jhuml3.jhu.edu (jhuml3.jhu.edu [128.220.2.66]) by jhuml3.jhu.edu (PMDF V6.1 #47562) with SMTP id <0HG0005WRGOYPG@jhuml3.jhu.edu> for freebsd-questions@FreeBSD.ORG; Thu, 05 Jun 2003 09:41:44 -0400 (EDT) Received: from jhuml3.jhu.edu ([128.220.2.66]) by jhuml3.jhu.edu (SAVSMTP 3.1.0.29) with SMTP id M2003060509414421948 for ; Thu, 05 Jun 2003 09:41:44 -0400 Received: from pirasa (res229-269-5187.resnet.jhu.edu [128.220.229.200]) by jhuml3.jhu.edu (PMDF V6.1 #47562) with ESMTP id <0HG0005YMGPKPG@jhuml3.jhu.edu> for freebsd-questions@FreeBSD.ORG; Thu, 05 Jun 2003 09:41:44 -0400 (EDT) Date: Thu, 05 Jun 2003 09:41:40 -0400 From: Ali Soylu To: freebsd-questions@FreeBSD.ORG Message-id: <005301c32b68$31e65e40$c8e5dc80@pirasa> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Outlook, Build 10.0.4024 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Subject: Smbfs and SMP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2003 13:41:46 -0000 I've recompiled the kernel, and added the following options: options SMP options APIC_IO options HTT And recompiled & reinstalled using: make buildkernel KERNCONF=AAP make installkernel KERNCONF=AAP When I try to mount a smb volume, here's that I get: Jun 5 08:34:22 bsd /kernel: error: module compiled without SMP support Jun 5 08:34:22 bsd /kernel: netsmb_dev: unloaded Jun 5 08:34:22 bsd /kernel: module_register_init: MOD_LOAD (dev_netsmb, c26c0794, 0) error 1 Jun 5 08:34:22 bsd /kernel: error: module compiled without SMP support I'm sure the modules are recompiled (checked the dates), but I still get this smp support message. I'm using 4.8-release. Any suggestions? Ali PS: Please cc your reply to my e-mail address...