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

Bug#181394: marked as done (base-config: termwrap doesn't get correct serial line on sparc)



Your message dated Fri, 05 Sep 2003 14:17:10 -0400
with message-id <E19vL8w-0004Sj-00@auric.debian.org>
and subject line Bug#181394: fixed in base-config 1.70
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; 17 Feb 2003 17:42:06 +0000
>From wolfi@mittelerde.physik.uni-konstanz.de Mon Feb 17 11:42:06 2003
Return-path: <wolfi@mittelerde.physik.uni-konstanz.de>
Received: from gandalf.physik.uni-konstanz.de [134.34.144.69] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18kpHJ-0002FJ-00; Mon, 17 Feb 2003 11:42:05 -0600
Received: from merry.physik.uni-konstanz.de (merry.physik.uni-konstanz.de [134.34.144.91])
	by gandalf.physik.uni-konstanz.de (Postfix) with ESMTP
	id 00FC890; Mon, 17 Feb 2003 18:42:05 +0100 (CET)
Received: from wolfi by merry.physik.uni-konstanz.de with local (Exim 3.35 #1 (Debian))
	id 18kpHI-0000Qw-00; Mon, 17 Feb 2003 18:42:04 +0100
Date: Mon, 17 Feb 2003 18:42:04 +0100
From: Wolfram Quester <wolfi@gandalf.physik.uni-konstanz.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Cc: agx@debian.org
Subject: base-config: termwrap doesn't get correct serial line on sparc
Message-ID: <20030217174204.GA1149@merry>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.3.28i
X-Reportbug-Version: 1.50
Sender: Wolfram Quester <wolfi@merry.physik.uni-konstanz.de>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-2.7 required=4.0
	tests=HAS_PACKAGE,QUOTED_EMAIL_TEXT,SPAM_PHRASE_00_01,USER_AGENT,
	      USER_AGENT_MUTT
	version=2.44
X-Spam-Level: 


Package: base-config
Version: 1.33.18
Severity: normal

Hello,

After Eduard Bloch's call I did some testing for the sparc boot
floppies. I have a Sun SparcStation 4, connected to PC via serial 
tty. I use minicom for control.

When dselect is run from base-config the text is scrolling through the
top-line and I get one line in top of my screen/xterminal:

> ? = help menu    Space = exit help    . = next help    or a help page  key

Later on the output is really unusable.

If I finish the installation and start dselect from a bash, I could not
reproduce the problem. To do further research on the problem I changed 
/etc/inittab to
T0:2345:respawn:/usr/sbin/termwrap /bin/bash
Then I can see the nasty effect, vim is also unusable. If I use getty 
everthing works fine.
Finally I traced it down to termwrap, which sets "export TERM=linux". If
I do "export TERM=vt102"
everything is ok, exept lines in dselect are not showing up as lines, e.g.

>     Ä All packages Ä
>     ÄÄÄ Up to date installed packages ÄÄÄ
>     ÄÄÄÄÄ Up-to-date Required packages ÄÄÄÄÄ
>     ÄÄÄÄÄÄÄ Up-to-date Required packages in section base ÄÄÄÄÄÄÄ

The problem is termwrap, which does

> case `/usr/bin/tty` in
> /dev/tty|/dev/console|/dev/tty[1-9]*)
>         TERMINAL=console
>         ;;
> /dev/tty[p-za-e]*)
>         TERMINAL=pseudo
>         if [ ! -z "$DISPLAY" ]; then
>                 TERMINAL=x
>         else
>                 case $TERM in
>                 rxvt|xterm*|kterm)      TERMINAL=x;;
>                 esac
>         fi
>         ;;
> /dev/tty[A-Z]*|/dev/cu*)
>         TERMINAL=serial
>         ;;
> esac

because 
> neptun:/# tty
> /dev/console
it might also be tty's fault.

Since this affects the usability of dselect during the initial
configuration the severity of this report could perhaps also be set to
important.

greetings,

Wolfi

