Advertisement
Guest User

Untitled

a guest
Mar 29th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.08 KB | None | 0 0
  1. root@mail:~# sudo apt-get install airtime
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. The following extra packages will be installed:
  6.   php-apc
  7. Suggested packages:
  8.   airtime-audio-samples alsa-utils
  9. The following NEW packages will be installed:
  10.   airtime php-apc
  11. 0 upgraded, 2 newly installed, 0 to remove and 24 not upgraded.
  12. Need to get 9434kB of archives.
  13. After this operation, 37.7MB of additional disk space will be used.
  14. Do you want to continue [Y/n]? y
  15. Get:1 ftp://ftp.hosteurope.de/mirror/archive.ubuntu.com/ lucid/universe php-apc 3.1.3p1-2 [82.0kB]
  16. Get:2 http://apt.sourcefabric.org/ lucid/main airtime 2.3.1-1 [9352kB]
  17. Fetched 9434kB in 0s (13.4MB/s)  
  18. perl: warning: Setting locale failed.
  19. perl: warning: Please check that your locale settings:
  20.     LANGUAGE = (unset),
  21.     LC_ALL = (unset),
  22.     LANG = "en_US.UTF-8"
  23.     are supported and installed on your system.
  24. perl: warning: Falling back to the standard locale ("C").
  25. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  26. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  27. locale: Cannot set LC_ALL to default locale: No such file or directory
  28. Preconfiguring packages ...
  29. Selecting previously deselected package airtime.
  30. (Reading database ... 96249 files and directories currently installed.)
  31. Unpacking airtime (from .../airtime_2.3.1-1_all.deb) ...
  32. Selecting previously deselected package php-apc.
  33. Unpacking php-apc (from .../php-apc_3.1.3p1-2_amd64.deb) ...
  34. Processing triggers for libapache2-mod-php5 ...
  35.  * Reloading web server config apache2                                                                                                  [Fri Mar 29 18:32:09 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
  36.                                                                                                                                  [ OK ]
  37. Setting up airtime (2.3.1-1) ...
  38. perl: warning: Setting locale failed.
  39. perl: warning: Please check that your locale settings:
  40.     LANGUAGE = (unset),
  41.     LC_ALL = (unset),
  42.     LANG = "en_US.UTF-8"
  43.     are supported and installed on your system.
  44. perl: warning: Falling back to the standard locale ("C").
  45. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  46. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  47. locale: Cannot set LC_ALL to default locale: No such file or directory
  48. Setting up apache2...
  49. perl: warning: Setting locale failed.
  50. perl: warning: Please check that your locale settings:
  51.     LANGUAGE = (unset),
  52.     LC_ALL = (unset),
  53.     LANG = "en_US.UTF-8"
  54.     are supported and installed on your system.
  55. perl: warning: Falling back to the standard locale ("C").
  56. Site airtime-vhost already disabled
  57. perl: warning: Setting locale failed.
  58. perl: warning: Please check that your locale settings:
  59.     LANGUAGE = (unset),
  60.     LC_ALL = (unset),
  61.     LANG = "en_US.UTF-8"
  62.     are supported and installed on your system.
  63. perl: warning: Falling back to the standard locale ("C").
  64. Enabling site airtime-vhost.
  65. Run '/etc/init.d/apache2 reload' to activate new configuration!
  66. perl: warning: Setting locale failed.
  67. perl: warning: Please check that your locale settings:
  68.     LANGUAGE = (unset),
  69.     LC_ALL = (unset),
  70.     LANG = "en_US.UTF-8"
  71.     are supported and installed on your system.
  72. perl: warning: Falling back to the standard locale ("C").
  73. Module rewrite already enabled
  74. perl: warning: Setting locale failed.
  75. perl: warning: Please check that your locale settings:
  76.     LANGUAGE = (unset),
  77.     LC_ALL = (unset),
  78.     LANG = "en_US.UTF-8"
  79.     are supported and installed on your system.
  80. perl: warning: Falling back to the standard locale ("C").
  81. Site default already disabled
  82. Configuring php5...
  83.  * Restarting web server apache2                                                                                                         ... waiting                                                                                                                     [ OK ]
  84. Setting up monit configuration...
  85. Stopping daemon monitor: monit.
  86. Starting daemon monitor: monit.
  87. Creating symlink for Liquidsoap...
  88. * Making sure /etc/default/locale is set properly
  89.  * Fail
  90.  
  91. A non UTF-8 default locale found in /etc/default/locale. Airtime requires
  92. a UTF-8 locale to run. To fix this please do the following:
  93.  
  94. Ubuntu:
  95. Put line 'en_US.UTF-8 UTF-8' (or similar) without quotes to '/var/lib/locales/supported.d/local',
  96. replacing any existing lines.
  97. A list of supported locales is available in '/usr/share/i18n/SUPPORTED'
  98. Then run 'sudo dpkg-reconfigure locales'
  99.  
  100. Debian:
  101. Run 'sudo dpkg-reconfigure locales' and use the interface to select 'en_US.UTF-8 UTF-8' (or similar).
  102. On the second page select this new locale as the default.
  103.  
  104. After these changes have been made simply run install again.
  105.  
  106. Now exiting install...
  107.  
  108. dpkg: error processing airtime (--configure):
  109.  subprocess installed post-installation script returned error exit status 1
  110. Setting up php-apc (3.1.3p1-2) ...
  111. Errors were encountered while processing:
  112.  airtime
  113. E: Sub-process /usr/bin/dpkg returned an error code (1)
  114. root@mail:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement