:thumbupJocko wrote:Yes that is and with the next version apache server will use also SHA256-signed SSL certificate instead of SHA1 SSL certificate (deprecated)
I was about to do that by logging with ssh, but unexpectedly triggered the previous issue I was having. The root password that has been reset to the default using the cron job, is unrecognised. To reproduce: 1- change root password to a custom one 2- reset it using the one-time cron job 3- let the drive go to sleep from overheat. Temperature limit was set at 55.1/ Can you post your temp-alert.sh
The alert emails still get the spam marker quite often, despite what you tried to make it more "acceptable" to email servers. Header of the latest shows:
- Code: Select all
Content analysis details: (11.4 points, 5.5 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 DNS_FROM_AHBL_RHSBL RBL: Envelope sender listed in dnsbl.ahbl.org 4.3 HELO_DYNAMIC_HCC Relay HELO'd using suspicious hostname (HCC) 4.4 HELO_DYNAMIC_IPADDR2 Relay HELO'd using suspicious hostname (IP addr 2) 0.0 FH_HELO_EQ_D_D_D_D Helo is d-d-d-d 1.9 TVD_RCVD_IP TVD_RCVD_IP 0.0 BAYES_50 BODY: Bayesian spam probability is 40 to 60% [score: 0.4469] 0.1 RDNS_DYNAMIC Delivered to trusted network by host with dynamic-looking rDNS -0.0 AWL AWL: From: address is in the auto white-list
X-Spam-Status: Yes, score=11.4
temp-alert.sh is:
- Code: Select all
#!/bin/sh
/usr/bin/php /etc/api/nasapi.php mrvlNotify 5 55 1 00:D0:4B:94:3C:26 0
touch /etc/wolenable
echo 60 > /etc/time-suspend.txt
/bin/sync
/sbin/rebootd-spd
Did just that. The NAS didn't wake up after 5 minutes, as expected.Well it did, but removed the line2/ check if the nas succeeds to auto-wake-up after 5min
- in putty doecho 5 > /etc/time-suspend.txt
- Go to the shutdown/restart menu and do a standby with WoL
- Code: Select all
echo 60 > /etc/time-suspend.txt
after reboot.
I verified the temp-alert.sh file after boot, since the temp guard is started on boot.

