[7890] in testers
Re: Scheme not loading correctly in Debathena Beta
daemon@ATHENA.MIT.EDU (Evan Broder)
Mon Mar 9 12:43:40 2009
Message-ID: <49B54700.3040505@mit.edu>
Date: Mon, 09 Mar 2009 12:42:40 -0400
From: Evan Broder <broder@MIT.EDU>
MIME-Version: 1.0
To: John J Marrero <aeon@mit.edu>
CC: testers@mit.edu
In-Reply-To: <alpine.DEB.2.00.0903091227470.6749@w20-575-69.mit.edu>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hi John -
There's an outstanding issue with running mit-scheme on Ubuntu
machines. We're working with Ubuntu to get the problem fixed, and I'm
hopeful that we can have it working within the next month or so.
In the mean time, you can work around the bug by running the following:
sudo sysctl -w vm.mmap_min_addr=0
(You should enter your password when prompted, not the root password)
- Evan
John J Marrero wrote:
> Hello,
>
> I'm not sure whether this is a personal configuration problem or an
> installation-wide issue, but when I try to load MIT/GNU Scheme via the
> usual "scheme" command, I get the following:
>
> Largest address does not fit in datum field of object.
> Allocate less space or re-configure without HEAP_IN_LOW_MEMORY.
>
> Scheme immediately terminates thereafter. If this is a configuration
> setting I should be altering myself, I'm afraid I don't know where it
> would be.
>
> Hope this helps,
> John