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

Stephan Austermühle au at hcsd.de
Tue Feb 14 08:27:10 EET 2006


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3329 bytes
Desc: S/MIME Cryptographic Signature
Url : https://mailman.cs.tut.fi/pipermail/aide/attachments/20060214/e18e4c53/smime.bin


More information about the Aide mailing list