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:53:47 -0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <1058136827.9399.35.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 did try to compile with the standard compiletime-settings (this has linkstatic off and x on). I assume that this is also what you did, correct? If so, you just untarred the dosemu distribution, ran 'make', and then as su, ran 'make install' - right? This is also what I have done, also using Redhat 9. But doing the above, this is when I get that IPC error describe below - also, when the dosemu window closes, 'Segmentation fault' is then printed to the terminal screen. I take it that you didn't have these same problems and are also running Redhat 9. If so, is there anything different you have installed that gives you the good luck that you are having? Or are there any other ideas you might have? On Sun, 2003-07-13 at 18:47, Justin Zygmont wrote: > I have xdosemu working, I never changed linkstatic. I did try using this > option before, and i'm not sure if xdosemu worked with it since I never > tested it, but using this setting didn't seem to make any noticable > difference in performance or anything else. > > > On 13 Jul 2003, Peter Celella wrote: > > > > > > 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? > > > > > > > > >