Displaying 3 results from an estimated 3 matches for "upssafemode".
2020 Aug 14
1
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
...Since the UPS is actually on-line and not in a low battery state when the test FSD
> is sent from the Windows master, the Synology will not enter "safe mode" - it does nothing.
Not quite true.
Script /usr/syno/bin/synoups calls command /usr/sbin/upsmon -c fsd and then
calls function UPSSafeMode fsd. This function reads the UPS status ups.status
into variable $St.
If $St is exactly "OL" the function logs "UPS is On-Line" and exits.
But if $St = "OL FSD" then the function goes into Safe Mode, stops all services
and unmounts volumes.
> If the device was...
2020 Aug 14
4
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
Thanks Larry, no problem. I appreciate the input. Whenever you get a chance I’d really like to compare notes with someone who has NUT and a Synology to see why the heck mine doesn’t work! ;). I’m also using my Pi as the master like you. Thanks.
Todd
--
Todd Benivegna // todd at benivegna.com
On Aug 14, 2020, 11:55 AM -0400, Larry Fahnoe <fahnoe at fahnoetech.com>, wrote:
> On Fri, Aug
2020 Aug 11
4
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
On Mon, 10 Aug 2020, Todd Benivegna wrote:
> synoups: https://hastebin.com/xexafofiha.bash
Wow! What a mess. It looks as if Synology wanted to write their own "NUT", but
decided it would be easier to put their ideas in a script when they saw they
could use upssched.conf to call it. NUT intends such a script for timer
management. Synology use it for general system management.