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 #66909,
regarding console-tools: acm and sfm don't get set (correct)
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.)


-- 
66909: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=66909
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: console-tools
Version: 1:0.2.3-10.3
Severity: normal

as you can see, I hardcoded my setting in the init.d file at the end. This 
version works, at least when called by myself after the boot. 

next to this both get reset somehow (after I log out ?)


-- System Information
Debian Release: 2.2
Kernel Version: Linux Aleph.Christen.Net 2.2.15 #1 Thu May 11 13:39:56 CEST 
2000 i586 unknown

Versions of the packages console-tools depends on:
ii  console-data   1999.08.29-11. Keymaps, fonts, charset maps, fallback table
ii  console-tools- 0.2.3-10.3     Shared libraries for Linux console and font 
ii  libc6          2.1.3-10       GNU C Library: Shared libraries and Timezone
ii  sysvinit       2.78-4         System-V like init.

--- Begin /etc/console-tools/config (modified conffile)
#
#
#
#
#
#
#
#
#
#
SCREEN_FONT=default8x9
SCREEN_FONT_MAP=cp437
APP_CHARSET_MAP=cp437

--- End /etc/console-tools/config

--- Begin /etc/init.d/console-screen.sh (modified conffile)
#!/bin/sh
#
#
#
if [ -r /etc/console-tools/config ] ; then
    . /etc/console-tools/config
fi
SETFONT="/usr/bin/consolechars"
SETFONT_OPT=""
CHARSET="/usr/bin/charset"
VCSTIME="/usr/sbin/vcstime"
[ -x "${SETFONT}" ] || exit 0
if [ "`grep -c devfs /proc/filesystems`" -a -d /dev/vc ]; then
  DEVICE_PREFIX="/dev/vc/"
else
  DEVICE_PREFIX="/dev/tty"
fi
reset_vga_palette ()
{
    if ! /usr/bin/tty | grep -q ttyS ; then
       # not a serial console.
       if [ -f /proc/fb ]; then
           # They have a framebuffer device.
           # That means we have work to do...
           echo -n "]R"
       fi
    fi
}
setup ()
{
    reset_vga_palette
    # start vcstime
    if [ "${DO_VCSTIME}" = "yes" -a -x ${VCSTIME} ] ; then
      echo -n Starting clock on text console: `basename ${VCSTIME}`
      ${VCSTIME} &
      echo .
    fi
    # Global default font+sfm
    if [ "${SCREEN_FONT}" ]
    then
        echo -n "Setting up general console font... "
        SCREEN_FONT="-f ${SCREEN_FONT}"
        # maybe use an external SFM
        [ "${SCREEN_FONT_MAP}" ] && SCREEN_FONT_MAP="-u ${SCREEN_FONT_MAP}"
        ${SETFONT} ${SETFONT_OPT} ${SCREEN_FONT} ${SCREEN_FONT_MAP} && echo 
done.
    fi
    # Per-VC font+sfm
    PERVC_FONTS=`set | grep "^SCREEN_FONT_vc[0-9]*="`
    if [ "${PERVC_FONTS}" ]
    then
        echo -n "Setting up per-VC fonts: "
        for font in ${PERVC_FONTS}
        do
            # extract VC and FONTNAME info from variable setting
            font=`echo $font | cut -c15-`
            vc=`echo $font | cut -d= -f1`
            font=`echo $font | cut -d= -f2`
            echo -n "${DEVICE_PREFIX}${vc}, "
            # eventually find an associated SFM
            eval sfm=\${SCREEN_FONT_MAP_vc${vc}}
            [ "$sfm" ] && sfm="-u $sfm"
            ${SETFONT} --tty=${DEVICE_PREFIX}$vc ${SETFONT_OPT} -f $font $sfm
        done
        echo "done."
    fi
    # Global ACM
    [ "${APP_CHARSET_MAP}" ] && ${CHARSET} G0 ${APP_CHARSET_MAP}
    # Per-VC ACMs
    PERVC_ACMS=`set | grep "^APP_CHARSET_MAP_vc[0-9]*="`
    if [ "${PERVC_ACMS}" ]
    then
        echo -n "Setting up per-VC ACM's: "
        for acm in ${PERVC_ACMS}
        do
            # extract VC and FONTNAME info from variable setting
            acm=`echo $acm | cut -c19-`
            vc=`echo $acm | cut -d= -f1`
            acm=`echo $acm | cut -d= -f2`
            echo -n "${DEVICE_PREFIX}${vc} ($acm), "
            ${CHARSET} --tty=${DEVICE_PREFIX}$vc G0 $acm
        done
        echo "done."
    fi
consolechars -f default8x9 -m cp437 -u cp437
}
case "$1" in
start|reload|restart|force-reload)
    setup
    ;;
stop)
    ;;
*)
    setup
    ;;
esac

--- End /etc/init.d/console-screen.sh


--- 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