Page 1 of 1

Subsonic on Solaris 11 -- no songs on clients?

PostPosted: Fri Jul 27, 2012 4:12 pm
by VirtualNet
I have installed the Subsonic server on Solaris 11. Everything seems to be working fine from the server side....

I can log in to the web interface, I can see all the MP3s, I can play them, search them, etc.

However, when using the Android client, I get a network error everytime I try and list the songs, search, etc.

When I test the client connection, everything tests fine.

There are no errors in the subsonic log file, or even any messages at all when the client tries to test or connect.

Any idea what's wrong?

Sorry, I thought I was in help section when I posted this...I'm sure a moderator will move :)

Re: Subsonic on Solaris 11 -- no songs on clients?

PostPosted: Fri Jul 27, 2012 5:28 pm
by VirtualNet
Just updated to 4.7B2 and things are working quite a bit better....

Re: Subsonic on Solaris 11 -- no songs on clients?

PostPosted: Fri Aug 24, 2012 4:44 pm
by martyscholes
I have been running subsonic on Solaris for a year or three. I started with OpenSolaris and now run Subsonic 4.6 on Solaris 11. Have had no Solaris-specific issues. In fact, it runs like a banshee on this host, since the machine has far more storage / RAM / CPU / network than Subsonic needs, plus the machine is up 24/7.

Glad you got things working.

Re: Subsonic on Solaris 11 -- no songs on clients?

PostPosted: Sat Mar 09, 2013 8:21 pm
by patricks
Could you compile a brief HowTo install Subsonic on OpenSolaris?
I'm interested to put it on my NAS box.

regards,
patrick.

Re: Subsonic on Solaris 11 -- no songs on clients?

PostPosted: Sat Mar 09, 2013 11:03 pm
by martyscholes
patricks wrote:Could you compile a brief HowTo install Subsonic on OpenSolaris?
I'm interested to put it on my NAS box.

regards,
patrick.


I don't have a blow-by-blow because I installed under OpenSolaris a long time ago. I then upgraded to Solaris 11 then later upgraded the hardware then later upgraded to a newer version of Subsonic. Below are my notes from the various upgrades. It should get you headed in the right direction. See attached files for SMF manifest and shell script to start the application.

Good luck!

SITE SPECIFIC INFORMATION
Host name: dl585
Subsonic home: /export/site/subsonic
Subsonic user: webservd

NOTES FROM INSTALL ONTO NEW HARDWARE / Solaris 11 2012-02-25
bash-4.1$ sudo svccfg import /export/site/manifest.smf/subsonic.xml
# had to put dl585 on its own line in /etc/hosts for subsonic

############################################################
# 2012-11-16 Install Subsonic 4.7
############################################################
bash-4.1$ cd /export/site/subsonic/
bash-4.1$ sudo svcadm disable -t subsonic
bash-4.1$ sudo gtar xvf ~/Downloads/subsonic-4.7-standalone.tar.gz
Getting Started.html
LICENSE.TXT
README.TXT
subsonic.war
subsonic-booter-jar-with-dependencies.jar
subsonic.bat
subsonic.sh
bash-4.1$ sudo chown webservd *
bash-4.1$ sudo svcadm enable subsonic

Re: Subsonic on Solaris 11 -- no songs on clients?

PostPosted: Thu Mar 28, 2013 8:54 pm
by patricks
martyscholes wrote:
I don't have a blow-by-blow because I installed under OpenSolaris a long time ago. I then upgraded to Solaris 11 then later upgraded the hardware then later upgraded to a newer version of Subsonic. Below are my notes from the various upgrades. It should get you headed in the right direction. See attached files for SMF manifest and shell script to start the application.

Good luck!



Thanks a lot,
it turned out that instlling subsonic on my OpenIndiana box is *much* more easy that I initially thought.
wget'ting the tgz, unpacking it to a proper place and tune a bit the params in "/var/subsonic/subsonic.sh" and it works like a breeze :-)
And with your hints it even could be controlled by SMF, great.