locale problem

Fat.Clown

I don't overclock
Messages
3,326
Location
offline
any ideas?
root@server1:~# sudo dpkg-reconfigure locales
Generating locales...
en_US.UTF-8... up-to-date
Generation complete.
root@server1:~# sudo apt-get install airtime
Reading package lists... Done
Building dependency tree
Reading state information... Done
airtime is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up airtime (2.5.1-3) ...
Setting up apache2...
Site airtime-vhost.conf disabled.
To activate the new configuration, you need to run:
service apache2 reload
Enabling site airtime-vhost.conf.
To activate the new configuration, you need to run:
service apache2 reload
Module alias already enabled
Module headers already enabled
Module rewrite already enabled
Module ssl already enabled
Site default already disabled
Configuring php5...
* Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 162.248.5.113 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 162.248.5.113 for ServerName
[ OK ]
Setting up icecast2...
Restarting icecast2: Starting icecast2
Detaching from the console
icecast2.
Setting up monit configuration...
* Stopping daemon monitor monit [ OK ]
* Starting daemon monitor monit [ OK ]
Liquidsoap symlink points to the right place!
* 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
Errors were encountered while processing:
airtime
E: Sub-process /usr/bin/dpkg returned an error code (1)
 
Back
Top Bottom