Just logged into my server after a few days and the icecast server wont connect, I tried running airtime-check-system and got this result "AIRTIME_SERVER_RESPONDING = FAILED" Any ideas on how to fix this? It was working fine for weeks. I updated it weeks ago and it worked with no problems till now. Here is the last entry for the pypo log file.
2013-05-15 05:22:48,129 DEBUG - [pypocli.py : liquidsoap_running_test() : line 129] - Checking to see if Liquidsoap is running
Actually just noticed above in the url that it says http://globaltracksradio.com:80/api/status/form The hostname is supposed to be radio.cincityrocks.com Not sure where it's getting that info from? How do i correct this in airtime? What file would i need to change? Can it be done from within airtime itself?
Ok i went in using sudo dpkg-reconfigure airtime and set up the hostname correctly but it still did not work. When i run the command i still get the same output. The hostname didn't change?
Hi Wayne, it definitely sounds like a hostname problem, because airtime-check-system is still looking at http://globaltracksradio.com and that site does not exist (on the public Internet, at least). I suggest looking at the following files on your server:
/etc/hosts /etc/airtime/api_client.cfg
Does the value of 'host' in api_client.cfg match what you have for this server in /etc/hosts? If not, airtime-check-system may not be able to find your Airtime installation.
The directory /etc/apache2/sites-enabled/ should contain an Apache configuration for your Airtime server with the correct hostname. I'd be expecting to see a file airtime-vhost containing lines such as:
ServerName radio.cincityrocks.com
In this case your Apache configuration is functioning fine, as I can see your login page from here.