All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eemeli Kantola <ekantola@welho.com>
To: linux-msdos@vger.kernel.org
Subject: Re: Dosemu 1.1.5 Binaries?
Date: Mon, 14 Jul 2003 19:50:14 +0300	[thread overview]
Message-ID: <3F12DF46.9060906@welho.com> (raw)
In-Reply-To: <1058177916.9399.49.camel@localhost.localdomain>

Peter Celella wrote:
> The IPC in the kernel thing is what has me confused. I've searched
> everywhere and can't find anything telling me what this is or how to
> check it. Do you know how to check if IPC is configured in the kernel?
> And if not, how to go about doing so?

I found this directory /proc/sysvipc on my machine. Not actually knowing 
anything, I would guess that this is somehow related to the presence of 
that IPC thing. Do you have a directory with that name?

> 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'

Did you take a look at /proc/sys/kernel/shmmax? For example, I get:

$ cat /proc/sys/kernel/shmmax
33554432

meaning 32 Mb shared memory. So, I need to have the total sum of $_xms, 
$_ems and $_dpmi to be less or equal to 32768 (kb) to fit in the shared 
memory, or I can do 'echo 67108864 >/proc/sys/kernel/shmmax' to get more 
shm (64 Mb, in that case) for dosemu.


  parent reply	other threads:[~2003-07-14 16:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-13 21:23 Dosemu 1.1.5 Binaries? Peter Celella
2003-07-13 21:35 ` Justin Zygmont
2003-07-13 22:39   ` Peter Celella
2003-07-13 22:47     ` Justin Zygmont
2003-07-13 22:53       ` Peter Celella
2003-07-13 23:00       ` Justin Zygmont
2003-07-13 23:32         ` Peter Celella
2003-07-14  6:26           ` Ged Haywood
2003-07-14  6:17     ` Ged Haywood
2003-07-14 10:18       ` Peter Celella
2003-07-14 13:24         ` Ged Haywood
2003-07-14 16:50         ` Eemeli Kantola [this message]
2003-07-14 18:01         ` Bart Oldeman
2003-07-15 22:44         ` kontrare

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F12DF46.9060906@welho.com \
    --to=ekantola@welho.com \
    --cc=linux-msdos@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.