From owner-freebsd-smp@FreeBSD.ORG Sat Jun 25 20:46:24 2005 Return-Path: X-Original-To: freebsd-smp@freebsd.org 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 37DB216A41C for ; Sat, 25 Jun 2005 20:46:24 +0000 (GMT) (envelope-from dvterry@comcast.net) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 078E643D4C for ; Sat, 25 Jun 2005 20:46:23 +0000 (GMT) (envelope-from dvterry@comcast.net) Received: from [192.168.1.14] (c-24-98-121-151.hsd1.ga.comcast.net[24.98.121.151]) by comcast.net (rwcrmhc13) with ESMTP id <2005062520462301500bnuele>; Sat, 25 Jun 2005 20:46:23 +0000 Message-ID: <42BDD09D.4020807@comcast.net> Date: Sat, 25 Jun 2005 16:46:05 -0500 From: Darren Terry User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-smp@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: SMP Help X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2005 20:46:24 -0000 Hola, I am new to this list and to FreeBSD so i would just like to say hi to everyone than thanks for all your help in advance. Okay. On to the problem. I have just recently started moving my server over from Slackware to FreeBSD. All has gone well so far with the install and configuration of the services that i will be running. Although, I am having a bit of trouble getting my second processor running. I have tried to compile a new kernel with SMP support, however, i have been quite unsuccessful in doing this. I have read the chapter on compiling and configuring a new kernel in the handbook, still to no avail. If any of you could please help me with this i would grealy appreciate it. My config: http://home.comcast.net/~dvterry/SMP Thanks From owner-freebsd-smp@FreeBSD.ORG Sat Jun 25 21:48:02 2005 Return-Path: X-Original-To: freebsd-smp@freebsd.org 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 B139E16A41C for ; Sat, 25 Jun 2005 21:48:02 +0000 (GMT) (envelope-from mvetsalo@mail.ru) Received: from mx6.mail.ru (mx6.mail.ru [194.67.23.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A13443D48 for ; Sat, 25 Jun 2005 21:48:02 +0000 (GMT) (envelope-from mvetsalo@mail.ru) Received: from [193.138.84.70] (port=4324 helo=mx.msu1) by mx6.mail.ru with esmtp id 1DmIVK-0007jQ-00 for freebsd-smp@freebsd.org; Sun, 26 Jun 2005 01:47:59 +0400 Date: Sun, 26 Jun 2005 00:47:49 +0300 From: Maxim Vetsalo To: freebsd-smp@freebsd.org Message-ID: <20050626004749.4c0bd85a@mx.msu1> In-Reply-To: <42BDD09D.4020807@comcast.net> References: <42BDD09D.4020807@comcast.net> X-Mailer: Sylpheed-Claws 1.0.4a (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: SMP Help X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2005 21:48:02 -0000 Hello! On Sat, 25 Jun 2005 16:46:05 -0500 Darren Terry wrote: > Hola, > > I am new to this list and to FreeBSD so i would just like to say hi > to everyone than thanks for all your help in advance. > > Okay. On to the problem. I have just recently started moving my > server over from Slackware to FreeBSD. All has gone well so far with the > install and configuration of the services that i will be running. > Although, I am having a bit of trouble getting my second processor > running. I have tried to compile a new kernel with SMP support, however, > i have been quite unsuccessful in doing this. Please tell more about you hardware, FreeBSD version and give dmesg(8) output. What truble do you have? Kernel didn't compile or didn't boot or something else? > I have read the chapter on > compiling and configuring a new kernel in the handbook, still to no > avail. If any of you could please help me with this i would grealy > appreciate it. > > > My config: http://home.comcast.net/~dvterry/SMP > Cheers, Maxim. --