Hi, Ive just spent 24 hours trying to install AIrtime on my VPs ( ubuntu 14.04 lts ) but I'm stuck with a non-responsive page and can't find from where it's coming from.
1 - When I'm prompted to http://xxxx/?config I got notices telling me that Media Monitor/Pypo/Liquidsoap are not running why they are (Cf Screenshot 1):
/etc/postgresql/9.3/main# initctl list | grep airtime-media-monitor
airtime-media-monitor start/running, process 1396
/etc/postgresql/9.3/main# initctl list | grep airtime-playout
airtime-playout start/running, process 1317
/etc/postgresql/9.3/main# initctl list | grep airtime-liquidsoap
2 - When prompted on the login screen, two cases:
A - I configure /etc/postgresql/9.3/main/pg_hba.conf with: host all all 127.0.0.1/32 trust
In this case, nothing happened in the logs and I get a "Wrong username or password provided. Please try again."
B - I configure /etc/postgresql/9.3/main/pg_hba.conf with: host all all 127.0.0.1/32 md5
In this case, no message on the page and I got in /var/log/postgresql/postgresql-9.3-main.log:
2016-03-06 20:49:33 UTC FATAL: password authentication failed for user "airtime"
2016-03-06 20:49:33 UTC DETAIL: Connection matched pg_hba.conf line 88: "host all all 127.0.0.1/32 md5"
The connection is working well in the terminal with psql -h x.x.x.x -U airtime -d airtime
I'm running with Apache and Nginx (with Vesta control panel)