[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#258226: marked as done (base-config: termwrap fails to setup console correctly for Russian language)



Your message dated Sat, 09 Jul 2005 09:32:03 -0400
with message-id <E1DrFR5-000812-00@newraff.debian.org>
and subject line Bug#250789: fixed in base-config 2.68
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Jul 2004 10:57:33 +0000
>From mitya@school.ioffe.ru Thu Jul 08 03:57:33 2004
Return-path: <mitya@school.ioffe.ru>
Received: from (school.ioffe.ru) [194.85.238.98] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BiWar-0000dU-00; Thu, 08 Jul 2004 03:57:33 -0700
Received: from localhost (localhost [127.0.0.1])
	by chimpanzee (Postfix) with ESMTP
	id 5870D6B694; Thu,  8 Jul 2004 14:57:31 +0400 (MSD)
Received: from school.ioffe.ru ([127.0.0.1])
	by localhost (chimpanzee.school.ioffe.ru [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id 02371-05; Thu, 8 Jul 2004 14:57:26 +0400 (MSD)
Received: from macaca.school.ioffe.ru (macaca.school.ioffe.ru [192.168.5.4])
	by school.ioffe.ru (Postfix) with SMTP
	id 565F26B692; Thu,  8 Jul 2004 14:57:26 +0400 (MSD)
Received: by macaca.school.ioffe.ru (sSMTP sendmail emulation); Thu,  8 Jul 2004 14:57:26 +0400
From: "Dmitry Baryshkov" <mitya@school.ioffe.ru>
Content-Type: multipart/mixed; boundary="===============1160725350=="
MIME-Version: 1.0
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: base-config: termwrap fails to setup console correctly for Russian language
X-Mailer: reportbug 2.62
Date: Thu, 08 Jul 2004 14:57:26 +0400
Message-Id: <20040708105726.565F26B692@school.ioffe.ru>
X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at school.ioffe.ru
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1160725350==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: base-config
Version: 2.34
Severity: important
Tags: patch l10n

Due to error in 'cyr' calling for KOI8-R encoding, no koi8-r fons is
selected for installation, so if I select Russian language for
installation, I can't read any of Russian messages (only fancy symbols
with accents).

Patch attached.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-usagi-1
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R

Versions of packages base-config depends on:
ii  adduser                 3.57             Add and remove users and groups
ii  apt                     0.5.25           Advanced front-end for dpkg
ii  bsdutils                1:2.12-3         Basic utilities from 4.4BSD-Lite
ii  console-data            2002.12.04dbs-42 Keymaps, fonts, charset maps, fall
ii  console-tools           1:0.2.3dbs-52    Linux console and font utilities
ii  debconf                 1.4.29           Debian configuration management sy
ii  debianutils             2.8.3            Miscellaneous utilities specific t
ii  gettext-base            0.14.1-2         GNU Internationalization utilities
ii  passwd                  1:4.0.3-28.4     Change and administer password and

--===============1160725350==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="termwrap.patch"

--- termwrap	2004-07-08 14:49:06.000000000 +0400
+++ /usr/sbin/termwrap	2004-06-29 19:49:21.000000000 +0400
@@ -315,7 +315,7 @@
 	case $TERMINAL in
 	console)
 		if [ -x /usr/bin/cyr ]; then
-			/usr/bin/cyr -s uni -f 16 -e koi8-r --ttys=/dev/tty1 ru_ms ctrl_shift_toggle
+			/usr/bin/cyr -s uni -t 16 -e koi8-r --ttys=/dev/tty1 ru_ms ctrl_shift_toggle
 		else
 			# Don't try to install in russian withour cyrrilic support on console
 			LANG=C

--===============1160725350==--

---------------------------------------
Received: (at 250789-close) by bugs.debian.org; 9 Jul 2005 13:41:46 +0000
>From katie@ftp-master.debian.org Sat Jul 09 06:41:46 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DrFaU-0006q6-00; Sat, 09 Jul 2005 06:41:46 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DrFR5-000812-00; Sat, 09 Jul 2005 09:32:03 -0400
From: Joey Hess <joeyh@debian.org>
To: 250789-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#250789: fixed in base-config 2.68
Message-Id: <E1DrFR5-000812-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 09 Jul 2005 09:32:03 -0400
Delivered-To: 250789-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 4

Source: base-config
Source-Version: 2.68

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

base-config_2.68.dsc
  to pool/main/b/base-config/base-config_2.68.dsc
base-config_2.68.tar.gz
  to pool/main/b/base-config/base-config_2.68.tar.gz
base-config_2.68_all.deb
  to pool/main/b/base-config/base-config_2.68_all.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 250789@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <joeyh@debian.org> (supplier of updated base-config 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Sat,  9 Jul 2005 10:19:12 +0300
Source: base-config
Binary: base-config
Architecture: source all
Version: 2.68
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Joey Hess <joeyh@debian.org>
Description: 
 base-config - Debian base system configurator
Closes: 250789 251206 254068 258226 259150 259870 271145 271147
Changes: 
 base-config (2.68) unstable; urgency=low
 .
   [ Debconf translations ]
   * Bulgarian updated by Ognyan Kulev
 .
   [ Joey Hess ]
   * Finally applied Eugeniy Meshcheryakov's patch to remove charset setting,
     locale setting, etc from termwrap. All that stuff is done by other parts
     of d-i (and if it's not done properly will need to be fixed there).
     Termwrap remains only to support languages needing jfbterm and the like.
     Closes: #250789, #258226, #259150 (termwrap no longer breaks charset setup
     on exit)
     Closes: #271145, #271147 (cyr run removed so it no longer borks serial
     consoles)
   * Remove hardcoded paths in termwrap and base-config.
   * Other minor cleanups in termwrap.
   * No longer (re)set LANG at end of install. This is done by localechooser
     already. Closes: #251206, #259870
   * Use script -c instead of SHELL hack.
   * Make log mode 600 in case something sensitive gets into it.
     Closes: #254068
   * Deal with the required wraper not being present by falling back to
     English.
Files: 
 0013ea859b4fca04d113cc37654b5e2b 715 base important base-config_2.68.dsc
 1eae4f12de602aa10a9abccb28fd97a5 396492 base important base-config_2.68.tar.gz
 1fda9a00835d6d457a3993597959603f 328244 base important base-config_2.68_all.deb

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

iD8DBQFCz85R2tp5zXiKP0wRAnDSAJ9hX5/wd0/D5MQ3hf1khdV08DFZRQCgy1Ri
df3gQvSadkR9KuIgPJq090s=
=GP7i
-----END PGP SIGNATURE-----



Reply to: