From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Celella Subject: Re: Dosemu 1.1.5 Binaries? Date: 13 Jul 2003 18:39:05 -0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <1058135945.9399.28.camel@localhost.localdomain> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: Justin Zygmont Cc: Dosemu Mail List > I use 1.1.5 with rh9 and it works and compiles ok. How does it fail? > > If I compile with linkstatic off and x on in compiletime-settings, I can get dosemu both to compile and install. Unfortunately, when I try to run any dos program, dosemu immediately closes and I get the following error message in the terminal: ERROR: MAPPING: cannot get IPC shared mem (Invalid argument) This may have the following reasons: - you do not have IPC configured into the kernel - the limits are to low for the amount of memory you requested in /etc/dosemu.conf. In this case either decrease the XMS/EMS/DPMI amount in /etc/dosemu.conf or increase the kernel limits such as 'echo 67108864 >/proc/sys/kernel/shmmax' If I compile with linkstatic on and x off, dosemu also compiles and installs, but of course I have no x support. I can run dos programs in this case in the terminal, but besides not being the recommended way to run dosemu, I don't have any mouse support. Any ideas?