Xymon Mailing List Archive search

Problems starting snapshot install...

list Henrik Størner
Wed, 10 Aug 2005 09:38:15 +0200
Message-Id: <user-73cb98e2ebc6@xymon.invalid>

On Wed, Aug 10, 2005 at 09:34:42AM +0200, Henrik Stoerner wrote:
Could you try running (as "root" or whatever that's called on Darwin):

   for P in shmall shmmni shmmax; do sysctl kern.ipc.$P; done
That apparently doesn't work on FreeBSD's ksh .. if it fails, use this
instead:

   sysctl kern.ipc.shmmni
   sysctl kern.ipc.shmall
   sysctl kern.ipc.shmmax


Henrik