Your message dated Thu, 7 Aug 2014 15:57:58 +0300 with message-id <[email protected]> and subject line Re: Bug#737484: console-setup: Report used font, consolemap, and keymap has caused the Debian Bug report #737484, regarding console-setup: Report used font, consolemap, and keymap to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 737484: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737484 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: console-setup Version: 1.102 Severity: wishlist Tags: patch Dear Maintainer, Give information about the loaded (used) font, consolemap and keymap. It is better to see that (e. g. in '/var/log/boot'), especially after the installation and after each change to aid finding the cause of unexpected behavior. Patch: --- setupcon 2013-10-13 13:24:41.000000000 +0000 +++ setupcon.new 2014-02-02 22:44:49.000000000 +0000 @@ -849,6 +849,7 @@ esac # Load the font(s) if [ "$FONTFILES" ]; then + echo Used fonts: $FONTFILES case "$do_font" in freebsd) if [ -z "$unicode" ]; then @@ -876,6 +877,7 @@ fi # Load the console map if [ "$CONSOLE_MAP" ]; then + echo Used console_map: $CONSOLE_MAP case "$do_font" in freebsd) if [ -z "$unicode" ]; then @@ -945,6 +947,7 @@ then fi if [ "$KMAP" ]; then + echo Used keymap: $KMAP case "$do_kbd" in linux) run plain '' loadkeys "$KMAP" ;; freebsd) run in ECHO kbdcontrol -l "$KMAP" ;; -- System Information: Debian Release: jessie/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'testing'), (500, 'stable') Architecture: i386 (i586) Kernel: Linux 3.2.53-rt75-1 Locale: LANG=is_IS, LC_CTYPE=is_IS (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Versions of packages console-setup depends on: ii console-setup-linux 1.102 ii debconf 1.5.52 ii keyboard-configuration 1.102 ii xkb-data 2.10.1-1 console-setup recommends no packages. Versions of packages console-setup suggests: ii locales 2.17-97 ii lsb-base 4.1+Debian12 Versions of packages keyboard-configuration depends on: ii debconf 1.5.52 ii initscripts 2.88dsf-43 ii liblocale-gettext-perl 1.05-7+b2 Versions of packages console-setup-linux depends on: ii kbd 1.15.5-1 ii keyboard-configuration 1.102 console-setup-linux suggests no packages. Versions of packages console-setup is related to: pn console-common <none> ii console-data 2:1.12-3 pn console-tools <none> ii kbd 1.15.5-1 -- debconf information excluded -- Bjarni I. Gislason
--- End Message ---
--- Begin Message ---On Sun, Feb 02, 2014 at 11:50:03PM +0000, Bjarni Ingi Gislason wrote: > Package: console-setup > Version: 1.102 > Severity: wishlist > Tags: patch > > Dear Maintainer, > > Give information about the loaded (used) font, consolemap and keymap. > It is better to see that (e. g. in '/var/log/boot'), especially after > the installation and after each change to aid finding the cause of > unexpected behavior. Hi! It is customary for various commands to provide debug information only when requested to do so. For example if you want setupcon to tell you what actual font, consolemap or keymap it has used, you can use setupcon --verbose (The output of this command will be somewhat improved in the next version.) Alternatively, if for some reason you want this information always to be printed during the system boot, you can define the variable VERBOSE_OUTPUT=yes in /etc/default/console-setup or /etc/default/keyboard. Anton Zinoviev
--- End Message ---

