NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
ludwich
Jun 26, 2012Aspirant
subsonic stops
My subsonic stops working every morning now after the new update =( I had the same problem before but there was a patch that made it work but now it stops every morning even when i dont restart the n...
dsm1212
Nov 22, 2012Apprentice
Super posted 4.7 final recently, but I'm pretty sure I was running 4.7 beta 3 without the job there too, so I don't know why it stopped crashing every day on my system. Here's the latest script I have on my system.
Steve
#!/bin/sh
if [ "$(ps -ef | grep subsonic | grep java | wc -l)" = "0" ]
then
date >> /var/log/run_subsonic.log 2>&1
/c/webroot/subsonic/subsonic.sh>> /var/log/run_subsonic.log 2>&1
fi
Steve
#!/bin/sh
if [ "$(ps -ef | grep subsonic | grep java | wc -l)" = "0" ]
then
date >> /var/log/run_subsonic.log 2>&1
/c/webroot/subsonic/subsonic.sh>> /var/log/run_subsonic.log 2>&1
fi
Related Content
NETGEAR Academy

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