From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 23 14:30:35 2005 Return-Path: X-Original-To: freebsd-emulation@hub.freebsd.org Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 150A716A41F for ; Wed, 23 Nov 2005 14:30:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F5243D82 for ; Wed, 23 Nov 2005 14:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jANEUT9I053729 for ; Wed, 23 Nov 2005 14:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jANEUTdW053728; Wed, 23 Nov 2005 14:30:29 GMT (envelope-from gnats) Date: Wed, 23 Nov 2005 14:30:29 GMT Message-Id: <200511231430.jANEUTdW053728@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: John Baldwin Cc: Subject: Re: kern/53874: [linux] /usr/ports/emulators/linux_base isn't working properly when SVR4 emulation is enabled X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2005 14:30:35 -0000 The following reply was made to PR kern/53874; it has been noted by GNATS. From: John Baldwin To: bug-followup@freebsd.org, vince@bigbang.dnalogic.net Cc: Subject: Re: kern/53874: [linux] /usr/ports/emulators/linux_base isn't working properly when SVR4 emulation is enabled Date: Wed, 23 Nov 2005 09:13:35 -0500 The problem appears to be that SVR4 and Linux a.out binaries both use the s= ame=20 format, thus the order that the different image activators are tried in=20 matters. I suspect that if you kldload svr4.ko first and then kldload=20 linux.ko that it might work, but that no svr4 binaries would work at that=20 point. The only way this can be fixed is if someone can figure out a way t= o=20 distinguish a SVR4 a.out binary from a Linux a.out binary. =2D-=20 John Baldwin =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org