Your message dated Fri, 17 Dec 2004 14:36:47 -0500
with message-id <[EMAIL PROTECTED]>
and subject line closing
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 Jul 2004 13:54:21 +0000
>From [EMAIL PROTECTED] Sat Jul 17 06:54:21 2004
Return-path: <[EMAIL PROTECTED]>
Received: from boy.univ.kiev.ua (mail.univ.kiev.ua) [193.125.78.122] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Blpdt-0000wR-00; Sat, 17 Jul 2004 06:54:21 -0700
Received: from intel4.icc.univ.kiev.ua (intel4.icc.univ.kiev.ua [10.25.0.243])
        by mail.univ.kiev.ua (8.12.2/8.12.2) with ESMTP id i6HDsHZD034651;
        Sat, 17 Jul 2004 16:54:18 +0300 (EEST)
Received: from eugen by intel4.icc.univ.kiev.ua with local (Exim 4.34)
        id 1Blpdp-0004Ll-FC; Sat, 17 Jul 2004 16:54:17 +0300
Content-Type: multipart/mixed; boundary="===============0496381884=="
MIME-Version: 1.0
From: Eugeniy Meshcheryakov <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: rootskel: should try to enable framebuffer only on virtual console
X-Mailer: reportbug 2.63
Date: Sat, 17 Jul 2004 16:54:17 +0300
Message-Id: <[EMAIL PROTECTED]>
Sender: Eugeniy Meshcheryakov <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
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.

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

Package: rootskel
Version: SVN
Severity: normal
Tags: patch d-i

  d-i should not try to enable framebuffer if run from serial console or
pty. This makes imposible installation using network-console and
installer image built with 2.4 kernel. Also I see no reason to exit if
installer cannot load framebuffer module (for 2.4, with 2.6 it will
never exit).

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8

--===============0496381884==
Content-Type: text/x-c++; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="rootskel-framebuffer.diff"

Index: src/lib/debian-installer.d/S33framebuffer-module-linux-i386
===================================================================
--- src/lib/debian-installer.d/S33framebuffer-module-linux-i386 (revision 17801)
+++ src/lib/debian-installer.d/S33framebuffer-module-linux-i386 (working copy)
@@ -1,11 +1,11 @@
-if [ "`debconf-get debian-installer/framebuffer`" = true ]; then
+if [ "`debconf-get debian-installer/framebuffer`" = true ] && [ "$TERM_TYPE" = 
virtual ]; then
        echo "Trying to enable the frame buffer..."
        case $(uname -r) in
        2.6.*)
                (modprobe -q vesafb >/dev/null 2>&1 && modprobe -q fbcon 
>/dev/null 2>&1) || (modprobe -q vga16fb >/dev/null 2>&1 && modprobe -q fbcon 
>/dev/null 2>&1)
                ;;
        *)
-               modprobe -q vesafb >/dev/null 2>&1 || modprobe -q vga16fb 
>/dev/null 2>&1
+               modprobe -q vesafb >/dev/null 2>&1 || modprobe -q vga16fb 
>/dev/null 2>&1 || true
                ;;
        esac
 fi

--===============0496381884==--

---------------------------------------
Received: (at 259950-done) by bugs.debian.org; 17 Dec 2004 19:35:12 +0000
>From [EMAIL PROTECTED] Fri Dec 17 11:35:12 2004
Return-path: <[EMAIL PROTECTED]>
Received: from kitenet.net [64.62.161.42] (postfix)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CfNse-000216-00; Fri, 17 Dec 2004 11:35:12 -0800
Received: from dragon.kitenet.net (unknown [66.168.94.144])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (Client CN "Joey Hess", Issuer "Joey Hess" (verified OK))
        by kitenet.net (Postfix) with ESMTP id 1B2BB17E7A
        for <[EMAIL PROTECTED]>; Fri, 17 Dec 2004 19:35:12 +0000 (GMT)
Received: by dragon.kitenet.net (Postfix, from userid 1000)
        id 4FE9A6ED28; Fri, 17 Dec 2004 14:36:47 -0500 (EST)
Date: Fri, 17 Dec 2004 14:36:47 -0500
From: Joey Hess <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: closing
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g"
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: [EMAIL PROTECTED]
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=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no 
        version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 


--2fHTh5uZTiUOsy+g
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Fixed in Not A NMU.

--=20
see shy jo

--2fHTh5uZTiUOsy+g
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFBwzVOd8HHehbQuO8RAhUMAKCO9ZWUo1nMLSHjQ54/+hCb2s4osQCfXyEn
FHUGtlUNN4EOvziWTvAnaSE=
=Ey0Z
-----END PGP SIGNATURE-----

--2fHTh5uZTiUOsy+g--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to