
Why:
Generation complete. *** update-locale: Error: LANGUAGE (us) is not compatible with LC_ALL (en_US.iso885915) dpkg-reconfigure locales 179.80s user 4.74s system 90% cpu 3:23.23 total
my environment file has no such in it.
best, m

* Martin Yazdzik yazdzik@nyct.net [20060906 07:15]:
Why:
Generation complete. *** update-locale: Error: LANGUAGE (us) is not compatible with LC_ALL (en_US.iso885915) dpkg-reconfigure locales 179.80s user 4.74s system 90% cpu 3:23.23 total
Strange stuff what update-locale thinks here.
What did you do?
my environment file has no such in it.
mika@grml ~ % env | grep -e LC_ALL -e LANGUAGE LC_ALL=en_US.iso885915 LANGUAGE=us
dpkg --list locales cat /etc/environment /etc/default/locale grep en_US /etc/locale.gen
regards, -mika-

Dear Mika,
Does this also explain the timezone issue?
1 root@mylap1 ~ # dpkg --list locales :( Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-==============-==============-============================================ ii locales 2.3.6-19 GNU C Library: National Language (locale) da root@mylap1 ~ # cat /etc/default/locale # File generated by grml-setlang on Mon Aug 28 22:20:05 CEST 2006 LANGUAGE=us #LANG=en_US.iso885915 LC_ALL=en_US.iso885915 LC_MESSAGES=en_US.iso885915 COUNTRY=at CHARSET=iso8859-1 TZ=Europe/Vienna # other environment variables you might want to set: # LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY # LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE # LC_MEASUREMENT LC_IDENTIFICATION root@mylap1 ~ # grep en_US /etc/locale.gen en_US ISO-8859-1 en_US.ISO-8859-15 ISO-8859-15 en_US.UTF-8 UTF-8 root@mylap1 ~ #
Before my overly gregarious side generates more junk mail, can I simply change the values here?
Again, apologies, and I shall keep off the list, even if it means installing straight debian.
Respectfully,
Martin
On Thu, 2006-09-07 at 14:49 +0200, Michael Prokop wrote:
- Martin Yazdzik yazdzik@nyct.net [20060906 07:15]:
Why:
Generation complete. *** update-locale: Error: LANGUAGE (us) is not compatible with LC_ALL (en_US.iso885915) dpkg-reconfigure locales 179.80s user 4.74s system 90% cpu 3:23.23 total
Strange stuff what update-locale thinks here.
What did you do?
my environment file has no such in it.
mika@grml ~ % env | grep -e LC_ALL -e LANGUAGE LC_ALL=en_US.iso885915 LANGUAGE=us
dpkg --list locales cat /etc/environment /etc/default/locale grep en_US /etc/locale.gen
regards, -mika- _______________________________________________ Grml mailing list - Grml@mur.at http://lists.mur.at/mailman/listinfo/grml join #grml on irc.freenode.org grml-devel-blog: http://grml.supersized.org/

* Martin Yazdzik yazdzik@nyct.net [20060907 15:15]:
Does this also explain the timezone issue?
1 root@mylap1 ~ # dpkg --list locales
[...]
ii locales 2.3.6-19 GNU C Library: National Language
Ok.
root@mylap1 ~ # cat /etc/default/locale # File generated by grml-setlang on Mon Aug 28 22:20:05 CEST 2006 LANGUAGE=us #LANG=en_US.iso885915 LC_ALL=en_US.iso885915 LC_MESSAGES=en_US.iso885915 COUNTRY=at
^^^^^^^^^^
CHARSET=iso8859-1 TZ=Europe/Vienna
^^^^^^^^^^^^^^^^
Ok, remove those two lines. Some programs probably take care of it.
Before my overly gregarious side generates more junk mail, can I simply change the values here?
For sure, grml-setlang is just a stupid frontend to initially set some values in /etc/default/locale. It's on my todo-list to check out all the language stuff (especially country/tz/LC_ALL stuff) in more detail. I'd be happy to be able to use some existing tools (prefered: the ones of Debian) instead of having to re-invent the wheel. Stay tuned...
regards, -mika-
Teilnehmer (2)
-
Martin Yazdzik
-
Michael Prokop