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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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

Reply via email to