On Tue, Jan 03, 2012 at 10:23:28AM +0100, Frank Zacharias wrote:
> $ /usr/bin/free
>              total       used       free     shared    buffers    cached
> Mem:       4145884    1469584    2676300          0     80192     829364
> -/+ buffers/cache:     560028    3585856
> Swap:      8008396          0    8008396
> 
> $ /usr/bin/free -b
>              total       used       free     shared    buffers    cached
> Mem:     -49582080 1504980992 -1554563072          0   82116608  849399808
(4145884 * 1024) - (2^32)
-49582080

We got an overflow problem.  I'll have to increase the calculated field
up to the next biggest.

 - Craig

-- 
Craig Small VK2XLZ   http://enc.com.au/          csmall at : enc.com.au
Debian GNU/Linux     http://www.debian.org/      csmall at : debian.org
GPG fingerprint:     5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to