Subject: Re: execution on LFS broken
To: Michael K. Sanders <msanders@confusion.net>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: current-users
Date: 09/12/2001 23:57:36
On Wed, Sep 12, 2001 at 11:39:38PM -0700, Michael K. Sanders wrote:
> What's going on here?
LFS doesn't support mmap in the post-UBC world... this is being
addressed.
>
> $ mount
> /dev/wd0a on / type ffs (local)
> /dev/wd0e on /usr type ffs (local)
> /dev/wd0f on /usr/pkgsrc type lfs (local)
> $ cd /usr/pkgsrc
> $ echo "main(){return(0);}" >test.c
> $ gcc -o test test.c
> $ ./test
> Memory fault (core dumped)
> $ cp /bin/sh .
> $ ./sh
> Memory fault
>
> :: Mike ::
>
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>