]> ## Live Memory Tester for UNRAID ###2024.10.07a - fix: show available (allocatable) RAM instead of only completely unused (free) RAM in GUI ###2024.09.16 - fix: reworked bash scripts to better standards with more safety for strange configurational states ###2024.09.13a - important fix: address possible flock condition causing installation script to stall (thanks AgentXXL) ###2024.09.13 - fix: made optical changes regarding wording, positioning and helptexts on the Live Memory Tester Settings page - new: use of plugin usage metric functions to aid development of new features and planning for plugin updates (toggleable) ###2024.09.09 - fix: improvements to error and backend communication handling ###2024.08.16 - new: added additional information about free and installed RAM to GUI ###2024.08.08 - new: added additional information about test runtime to JS modal (when test is started) ###2024.08.07 - new: switched from legacy to more recent update checking mechanism ###2024.06.23 - fix: changed units from KiB to KB - fix: renamed generic function names to avoid declaration collisions with other plugins ###2024.06.15 - fix: repacked binaries to include source code patches - fix: corrected some spelling mistakes and formatting problems ###2024.06.14 - release note: welcome to the first version of the package killall memtester >/dev/null 2>&1 killall memtester-poller >/dev/null 2>&1 exit 0 &pkgURL;/memtester-4.6.0_1-x86_64-2_dw.txz bfedfe573dcda3875e5c12c5ffef9a9d &gitURL;/archive/&plgNAME;.txz &plgMD5; /etc/cron.daily/memtester-poller conntest >/dev/null 2>&1 & echo "" echo "-----------------------------------------------------------" echo " Live Memory Tester for UNRAID has been installed." echo " Version: &version; / Plugin Maintainer: &author;" echo "-----------------------------------------------------------" echo "" killall memtester >/dev/null 2>&1 killall memtester-poller >/dev/null 2>&1 removepkg &plgPATH;/*.txz rm -rf &plgPATH; rm -rf &emhttp; if mountpoint -q /var/lib/memtester; then rm -rf /var/lib/memtester/* umount -l /var/lib/memtester sleep 1 fi rm -rf /var/lib/memtester rm -f /etc/cron.daily/memtester-poller >/dev/null 2>&1 echo "" echo "-----------------------------------------------------------" echo " Live Memory Tester for UNRAID has been removed." echo " Version: &version; / Plugin Maintainer: &author;" echo "-----------------------------------------------------------" echo ""