version; ?>
Postgres "> Try running sudo apt-get install php5-pgsql
Database "> Make sure you aren't missing any of the Postgres dependencies in the table above. If your dependencies check out, make sure your database configuration settings in /etc/airtime.conf are correct and the LibreTime database was installed correctly.
RabbitMQ "> Make sure RabbitMQ is installed correctly, and that your settings in /etc/airtime/airtime.conf are correct. Try using sudo rabbitmqctl list_users and sudo rabbitmqctl list_vhosts to see if the airtime user (or your custom RabbitMQ user) exists, then checking that sudo rabbitmqctl list_exchanges contains entries for airtime-analyzer, airtime-pypo, and airtime-uploads.
Media Analyzer "> /etc/init,
initctl list | grep airtime_analyzer

sudo service airtime_analyzer start
Pypo "> /etc/init,
initctl list | grep airtime-playout

sudo service airtime-playout restart
Liquidsoap "> /etc/init,
initctl list | grep airtime-liquidsoap

sudo service airtime-liquidsoap restart
Celery "> /etc/init,
initctl list | grep airtime-celery

sudo service airtime-celery restart