This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > memtester (4.5.0_1)

memtester (memory test utility)

memtester is a userspace utility for testing the memory subsystem for
faults. Unlike memtest86, it runs as a process on a running Linux system,
meaning it can't test all of memory the way memtest86 is able to... but
you don't have to reboot to use it.

Note that, by definition, memtester counts as a denial-of-service
(resource exhaustion) attack against the local machine. Be cautious
about using it, and definitely *read its man page* before use.

memtester has traditionally been run as root, so that it can lock the
memory it's testing to prevent swapping and remapping. However, it's
possible to use capabilities to allow it to run correctly as a normal
user. Use something like:

# chown root:console /usr/bin/memtester
# chmod 0750 /usr/bin/memtester
# setcap cap_ipc_lock=ep /usr/bin/memtester

This allows anyone in the "console" group to run memtester. You could
also create a memtester group and use it in the chown command above,
if you'd rather have more fine-grained control.

Maintained by: B. Watson
Keywords: memtest86,memory,hardware,test,ram
ChangeLog: memtester

Homepage:
http://pyropus.ca/software/memtester/

Source Downloads:
memtester-4.5.0.tar.gz (674a8a88ff54bdb229ca4148218a41f1)
memtester_4.5.0-1.debian.tar.xz (c4c05a502aedeef0d06d7ebd62b73040)

Download SlackBuild:
memtester.tar.gz
memtester.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
memtester.SlackBuild
memtester.info
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds