From owner-freebsd-emulation@FreeBSD.ORG Fri Dec 24 08:40:17 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC64F16A4CE; Fri, 24 Dec 2004 08:40:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0F3943D55; Fri, 24 Dec 2004 08:40:17 +0000 (GMT) (envelope-from phantom@FreeBSD.org) Received: from freefall.freebsd.org (phantom@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBO8eHRf079358; Fri, 24 Dec 2004 08:40:17 GMT (envelope-from phantom@freefall.freebsd.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBO8eHMx079354; Fri, 24 Dec 2004 08:40:17 GMT (envelope-from phantom) Date: Fri, 24 Dec 2004 08:40:17 GMT From: Alexey Zelkin Message-Id: <200412240840.iBO8eHMx079354@freefall.freebsd.org> To: brucegb@realtime.net, phantom@FreeBSD.org, emulation@FreeBSD.org Subject: Re: kern/46576: FreeBSD 4.6 broke linux emulation install w/SVR4 emulation enabled. X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2004 08:40:18 -0000 Synopsis: FreeBSD 4.6 broke linux emulation install w/SVR4 emulation enabled. State-Changed-From-To: open->closed State-Changed-By: phantom State-Changed-When: Fri Dec 24 08:36:23 GMT 2004 State-Changed-Why: All linux binaries are SYSV elf branded. When svr4.ko is loaded -- it handles them. So, in order to run linux binaries while svr4 enabled, you have to rebrand them first. (call 'brandelf -t Linux ' for each binary) http://www.freebsd.org/cgi/query-pr.cgi?pr=46576