# airtime-check-system
CPU = Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz
Total RAM = 1048576 kB
Free RAM = 0 kB
OS = Ubuntu 10.04.3 LTS x86-64
AIRTIME_CONFIG_FILES = OK
POSTGRESQL_DATABASE = OK
PYTHON_KOMBU_VERSION = 1.2.0
PYTHON_POSTER_VERSION = 0.8.1
PYTHON_MUTAGEN_VERSION = 1.20
PYTHON_PYINOTIFY_VERSION = 0.9.2
RABBITMQ_SERVER = OK
AIRTIME_VERSION_URL = http://radio.lephio.org:80/api/version/api_key/%%api_key%%
APACHE_CONFIGURED = YES
AIRTIME_VERSION = 1.9.4
PLAYOUT_ENGINE_PROCESS_ID = 18085
PLAYOUT_ENGINE_RUNNING_SECONDS = 130
LIQUIDSOAP_PROCESS_ID = 18145
LIQUIDSOAP_RUNNING_SECONDS = 130
MEDIA_MONITOR_PROCESS_ID =
MEDIA_MONITOR_RUNNING_SECONDS = 0
-- WARNING! It looks like the Media Monitor engine is continually restarting.
-- 2011-10-09 21:39:09,108 INFO - [MainThread] [MediaMonitor.py : <module>()] : LINE 32 -
--
-- *** Media Monitor bootup ***
--
--
-- 2011-10-09 21:39:09,109 INFO - [MainThread] [MediaMonitor.py : <module>()] : LINE 38 - Setting up monitor
-- 2011-10-09 21:39:09,322 INFO - [MainThread] [api_client.py : setup_media_monitor()] : LINE 394 - Connected to Airtime Server. Json Media Storage Dir: {u'watched_dirs': [], u'stor': u'/srv/airtime/stor/'}
-- 2011-10-09 21:39:14,322 INFO - [MainThread] [MediaMonitor.py : <module>()] : LINE 46 - Storage Directory is: /srv/airtime/stor/
-- 2011-10-09 21:39:14,324 ERROR - [MainThread] [MediaMonitor.py : <module>()] : LINE 55 - Exception: [Errno 38] Function not implemented
-- 2011-10-09 21:39:14,344 ERROR - [MainThread] [MediaMonitor.py : <module>()] : LINE 92 - Exception: name 'multi_queue' is not defined
SHOW_RECORDER_PROCESS_ID = 16368
SHOW_RECORDER_RUNNING_SECONDS = 136
ICECAST_PROCESS_ID = 18189
>>> from multiprocessing import Queue >>> Queue()
CPU = Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz Total RAM = 524288 kB Free RAM = 257332 kB OS = Ubuntu 11.04 Intel 80386 AIRTIME_CONFIG_FILES = OK POSTGRESQL_DATABASE = OK PYTHON_KOMBU_VERSION = 1.2.0 PYTHON_POSTER_VERSION = 0.8.1 PYTHON_MUTAGEN_VERSION = 1.20 PYTHON_PYINOTIFY_VERSION = 0.9.2 RABBITMQ_SERVER = OK AIRTIME_VERSION_URL = http://localhost:80/api/version/api_key/%%api_key%% APACHE_CONFIGURED = YES AIRTIME_VERSION = 1.9.4 PLAYOUT_ENGINE_PROCESS_ID = 15550 PLAYOUT_ENGINE_RUNNING_SECONDS = 7659 LIQUIDSOAP_PROCESS_ID = 15556 LIQUIDSOAP_RUNNING_SECONDS = 7659 MEDIA_MONITOR_PROCESS_ID = 17685 MEDIA_MONITOR_RUNNING_SECONDS = 6 SHOW_RECORDER_PROCESS_ID = 15585 SHOW_RECORDER_RUNNING_SECONDS = 7658 ICECAST_PROCESS_ID = 14161
2011-10-26 16:11:46,930 INFO - [MainThread] [MediaMonitor.py : <module>()] : LINE 38 - Setting up monitor 2011-10-26 16:11:48,689 INFO - [MainThread] [api_client.py : setup_media_monitor()] : LINE 394 - Connected to Airtime Server. Json Media Storag$ 2011-10-26 16:11:53,723 INFO - [MainThread] [MediaMonitor.py : <module>()] : LINE 46 - Storage Directory is: /srv/airtime/stor/ 2011-10-26 16:11:53,726 ERROR - [MainThread] [MediaMonitor.py : <module>()] : LINE 55 - Exception: [Errno 38] Function not implemented 2011-10-26 16:11:53,822 ERROR - [MainThread] [MediaMonitor.py : <module>()] : LINE 92 - Exception: name 'multi_queue' is not defined 2011-10-26 16:11:58,011 INFO - [MainThread] [MediaMonitor.py : <module>()] : LINE 32 -
>>> from multiprocessing import Queue
>>> Queue()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/multiprocessing/__init__.py", line 215, in Queue
return Queue(maxsize)
File "/usr/lib/python2.7/multiprocessing/queues.py", line 63, in __init__
self._rlock = Lock()
File "/usr/lib/python2.7/multiprocessing/synchronize.py", line 147, in __init__
SemLock.__init__(self, SEMAPHORE, 1, 1)
File "/usr/lib/python2.7/multiprocessing/synchronize.py", line 75, in __init__
sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)
OSError: [Errno 38] Function not implemented
ls -l /dev | grep shm ls -l /run | grep shm
root@mcp:/# ls -l /dev | grep shm drwxr-xr-x 2 root root 4096 Jun 13 06:46 shm root@mcp:/# ls -l /run | grep shm ls: cannot access /run: No such file or directory
ls -l /dev | grep shm
drwxrwxrwx 2 root root 4096 Jun 13 06:46 shm
It looks like you're new here. If you want to get involved, click one of these buttons!
Andrey Podshivalov
915
Martin Konecny
809
Albert FR
576