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 ...
NASable
Oct 27, 2011Aspirant
TeknoJnky wrote: I can confirm that 4.5.04 addon green light does not stay on, but the subsonic service itself has been running fine on my pro.
You can fix the status indicator by changing /etc/frontview/addons/bin/SUBSONIC/running.sh as follows:
Change from:
if ! ps -ef | grep "/subsonic-booter-jar-with-dependencies.jar" | grep -v grep &> /dev/null; then
exit 1
fi
Change to:
if ! ps -ef | grep "subsonic-booter-jar-with-dependencies.jar" | grep -v grep &> /dev/null; then
exit 1
fi
The only difference is removal of the "/" before the word subsonic. Hopefully this fix can be included in the next release, as it seems like a pretty easy (and compatible) change.
Related Content
NETGEAR Academy

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