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

Bug#403031: marked as done (finish-install: serial console detection is not matching what is done in rootskel/console-detect)



Your message dated Mon, 25 Dec 2006 21:02:02 +0000
with message-id <E1GywxO-0001Gs-MH@ries.debian.org>
and subject line Bug#403031: fixed in finish-install 2.7
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: finish-install
Version: 2.6
Severity: normal


Well, while working on the efika support, i found out that more problematic
serial console setups break finish-install. The efika has ttyPSC0 as console.

This is in part due to the fact that rootskel/console-detect uses :

                  /dev/console|/dev/tts/*|/dev/tty[A-Z]*|/dev/hvc*|/dev/hvsi*)
		                          TERM_TYPE=serial

Which is a lot more complete than the :

	case "$console" in
		ttyS*|hvc*|hvsi*)

used in finish-install/S90console.

Furthermore, this forces us to modify the code in two places for each new kind
of serial console, and with the crazy scheme of the linux upstream folk to
call each different serial console with its own name, this may happen a lot in
the future.

I thus suggest that the finish-install/S90console be changed to :

	case "$TERM_TYPE" in
		serial )

Which, unless i miss something, would catch all those consoles detected by the
rootskel/console-detect code, and thanks to the remaniement of my preceding
suggestion by frans/colin, will allow to do the right thing.

I think that it would be useful to have some override of the TERM_TYPE
detection, in case of some new future serial console kind not catched by the
above rootskel/console-detect code, i don't know if this is already possible,
but this would be a separate bug report maybe.

Friendly,

Sven Luther

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


--- End Message ---
--- Begin Message ---
Source: finish-install
Source-Version: 2.7

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

finish-install_2.7.dsc
  to pool/main/f/finish-install/finish-install_2.7.dsc
finish-install_2.7.tar.gz
  to pool/main/f/finish-install/finish-install_2.7.tar.gz
finish-install_2.7_all.udeb
  to pool/main/f/finish-install/finish-install_2.7_all.udeb



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 403031@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop <fjp@debian.org> (supplier of updated finish-install 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: Mon, 25 Dec 2006 21:48:32 +0100
Source: finish-install
Binary: finish-install
Architecture: source all
Version: 2.7
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Frans Pop <fjp@debian.org>
Description: 
 finish-install - Finish the installation and reboot (udeb)
Closes: 403031
Changes: 
 finish-install (2.7) unstable; urgency=low
 .
   * 90console: check for tty[A-Z]* to also catch for example ttyPSC serial
     consoles. Closes: #403031.
 .
   [ Updated translations ]
   * Belarusian (be.po) by Pavel Piatruk
   * Kurdish (ku.po) by Erdal Ronahi
   * Latvian (lv.po) by Aigars Mahinovs
Files: 
 fc78eaebfe9602b5edbbf0a886bbe24d 766 debian-installer required finish-install_2.7.dsc
 3de524d431111f29b18e6e7de1a109c0 42472 debian-installer required finish-install_2.7.tar.gz
 1230540e3a963946faa9356e823958f9 18470 debian-installer required finish-install_2.7_all.udeb
Package-Type: udeb

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

iD8DBQFFkDlqgm/Kwh6ICoQRAonuAJ9PenxD9dc4/9wAPv0sqjwZ9L0XrQCgjQfC
fbFUfDdkKXxDXroTj7u83/k=
=Gbui
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: