Your message dated Fri, 08 May 2009 15:26:19 +0200
with message-id <[email protected]>
and subject line bug was fixed the newer version
has caused the Debian Bug report #213544,
regarding memtester won't test all RAM on systems with more than 4 GB
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
213544: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213544
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: memtester
Version: 2.93.1-2

The "all" argument is meant to test all RAM in the system.  However,
memtest.c actually contains the code:

                        if (!strcmp (argv[i], "all"))
                        {
                                membytes = 4095 << MB;
                                continue;
                        }

It should get the total from /proc/meminfo instead.  This is essential
on systems with more than 4095 MB of RAM.
-- 
Shields.



--- End Message ---
--- Begin Message ---
Now it's also fixed in stable with the release of Lenny.




--- End Message ---

Reply via email to