Your message dated Tue, 25 Apr 2006 07:02:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#310020: fixed in console-tools 1:0.2.3dbs-61
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: console-tools
Version: 1:0.2.3dbs-56
Severity: normal
Tags: patch

Hello,

  currently, running /etc/init.d/console-screen.sh ends up with all ttys
  1-12 allocated, instead of leaving them as they were initially. This
  happens because the for loop that invokes setleds does not use
  ${NUM_CONSOLES} as the upper limit, unlike other loops in the script.
  As I can't think of a reason ${NUM_CONSOLES} shouldn't be used for
  setleds (please let me know if there are any), I'm attaching a patch
  that fixes it. 

  I've also included in the patch a minor fix so that the "Setting up
  general console font..." gets a final "done.\n" even if $NUM_CONSOLES
  is not 6 (alas, the echo " done." bit could alternatively be moved out
  of the loop, couldn't it?).

  Thanks.

-- 
Adeodato Simó
    EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
He has never been known to use a word that might send a reader to the
dictionary.
                -- William Faulkner (about Ernest Hemingway)
--- /etc/init.d/console-screen.sh       2005-02-05 10:17:28.000000000 +0100
+++ /etc/init.d/console-screen.sh       2005-05-21 06:15:21.000000000 +0200
@@ -90,7 +90,7 @@
        for vc in `seq 0 ${NUM_CONSOLES}` 
            do
            ${SETFONT} --tty=${DEVICE_PREFIX}$vc ${SETFONT_OPT} ${SCREEN_FONT} 
${SCREEN_FONT_MAP} || { echo " failed."; break; }
-           if [ "$vc" -eq 6 ]; then echo " done."; fi 
+           if [ "$vc" -eq ${NUM_CONSOLES} ]; then echo " done."; fi 
        done
     fi
 
@@ -201,7 +201,7 @@
     # Set LEDS here
     if [ "$LEDS" != "" ]
        then
-       for i in `seq 1 12`
+       for i in `seq 1 ${NUM_CONSOLES}` 
          do
           setleds -D $LEDS < $DEVICE_PREFIX$i
        done

--- End Message ---
--- Begin Message ---
Source: console-tools
Source-Version: 1:0.2.3dbs-61

We believe that the bug you reported is fixed in the latest version of
console-tools, which is due to be installed in the Debian FTP archive:

console-tools-dev_0.2.3dbs-61_i386.deb
  to pool/main/c/console-tools/console-tools-dev_0.2.3dbs-61_i386.deb
console-tools_0.2.3dbs-61.dsc
  to pool/main/c/console-tools/console-tools_0.2.3dbs-61.dsc
console-tools_0.2.3dbs-61.tar.gz
  to pool/main/c/console-tools/console-tools_0.2.3dbs-61.tar.gz
console-tools_0.2.3dbs-61_i386.deb
  to pool/main/c/console-tools/console-tools_0.2.3dbs-61_i386.deb
kbd-compat_0.2.3dbs-61_all.deb
  to pool/main/c/console-tools/kbd-compat_0.2.3dbs-61_all.deb
libconsole_0.2.3dbs-61_i386.deb
  to pool/main/c/console-tools/libconsole_0.2.3dbs-61_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <[EMAIL PROTECTED]> (supplier of updated console-tools 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 25 Apr 2006 14:11:08 +0100
Source: console-tools
Binary: kbd-compat console-tools-dev libconsole console-tools
Architecture: source all i386
Version: 1:0.2.3dbs-61
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry <[EMAIL PROTECTED]>
Changed-By: Alastair McKinstry <[EMAIL PROTECTED]>
Description: 
 console-tools - Linux console and font utilities
 console-tools-dev - Development files for Linux console and font manipulation
 kbd-compat - Wrappers around console-tools for backward compatibility with `kb
 libconsole - Shared libraries for Linux console and font manipulation
Closes: 310020 312844 341956 343637 351051 360592 360864 361071
Changes: 
 console-tools (1:0.2.3dbs-61) unstable; urgency=low
 .
   * Read locale details from /etc/default/locale if present, when
     deciding to go to unicode mode in console-screen.sh. Closes: #361071.
   * Correct LSB runtime info in console-screen.sh. Closes: #351051.
   * Move to DH_COMPAT=5.
   * Fix fd leak in openvt. Closes: #343637.
   * loadkeys -m does not need /dev/tty or /dev/console.
     Closes: #312844, #341956.
   * Add Thai keysyms, to match kbd. Closes: #360592.
   * Add Braille keysyms, to match kbd. Closes: #360864.
   * Honour ${NUM_CONSOLES} when calling setled in console-screen.sh.
     Closes: #310020.
Files: 
 fa200005ce8f1739f0a723830eff03e9 645 base important 
console-tools_0.2.3dbs-61.dsc
 72efc7b41dfa59411b71d4a390ad19a8 1489730 base important 
console-tools_0.2.3dbs-61.tar.gz
 7df33d66ced1402f74f38bf5acf73642 43238 utils optional 
kbd-compat_0.2.3dbs-61_all.deb
 d469cb4d53dc3bc2cc3b4b299a4742b6 296050 utils important 
console-tools_0.2.3dbs-61_i386.deb
 f9381234c0a89f3651d8fc59159c472c 128780 libs important 
libconsole_0.2.3dbs-61_i386.deb
 b148d4fe8f50256e058591a2c7192899 85394 devel optional 
console-tools-dev_0.2.3dbs-61_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFETibqQTK/kCo4XFcRAm+6AJ4jFubu+4dJpZGHyMO0FOJ6ZSLgXQCbBZgN
0s5E7+wMAFQMvr5hchGDzkY=
=NQ2b
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to