Package: console-data
Version: 2002.12.04dbs-48
Severity: normal
When /etc/init.d/keymap.sh AND /etc/init.d/console-screen.sh are
executed (at boot time for example), they display an error message:
/etc/init.d/keymap.sh: line 46: en_US.UTF-8: command not found
The lines responsible for this are, in both cases :
for var in LANG LC_ALL LC_CTYPE; do
value=$(egrep "^[^#]*${var}=" /etc/environment | cut -d= -f2)
eval $var=$value
done
Here's the content of /etc/environment :
### BEGIN DEBCONF SECTION FOR localeconf
# Do not edit within this region if you want your changes to be
# preserved
# by debconf. Instead, make changes before the "### BEGIN DEBCONF
# SECTION
# FOR localeconf" line, and/or after the "### END DEBCONF SECTION FOR
# localeconf" line.
LANG=en_US.UTF-8
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
### END DEBCONF SECTION FOR localeconf
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages console-data depends on:
ii console-common 0.7.48 Basic infrastructure for text cons
ii debconf 1.4.42 Debian configuration management sy
-- debconf information excluded
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]