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

Bug#382254: marked as done (rootskel: /dev/hvsi* are serial consoles on non-virtualized IBM power machines.)



Your message dated Mon, 14 Aug 2006 18:50:57 -0700
with message-id <E1GCo53-0005aH-Tp@spohr.debian.org>
and subject line Bug#382254: fixed in rootskel 1.34
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: rootskel
Version: 1.33
Severity: important


Please add this patch once beta3 is out of the way (or commit it earlier, as i
understand the beta3 package set are frozen, and so the repo should be open
for mods already).

The IBM POWER machines can run in virtualized mode (logical partitions), in
which case the serial console is /dev/hvc*. but you can also run linux on them
directly, and in this case, the serial console is /dev/hvsi*, at least on the
p505 i tried this one.

This patch adds support for that in rootskel.

Friendly,

Sven Luther

-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 39661)
+++ debian/changelog	(working copy)
@@ -1,3 +1,11 @@
+rootskel (1.34) UNRELEASED; urgency=low
+
+  [ Sven Luther ]
+  * Add support for /dev/hvsi* (non-virtual) serial consoles on recent IBM
+    POWER machines in detect-console-linux.
+
+ -- Sven Luther <luther@debian.org>  Wed,  9 Aug 2006 20:45:30 +0200
+
 rootskel (1.33) unstable; urgency=low
 
   [ Joey Hess ]
Index: src/lib/debian-installer/detect-console-linux
===================================================================
--- src/lib/debian-installer/detect-console-linux	(revision 39661)
+++ src/lib/debian-installer/detect-console-linux	(working copy)
@@ -1,6 +1,6 @@
 if [ -z "$TERM_TYPE" ]; then
 	case `readlink /proc/self/fd/0` in
-		/dev/console|/dev/tts/*|/dev/tty[A-Z]*|/dev/hvc*)
+		/dev/console|/dev/tts/*|/dev/tty[A-Z]*|/dev/hvc*|/dev/hvsi*)
 			TERM_TYPE=serial
 			;;
 		/dev/vc/*|/dev/tty*)

--- End Message ---
--- Begin Message ---
Source: rootskel
Source-Version: 1.34

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

rootskel-bootfloppy_1.34_i386.udeb
  to pool/main/r/rootskel/rootskel-bootfloppy_1.34_i386.udeb
rootskel_1.34.dsc
  to pool/main/r/rootskel/rootskel_1.34.dsc
rootskel_1.34.tar.gz
  to pool/main/r/rootskel/rootskel_1.34.tar.gz
rootskel_1.34_i386.udeb
  to pool/main/r/rootskel/rootskel_1.34_i386.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 382254@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 rootskel 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: Tue, 15 Aug 2006 02:54:25 +0200
Source: rootskel
Binary: rootskel-bootfloppy rootskel
Architecture: source i386
Version: 1.34
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Frans Pop <fjp@debian.org>
Description: 
 rootskel   - Skeleton root filesystem used by debian-installer (udeb)
 rootskel-bootfloppy - Skeleton root filesystem used by debian-installer boot floppy (udeb)
Closes: 365203 382254
Changes: 
 rootskel (1.34) unstable; urgency=low
 .
   * Also create lib64 symlink for ppc64. Closes: #365203.
 .
   [ Sven Luther ]
   * Add support for /dev/hvsi* (non-virtual) serial consoles on recent IBM
     POWER machines in detect-console-linux. Closes: #382254.
Files: 
 974279fec73ed0ffdf2d9eb6fb140e8e 800 debian-installer standard rootskel_1.34.dsc
 3dfb573d43e0cefe5b5d073ef9ef2312 24668 debian-installer standard rootskel_1.34.tar.gz
 c2098285ec612d0f7fc0812e27780ac5 6024 debian-installer standard rootskel_1.34_i386.udeb
 39503c1e318e3fae2a50681056acbb12 2712 debian-installer extra rootskel-bootfloppy_1.34_i386.udeb
Package-Type: udeb

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

iD8DBQFE4SOMgm/Kwh6ICoQRApsPAKCXbIOPSDmXQOH1s8m/aUbdNw9xyQCgmxSl
ymrF8yy0wMJiWmIwmJJCJLA=
=wO6i
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: