NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
TeknoJnky
Mar 06, 2014Hero
subsonic 4.9
any chance of an updated package for subsonic 4.9/raidiator 4.x?
26 Replies
Replies have been turned off for this discussion
- john_esAspirantIs there a way to modify this to run as a non-root user?
- lancerusAspirant
john_es wrote: Is there a way to modify this to run as a non-root user?
If that's the problem I dont see why not. Take for example mysql, you can start/stop it from frontview, and it runs under the mysql user. I plan to look at that pkg next. I just dont want to experiment with my current nas as I have alot of stuff on there I depend on ... working on buying a replacement for the pro2. - john_esAspirantIs the 4.9 on the dropbox link, built by superpoussin? Just wondering why the community links to the 4.7 version and superpoussin hasnt posted the link (some other user did).
- JeremyB132AspirantHey super-poussin
On another thread they mentioned adding this to keep automatically restart subsonic:
my $subsonic = `ps aux | grep onic | grep jar | grep -v grep | sed -r -e 's/ +/ /g' | cut -f 11- -d ' '`; # PKAS
chomp($subsonic); # PKAS
foreach my $cmd (keys %restart) {
system("$cmd");
}
my $isSubsonicStillThere = `ps aux | grep onic | grep jar | grep -v grep`; # PKAS
if ($subsonic && $isSubsonicStillThere !~ /jar/) { # PKAS
print "Restarting subsonic\n"; # PKAS
system("cd /c/webroot/subsonic \&\& rm -f nohup.out \&\& nohup $subsonic 2>\&1 >/dev/null \&"); # PKAS
} # PKAS
unlink("/ramfs/.logtruncate.lock");
It seems that in 4.9 this isn't work as subsonic has been crashing at some point or getting closed. Would this script still work to restart subsonic after the log.truncate runs? Appreciate the help and thanks for the great addon! - SamosAspirantHello all.
I've tried to install Subsonic 4.9 for readynas ultra 2 (x86), i'v download the right file (x86 4.2)
The image module seems to be ok, but i have the "waiting icon" never stop. Then, PHPmyadmin gets down.
(because i have the message :Forbidden
You don't have permission to access /phpmyadmin/index.php on this server.
I kill the page with the installation of subsonic, reinstall phpmyadmin
so, phpmyadmin work but no subsonic
Any ideas.
Thx :) - edhall1044AspirantHow do you upgrade sub-sonic? I got a copy from the dropbox location and did a manual upload from the readynas app page. It uploaded and said it installed, but nothing really nothing happened.
Thanks
Related Content
NETGEAR Academy

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