Firewall-1

Re: [FW-1] SYSTEM KERNEL MEMORY

Subject: Re: [FW-1] SYSTEM KERNEL MEMORY
From: Mark Senior <senatorfrog AT GMAIL DOT COM>
To: FW-1-MAILINGLIST AT AMADEUS.US.CHECKPOINT DOT COM
Date: Mon, 22 Jan 2007 16:13:09 -0700
On 1/22/07, sin  wrote:
Garner, Annette K **BETH wrote:
> I am currently running NG AI R55 HFA18 on HP DL 380's in active/passive
> mode running SecurePlatform.  On the SmartView Status under System
> Kernel Memory I am seeing a negative number under allocations. On both
> the primary and the standby at different times.
>
> Can anyone let me know exactly what that means?  Any assistance would be
> appreciated.
>

quoting from the ngx administration III checkpoint book negative numbers
is the checkpoint way to represent very big numbers. really.

Which is another way of saying there is an integer overflow bug
somewhere in their code, and they can't be bothered to fix it.

In a 32-bit platform, INT_MAX is 2147483647 (= 2 ^ 31 - 1 = 2048 *
1024 * 1024 - 1)  If you take an unsigned int larger than that, and
treat it as a signed int, the high order bit will be 1, and it will be
treated as a negative number.  Do you by chance have between 2 and 4
Gig of RAM in these machines?

Regards
Mark

=================================================
To set vacation, Out-Of-Office, or away messages,
send an email to LISTSERV AT amadeus.us.checkpoint DOT com
in the BODY of the email add:
set fw-1-mailinglist nomail
=================================================
To unsubscribe from this mailing list,
please see the instructions at
http://www.checkpoint.com/services/mailing.html
=================================================
If you have any questions on how to change your
subscription options, email
fw-1-owner AT ts.checkpoint DOT com
=================================================

<Prev in Thread] Current Thread [Next in Thread>