From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danilo Godec Subject: Re: dosemu error -- LOWRAM mmap: Invalid argument Date: Sat, 17 Apr 2010 22:28:06 +0200 Message-ID: <4BCA19D6.2090600@agenda.si> References: <20100407160258.GC24445@isis> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20100407160258.GC24445@isis> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Mark S Bilk Cc: linux-msdos@vger.kernel.org On 7.4.2010 18:02, Mark S Bilk wrote: > When I run dosemu I get these error messages: > > LOWRAM mmap: Invalid argument > Segmentation fault > > I have already done this as root -- recommended as the > solution for this problem -- but it doesn't help: > > echo 0 > /proc/sys/vm/mmap_min_addr > > and "cat /proc/sys/vm/mmap_min_addr" now prints 0 > (I think it was originally something like 65536). > > The dosemu version is 1.4.0.1, installed from an OpenSuse rpm. > > I'm running OpenSuse Linux 11.2, kernel 2.6.31.12-0.1-desktop, > which is a 32-bit system. > Disable 'apparmor' completely. Use the kernel boot option 'apparmor=0' to achieve that. (add it to /boot/grub/menu.lst). Danilo