kern/53874: [linux] /usr/ports/emulators/linux_base isn't
working properly when SVR4 emulation is enabled
John Baldwin
jhb at freebsd.org
Wed Nov 23 06:30:35 PST 2005
The following reply was made to PR kern/53874; it has been noted by GNATS.
From: John Baldwin <jhb at freebsd.org>
To: bug-followup at freebsd.org, vince at 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 <jhb at FreeBSD.org> =A0<>< =A0http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org
More information about the freebsd-emulation
mailing list