Your message dated Sun, 18 Jul 2004 17:02:03 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#257174: fixed in s390-dasd 0.0.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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Jul 2004 18:03:36 +0000
>From [EMAIL PROTECTED] Thu Jul 01 11:03:36 2004
Return-path: <[EMAIL PROTECTED]>
Received: from sine.sctelecom.com (mailbox.sinenomine.net) [192.204.203.218] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Bg5uK-0008Bb-00; Thu, 01 Jul 2004 11:03:36 -0700
Received: from localhost (mailbox.sinenomine.net [192.168.101.9])
        by mailbox.sinenomine.net (8.12.6/8.12.6/SuSE Linux 0.6) with ESMTP id 
i61I3QOv006722
        for <[EMAIL PROTECTED]>; Thu, 1 Jul 2004 14:03:26 -0400
Subject: d-i installation report
From: Adam Thornton <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Content-Type: multipart/mixed; boundary="=-9ObTIJXdB6j/iSBBuRBV"
Organization: Sine Nomine Associates
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.4.4 
Date: Thu, 01 Jul 2004 13:07:25 -0500
X-Virus-Scanned: by AMaViS - amavis-milter (http://www.amavis.org/)
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: 


--=-9ObTIJXdB6j/iSBBuRBV
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by mailbox.sinenomine.net id 
i61I3QOv006722

Package: installation-reports =20
 =20
INSTALL REPORT =20
 =20
Debian-installer-version: svn-up run just before install, and
network-console built at that point; network-console put into
localudebs.
uname -a:  Linux di 2.4.26-1-s390 #1 SMP Sun Apr 25 16:48:39 CEST 2004
s390 GNU/Linux =20
Date: Thursday, July 01 2004, 10 AM CDT =20
Method: IPL from virtual card deck, using ftp.us.debian.org as network
source
 =20
Machine: Multiprise 3000 H70  =20
Processor:  S390
Memory:  64MB virtual machine
Root Device: /dev/dasd/0150/part1 (3390-3 ECKD, minidisk) =20
Root Size/partition table:  1000 cylinders (703 MB)
Output of lspci and lspci -n:  n/a
 =20
Base System Installation Checklist: =20
=DDO=A8 =3D OK, =DDE=A8 =3D Error (please elaborate below), =DD =A8 =3D d=
idn't try it =20
 =20
Initial boot worked:    =DD O=A8 =20
Configure network HW:   =DD O=A8 =20
Config network:         =DD O=A8 =20
Detect CD:              =DD  =A8 =20
Load installer modules: =DD O=A8 =20
Detect hard drives:     =DD O=A8 =20
Partition hard drives:  =DD O=A8 =20
Create file systems:    =DD O=A8 =20
Mount partitions:       =DD O=A8 =20
Install base system:    =DD O=A8 =20
Install boot loader:    =DD E=A8 =20
Reboot:                 =DD E=A8 =20
 =20
Comments/Problems: =20
 =20
FBA disks can be detected but not formatted.  It would be nice if there
were a way to use preformatted swap, like we could with Woody, since I
use SWAPGEN to write a swap signature to a DIAG-accessible FBA V-DISK
before booting.  ("formatted" is misspelled as "formated" in the device
partitioning stage, too.)

The network config stuff now works, at least for qeth.  modutils does
*not* correctly uncomment "alias eth0 qeth" but I have already filed a
bug against that.  IUCV doesn't work and I'll take a look at that soon.=20

Then network-console is started and I SSHed in; this worked fine too,
although the border characters were strange--this may be, however, due
to my locale setting in my X Session or something.  In any event it
didn't harm functionality.

After that, everything still goes fine up to the boot loader
installation.  That still writes an incorrect parm line.  However, by
applying the attached patch to zipl-installer.postinst, the correct parm
line will be written (the symlink issue has been fixed).

After that, reboot does not work.  On manual /sbin/halt and reipl from
disk, ssh is not started, so it's still necessary to fix
/etc/modutils/arch/s390, run /sbin/update-modules, reIPL, remove
/etc/securetty and start inetd.  Once you do that, you can telnet in and
run base-config, and everything works as expected.

Low memory installation still gets a failure when freeing memory, but
otherwise behaves identically.

Adam

--=-9ObTIJXdB6j/iSBBuRBV
Content-Disposition: attachment; filename=zipl-installer.patch
Content-Type: text/plain; name=zipl-installer.patch; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit

--- zipl-installer.postinst.orig        2004-07-01 10:51:19.000000000 -0400
+++ zipl-installer.postinst     2004-07-01 10:54:57.000000000 -0400
@@ -5,6 +5,21 @@
 db_get debian-installer/kernel/commandline
 PARAMETER=$RET
 
+PARMFILE="ro noinitrd vmpoff=\"LOGOFF\""
+DASD="dasd="
+set -- `cut -b 1-4 /proc/dasd/devices`
+while [ $1 ]; do
+    DASD=${DASD}$1
+    shift;
+    if [ $1 ]; then
+        DASD=${DASD}","
+    fi
+done
+ROOT=`df /target | tail -1 | cut -d ' ' -f 1`
+ROOT="root="${ROOT}
+    
+PARMFILE="${PARMFILE} ${ROOT} ${DASD}"
+
 cat > /target/etc/zipl.conf << EOF
 [defaultboot]
 defaultmenu = menu

--=-9ObTIJXdB6j/iSBBuRBV--


---------------------------------------
Received: (at 257174-close) by bugs.debian.org; 18 Jul 2004 21:08:19 +0000
>From [EMAIL PROTECTED] Sun Jul 18 14:08:19 2004
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BmItP-0005zl-00; Sun, 18 Jul 2004 14:08:19 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1BmInL-000787-00; Sun, 18 Jul 2004 17:02:03 -0400
From: Bastian Blank <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.51 $
Subject: Bug#257174: fixed in s390-dasd 0.0.7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 18 Jul 2004 17:02:03 -0400
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: s390-dasd
Source-Version: 0.0.7

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

s390-dasd_0.0.7.dsc
  to pool/main/s/s390-dasd/s390-dasd_0.0.7.dsc
s390-dasd_0.0.7.tar.gz
  to pool/main/s/s390-dasd/s390-dasd_0.0.7.tar.gz
s390-dasd_0.0.7_s390.udeb
  to pool/main/s/s390-dasd/s390-dasd_0.0.7_s390.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank <[EMAIL PROTECTED]> (supplier of updated s390-dasd 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Sun, 18 Jul 2004 22:43:45 +0200
Source: s390-dasd
Binary: s390-dasd
Architecture: source s390
Version: 0.0.7
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>
Changed-By: Bastian Blank <[EMAIL PROTECTED]>
Description: 
 s390-dasd  - Configure DASD (udeb)
Closes: 257174
Changes: 
 s390-dasd (0.0.7) unstable; urgency=low
 .
   * Bastian Blank
     - Update templates.
     - Add correct specification to kernel commandline.
   * Christian Perrier
     - Remove jargon in templates
   * Colin Watson
     - Correct spelling of "formatted" (closes: #257174).
   * Updated translations:
     - Bulgarian (bg.po) by Ognyan Kulev
     - Bosnian (bs.po) by Safir Šećerović
     - Catalan (ca.po) by Jordi Mallach
     - Czech (cs.po) by Miroslav Kure
     - Danish (da.po) by Claus Hindsgaul
     - German (de.po) by Dennis Stampfer
     - Greek (el.po) by George Papamichelakis
     - Spanish (es.po) by Javier Fernandez-Sanguino Peña
     - Basque (eu.po) by Piarres Beobide Egaña
     - Finnish (fi.po) by Tapio Lehtonen
     - French (fr.po) by Christian Perrier
     - Hebrew (he.po) by Lior Kaplan
     - Hungarian (hu.po) by VERÓK István
     - Indonesian (id.po) by Parlin Imanuel Toh
     - Japanese (ja.po) by Kenshi Muto
     - Korean (ko.po) by Changwoo Ryu
     - Lithuanian (lt.po) by Marius Gedminas
     - Dutch (nl.po) by Bart Cornelis
     - Norwegian (nn.po) by Håvard Korsvoll
     - Polish (pl.po) by Rafał Michaluk
     - Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
     - Portuguese (pt.po) by Miguel Figueiredo
     - Romanian (ro.po) by Eddy Petrisor
     - Russian (ru.po) by Yuriy Talakan'
     - Slovak (sk.po) by Peter KLFMANiK Mann
     - Albanian (sq.po) by Elian Myftiu
     - Turkish (tr.po) by Osman Yüksel
     - Ukrainian (uk.po) by Eugeniy Meshcheryakov
     - Simplified Chinese (zh_CN.po) by Ming Hua
Files: 
 fd7934637cb6f971fc1e4af449fc5dcc 661 debian-installer standard s390-dasd_0.0.7.dsc
 87cab3282a572f3bcdb5632228873de2 31079 debian-installer standard 
s390-dasd_0.0.7.tar.gz
 1c1365aaa7b2e1243aeb26902699793e 23098 debian-installer standard 
s390-dasd_0.0.7_s390.udeb
package-type: udeb

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

iEYEARECAAYFAkD64t4ACgkQLkAIIn9ODhHgGwCg5Mf2NtLPhckQCbZ8SHAGFTGX
2r0AniRbq1UthjIiPZKD3sTKXZddHHz/
=LuzL
-----END PGP SIGNATURE-----


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

Reply via email to