| version; ?> | ||||
| Postgres | PDO and PostgreSQL libraries |
">
Try running sudo apt-get install php5-pgsql
|
||
| Database | Database configuration for LibreTime |
">
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 | RabbitMQ configuration for LibreTime |
">
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 Analzyer | LibreTime media analyzer service |
">
Check that the airtime_analyzer service is installed correctly in /etc/init,
and ensure that it's running with
initctl list | grep airtime_analyzerIf not, try sudo service airtime_analyzer start
|
||
| Pypo | LibreTime playout service |
">
Check that the airtime-playout service is installed correctly in /etc/init,
and ensure that it's running with
initctl list | grep airtime-playoutIf not, try sudo service airtime-playout restart
|
||
| Liquidsoap | LibreTime liquidsoap service |
">
Check that the airtime-liquidsoap service is installed correctly in /etc/init,
and ensure that it's running with
initctl list | grep airtime-liquidsoapIf not, try sudo service airtime-liquidsoap restart
|
||