[Aide] HP-UX again: error mmap'ing Not enough space

Pablo Virolainen pablo at vapaa.fi
Tue Feb 14 21:28:44 EET 2006


On Tue, 14 Feb 2006, Stephan Austermühle wrote:

> Hi!
>
> mikusw at poczta.onet.pl schrieb:
>
> > error mmap'ing /usr/bin/vmstat: Not enough space
>
> First, find out for how much shared memory your system is configured to:
>
> 	kmtune -q shmmax
>
> Next, find out how much shared memory is actually used:
>
> 	ipcs -ma
>
> Allow the kernel to grant more shared memory if this is your bottleneck.
> Otherwise you need to change to mmap() call in the sources: Look for the
> mmap() call in the AIDE sources and change MAP_SHARED to MAP_PRIVATE.
> See HP Technical Knowledge Base article UIPCKBRC00008210 for details.
>
> Stephan

Or ./configure --without-mmap

Pablo Virolainen



More information about the Aide mailing list