Hello,
******* MATERIAL
- Ubuntu Server 10.04 Lucid (recommendation up to date?)
- running on remote Virtual Private Hosting Server (VPS)
- to install Artime 2.1.3 (and nothing else)
- local : iMac OS X Mountain Lion
******* INSTRUCTIONS
command lines instructions from sourcefabric "Automated Installation" page
Please help me pointing out what may cause the issue described at the end of this thread.
Here after is a step by step summary of what should be done to install airtime.
I highlighted 6 QUESTIONS related to instructions that I could have misunderstood.
******* PRE-INSTALLING
01- sudo apt-get install nano
*******
02 - sudo nano /etc/apt/sources.list
> adding multiverse
> adding deb http://apt.sourcefabric.org/ lucid main
*******
03 - sudo apt-get update
04 - sudo apt-get install sourcefabric-keyring
05 - sudo apt-get update
*******
06 - sudo apt-get install postgresql
SETTING DATABASE IS NOT PROPOSED
NEITHER HERE OR BELOW ???
*******
07 - sudo apt-get install icecast2
*******
08 - sudo nano /etc/icecast2/icecast.xml
CONFIG ICECAST
> passwords settings
> hostname settings : PUBLIC IP OK ??
*******
09 - sudo nano /etc/default/icecast2
> ENABLE=true (ok)
*******
10 - sudo service icecast2 start (server respond correctly)
.....................................................................................
******* INSTALL AIRTIME
11 - sudo apt-get install airtime
*******
11.1 CONFIG Appache : dedicated v-host = OK
> v-host means local web server ?
> I don't know how to connect directly to Airtime
*******
11.2 CONFIG v-host ServerName = OK
> DNS (FQDN) should be registered ?
> Could FQDN be fvt.lebaroudeur.com. (with a final point) ?
*******
11.3 CONFIG webserver admin mail = OK
11.4 CONFIG remove default webserver config = OK
*******
11.5 PACKAGE CONFIG stream directly to Icecast = YES
*******
11.6 PAKAGE CONFIG Icast server hostname
> Should I set it samely to the hostname on step 11.2, or samely to the hostname on step 08 ???
*******
11.7 - 11.8 CONFIG Passwords
> Icecast sources : will a new password ovewrite the one on step 08 ?
> Airtime admin (ok)
*******
11.9 CONFIG Rabbitmq-server Upgrading = OK
................................................................................
******* THE ISSUE
*** 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
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 = AMD Opteron(tm) Processor 4122
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%
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
dpkg : erreur de traitement de airtime (--configure) :
le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
Traitement des actions différées (« triggers ») pour « libc-bin »...
ldconfig deferred processing now taking place
Traitement des actions différées (« triggers ») pour « python-support »...
Des erreurs ont été rencontrées pendant l'exécution :
airtime
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@vpsXXXXX:~#
Someone may help ?