I feel like I've hit every possible roadblock to getting this thing up and running but now I'm at a hurdle that I can't seem to jump.
None of the airtime-check-system items are running.
I have ubuntu on a vps (so I'm doing everything command line) and I installed using command "aptitude install airtime".
First problem was that postgresql had to be UTF8 (whatever... why is that even a requirement?) so, I fixed that problem, after some heavy research on how to actually make that happen. Then I had to purge airtime then re-install.
Install then went alright and I was able to log into it on port 80 and upload some music files only... Those music files aren't showing up anywhere in airtime for me to actually use.
So, I hunted through these forums and found something that said to add
none dev/shm tmpfs rw,nosuid,nodev,noexec 0 0
to my /etc/fstab and then reboot the server.
Did that, still no joy.
So then I ran airtime-check-system (output will be pasted below).
I need to figure out what the heck to do with this so that I can get this working as normal.
I am not using localhost... I have an actual domain name on an external vps.
Any help in getting this system up and running would be greatly appreciated.
My system:
/etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.10
DISTRIB_CODENAME=oneiric
DISTRIB_DESCRIPTION="Ubuntu 11.10"
locale:
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
output from airtime-check-system:
*** 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 11.10 i686
CPU = Intel(R) Xeon(R) CPU L5520 @ 2.27GHz
WEB_SERVER = A
PLAYOUT_ENGINE_PROCESS_ID = FAILED
PLAYOUT_ENGINE_RUNNING_SECONDS = 0
PLAYOUT_ENGINE_MEM_PERC = 0%
PLAYOUT_ENGINE_CPU_PERC = 0%
-- Displaying log file /var/log/airtime/pypo/pypo.log
-- 2013-02-05 18:27:43,726 DEBUG - [api_client.py : get_response_from_server() : line 92] - http://localhost:80/api/version/api_key/OD6IU4S4OYNZS5A9VSHC
-- 2013-02-05 18:27:43,727 ERROR - [api_client.py : get_response_from_server() : line 110] - Error connecting to server, waiting 5 seconds and trying again.
-- 2013-02-05 18:27:48,729 ERROR - [api_client.py : get_response_from_server() : line 88] - Error Authenticating with remote server: HTTP Error 404: Not Found
-- 2013-02-05 18:27:48,729 DEBUG - [api_client.py : get_response_from_server() : line 92] - http://localhost:80/api/version/api_key/OD6IU4S4OYNZS5A9VSHC
-- 2013-02-05 18:27:48,729 ERROR - [api_client.py : get_response_from_server() : line 110] - Error connecting to server, waiting 5 seconds and trying again.
--
--
LIQUIDSOAP_PROCESS_ID = FAILED
LIQUIDSOAP_RUNNING_SECONDS = 0
LIQUIDSOAP_MEM_PERC = 0%
LIQUIDSOAP_CPU_PERC = 0%
-- Displaying log file /var/log/airtime/pypo-liquidsoap/ls_script.log
--
--
MEDIA_MONITOR_PROCESS_ID = FAILED
MEDIA_MONITOR_RUNNING_SECONDS = 0
MEDIA_MONITOR_MEM_PERC = 0%
MEDIA_MONITOR_CPU_PERC = 0%
-- Displaying log file /var/log/airtime/media-monitor/media-monitor.log
-- 2013-02-05 18:27:48,480 ERROR - [MainThread] [api_client.py : get_response_from_server()] : LINE 88 - Error Authenticating with remote server: HTTP Error 404: Not Found
-- 2013-02-05 18:27:48,480 DEBUG - [Thread-2] [api_client.py : get_response_from_server()] : LINE 92 - http://localhost:80/api/list-all-watched-dirs/format/json/api_key/OD6IU4S4OYNZS5A9VSHC
-- 2013-02-05 18:27:48,480 DEBUG - [MainThread] [api_client.py : get_response_from_server()] : LINE 92 - http://localhost:80/api/media-monitor-setup/format/json/api_key/OD6IU4S4OYNZS5A9VSHC
-- 2013-02-05 18:27:48,480 ERROR - [Thread-2] [api_client.py : get_response_from_server()] : LINE 110 - Error connecting to server, waiting 5 seconds and trying again.
-- 2013-02-05 18:27:48,480 ERROR - [MainThread] [api_client.py : get_response_from_server()] : LINE 110 - Error connecting to server, waiting 5 seconds and trying again.
--
--
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: error processing airtime (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
airtime
None of the airtime-check-system items are running.
I have ubuntu on a vps (so I'm doing everything command line) and I installed using command "aptitude install airtime".
First problem was that postgresql had to be UTF8 (whatever... why is that even a requirement?) so, I fixed that problem, after some heavy research on how to actually make that happen. Then I had to purge airtime then re-install.
Install then went alright and I was able to log into it on port 80 and upload some music files only... Those music files aren't showing up anywhere in airtime for me to actually use.
So, I hunted through these forums and found something that said to add
none dev/shm tmpfs rw,nosuid,nodev,noexec 0 0
to my /etc/fstab and then reboot the server.
Did that, still no joy.
So then I ran airtime-check-system (output will be pasted below).
I need to figure out what the heck to do with this so that I can get this working as normal.
I am not using localhost... I have an actual domain name on an external vps.
Any help in getting this system up and running would be greatly appreciated.
My system:
/etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.10
DISTRIB_CODENAME=oneiric
DISTRIB_DESCRIPTION="Ubuntu 11.10"
locale:
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
output from airtime-check-system:
*** 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 11.10 i686
CPU = Intel(R) Xeon(R) CPU L5520 @ 2.27GHz
WEB_SERVER = A
PLAYOUT_ENGINE_PROCESS_ID = FAILED
PLAYOUT_ENGINE_RUNNING_SECONDS = 0
PLAYOUT_ENGINE_MEM_PERC = 0%
PLAYOUT_ENGINE_CPU_PERC = 0%
-- Displaying log file /var/log/airtime/pypo/pypo.log
-- 2013-02-05 18:27:43,726 DEBUG - [api_client.py : get_response_from_server() : line 92] - http://localhost:80/api/version/api_key/OD6IU4S4OYNZS5A9VSHC
-- 2013-02-05 18:27:43,727 ERROR - [api_client.py : get_response_from_server() : line 110] - Error connecting to server, waiting 5 seconds and trying again.
-- 2013-02-05 18:27:48,729 ERROR - [api_client.py : get_response_from_server() : line 88] - Error Authenticating with remote server: HTTP Error 404: Not Found
-- 2013-02-05 18:27:48,729 DEBUG - [api_client.py : get_response_from_server() : line 92] - http://localhost:80/api/version/api_key/OD6IU4S4OYNZS5A9VSHC
-- 2013-02-05 18:27:48,729 ERROR - [api_client.py : get_response_from_server() : line 110] - Error connecting to server, waiting 5 seconds and trying again.
--
--
LIQUIDSOAP_PROCESS_ID = FAILED
LIQUIDSOAP_RUNNING_SECONDS = 0
LIQUIDSOAP_MEM_PERC = 0%
LIQUIDSOAP_CPU_PERC = 0%
-- Displaying log file /var/log/airtime/pypo-liquidsoap/ls_script.log
--
--
MEDIA_MONITOR_PROCESS_ID = FAILED
MEDIA_MONITOR_RUNNING_SECONDS = 0
MEDIA_MONITOR_MEM_PERC = 0%
MEDIA_MONITOR_CPU_PERC = 0%
-- Displaying log file /var/log/airtime/media-monitor/media-monitor.log
-- 2013-02-05 18:27:48,480 ERROR - [MainThread] [api_client.py : get_response_from_server()] : LINE 88 - Error Authenticating with remote server: HTTP Error 404: Not Found
-- 2013-02-05 18:27:48,480 DEBUG - [Thread-2] [api_client.py : get_response_from_server()] : LINE 92 - http://localhost:80/api/list-all-watched-dirs/format/json/api_key/OD6IU4S4OYNZS5A9VSHC
-- 2013-02-05 18:27:48,480 DEBUG - [MainThread] [api_client.py : get_response_from_server()] : LINE 92 - http://localhost:80/api/media-monitor-setup/format/json/api_key/OD6IU4S4OYNZS5A9VSHC
-- 2013-02-05 18:27:48,480 ERROR - [Thread-2] [api_client.py : get_response_from_server()] : LINE 110 - Error connecting to server, waiting 5 seconds and trying again.
-- 2013-02-05 18:27:48,480 ERROR - [MainThread] [api_client.py : get_response_from_server()] : LINE 110 - Error connecting to server, waiting 5 seconds and trying again.
--
--
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: error processing airtime (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
airtime