[solved] Install failed
  • 62 Comments sorted by
  • Created info.php (phpinfo) in /usr/share/airtime/public
    You can look at it: http://automation.stream.youth-fm.de/info.php
  • Vote Up0Vote Down Cliff WangCliff Wang
    Posts: 339Member, Sourcefabric Team
    I didn't find /etc/php5/apache2/conf.d/airtime.ini, and also, show me the vhost.conf for automation.stream.youth-fm.de if possible.

    airtime.ini:

    [PHP]
    memory_limit = 512M
    magic_quotes_gpc = Off
    file_uploads = On
    upload_tmp_dir = /tmp
    apc.write_lock = 1
    apc.slam_defense = 0

    Cloud Radio -> http://airtime.pro
  • Additional .ini files parsed /etc/php5/apache2/conf.d/airtime.ini,...

    conf:
    <VirtualHost *:80>
          ServerName automation.stream.youth-fm.de
          ServerAdmin info@youth-fm.de

          DocumentRoot /usr/share/airtime/public
          php_admin_value upload_tmp_dir /tmp

          SetEnv APPLICATION_ENV "production"

          <Directory /usr/share/airtime/public>
                  DirectoryIndex index.php
                  AllowOverride All
                  Order allow,deny
                  Allow from all
          </Directory>
    ErrorLog /var/log/apache2/automation_error.log
    </VirtualHost>

  • Vote Up0Vote Down Cliff WangCliff Wang
    Posts: 339Member, Sourcefabric Team
    any error from /var/log/apache2/automation_error.log?
    Cloud Radio -> http://airtime.pro
  • nope
  • Vote Up0Vote Down Cliff WangCliff Wang
    Posts: 339Member, Sourcefabric Team
    SetEnv APPLICATION_ENV "development"
    Then reload

    let me know if anything from zendphp.log
    Post edited by Cliff Wang at 2014-05-15 12:35:28
    Cloud Radio -> http://airtime.pro
  • Vote Up0Vote Down Micz FlorMicz Flor
    Posts: 184Administrator
    I don't mean to stop this installation ping pong. But possibly it is not meant to be...?

    And I use this opportunity to point out that you could use our SaaS offering and save yourself the struggle. (Not that Airtime is difficult to install, many people have done it. But with so much trouble in the installation, I worry that you might run into trouble maintaining your server - which is where SaaS is a benefit.)

    http://www.sourcefabric.org/en/airtime/airtimepro
  • I changed safemode to off. aaaand it works :-)
  • Ok, one problem unsolved:

    rabbitmq-server dont work.

    hosting:~# rabbitmq-server status
    {error_logger,{{2014,5,15},{19,34,26}},"Protocol: ~p: register error: ~p~n",["in
    et_tcp",{{badmatch,{error,duplicate_name}},[{inet_tcp_dist,listen,1},{net_kernel
    ,start_protos,4},{net_kernel,start_protos,3},{net_kernel,init_node,2},{net_kerne
    l,init,1},{gen_server,init_it,6},{proc_lib,init_p_do_apply,3}]}]}
    {error_logger,{{2014,5,15},{19,34,26}},crash_report,[[{initial_call,{net_kernel,
    init,['Argument__1']}},{pid,<0.20.0>},{registered_name,[]},{error_info,{exit,{er
    ror,badarg},[{gen_server,init_it,6},{proc_lib,init_p_do_apply,3}]}},{ancestors,[
    net_sup,kernel_sup,<0.10.0>]},{messages,[]},{links,[#Port<0.106>,<0.17.0>]},{dic
    tionary,[{longnames,false}]},{trap_exit,true},{status,running},{heap_size,610},{
    stack_size,24},{reductions,471}],[]]}
    {error_logger,{{2014,5,15},{19,34,26}},supervisor_report,[{supervisor,{local,net
    _sup}},{errorContext,start_error},{reason,{'EXIT',nodistribution}},{offender,[{p
    id,undefined},{name,net_kernel},{mfargs,{net_kernel,start_link,[['rabbit@hosting
    ',shortnames]]}},{restart_type,permanent},{shutdown,2000},{child_type,worker}]}]
    }
    {error_logger,{{2014,5,15},{19,34,26}},supervisor_report,[{supervisor,{local,ker
    nel_sup}},{errorContext,start_error},{reason,shutdown},{offender,[{pid,undefined
    },{name,net_sup},{mfargs,{erl_distribution,start_link,[]}},{restart_type,permane
    nt},{shutdown,infinity},{child_type,supervisor}]}]}
    {error_logger,{{2014,5,15},{19,34,26}},std_info,[{application,kernel},{exited,{s
    hutdown,{kernel,start,[normal,[]]}}},{type,permanent}]}
    {"Kernel pid terminated",application_controller,"{application_start_failure,kern
    el,{shutdown,{kernel,start,[normal,[]]}}}"}

    Crash dump was written to: erl_crash.dump
    Kernel pid terminated (application_controller) ({application_start_failure,kerne
    l,{shutdown,{kernel,start,[normal,[]]}}})
  • Problem solved. Big thanks to Cliff Wang from me and the whole youth fm team.
  • i have the same problem

    Airtime does not running

    airtime v 2.5.2.1

    System Debian