From owner-freebsd-questions@FreeBSD.ORG Sun Jun 6 23:38:17 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39D8C1065674 for ; Sun, 6 Jun 2010 23:38:17 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from mx.utwente.nl (mx2.utsp.utwente.nl [130.89.2.13]) by mx1.freebsd.org (Postfix) with ESMTP id AEAC98FC12 for ; Sun, 6 Jun 2010 23:38:16 +0000 (UTC) Received: from nox-laptop.student.utwente.nl (nox-laptop.student.utwente.nl [130.89.160.140]) by mx.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id o56NbqEZ013408; Mon, 7 Jun 2010 01:37:52 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Mon, 7 Jun 2010 01:37:48 +0200 User-Agent: KMail/1.9.10 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201006070137.48664.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact icts.servicedesk@utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Bogdan Webb Subject: Re: FreeBSD 8.0 linux emulator kernel panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2010 23:38:17 -0000 On Sunday 06 June 2010 19:31:00 Bogdan Webb wrote: > I'm having issues with the Fedora Core6 linux emulator on FreeBSD 8.0 it > panics when i run HLDS, the same issue was addressed by Daniel Ballenger in > http://lists.freebsd.org/pipermail/freebsd-stable/2010-February/054646.html >but i did not get the fix. Giovanni Trematerra gave a response that it was > fix in a "r200768" now it is clear that i do not know that that code means > (in my eyes it's a bsd build or smth) but i'm currently running the latest > 8.0-RELEASE-p3 available. Please advise on how to patch the kernel panic. r200768 uniquely identifies a single change to the FreeBSD source code. In this case it identifies a bugfix to linux_signal.c. You need to run 8-STABLE (currently it will show up as 8.1-PRERELEASE) to get the fix. I know it works because I also run multiple HLDS processes on FreeBSD. To get 8-STABLE: cvsup/csup the sources to RELENG_8, then follow these instructions to upgrade: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Good luck! -- Pieter de Goeje