From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4DB3CD6F.5050008@domain.hid> Date: Sun, 24 Apr 2011 09:12:47 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4DB3C542.7030700@domain.hid> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] apt-get mmap() error after upgrading to Xenomai 2.5.6 List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: at91_enthus Cc: Xenomai help at91_enthus wrote: > On Sun, Apr 24, 2011 at 1:37 AM, Gilles Chanteperdrix >> What FCSE options have you configured? >> > > FCSE mode (guaranteed) That is probably the issue then. In guaranteed mode, a process can not have an address space larger than 32MB. apt-get probably wants more than that. If you enable CONFIG_ARM_FCSE_MESSAGES and this is indeed your issue, you should see some message in the kernel logs (FCSE: process %u(%s) VM would exceed the 32MB limit) If this is the case, check the stack-size with ulimit -s and see if it is still 1MB. Please no private mails. -- Gilles.