-- System Information
Debian Release: 3.0
Architecture: sparc
Kernel: Linux neptun 2.2.20 #1 Fri Nov 16 15:48:02 EST 2001 sparc
Locale: LANG=C, LC_CTYPE=C

Versions of packages base-config depends on:
ii  adduser                    3.47          Add and remove users and groups
ii  apt                        0.5.4         Advanced front-end for dpkg
ii  bsdutils                   1:2.11n-4     Basic utilities from 4.4BSD-Lite.
ii  console-data               1999.08.29-24 Keymaps, fonts, charset maps, fall
ii  debconf                    1.0.32        Debian configuration management sy
ii  passwd                     20000902-12   Change and administer password and
ii  tasksel                    1.18          Tool for selecting tasks for insta


---------------------------------------
Received: (at 181394-close) by bugs.debian.org; 5 Sep 2003 18:19:07 +0000
>From katie@auric.debian.org Fri Sep 05 13:18:55 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19vLAZ-00009U-00; Fri, 05 Sep 2003 13:18:51 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 19vL8w-0004Sj-00; Fri, 05 Sep 2003 14:17:10 -0400
From: Petter Reinholdtsen <pere@debian.org>
To: 181394-close@bugs.debian.org
X-Katie: $Revision: 1.35 $
Subject: Bug#181394: fixed in base-config 1.70
Message-Id: <E19vL8w-0004Sj-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Fri, 05 Sep 2003 14:17:10 -0400
Delivered-To: 181394-close@bugs.debian.org

Source: base-config
Source-Version: 1.70

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

Debian distribution maintenance software
pp.
Petter Reinholdtsen <pere@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: Fri,  5 Sep 2003 20:01:26 +0200
Source: base-config
Binary: base-config
Architecture: source all
Version: 1.70
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Petter Reinholdtsen <pere@debian.org>
Description: 
 base-config - Debian base configuration package
Closes: 181394 201869 206347 206438 207949 208690
Changes: 
 base-config (1.70) unstable; urgency=low
 .
   * Javier Fernandez-Sanguino Peña:
     - Updated spanish translation and also worded properly the GTM question
     (thanks to Jorge Ferrer for pointing that out :-)
   * Petter Reinholdtsen
     - Updated fr.po, patch from Christian Perrier. (Closes: #206438)
     - Set hostname and update /etc/hostname if it is unset. (Closes: #201869)
     - Try to add ISO-8859-13 support into termwrap.  Depend on
       console-data >= 2002.12.04dbs-16 to get the console charmap for
       ISO-8859-13. (Closes: #206347)
     - Try to add ISO-8859-2 support into termwrap.
     - Fix typos in console charset restore (iso1 is wrong, use iso01
       instead).
     - Try harder to detect serial console, using fgconsole from
       console-tools.  Adding dependency on console-tools.
       Use TERM=vt100 instead of TERM=linux on serial
       consoles.  (Closes: #181394)
     - Add draft 97start-xdm to start X if it is configured.  It is currently
       disabled.
     - Make sure to use current debconf priority (and not priority low) when
       reconfiguring exim4.
     - Updated Japanese debconf translation.  Patch from Kenshi Muto.
       (Closes: #208690)
   * Joey Hess
     - Updated pt_BR debconf po file from Andre Luis Lopes. Closes: #207949
     - Modified 77exim to dpkg-reconfigure exim4, if it is installed.
       If not, then no MTA is set up at all. exim 3 is not an option, sorry.
       This is now out of my hands and in the hands of debootstrap to get exim4
       installed. (Bug #208047)
Files: 
 344702841ad2e849293304e104dcf873 646 base optional base-config_1.70.dsc
 fada3d634aa4ac0a1aef3a8a3c9c9a2b 288224 base optional base-config_1.70.tar.gz
 7f22c1c43a1dd7d25d01351c1faea2c8 140818 base optional base-config_1.70_all.deb

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

iD4DBQE/WM+620zMSyow1ykRAiHUAJjHvpg5rPhaqP+Cvlw6mddz4MlqAKDuawEl
nqlDXCl8EgDWeyb3ERl6rg==
=uond
-----END PGP SIGNATURE-----



Reply to: