no files in library even when uploaded
  • Now, i have a working install of airtime on my 12.04 ubuntu server.
    But, when i upload files with "add media", they do upload (i've tested by ftp client), creating to files (xxx.mp3 and xxx.mp3.identifier), but they don't appear in library...

    Thanks a lot for all your help
  • 11 Comments sorted by
  • What's the output of "sudo airtime-check-system" ?

    Also please do "tar czf airtime.tar.gz /var/log/airtime/media-monitor" and post airtime.tar.gz here.


    Airtime Pro Hosting: http://airtime.pro
  • th'at's the output of "sudo airtime-check-system" :
    AIRTIME_STATUS_URL                 = http://localhost:80/api/status/format/json/api_key/%%api_key%%
    AIRTIME_SERVER_RESPONDING        = OK
    KERNEL_VERSION                    = 3.2.13-grsec-xxxx-grs-ipv6-32
    MACHINE_ARCHITECTURE            = i686
    TOTAL_MEMORY_MBYTES                = 2025484
    TOTAL_SWAP_MBYTES                = 523260
    AIRTIME_VERSION                    = 2.2.0
    OS                                = Ubuntu 12.04.1 LTS i686
    CPU                                = Intel (R) Celeron (R) CPU     220  @ 1.20Ghz
    WEB_SERVER                        = Apache
    PLAYOUT_ENGINE_PROCESS_ID        = 19150
    PLAYOUT_ENGINE_RUNNING_SECONDS    = 39256
    PLAYOUT_ENGINE_MEM_PERC            = 0.5%
    PLAYOUT_ENGINE_CPU_PERC            = 0.9%
    LIQUIDSOAP_PROCESS_ID            = 4368
    LIQUIDSOAP_RUNING_SECONDS        = 36328
    LIQUIDSOAP_MEM_PERC                = 0.7%
    LIQUIDSOAP_CPU_PERC                = 14.9%
    MEDIA_MONITOR_PROCESS_ID        = 19088
    MEDIA_MONITOR_RUNNING_SECONDS    = 39257
    MEDIA_MONITOR_MEM_PERC            = 0.5%
    MEDIA_MONITOR_CPU_PERC            = 0.9%
    RABBITMQ_PROCESS_ID                = 16859
    RABBITMQ_RUNNING_SECONDS        = 39457
    RABBITMQ_MEM_PERC                = 0.8%
    RABBITMQ_CPU_PERC                = 0.0%
    -- Your installation of Airtime looks OK!

    Thanks
  • nobody? :/
  • Do file uploads work after the following?:

    sudo service airtime-media-monitor restart

    Airtime Pro Hosting: http://airtime.pro
  • Nop :/

    But i found that files uploaded with the "add media" function are stored in /tmp/plupload, and when i add this folder as a watched folder, it works.
    But it's a bit silly because my partition are +/-20GB for /tmp/plupload and +/- 250GB for /home/myuser/airtime.

    I tried to put files in the other directory (/home/myuser/airitme) but those files are not added in the library
  • Same issue here (debian 6.06, airtime 2.2.0-2).

    First after restarting of server comes uploaded files from tmp/plupload into watched folder.

  • had the same issue, restarting the media server worked for me, thanks Martin
  • Reply to @Jerom+furious:

    This should be fixed in 2.2.1
    Airtime Pro Hosting: http://airtime.pro
  • nice :)
    for the moment i'm using a ftp to upload files, and i've chose this folder in the "watched folders" list, it works fine, but i can't use the add media function. but that's not a real problem for now.

    Thanks
  • Bump, have the same issue in 2.3.0 Ubuntu 12.0.4. LTS when i upload files they arrive in /tmp/plupload but never merged into the library. I have tried service airtime-media-monitor restart, does nothing.

    the output from airtime-check

    ''AIRTIME_STATUS_URL             = http://localhost:80/api/status/format/json/api_key/%%api_key%%
    AIRTIME_SERVER_RESPONDING      = OK
    KERNEL_VERSION                 = 3.5.0-23-generic
    MACHINE_ARCHITECTURE           = x86_64
    TOTAL_MEMORY_MBYTES            = 1792528
    TOTAL_SWAP_MBYTES              = 1830908
    AIRTIME_VERSION                = 2.3.0
    OS                             = Ubuntu 12.04.2 LTS x86_64
    CPU                            = AMD Athlon(tm) II X2 215 Processor
    WEB_SERVER                     = Apache/2.2.22 (Ubuntu)
    PLAYOUT_ENGINE_PROCESS_ID      = NOT MONITORED
    PLAYOUT_ENGINE_RUNNING_SECONDS = 1
    PLAYOUT_ENGINE_MEM_PERC        = 0%
    PLAYOUT_ENGINE_CPU_PERC        = 0%
    LIQUIDSOAP_PROCESS_ID          = 30881
    LIQUIDSOAP_RUNNING_SECONDS     = 34898
    LIQUIDSOAP_MEM_PERC            = 1.7%
    LIQUIDSOAP_CPU_PERC            = 10.4%
    MEDIA_MONITOR_PROCESS_ID       = 5549
    MEDIA_MONITOR_RUNNING_SECONDS  = 90
    MEDIA_MONITOR_MEM_PERC         = 0.9%
    MEDIA_MONITOR_CPU_PERC         = 0.0%
    RABBITMQ_PROCESS_ID            = 1185
    RABBITMQ_RUNNING_SECONDS       = 692431
    RABBITMQ_MEM_PERC              = 1.1%
    RABBITMQ_CPU_PERC              = 0.0%
    -- There appears to be a problem with your Airtime installation.
    -- Please visit http://wiki.sourcefabric.org/x/HABQ

     

  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    you seems to have an upgrade problem
    before upgrade from 2.1 to 2.3
    did you do an :

    apt-get update && apt-get dist-upgrade

    have you sourcefabric repository in your /etc/apt/sources.list ?