Debian Jessie: airtime 2.4.1-1 Ensuring python-virtualenv version > 1.4.8...Failed!
  • Hi there,

    Fresh attempt, new errors...
    Tried installing 1.4.9-3 as mentioned below but no difference.

    # virtualenv --version
    1.10.1

    ::

    ******************************** Install Begin *********************************
    Ensuring python-virtualenv version > 1.4.8...Failed!
    You have version 1.4.8 or older installed. Please install package at http://apt.sourcefabric.org/pool/main/p/python-virtualenv/python-virtualenv_1.4.9-3_all.deb first and then try installing Airtime again.
    Post edited by Thomas Hackett at 2013-09-07 19:18:07
  • 22 Comments sorted by
  • root@aptosid:~# dpkg -i python-virtualenv_1.4.9-3_all.deb
    dpkg: warning: downgrading python-virtualenv from 1.10.1-1 to 1.4.9-3
    (Reading database ... 304131 files and directories currently installed.)
    Preparing to replace python-virtualenv 1.10.1-1 (using python-virtualenv_1.4.9-3_all.deb) ...
    Unpacking replacement python-virtualenv ...
    dpkg: dependency problems prevent configuration of python-virtualenv:
     python2.7 (2.7.5-7) breaks python-virtualenv (<< 1.7.1.2-2~) and is installed.
      Version of python-virtualenv to be configured is 1.4.9-3.

    dpkg: error processing python-virtualenv (--install):
     dependency problems - leaving unconfigured
    Processing triggers for man-db ...
    Errors were encountered while processing:
     python-virtualenv

  • Also tried:

    apt-get remove python, apt-get purge python, apt-get remove airtime, apt-get purge airtime, apt-get install airtime.
  • Vote Up0Vote Down hoerichhoerich
    Posts: 627Member, Airtime Moderator
    which OS?
    did you try apt-get autoremove after purging?
    Official Airtime Forum Manager
    --------------------------
    Most of the time an issue is located between keyboard and chair.
  • My latest dist-upgrade made it a Debian Jessie.

    root@aptosid:~# uname -a
    Linux aptosid 3.11-0.slh.2-aptosid-amd64 #1 SMP PREEMPT Thu Sep 5 20:56:14 UTC 2013 x86_64 GNU/Linux

    added apt-get autoremove to the above list, but also no effect.


     

  • Vote Up0Vote Down hoerichhoerich
    Posts: 627Member, Airtime Moderator

    dpkg: dependency problems prevent configuration of python-virtualenv:
     python2.7 (2.7.5-7) breaks python-virtualenv (<< 1.7.1.2-2~) and is installed.
      Version of python-virtualenv to be configured is 1.4.9-3.

     ...
    Errors were encountered while processing:
     python-virtualenv



    does apt-get remove python-virtualenv help?
    Official Airtime Forum Manager
    --------------------------
    Most of the time an issue is located between keyboard and chair.
  •  

    hoerich said:

    does apt-get remove python-virtualenv help?



    No. As soon as apt-get install airtime starts doing its stuff it will install a newer version again and generate the same error.
  • To clarify: python-virtualenv is currently   n o t   installed. It only gets automatically added when installing Airtime. Airtime seems to want an older version than my system allows for. Unfortunately, a manual install of the old package (*1.4.9-3_all.deb) like the error message suggests doesn't work either, at least not without further tricks.
    Post edited by Thomas Hackett at 2013-09-07 17:34:04
  • Vote Up0Vote Down hoerichhoerich
    Posts: 627Member, Airtime Moderator

    My latest dist-upgrade made it a Debian Jessie.



    afaik Debian Jessie is Dev-Version in experimental stadium.
    use Wheezy or Squeeze if you don't want to face such problems
    Ubuntu Precise is recommended by Sourcefabric.

    https://wiki.sourcefabric.org/display/CC/Supported+Browsers+and+Platforms+-+2.3.X
    http://en.flossmanuals.net/airtime-en-2-3/automated-installation/
    http://www.sourcefabric.org/en/resources/screencasts/
    Official Airtime Forum Manager
    --------------------------
    Most of the time an issue is located between keyboard and chair.
  • There's no turning back I'm afraid
    (everything else works).
    Post edited by Thomas Hackett at 2013-09-07 18:12:46
  • Vote Up0Vote Down hoerichhoerich
    Posts: 627Member, Airtime Moderator
    Official Airtime Forum Manager
    --------------------------
    Most of the time an issue is located between keyboard and chair.
  • hoerich said:


    Wow, very interesting... thanks!
    But I'm not downgrading an otherwise working system just because Airtime wants an ancient version of python-virtualenv.
  • Vote Up0Vote Down hoerichhoerich
    Posts: 627Member, Airtime Moderator
    I know what you mean, but you upgraded to an experimental, unstable debian-version.

    and you ignore the officially supported platforms mentioned in wiki https://wiki.sourcefabric.org/display/CC/Supported+Browsers+and+Platforms+-+2.3.X

    think about it.
    Official Airtime Forum Manager
    --------------------------
    Most of the time an issue is located between keyboard and chair.
  •  

    hoerich said:

    I know what you mean, but you upgraded to an experimental, unstable debian-version.

    and you ignore the officially supported platforms mentioned in wiki https://wiki.sourcefabric.org/display/CC/Supported+Browsers+and+Platforms+-+2.3.X

    think about it.




    I don't ignore them, I've been keeping an eye on Airtime for a long time. Eventually Airtime will need to deal with this, by which time it might also include a few other things I'm waiting for.

    But, I'll edit the discussion title to make it clearer...
    Post edited by Thomas Hackett at 2013-09-07 19:21:00
  • Vote Up0Vote Down hoerichhoerich
    Posts: 627Member, Airtime Moderator

     I don't ignore them, I've been keeping an eye on Airtime for a long time. Eventually Airtime will need to deal with this, by which time it might also include a few other things I'm waiting for.


    But, I'll edit the discussion title to make it clearer...


    Jessie has no official release date yet, so I guess Jessie has to wait a bit.
    But let's see what the future brings.
    Thanks for clarifying the discussion title.
    cheers
    Official Airtime Forum Manager
    --------------------------
    Most of the time an issue is located between keyboard and chair.
  • Vote Up0Vote Down Daniel JamesDaniel James
    Posts: 844Member, Sourcefabric Team
    Hi Thomas, we are interested in getting feedback on Jessie even though we don't officially support it yet. This is a bug in our native install script python_apps/python-virtualenv/virtualenv-install.sh - thanks for discovering it!

    In the meantime, you might like to check out the Airtime 2.4.x branch from git and comment out the 'exit 1' on line 23 of this script. The warning will still be printed, but the install should continue.

    Cheers!

    Daniel
  • Vote Up0Vote Down Daniel JamesDaniel James
    Posts: 844Member, Sourcefabric Team
    Hi Thomas, the following tweak works for me:

    https://github.com/danielhjames/Airtime/commit/c35deaf7b902a1fea004b43b72365590d11c849a

    Cheers!

    Daniel


  • Many thanks Daniel !

    I've not tried an Airtime install using git yet (just apt-get) ... checking it out now ...
  • root@aptosid:~/Airtime/install_full/debian# ./airtime-full-install

    W: Failed to fetch http://apt.sourcefabric.org/dists/sid/main/binary-amd64/Packages  404  Not Found
    E: Some index files failed to download. They have been ignored, or old ones used instead.

    see attached log

    35K
  • root@aptosid:~/Airtime/install_full/debian# ./airtime-full-install

    W: Failed to fetch http://apt.sourcefabric.org/dists/sid/main/binary-amd64/Packages  404  Not Found
    E: Some index files failed to download. They have been ignored, or old ones used instead.

    see attached log



    oops this was a sources.list issue... continuing now...
  • root@aptosid:~/Airtime/install_full/debian# ./airtime-full-install
    ----------------------------------------------------
     1. Install Packages
    ----------------------------------------------------
    # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #deb http://apt.sourcefabric.org/ sid main
    Hit http://aptosid.com sid InRelease
    Hit http://www.deb-multimedia.org jessie InRelease
    Hit http://ftp.debian.org sid InRelease
    Ign http://webmin.mirror.somersettechsolutions.co.uk sarge InRelease
    Hit http://webmin.mirror.somersettechsolutions.co.uk sarge Release.gpg
    Hit http://apt.sourcefabric.org wheezy InRelease
    Hit http://webmin.mirror.somersettechsolutions.co.uk sarge Release
    Hit http://ftp.de.debian.org jessie InRelease
    Hit http://backports.debian.org squeeze-backports InRelease
    Hit http://aptosid.com sid/main amd64 Packages
    Hit http://aptosid.com sid/fix.main amd64 Packages
    Hit http://www.deb-multimedia.org jessie/main amd64 Packages
    Hit http://www.deb-multimedia.org jessie/non-free amd64 Packages
    Hit http://http.us.debian.org unstable InRelease
    Hit http://ftp.debian.org sid/main amd64 Packages/DiffIndex
    Ign http://notesalexp.org sid InRelease
    Hit http://ftp.debian.org sid/main Translation-en/DiffIndex
    Hit http://apt.sourcefabric.org wheezy/main amd64 Packages
    Hit http://notesalexp.org sid Release.gpg
    Hit http://webmin.mirror.somersettechsolutions.co.uk sarge/contrib amd64 Packages
    Ign http://aptosid.com sid/fix.main Translation-en_US
    Ign http://aptosid.com sid/fix.main Translation-en
    Ign http://aptosid.com sid/main Translation-en_US
    Ign http://aptosid.com sid/main Translation-en
    Ign http://www.deb-multimedia.org jessie/main Translation-en_US
    Ign http://www.deb-multimedia.org jessie/main Translation-en
    Hit http://ftp.de.debian.org jessie/main amd64 Packages/DiffIndex
    Hit http://backports.debian.org squeeze-backports/main amd64 Packages
    Ign http://www.deb-multimedia.org jessie/non-free Translation-en_US
    Ign http://www.deb-multimedia.org jessie/non-free Translation-en
    Hit http://notesalexp.org sid Release
    Hit http://backports.debian.org squeeze-backports/main Translation-en
    Hit http://ftp.de.debian.org jessie/main Translation-en/DiffIndex
    Hit http://http.us.debian.org unstable/main Sources/DiffIndex
    Hit http://notesalexp.org sid/main amd64 Packages
    Hit http://notesalexp.org sid/contrib amd64 Packages
    Hit http://notesalexp.org sid/non-free amd64 Packages
    Ign http://webmin.mirror.somersettechsolutions.co.uk sarge/contrib Translation-en_US
    Ign http://webmin.mirror.somersettechsolutions.co.uk sarge/contrib Translation-en
    Ign http://apt.sourcefabric.org wheezy/main Translation-en_US
    Ign http://apt.sourcefabric.org wheezy/main Translation-en
    Hit http://http.us.debian.org unstable/contrib Sources/DiffIndex
    Hit http://http.us.debian.org unstable/non-free Sources/DiffIndex
    Hit http://http.us.debian.org unstable/main amd64 Packages/DiffIndex
    Hit http://http.us.debian.org unstable/contrib amd64 Packages/DiffIndex
    Hit http://http.us.debian.org unstable/non-free amd64 Packages/DiffIndex
    Hit http://http.us.debian.org unstable/contrib Translation-en/DiffIndex
    Hit http://http.us.debian.org unstable/main Translation-en/DiffIndex
    Hit http://http.us.debian.org unstable/non-free Translation-en/DiffIndex
    Ign http://notesalexp.org sid/contrib Translation-en_US
    Ign http://notesalexp.org sid/contrib Translation-en
    Ign http://notesalexp.org sid/main Translation-en_US
    Ign http://notesalexp.org sid/main Translation-en
    Ign http://notesalexp.org sid/non-free Translation-en_US
    Ign http://notesalexp.org sid/non-free Translation-en
    Reading package lists...
    Reading package lists...
    Building dependency tree...
    Reading state information...
    libcamomile-ocaml-data is already the newest version.
    curl is already the newest version.
    ecasound is already the newest version.
    libesd0 is already the newest version.
    libfaad2 is already the newest version.
    flac is already the newest version.
    gzip is already the newest version.
    libsamplerate0 is already the newest version.
    lsb-release is already the newest version.
    lsof is already the newest version.
    monit is already the newest version.
    mp3gain is already the newest version.
    mpg123 is already the newest version.
    multitail is already the newest version.
    libao-ocaml is already the newest version.
    libmad-ocaml is already the newest version.
    libsoundtouch-ocaml is already the newest version.
    libtaglib-ocaml is already the newest version.
    patch is already the newest version.
    php-pear is already the newest version.
    php5-curl is already the newest version.
    php5-gd is already the newest version.
    php5-pgsql is already the newest version.
    libportaudio2 is already the newest version.
    postgresql is already the newest version.
    odbc-postgresql is already the newest version.
    libpulse0 is already the newest version.
    pwgen is already the newest version.
    python is already the newest version.
    python-virtualenv is already the newest version.
    rabbitmq-server is already the newest version.
    sudo is already the newest version.
    tar is already the newest version.
    vorbis-tools is already the newest version.
    vorbisgain is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 189 not upgraded.
    Reading package lists...
    Building dependency tree...
    Reading state information...
    icecast2 is already the newest version.
    lame is already the newest version.
    libmp3lame-dev is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 189 not upgraded.
    Reading package lists...
    Building dependency tree...
    Reading state information...
    zendframework is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 189 not upgraded.
    Reading package lists...
    Building dependency tree...
    Reading state information...
    coreutils is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 189 not upgraded.
    Reading package lists...
    Building dependency tree...
    Reading state information...
    libvo-aacenc0 is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 189 not upgraded.
    Reading package lists...
    Building dependency tree...
    Reading state information...
    sourcefabric-keyring is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 189 not upgraded.
    Reading package lists...
    Building dependency tree...
    Reading state information...
    liquidsoap is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 189 not upgraded.
    Reading package lists...
    Building dependency tree...
    Reading state information...
    silan is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 189 not upgraded.
    Reading package lists...
    Building dependency tree...
    Reading state information...
    libopus0 is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 189 not upgraded.
    Reading package lists...
    Building dependency tree...
    Reading state information...
    apache2 is already the newest version.
    libapache2-mod-php5 is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 189 not upgraded.
    ----------------------------------------------------
    2. Apache Config File
    ----------------------------------------------------
    Apache config for Airtime already exists...
    ----------------------------------------------------
    3. Enable Icecast
    ----------------------------------------------------
    Starting icecast2:
    ----------------------------------------------------
    4. Enable Monit
    ----------------------------------------------------
    ----------------------------------------------------
    5. Run Airtime Install
    ----------------------------------------------------
    * Making sure /etc/default/locale is set properly
    LANG=en_US.utf8
     * None found.
    * Temporarily stopping any previous running services

    ******************************** Install Begin *********************************
    Ensuring python-virtualenv version > 1.4.8...Success!

    *** Creating Virtualenv for Airtime ***
    Already using interpreter /usr/bin/python
    New python executable in /usr/lib/airtime/airtime_virtualenv/bin/python
    Installing Setuptools..............................................................................................................................................................................................................................done.
    Installing Pip.......................................................................................................................done.

    *** Installing Python Libraries ***
    Unpacking /root/Airtime/python_apps/python-virtualenv/airtime_virtual_env.pybundle
    Downloading/unpacking configobj
      Running setup.py egg_info for package configobj

    Downloading/unpacking PyDispatcher
      Running setup.py egg_info for package PyDispatcher

        warning: no previously-included files matching '*.bat' found anywhere in distribution
        warning: no previously-included files matching './CVS' found anywhere in distribution
        warning: no previously-included files matching '.cvsignore' found anywhere in distribution
    Downloading/unpacking pyinotify
      Running setup.py egg_info for package pyinotify

    Downloading/unpacking docopt
      Running setup.py egg_info for package docopt

    Downloading/unpacking mutagen
      Running setup.py egg_info for package mutagen

    Downloading/unpacking poster
      Running setup.py egg_info for package poster

    Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7
    Requirement already satisfied (use --upgrade to upgrade): wsgiref in /usr/lib/python2.7
    Downloading/unpacking anyjson
      Running setup.py egg_info for package anyjson

    Downloading/unpacking kombu
      Running setup.py egg_info for package kombu

    Downloading/unpacking amqplib
      Running setup.py egg_info for package amqplib

    Downloading/unpacking pytz
      Running setup.py egg_info for package pytz

        warning: no files found matching '*.pot' under directory 'pytz'
        warning: no previously-included files found matching 'test_zdump.py'
    Installing collected packages: configobj, PyDispatcher, pyinotify, docopt, mutagen, poster, anyjson, kombu, amqplib, pytz
      Running setup.py install for configobj

      Running setup.py install for PyDispatcher

        warning: no previously-included files matching '*.bat' found anywhere in distribution
        warning: no previously-included files matching './CVS' found anywhere in distribution
        warning: no previously-included files matching '.cvsignore' found anywhere in distribution
      Running setup.py install for pyinotify

      Running setup.py install for docopt

      Running setup.py install for mutagen
        changing mode of build/scripts-2.7/mid3v2 from 644 to 755
        changing mode of build/scripts-2.7/moggsplit from 644 to 755
        changing mode of build/scripts-2.7/mutagen-inspect from 644 to 755
        changing mode of build/scripts-2.7/mid3iconv from 644 to 755
        changing mode of build/scripts-2.7/mutagen-pony from 644 to 755

        changing mode of /usr/lib/airtime/airtime_virtualenv/bin/mid3v2 to 755
        changing mode of /usr/lib/airtime/airtime_virtualenv/bin/moggsplit to 755
        changing mode of /usr/lib/airtime/airtime_virtualenv/bin/mutagen-inspect to 755
        changing mode of /usr/lib/airtime/airtime_virtualenv/bin/mid3iconv to 755
        changing mode of /usr/lib/airtime/airtime_virtualenv/bin/mutagen-pony to 755
      Running setup.py install for poster

      Running setup.py install for anyjson

      Running setup.py install for kombu

      Running setup.py install for amqplib

      Running setup.py install for pytz

        warning: no files found matching '*.pot' under directory 'pytz'
        warning: no previously-included files found matching 'test_zdump.py'
    Successfully installed configobj PyDispatcher pyinotify docopt mutagen poster anyjson kombu amqplib pytz
    Cleaning up...
    * Checking for user pypo
     * Creating user pypo
    * Creating INI files
    * Initializing INI files
    * Airtime Version: 2.4.0
    * Storage directory setup
    * Skipping directory already exists: /srv/airtime/stor
    * Giving Apache permission to access /srv/airtime/stor
    * Skipping directory already exists: /srv/airtime/stor/organize
    * Giving Apache permission to access /srv/airtime/stor/organize
    * Checking database for correct encoding
    could not change directory to "/root/Airtime/install_minimal": Permission denied

    * Database Installation
     * Creating Airtime database user
      * Database user 'airtime' created.
     * Creating Airtime database
    could not change directory to "/root/Airtime/install_minimal": Permission denied
      * Postgres scripting language already installed
     * Creating database tables
     * Setting Airtime version
     * Inserting stor directory location /srv/airtime/stor/ into music_dirs table
    Creating vhost "/airtime" ...
    ...done.
    Creating user "airtime" ...
    ...done.
    Setting permissions for user "airtime" in vhost "/airtime" ...
    ...done.
    * Creating /etc/airtime
    * Creating /etc/monit/conf.d/monit-airtime-generic.cfg
    * Creating /etc/cron.d/airtime-crons
    * Creating /usr/lib/airtime
    * Creating symbolic links in /usr/bin
    * Creating /var/log/airtime
    * Creating /usr/share/airtime
    * Creating /var/log/airtime
    * Creating /var/tmp/airtime
    Generating locales
    Generating locales (this might take a while)...
      be_BY.UTF-8... done
      bg_BG.UTF-8... done
      cs_CZ.UTF-8... done
      da_DK.UTF-8... done
      de_CH.UTF-8... done
      de_DE.UTF-8... done
      el_GR.UTF-8... done
      en_AU.UTF-8... done
      en_CA.UTF-8... done
      en_GB.UTF-8... done
      en_IE.UTF-8... done
      en_US.UTF-8... done
      es_ES.UTF-8... done
      fi_FI.UTF-8... done
      fr_BE.UTF-8... done
      fr_FR.UTF-8... done
      ga_IE.UTF-8... done
      he_IL.UTF-8... done
      hr_HR.UTF-8... done
      hu_HU.UTF-8... done
      it_IT.UTF-8... done
      ja_JP.UTF-8... done
      ko_KR.UTF-8... done
      nb_NO.UTF-8... done
      nl_BE.UTF-8... done
      nl_NL.UTF-8... done
      nn_NO.UTF-8... done
      pl_PL.UTF-8... done
      pt_BR.UTF-8... done
      pt_PT.UTF-8... done
      ro_RO.UTF-8... done
      ru_RU.UTF-8... done
      sk_SK.UTF-8... done
      sl_SI.UTF-8... done
      tr_TR.UTF-8... done
      zh_CN.UTF-8... done
      zh_TW.UTF-8... done
      de_AT.UTF-8... done
    Generation complete.
    Starting Airtime Media Monitor: Done.
    * Waiting for media-monitor processes to start...
    * Detecting OS: ...  Found Debian GNU/Linux unstable (sid) (sid) on amd64 architecture
     * Creating symlink to Liquidsoap binary
    * Clearing previous pypo cache
    * Waiting for pypo processes to start...
    Restarting daemon monitor: monit.

    *** Verifying your system environment, running airtime-check-system ***
    AIRTIME_STATUS_URL             = http://localhost:80/api/status/format/json/api_key/%%api_key%%
    AIRTIME_SERVER_RESPONDING      = OK
    PHP Fatal error:  Call to undefined function json_decode() in /usr/lib/airtime/utils/airtime-check-system.php on line 140

    ******************************* Install Complete *******************************

  • apt-get install php5-json
  • root@aptosid:~# airtime-check-system
    AIRTIME_STATUS_URL             = http://localhost:80/api/status/format/json/api_key/%%api_key%%
    AIRTIME_SERVER_RESPONDING      = OK
    KERNEL_VERSION                 = UNKNOWN
    MACHINE_ARCHITECTURE           = UNKNOWN
    TOTAL_MEMORY_MBYTES            = UNKNOWN
    TOTAL_SWAP_MBYTES              = UNKNOWN
    AIRTIME_VERSION                = UNKNOWN
    OS                             = Debian GNU/Linux unstable (sid) x86_64
    CPU                            = AMD Phenom(tm) 9950 Quad-Core Processor
    WEB_SERVER                     = Apache/2.4.6 (Debian)
    PLAYOUT_ENGINE_PROCESS_ID      = FAILED
    PLAYOUT_ENGINE_RUNNING_SECONDS = 0
    PLAYOUT_ENGINE_MEM_PERC        = 0%
    PLAYOUT_ENGINE_CPU_PERC        = 0%
    -- Displaying log file /var/log/airtime/pypo/pypo.log
    -- 2013-09-21 14:44:08,892 ERROR - [LogWriter.py : write() : line 19] - ImportError
    -- 2013-09-21 14:44:08,892 ERROR - [LogWriter.py : write() : line 19] - :
    -- 2013-09-21 14:44:08,892 ERROR - [LogWriter.py : write() : line 19] - No module named pypofetch
    -- 2013-09-21 14:44:08,892 ERROR - [LogWriter.py : write() : line 19] -
    --
    --
    --
    LIQUIDSOAP_PROCESS_ID          = FAILED
    LIQUIDSOAP_RUNNING_SECONDS     = 0
    LIQUIDSOAP_MEM_PERC            = 0%
    LIQUIDSOAP_CPU_PERC            = 0%
    tail: cannot open â/var/log/airtime/pypo-liquidsoap/ls_script.logâ for reading: No such file or directory
    -- Displaying log file /var/log/airtime/pypo-liquidsoap/ls_script.log
    --
    --
    MEDIA_MONITOR_PROCESS_ID       = FAILED
    MEDIA_MONITOR_RUNNING_SECONDS  = 0
    MEDIA_MONITOR_MEM_PERC         = 0%
    MEDIA_MONITOR_CPU_PERC         = 0%
    -- Displaying log file /var/log/airtime/media-monitor/media-monitor.log
    -- 2013-09-21 14:44:09,078 INFO - [Thread-1] [watchersyncer.py : __init__()] : LINE 19 - Created timeout thread...
    -- 2013-09-21 14:44:09,079 INFO - [Thread-1] [airtime.py : init_rabbit_mq()] : LINE 36 - Initializing RabbitMQ message consumer...
    -- 2013-09-21 14:44:09,092 INFO - [Thread-1] [airtime.py : init_rabbit_mq()] : LINE 48 - Initialized RabbitMQ consumer.
    -- 2013-09-21 14:44:09,093 DEBUG - [Thread-1] [api_client.py : __call__()] : LINE 134 - http://localhost:80/api/media-monitor-setup/format/json/api_key/QJAO3GGDY9DIB7GVS23B
    -- 2013-09-21 14:44:09,098 INFO - [Thread-1] [syncdb.py : reload_directories()] : LINE 49 - HTTP Error 404: Not Found
    --
    --
    -- There appears to be a problem with your Airtime installation.
    -- Please visit http://wiki.sourcefabric.org/x/HABQ
    Post edited by Thomas Hackett at 2013-09-21 08:46:05