Airtime 2.5.2.1 : Login doesn't respond + Media Monitor/Pypo/Liquidsoap detection problem
  • 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.

    Ive installed it manually, by downloading version 2.5.2.1 and following instructions on https://github.com/sourcefabric/airtime >   sudo ./install

    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)

    /etc/airtime/airtime.conf : http://pastebin.com/9qWkzims
    /etc/postgresql/9.3/main/pg_hba.conf : http://pastebin.com/XviU6rhx

    Any Help please ? Can't find the real issue !

    1816 x 920 - 215K
  • 1 Comment sorted by
  • Use Debian 7.9 instead, friend.