Page 1 of 1

How to start Subsonic after install from FreeBSD ports?

PostPosted: Mon Mar 07, 2016 9:07 pm
by nimo
Hi,


I have just installed subsonic 5.3 with jetty from FreeBSD ports collection -- but now I can't figure out how to start it. I have tried strating the provided jetty service. But that just seem to start the jetty service and not Subsonic.

Any advice would be highly appreciated!

Re: How to start Subsonic after install from FreeBSD ports?

PostPosted: Mon Mar 07, 2016 10:52 pm
by insann
Normaly subsonic should be running actually !

if not try to check it with :
Code: Select all
service subsonic status


if it isn't running try this :
Code: Select all
service subsonic start


Jetty always run after installation, subsonic too !
Check if you have any firewall blocking something !
Router firewall ? Server Firewall ? Running port is 4040 by default !

Check Logs for more info ! ( /var/subsonic/subsonic_sh.log in debian maybe same in freebsd )

( maybe i'm wrong i don't use Freebsd but its almost same as Debian )

Got the info from https://www.freebsd.org/doc/handbook/configtuning-rcd.html

Insann