Your message dated Sun, 15 Dec 2013 12:41:30 +0000
with message-id <[email protected]>
and subject line Bug#671342: Removed package(s) from unstable
has caused the Debian Bug report #514254,
regarding syntax errors when unicode_start is run from serial console
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.)


-- 
514254: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514254
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: console-tools
Version: 1:0.2.3dbs-65.1
Severity: minor
File: /etc/init.d/console-screen.sh

When run via a serial console, unicode_start dies with shell syntax
errors that should probably handled better:

  bell:~# sh -vx =unicode_start
  #!/bin/sh
  # start unicode mode

  if [ ! -e /proc/self/fd/0 ] ; then
    echo "Won't set unicode mode: Can't determine console type;" >&2
    echo " Please ensure that /proc is mounted." >&2
    exit 1
  fi
  + '[' '!' -e /proc/self/fd/0 ']'

  readlink /proc/self/fd/0 | grep -q -e /dev/vc -e '/dev/tty[^p]' -e 
/dev/console
  + readlink /proc/self/fd/0
  + grep -q -e /dev/vc -e '/dev/tty[^p]' -e /dev/console
  if [ $? -eq 1 ]; then
      echo  "Won't set unicode mode: not a VT." >&2
      exit 1
  fi
  + '[' 0 -eq 1 ']'


  if /usr/bin/vt-is-UTF8 --quiet ; then
      echo "unicode_start: Already in UTF8 mode" >&2
      exit 0
  fi
  + /usr/bin/vt-is-UTF8 --quiet
  vt-is-UTF8: vt-is-UTF8 only runs on linux virtual terminals
  Usage: vt-is-UTF8 [option]
  valid options are:
          -q  --quiet    don't print result
          -h --help      display this help text and exit
          -V --version   display version information and exit

  # We want kbd to be in unicode mode before we run loadkeys; 
  # otherwise confusion over keysyms reigns.
  kbd_mode -u
  + kbd_mode -u
  dumpkeys | loadkeys --unicode > /dev/null
  + dumpkeys
  + loadkeys --unicode


  case $# in
      2)
          consolechars --font=$1 --sfm=$2
          ;;
      1)
          consolechars --font=$1
          ;;
      0)
          ;;
      *)
          echo "usage: unicode_start [font [unicode map]]"
          ;;
  esac
  + case $# in

  # set DEVICE_PREFIX depending on devfs/udev
  if [ -d /dev/vc ]; then
      DEVICE_PREFIX="/dev/vc/"
      else
      DEVICE_PREFIX="/dev/tty"
  fi
  + '[' -d /dev/vc ']'
  + DEVICE_PREFIX=/dev/tty

  NUM=`fgconsole --next-available`
  fgconsole --next-available
  ++ fgconsole --next-available
  Couldn't read VTNO: : Invalid argument
  + NUM=
  NUM=`expr ${NUM} - 1 `
  expr ${NUM} - 1 
  ++ expr - 1
  expr: syntax error
  + NUM=
  # This needs a better fix, but because unicode_{start,stop} are called
  # before getty starts the other consoles, if only one console set, then
  # set for the first 6 VTs, since  these are normally started by inittab
  [ $NUM -eq 1 ] && NUM=6
  + '[' -eq 1 ']'
  /usr/bin/unicode_start: line 54: [: -eq: unary operator expected
  for vc in `seq 1 ${NUM}` 
  do
    # Since 1.2.1 - for older kernels, use: echo -n -e '\033%8'
    /bin/echo -n -e '\033%G' > ${DEVICE_PREFIX}${vc}
  done
  seq 1 ${NUM}
  ++ seq 1
  + for vc in '`seq 1 ${NUM}`'
  + /bin/echo -n -e '\033%G'


-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages console-tools depends on:
ii  debconf [debconf-2.0]    1.5.24          Debian configuration management sy
ii  libc6                    2.7-18          GNU C Library: Shared libraries
ii  libconsole               1:0.2.3dbs-65.1 Shared libraries for Linux console
ii  lsb-base                 3.2-20          Linux Standard Base 3.2 init scrip

Versions of packages console-tools recommends:
ii  console-common                0.7.80     basic infrastructure for text cons
ii  console-data                  2:1.07-11  keymaps, fonts, charset maps, fall

Versions of packages console-tools suggests:
pn  kbd-compat                    <none>     (no description available)

-- no debconf information

-- 
 .''`.   martin f. krafft <[email protected]>      Related projects:
: :'  :  proud Debian developer               http://debiansystem.info
`. `'`   http://people.debian.org/~madduck    http://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems

Attachment: digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


--- End Message ---
--- Begin Message ---
Version: 2:0.2.3-73+rm

Dear submitter,

as the package console-tools has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/671342

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to