From owner-freebsd-alpha@FreeBSD.ORG Mon Mar 31 18:56:11 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6607837B401 for ; Mon, 31 Mar 2003 18:56:11 -0800 (PST) Received: from mail1.infoeng.flinders.edu.au (infoeng.flinders.edu.au [129.96.1.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7515A43FBD for ; Mon, 31 Mar 2003 18:56:09 -0800 (PST) (envelope-from paul@foo.infoeng.flinders.edu.au) Received: from foo (foo.infoeng.flinders.edu.au [129.96.1.138]) h312u3l16467; Tue, 1 Apr 2003 12:26:03 +0930 (CST) Message-Id: <200304010256.h312u3l16467@mail1.infoeng.flinders.edu.au> X-Mailer: exmh version 2.5 07/16/2001 with nmh-1.0.4 To: Andrew Gallatin In-Reply-To: Your message of "Mon, 31 Mar 2003 08:25:12 EST." <16008.16824.753151.308099@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 01 Apr 2003 12:26:03 +0930 From: Paul Gardner-Stephen cc: freebsd-alpha@freebsd.org Subject: Re: OSF binary emulation problem X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 02:56:11 -0000 > > I am having problems running OSF 4.0 binaries under FreeBSD 5.0-RELEASE on > > an alpha personal workstation 500au: > > Its a bug in 5.0 that only bites SMP kernels (GENERIC is SMP on > alpha). This was just fixed Sat. in -currrent. See the freebsd-alpha > archives for the patch. Or rebuild a kernel without 'options SMP', or > upgrade to -current. Thanks, I'll start by compiling without SMP and let you know how I go. Paul.