Page 1 of 1

Change Port in CentOS Minimal Install

Posted: 23 Sep 2013, 03:35
by tycoonbob
Hello everyone. I've been using SubSonic and MadSonic for a few years now, and have always ran it on Windows. I am going through the process of rebuilding some of my VMs and I am on my Media VM now, which runs MadSonic and Plex Media Server. Instead of running a bloated Server 2012 VM, I have switched to a CentOS 6.4 x64 minimal install (no GUI). Plex and Madsonic are both installed and working, but I am having trouble changing the port for MadSonic.

The default port (4040) works just fine, but I want to change it to something else. So I stop the service, change the port in Madsonic.Properties, and start the service. Service starts, but MadSonic is still running on port 4040 and the properties file reverts. I am running the latest build (3660), and other than this issue, everything else seems to be working. So is there something more I am supposed to do to get the port to bind to something else with CentOS?

Thanks!

Re: Change Port in CentOS Minimal Install

Posted: 24 Sep 2013, 20:30
by Madsonic
hi there,

stop your service and check this 2 files for your port setting,
then restart service and recheck.

Code: Select all

/usr/share/madsonic/madsonic.sh

/etc/sysconfig/madsonic
best regards

Re: Change Port in CentOS Minimal Install

Posted: 24 Sep 2013, 23:57
by tycoonbob
Setting the port in Madsonic.Properties and Madsonic.sh did the trick.

Thanks!