NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
rnas_newbie
May 07, 2012Aspirant
Duo V2 : Remote UPS monitoring:sorted v.5.3.7
edit - **sorted in raidiator 5.3.7** I've had a quick search on the forums and drew a blank...but in the true tradition of the older models; Please can we have the ability for the Duo V2 to moni...
llevet
Oct 06, 2012Aspirant
Hi rnas_newbie,
Yes i have see the problem with the lastest firmware (5.3.6) and i resolve it by :
vi /etc/init.d/ups-monitor
Replace :
...
start_stop_client () {
case "$START_UPSMON" in
y|Y|yes|YES|Yes)
case "$1" in
start)
start-stop-daemon -S -q -p $upsmon_pid -x $upsmon >/dev/null 2>&1
;;
stop)
start-stop-daemon -K -o -q -p $upsmon_pid -n upsmon >/dev/null 2>&1
;;
esac
;;
n|N|no|NO|No|*)
return 1
;;
esac
...
By :
...
start_stop_client () {
case "$START_UPSMON" in
y|Y|yes|YES|Yes)
case "$1" in
start)
touch /var/log/frontview/ups.log
start-stop-daemon -S -q -p $upsmon_pid -x $upsmon >/dev/null 2>&1
;;
stop)
start-stop-daemon -K -o -q -p $upsmon_pid -n upsmon >/dev/null 2>&1
;;
esac
;;
n|N|no|NO|No|*)
return 1
;;
esac
...
Ludo.
Yes i have see the problem with the lastest firmware (5.3.6) and i resolve it by :
vi /etc/init.d/ups-monitor
Replace :
...
start_stop_client () {
case "$START_UPSMON" in
y|Y|yes|YES|Yes)
case "$1" in
start)
start-stop-daemon -S -q -p $upsmon_pid -x $upsmon >/dev/null 2>&1
;;
stop)
start-stop-daemon -K -o -q -p $upsmon_pid -n upsmon >/dev/null 2>&1
;;
esac
;;
n|N|no|NO|No|*)
return 1
;;
esac
...
By :
...
start_stop_client () {
case "$START_UPSMON" in
y|Y|yes|YES|Yes)
case "$1" in
start)
touch /var/log/frontview/ups.log
start-stop-daemon -S -q -p $upsmon_pid -x $upsmon >/dev/null 2>&1
;;
stop)
start-stop-daemon -K -o -q -p $upsmon_pid -n upsmon >/dev/null 2>&1
;;
esac
;;
n|N|no|NO|No|*)
return 1
;;
esac
...
Ludo.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!