From owner-freebsd-smp@FreeBSD.ORG Fri Sep 24 06:56:13 2004 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56EC216A4CE for ; Fri, 24 Sep 2004 06:56:13 +0000 (GMT) Received: from horus.euredit.net (horus.euredit.net [194.145.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FDCA43D31 for ; Fri, 24 Sep 2004 06:56:13 +0000 (GMT) (envelope-from kde@europages.com) Received: from gandalf.euredit.net (gandalf [194.145.144.88]) by horus.euredit.net (Postfix) with ESMTP id 17D332028C for ; Fri, 24 Sep 2004 08:56:12 +0200 (CEST) Received: from [10.10.11.141] (unknown [10.10.11.141]) by gandalf.euredit.net (Postfix) with ESMTP id 8326EAEE2 for ; Fri, 24 Sep 2004 08:56:12 +0200 (CEST) From: Key Dof To: freebsd-smp@freebsd.org Content-Type: text/plain Message-Id: <1096008971.61028.14.camel@ramses> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 24 Sep 2004 08:56:11 +0200 Content-Transfer-Encoding: 7bit Subject: smbfs and SMP on 5.2.1 X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 06:56:13 -0000 Hi, I am using 5.2.1-p10 with a HTT P4 cpu, when i try to mount smbfs i get that the module was not compiled with SMP support (in /var/log/messages) I put SMP=yes and SMP_SUPPORT=yes in my make.conf and i recompiled smbfs and mount_smbfs but it didn't change anything. Any idea how to solve this? Thanks