Hi
I am trying to install airtime on my server which is running debian squeeze
when i type
sudo apt-get install airtime
at the end i get
Setting up icecast2 (2.3.2-6) ...
Adding group `icecast' (GID 120) ...
Done.
Adding system user `icecast2' (UID 115) ...
Adding new user `icecast2' (UID 115) with group `icecast' ...
Not creating home directory `/usr/share/icecast2'.
icecast2 daemon disabled - read /etc/default/icecast2.
Setting up libsctp1 (1.0.11+dfsg-1) ...
Setting up lksctp-tools (1.0.11+dfsg-1) ...
Setting up mp3gain (1.5.1-4) ...
Setting up python-pip (0.7.2-1) ...
Setting up vorbisgain (0.36-3.1) ...
Errors were encountered while processing:
airtime
E: Sub-process /usr/bin/dpkg returned an error code (1)
when i retry to install airtime i get
* Making sure /etc/default/locale is set properly
* Fail
A non UTF-8 default locale found in /etc/default/locale. Airtime requires
a UTF-8 locale to run. To fix this please do the following:
Ubuntu:
Put line 'en_US.UTF-8 UTF-8' (or similar) without quotes to '/var/lib/locales/supported.d/local',
replacing any existing lines.
A list of supported locales is available in '/usr/share/i18n/SUPPORTED'
Then run 'sudo dpkg-reconfigure locales'
Debian:
Run 'sudo dpkg-reconfigure locales' and use the interface to select 'en_US.UTF-8 UTF-8' (or similar).
On the second page select this new locale as the default.
After these changes have been made simply run install again.
Now exiting install...
dpkg: error processing airtime (--configure):
subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
Errors were encountered while processing:
airtime
E: Sub-process /usr/bin/dpkg returned an error code (1)
Thanks