NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
dk0r
Sep 27, 2011Guide
Subsonic 4.5.04 --Crashing
For me, instability in the Subsonic plugin has been occurring since version 1.9. The current and previous plugins crash regularly over time or upon restarting my pioneer-pro. If, after the plugin has ...
dsm1212
Oct 27, 2011Apprentice
Sure, I added this to /etc/crontab:
And this is the contents of subcheck.sh:
You can look at /var/log/subcheck.log to see if it ever got restarted and when. There is probably a simpler command to see if it is running. Apparently the frontview addon suite includes one, but this was before I ready about that and it works so...
steve
5,20,35,50 * * * * root /c/home/Steve/ReadyNAS/subcheck.sh
And this is the contents of subcheck.sh:
#!/bin/sh
if [ "$(ps -ef | grep subsonic | grep java | wc -l)" = "0" ]
then
date >> /var/log/subcheck.log 2>&1
/c/webroot/subsonic/subsonic.sh >> /var/log/subcheck.log 2>&1
fi
You can look at /var/log/subcheck.log to see if it ever got restarted and when. There is probably a simpler command to see if it is running. Apparently the frontview addon suite includes one, but this was before I ready about that and it works so...
steve
Related Content
NETGEAR Academy

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