I'm running debian squeeze and have installed airtime 2.0.3(first think then write) minimal by the instalation I get the message: There appears to be a problem with your Airtime installation.
sorry through the whole trying I very confused and irritated.
Process 'cron' status not monitored monitoring status not monitored data collected Thu May 31 00:47:10 2012
Process 'rabbitmq-server' status running monitoring status monitored pid 1339 parent pid 1 uptime 3h 11m children 3 memory kilobytes 32124 memory kilobytes total 33708 memory percent 0.7% memory percent total 0.8% cpu percent 0.0% cpu percent total 0.0% data collected Thu May 31 00:47:10 2012
Process 'airtime-playout' status Execution failed monitoring status monitored data collected Thu May 31 00:47:15 2012
Process 'airtime-media-monitor' status running monitoring status monitored pid 465 parent pid 1 uptime 3h 11m children 0 memory kilobytes 10712 memory kilobytes total 10712 memory percent 0.2% memory percent total 0.2% cpu percent 0.0% cpu percent total 0.0% data collected Thu May 31 00:47:15 2012
Process 'airtime-liquidsoap' status not monitored monitoring status not monitored data collected Thu May 31 00:47:00 2012
Was this a fresh install of Airtime? Although it is not very clear you have to do a full-install the first time you do a install of Airtime (we have to improve this naming scheme)
And my monit status: The Monit daemon 5.1.1 uptime: 1m
Process 'rabbitmq-server' status running monitoring status monitored pid 911 parent pid 1 uptime 2m children 3 memory kilobytes 29464 memory kilobytes total 31204 memory percent 0.1% memory percent total 0.1% cpu percent 0.0% cpu percent total 0.0% data collected Wed Jun 6 17:37:07 2012
Process 'airtime-playout' status Execution failed monitoring status monitored data collected Wed Jun 6 17:37:12 2012
Process 'airtime-media-monitor' status running monitoring status monitored pid 12956 parent pid 1 uptime 2m children 0 memory kilobytes 13192 memory kilobytes total 13192 memory percent 0.0% memory percent total 0.0% cpu percent 0.0% cpu percent total 0.0% data collected Wed Jun 6 17:37:12 2012
Process 'airtime-liquidsoap' status Execution failed monitoring status monitored data collected Wed Jun 6 17:37:17 2012
System 'xxxxxxx.fr' status running monitoring status monitored load average [0.22] [0.36] [0.41] cpu 0.6%us 0.8%sy 0.5%wa memory usage 1614396 kB [9.8%] data collected Wed Jun 6 17:37:17 2012
2012-06-08 09:15:28,689 DEBUG - [api_client.py : __get_airtime_version() : line 202] - Airtime Version 2.1.0 detected
2012-06-08 09:15:28,690 INFO - [api_client.py : is_server_compatible() : line 239] - Airtime version: 2.1.0
2012-06-08 09:15:28,690 INFO - [api_client.py : is_server_compatible() : line 240] - pypo is at version 2.1.0 and is compatible with this version of Airtime.
2012-06-08 09:15:28,955 DEBUG - [pypofetch.py : __init__() : line 51] - Cache dir /var/tmp/airtime/pypo/cache/scheduler
2012-06-08 09:15:28,956 INFO - [pypofetch.py : __init__() : line 66] - PypoFetch: init complete
2012-06-08 09:15:28,956 DEBUG - [connection.py : _start() : line 661] - Start from server, version: 8.0, properties: {u'platform': u'Erlang/OTP', u'product': u'RabbitMQ', u'version': u'1.8.1', u'copyright': u'Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.', u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/'}, mechanisms: [u'PLAIN', u'AMQPLAIN'], locales: [u'en_US']
This may be related to the fact that before you created a UTF-8 locale, you were writing file names in one type of encoding, and now that you have a UTF-8 locale, your newer files are in a different type of encoding.
Also confusing is why Python is decoding your filename using an ASCII codec (when it is supposed to be in UTF-8 decoder)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 32: ordinal not in range(128).
Please keep us updated on anything you find.
Post edited by Martin Konecny at 2012-07-15 19:30:00