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

Bug#265900: marked as done (does not support root on software raid)



Your message dated Fri, 08 Jul 2005 09:33:41 -0400
with message-id <E1Dqsz7-0004M1-00@newraff.debian.org>
and subject line Bug#265900: fixed in lilo-installer 1.11
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; 15 Aug 2004 15:45:26 +0000
>From joey@kitenet.net Sun Aug 15 08:45:26 2004
Return-path: <joey@kitenet.net>
Received: from kitenet.net [64.62.161.42] (postfix)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BwNCI-0005Ax-00; Sun, 15 Aug 2004 08:45:26 -0700
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 8F5A618020
	for <submit@bugs.debian.org>; Sun, 15 Aug 2004 15:45:25 +0000 (GMT)
Received: by dragon.kitenet.net (Postfix, from userid 1000)
	id 6D8E86F1F2; Sun, 15 Aug 2004 12:45:59 -0300 (ART)
Date: Sun, 15 Aug 2004 12:45:58 -0300
From: Joey Hess <joeyh@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: does not support root on software raid
Message-ID: <20040815154558.GA2656@kitenet.net>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr"
Content-Disposition: inline
X-Reportbug-Version: 2.64
User-Agent: Mutt/1.5.6+20040803i
Delivered-To: submit@bugs.debian.org
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: 


--PNTmBPCT7hxwcZjr
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: lilo-installer
Severity: normal

lilo-installer fails to run if root is on software raid. The
disc_offered variable is not set to anthing, because /dev/md/ does not
contain anything named "disc". Then this line fails:

disc_offered=3D$(mapdevfs "$disc_offered_devfs")

And this failure crashes the whole postinst. I worked around this as
follows:

disc_offered=3D$(mapdevfs "$disc_offered_devfs") || true

if [ -z "$disc_offered" ]; then
	disc_offered=3D"$bootfs"
fi

But that's not quite right, that gives me a menu with who instances of
/dev/md0 on it; one claims to be the MBR.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=3Den_US, LC_CTYPE=3Den_US

--=20
see shy jo

--PNTmBPCT7hxwcZjr
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)

iD8DBQFBH4U2d8HHehbQuO8RAgCjAKDeIz+7dtA0MMh8Ou+gHBuC7z87HQCZAZ77
6AQWrNN59kq31MiyUwmsqxM=
=qJ3W
-----END PGP SIGNATURE-----

--PNTmBPCT7hxwcZjr--

---------------------------------------
Received: (at 265900-close) by bugs.debian.org; 8 Jul 2005 13:38:07 +0000
>From katie@ftp-master.debian.org Fri Jul 08 06:38:07 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Dqt3P-00083r-00; Fri, 08 Jul 2005 06:38:07 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1Dqsz7-0004M1-00; Fri, 08 Jul 2005 09:33:41 -0400
From: Joey Hess <joeyh@debian.org>
To: 265900-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#265900: fixed in lilo-installer 1.11
Message-Id: <E1Dqsz7-0004M1-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Fri, 08 Jul 2005 09:33:41 -0400
Delivered-To: 265900-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(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_2005_01_02
X-Spam-Level: 

Source: lilo-installer
Source-Version: 1.11

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

lilo-installer_1.11.dsc
  to pool/main/l/lilo-installer/lilo-installer_1.11.dsc
lilo-installer_1.11.tar.gz
  to pool/main/l/lilo-installer/lilo-installer_1.11.tar.gz
lilo-installer_1.11_i386.udeb
  to pool/main/l/lilo-installer/lilo-installer_1.11_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 265900@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <joeyh@debian.org> (supplier of updated lilo-installer 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,  8 Jul 2005 15:02:06 +0300
Source: lilo-installer
Binary: lilo-installer
Architecture: source i386
Version: 1.11
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Joey Hess <joeyh@debian.org>
Description: 
 lilo-installer - Install LILO on a hard disk (udeb)
Closes: 265900 281724
Changes: 
 lilo-installer (1.11) unstable; urgency=low
 .
   [ Joshua Kwan ]
   * Add '-follow' to find arguments, or else nothing will be found when
     $prefix == /dev/discs.
   [ Colin Watson ]
   * Make sure that the boot disk always has an active partition, unless
     the user explicitly chose not to make the boot partition active (part
     of Ubuntu bug #7906).
   [ Matt Kraai ]
   * Fix the spelling of "boot loader".
   [ Joey Hess ]
   * Patch from Eugeniy Meshcheryako to add raid-extra-boot=mbr-only
     to lilo.conf for software raid (Closes: #281724) and to add a new, working
     menu for raid (Closes: #265900)
 .
   * Updated translations:
     - Arabic (ar.po) by Ossama M. Khayat
     - Danish (da.po) by Claus Hindsgaul
     - Greek, Modern (1453-) (el.po) by Greek Translation Team
     - Spanish (es.po) by Javier Fernández-Sanguino Peña
     - Basque (eu.po) by Piarres Beobide
     - Hebrew (he.po) by Lior Kaplan
     - Italian (it.po) by Giuseppe Sacco
     - Lithuanian (lt.po) by KÄ?stutis BiliÅ«nas
     - Portuguese (pt.po) by Miguel Figueiredo
     - Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
     - Romanian (ro.po) by Eddy PetriÅ?or
     - Russian (ru.po) by Yuri Kozlov
     - Slovak (sk.po) by Peter Mann
     - Ukrainian (uk.po) by Eugeniy Meshcheryakov
     - Vietnamese (vi.po) by Clytie Siddall
     - Simplified Chinese (zh_CN.po) by Carlos Z.F. Liu
Files: 
 c3ed517a20b7fcf9690c84823a7dff10 640 debian-installer standard lilo-installer_1.11.dsc
 fb233552a2448db42dc33d80d0e4c879 62620 debian-installer standard lilo-installer_1.11.tar.gz
 90a25b57b7a7d541e347880b1993718b 45412 debian-installer standard lilo-installer_1.11_i386.udeb
package-type: udeb

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

iD8DBQFCznxV2tp5zXiKP0wRAgPGAJ45p6X0u29Bc5pwPamb8hcVWyGVnwCgxS2n
aNUYEg0rDi//Wvf7wVGDcnM=
=Dmua
-----END PGP SIGNATURE-----



Reply to: