Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 1998 15:07:12 -0500 (CDT)
From:      Tony Kimball <alk@pobox.com>
To:        hackers@FreeBSD.ORG
Subject:    Re: Linux emulation problem 
Message-ID:  <199804152007.PAA19718@compound.east.sun.com>

next in thread | raw e-mail | index | archive | help
> From: Mike Smith <mike@smith.net.au>

> 
> Is it possible to force the Linux emulator to use the /compat/linux
> tree only for shared libraries and other system files but not on the
> user level?

Not in a useful fashion, no.  There is no way to tell the difference 
between a Linux application searching for something that "should" be in 
/compat/linux and something that "shouldn't".

It could fall though.  If, for example, an app tries to open
/usr/share/dict/words, the kernel could try
/compat/linux/usr/share/dict/words, fail, and then try
/usr/share/dict/words before giving up.
I believe this would be genuinely useful behaviour.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804152007.PAA19718>