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

> Hi!
>
> [EMAIL PROTECTED] 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

_______________________________________________
Aide mailing list
[email protected]
https://mailman.cs.tut.fi/mailman/listinfo/aide

Reply via email to