Problem with installing for a newbie
  • Discovered this software today, and I am impressed by screenshots and functionality :)

    But when I tried to install Airtime 2.0.0 using the description for Manual Installation found in http://en.flossmanuals.net/airtime-en-2-0/manual-installation/ on a clean ubuntu 10.04 LTS minimal system (64-bit), I got the following error message:

    E: Couldn't find package libmp3lame-dev

    There was a problem with apt-get. Please check the above error and try again.

    and I do not know where to go from here.

    Any help will be appreciated :)

    EKN
  • 15 Comments sorted by
  • Managed to install libmp3lame-dev and lame and went through the whole script without errors until I came to the last picture :)

    Can the problem be as simple as the fact that I am using a Virtual Server?

    airtime-check-system
    AIRTIME_STATUS_URL             = http://localhost/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                             = Ubuntu 10.04.2 LTS x86_64
    CPU                            = Quad-Core AMD Opteron(tm) Processor 2352
    WEB_SERVER                     = A
    PLAYOUT_ENGINE_PROCESS_ID      = FAILED
    PLAYOUT_ENGINE_RUNNING_SECONDS = 0
    PLAYOUT_ENGINE_MEM_PERC        = 0%
    PLAYOUT_ENGINE_CPU_PERC        = 0%
    LIQUIDSOAP_PROCESS_ID          = FAILED
    LIQUIDSOAP_RUNNING_SECONDS     = 0
    LIQUIDSOAP_MEM_PERC            = 0%
    LIQUIDSOAP_CPU_PERC            = 0%
    MEDIA_MONITOR_PROCESS_ID       = FAILED
    MEDIA_MONITOR_RUNNING_SECONDS  = 0
    MEDIA_MONITOR_MEM_PERC         = 0%
    MEDIA_MONITOR_CPU_PERC         = 0%
    SHOW_RECORDER_PROCESS_ID       = FAILED
    SHOW_RECORDER_RUNNING_SECONDS  = 0
    SHOW_RECORDER_MEM_PERC         = 0%
    SHOW_RECORDER_CPU_PERC         = 0%
    RABBITMQ_PROCESS_ID            = FAILED
    RABBITMQ_RUNNING_SECONDS       = 0
    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

  • Hi Erich,

    Could you check in /var/log/airtime and see if there is an install log in there? If so please attach here and we will see what the problem is.
    Airtime Pro Hosting: http://airtime.pro
  • Hi Martin,

    Both Installation-errors-log and zendphp.log were empty.

    Make another install?
  • Terminal saved output of last session in attached file.
  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    first thing to do (the hudge way) :

    apt-get remove --purge airtime
    apt-get autoremove
    apt-get clean
    apt-get install airtime

    second :
    be careful with your hostname and airtime, or stay in localhost ;)
    Post edited by Albert FR at 2012-02-09 09:59:25
  • Thanks!

    Did what you told me, and got the following response:

    *** 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                 = 2.6.18-028stab095.1
    MACHINE_ARCHITECTURE           = x86_64
    TOTAL_MEMORY_MBYTES            = 4194304
    TOTAL_SWAP_MBYTES              = UNKNOWN
    AIRTIME_VERSION                = 2.0.0
    OS                             = Ubuntu 10.04.2 LTS x86_64
    CPU                            = Quad-Core AMD Opteron(tm) Processor 2352
    WEB_SERVER                     = Apache/2.2.14 (Ubuntu)
    PLAYOUT_ENGINE_PROCESS_ID      = 19475
    PLAYOUT_ENGINE_RUNNING_SECONDS = 12
    PLAYOUT_ENGINE_MEM_PERC        = 0.2%
    PLAYOUT_ENGINE_CPU_PERC        = 0.0%
    LIQUIDSOAP_PROCESS_ID          = 19478
    LIQUIDSOAP_RUNNING_SECONDS     = 12
    LIQUIDSOAP_MEM_PERC            = 0.6%
    LIQUIDSOAP_CPU_PERC            = 0.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       = 19510
    SHOW_RECORDER_RUNNING_SECONDS  = 11
    SHOW_RECORDER_MEM_PERC         = 0.3%
    SHOW_RECORDER_CPU_PERC         = 0.0%
    RABBITMQ_PROCESS_ID            = 7559
    RABBITMQ_RUNNING_SECONDS       = 10
    RABBITMQ_MEM_PERC              = 0.4%
    RABBITMQ_CPU_PERC              = 0.0%

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

    -- Please visit http://wiki.sourcefabric.org/x/HABQ
    dpkg: error processing airtime (--configure):
     subprocess installed post-installation script returned error exit status 1
    Errors were encountered while processing:
     airtime
    E: Sub-process /usr/bin/dpkg returned an error code (1)


    I am now able to login to the site, but when uploading audio it is not visible when creating a playlist :)


  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    that's not the same error ;)
    can you post here your logs files from /var/log/airtime/  ?

    edit : using a 64bit version is not a good idea...
    you have always some strange problems with audio (icecast, shoutcast, lame, etc...)
    Post edited by Albert FR at 2012-02-09 10:39:34
  • Installation-errors.log was empty.

    Zendphp.log was not - hereby attached.

    edit: But I am getting closer, even when using 64bit... :)
    Post edited by Erich Kruse Nielsen at 2012-02-09 10:51:45
  • Please post/upload /var/log/airtime/media-monitor/media-monitor.log
  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    ok, file imported was be moved, a good thing ;)
    but i need others logs

    in sub-directories (media-monitor, pypo, etc)

    i'm coming back later, but put yours files here
  • all log-files in sub-directories I found are attached.


  • Hi, 

    Same problem. Solution is in the thread.
    Let us know if it worked.
  • Hi James,

    Thanks for the thread.

    Tried Davide's solution (to go for a quick fix ;) ) and the server locked :( .

    Will go through the rest of the list in the thread later.

    Erich
  • Hi James,

    Thanks for the thread.

    Tried Davide's solution (to go for a quick fix ;) ) and the server locked :( .

    Will go through the rest of the list in the thread later.

    Erich
  • Øhhh...this is embarassing.

    Apache didn't start after restarting container, and now all updates are present...thanks to Davide and James :)