From mboxrd@z Thu Jan 1 00:00:00 1970 From: o.rojon@posteo.net Subject: bug#37897: Bug: Resetting locale settings Date: Thu, 24 Oct 2019 00:49:36 +0200 Message-ID: <86c252b08059f9b678e0389bacc3a065@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58951) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNPS7-0006Z1-Lx for bug-guix@gnu.org; Wed, 23 Oct 2019 18:50:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNPS6-0001xS-JF for bug-guix@gnu.org; Wed, 23 Oct 2019 18:50:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54548) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iNPS6-0001xE-FO for bug-guix@gnu.org; Wed, 23 Oct 2019 18:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iNPS6-0000pv-CR for bug-guix@gnu.org; Wed, 23 Oct 2019 18:50:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:58884) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNPRn-0005xI-NY for bug-guix@gnu.org; Wed, 23 Oct 2019 18:49:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNPRm-0001XY-9s for bug-guix@gnu.org; Wed, 23 Oct 2019 18:49:43 -0400 Received: from mout01.posteo.de ([185.67.36.65]:47800) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iNPRl-0001Ue-4X for bug-guix@gnu.org; Wed, 23 Oct 2019 18:49:42 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id BA03816005D for ; Thu, 24 Oct 2019 00:49:38 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46z5D15XjHz6tmF for ; Thu, 24 Oct 2019 00:49:37 +0200 (CEST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 37897@debbugs.gnu.org Hello guix, I believe that a locale-related bug has slipped in somewhere in the last two-three weeks. During installation and in my configuration file, I have specified de_DE specified as locale, which should translate to a german keyboard layout. But since said two-three weeks, I startup with what I believe is the US layout (qwerty) - and before this occurred, I was once even unable to login because my keyboard layout has been changed to something so obscure it didnt even seem to know basic characters like the exclamation mark, while there was a number of characters that could not be displayed (probably non-utf characters I suppose). In the latter case, I was able to login via 'loadkeys /run/current-system/profile/share/keymaps/i386/qwertz/de-latin1' in TTY (where I went with C-M-F2 or F3, nvm); but now, I am unable to set the keymap via loadkeys. When I dont use sudo, I receive the message 'data descriptor referring to console couldnt be found' (translated from german "Dateideskriptor, der auf die Konsole verweist, konnte nicht gefunden werden."); if I do use sudo, I dont get an error, but the keyboard layout doesnt change. I really dont know what I could've contributed to produce such a situation. The only thing I noticed is that it KIND OF coincides with me installing glibc to make guile stop nagging that "locale couldnt be found" (or something like that). Obviously, help would be appreciated :) Greetings!