apt-get install airtime failed
  • Hi,

    I have a debian system and, as lazy automators are supposed to, chose the easiest way to install Airtime 2, using apt-get install airtime. The install failed. No problem, because after carefull examination of the configuration files and changing them where needed, i got everything to work just fine.
    When using apt-get upgrade however i still get "1 not fully installed or removed.".
    I do not continue, as this would mess up the end result. 
    I wonder if there is a way around this. Otherwise the debian package is not for my specific setup and i will use a download of the tar file and install from there.

    Glad i can use Airtime anyway. Best wishes.
    Ed
  • 15 Comments sorted by
  • Hi Vassilis,

    You found the cause of the problem. We distribute precompiled Liquidsoap binaries for each Ubuntu version since Lucid. Unfortunately we do not support Linux Mint so this binary version is missing.

    If you would really like to get Airtime running under Linux Mint you will need to compile your own Liquidsoap binary, as well as download the tarball version of Airtime, and comment out the part of the install script that exits if an unknown OS code name is found. This would be line 88 of python_apps/pypo/install/pypo-initialize.py.

    Here are the instructions for compiling Liquidsoap:

    You can download the Liquidsoap source here:

    Best of luck!
    Airtime Pro Hosting: http://airtime.pro
  • Same problem here...

    Anyone knows why?
  • billy@hostname:/media/Storage/Musick/Serious Music$ sudo airtime-check-system  AIRTIME_STATUS_URL             = http://localhost/api/status/format/json/api_key/%%api_key%%
    AIRTIME_SERVER_RESPONDING      = OK
    KERNEL_VERSION                 = 3.0.0-15-generic
    MACHINE_ARCHITECTURE           = x86_64
    TOTAL_MEMORY_MBYTES            = 2042240
    TOTAL_SWAP_MBYTES              = 2080380
    AIRTIME_VERSION                = 2.0.0
    OS                             = Linux Mint 12 Lisa x86_64
    CPU                            = AMD Athlon(tm) II X2 260 Processor
    WEB_SERVER                     = Apache/2.2.20 (Ubuntu)
    PLAYOUT_ENGINE_PROCESS_ID      = 5160
    PLAYOUT_ENGINE_RUNNING_SECONDS = 287
    PLAYOUT_ENGINE_MEM_PERC        = 0.5%
    PLAYOUT_ENGINE_CPU_PERC        = 0.0%
    LIQUIDSOAP_PROCESS_ID          = 5163
    LIQUIDSOAP_RUNNING_SECONDS     = 287
    LIQUIDSOAP_MEM_PERC            = 1.3%
    LIQUIDSOAP_CPU_PERC            = 0.0%
    MEDIA_MONITOR_PROCESS_ID       = 1760
    MEDIA_MONITOR_RUNNING_SECONDS  = 1346
    MEDIA_MONITOR_MEM_PERC         = 0.6%
    MEDIA_MONITOR_CPU_PERC         = 0.0%
    SHOW_RECORDER_PROCESS_ID       = 1778
    SHOW_RECORDER_RUNNING_SECONDS  = 1317
    SHOW_RECORDER_MEM_PERC         = 0.6%
    SHOW_RECORDER_CPU_PERC         = 0.0%
    RABBITMQ_PROCESS_ID            = FAILED
    RABBITMQ_RUNNING_SECONDS       = -1
    RABBITMQ_MEM_PERC              = 0%
    RABBITMQ_CPU_PERC              = 0%

    -- There appears to be a problem with your Airtime installation.



    airtime-check-system and status page on the web interface both report rabbitmq fails

    But it's really weird cause everything seems to be working...

    Some help would be greatly appreciated...
  • Can you please post the entire install log?

    Thanks
  • Where do I find the install log?
  • well... I apt-get purged airtime
    and tried the full install script
    since I'm on mint lisa the installation fails somewhere here:

    * Waiting for media-monitor processes to start...
    * Detecting OS: ...  Found Linux Mint 12 Lisa (lisa) on amd64 architecture
     * Installing Liquidsoap binary
    Unsupported system architecture.

    Any clues?
  • gonna try some manual tweaking on the script...
  • still no luck
    damn
  • Is there no way to install airtime on Linux Mint?
  • Thank you very much.

    Will give it a shot!!!


  • After compiling/installing liquidsoap from source according to your info

    I run airtime-uninstall
    and when I run the full install script again
    I get this:


    * Detecting OS: ... Found Linux Mint 12 Lisa (lisa) on amd64 architecture
    * Installing Liquidsoap binary
    Unsupported system architecture.
    * Waiting for pypo processes to start...
    * Restarting any previous Liquidsoap instances
    Stopping Airtime Show Recorder: Done.
    Starting Airtime Show Recorder: Done.
    * Waiting for show-recorder processes to start...
    * Stopping daemon monitor monit
    ...done.
    * Starting daemon monitor monit
    ...done.
    sed: can't read /var/lib/rabbitmq/pids: No such file or directory

    *** Verifying your system environment, running airtime-check-system ***
    AIRTIME_STATUS_URL = http://localhost/api/status/format/json/api_key/%%api_key%%
    AIRTIME_SERVER_RESPONDING = OK
    KERNEL_VERSION = 3.0.0-15-generic
    MACHINE_ARCHITECTURE = x86_64
    TOTAL_MEMORY_MBYTES = 16455908
    TOTAL_SWAP_MBYTES = 2080380
    AIRTIME_VERSION = 2.0.0
    OS = Linux Mint 12 Lisa x86_64
    CPU = AMD Athlon(tm) II X2 260 Processor
    WEB_SERVER = Apache/2.2.20 (Ubuntu)
    PLAYOUT_ENGINE_PROCESS_ID = FAILED
    PLAYOUT_ENGINE_RUNNING_SECONDS = -1
    PLAYOUT_ENGINE_MEM_PERC = 0%
    PLAYOUT_ENGINE_CPU_PERC = 0%
    LIQUIDSOAP_PROCESS_ID = FAILED
    LIQUIDSOAP_RUNNING_SECONDS = -1
    LIQUIDSOAP_MEM_PERC = 0%
    LIQUIDSOAP_CPU_PERC = 0%
    MEDIA_MONITOR_PROCESS_ID = FAILED
    MEDIA_MONITOR_RUNNING_SECONDS = -1
    MEDIA_MONITOR_MEM_PERC = 0%
    MEDIA_MONITOR_CPU_PERC = 0%
    SHOW_RECORDER_PROCESS_ID = FAILED
    SHOW_RECORDER_RUNNING_SECONDS = -1
    SHOW_RECORDER_MEM_PERC = 0%
    SHOW_RECORDER_CPU_PERC = 0%
    RABBITMQ_PROCESS_ID = FAILED
    RABBITMQ_RUNNING_SECONDS = -1
    RABBITMQ_MEM_PERC = 0%
    RABBITMQ_CPU_PERC = 0%

    -- There appears to be a problem with your Airtime installation.

    -- Please visit http://wiki.sourcefabric.org/x/HABQ


    Any insight???

  • Vote Up0Vote Down Daniel JamesDaniel James
    Posts: 844Member, Sourcefabric Team
    Hi Vassilis, the reason why you are seeing 'Unsupported system architecture' is because the tarball install script only knows about Debian and Ubuntu versions, it does not know about Linux Mint.

    Firstly, which version of Ubuntu or Debian is your version of Mint based on? You may be able to use one of our Liquidsoap packages, which would save you recompiling it. See http://apt.sourcefabric.org/pool/main/l/liquidsoap/

    Also, you will need to install the rabbitmq-server package.

    Cheers!

    Daniel
  • I commented out the line from the script [where did that comment go]

    I'm on Mint 12 Lisa

    and rabbitmq-server is installed...

    Will try the liquidsoap package you mentioned earlier and post results...


    Thanx...
  • After installing liquisoap oneiric deb and reinstalling rabbitmq-server
    they both fail on the airtime-check-system script...


    :(
  • ...and when mohamed won't go to the mountain, the mountain goes to mohamed,

    i installed ubuntu...