Securifi Community Forum

Securifi Products => Almond+ => Topic started by: anton777 on September 09, 2014, 02:22:12 pm

Title: NAS at Almond+
Post by: anton777 on September 09, 2014, 02:22:12 pm
I connected my Synology413 NAS via LAN to the Almond+.
Everything works fine - but the NAS now never changes into the Hibernation-mode.
Have you any idea, what process keeps it awake?
(with my Pirelli modem router I did not have the Problem)
Title: Re: NAS at Almond+
Post by: LGNilsson on September 09, 2014, 10:38:05 pm
No, but we've had similar reports and we're looking into the problem.
Title: Re: NAS at Almond+
Post by: j8048188 on September 15, 2014, 08:06:37 pm
When you SSH into the nas, you can run
Code: [Select]
syno_hibernate_debug_tool --enable 1 to start logging the hibernate wakeups.
You can find the logs after letting the debug tool run for a while by running
Code: [Select]
cat /var/log/messagesThis can give you some visibility into what is triggering the wakeups.
Be sure to run
Code: [Select]
syno_hibernate_debug_tool --disable when you're done so it stops logging.

Here's a FAQ about hibernation: https://www.synology.com/en-us/knowledgebase/faq/568
And here's a forum post that explains some more things: http://forum.synology.com/enu/viewtopic.php?f=83&t=78930#p305824