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

Bug#320443: marked as done (partman: humandev for /dev/loop/*)



Your message dated Thu, 11 Aug 2005 03:10:45 -0700
with message-id <E1E3A1N-0001ct-00@spohr.debian.org>
and subject line Bug#320443: fixed in partman-base 69
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; 29 Jul 2005 12:46:37 +0000
>From xam@debian.org Fri Jul 29 05:46:37 2005
Return-path: <xam@debian.org>
Received: from mx01.hinterhof.net [83.137.99.114] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1DyUG5-00077f-00; Fri, 29 Jul 2005 05:46:37 -0700
Received: from localhost (localhost [127.0.0.1])
	by mx01.hinterhof.net (Postfix) with ESMTP id 155FE10F12;
	Fri, 29 Jul 2005 14:48:46 +0200 (CEST)
Received: from dp.roam.hinterhof.net (p54A7A8E0.dip0.t-ipconnect.de [84.167.168.224])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "dp.roam.hinterhof.net", Issuer "hinterhofCA" (verified OK))
	by mx01.hinterhof.net (Postfix) with ESMTP id ED06C10F11;
	Fri, 29 Jul 2005 14:48:43 +0200 (CEST)
Received: by dp.roam.hinterhof.net (Postfix, from userid 1000)
	id 47F7EE0A03; Fri, 29 Jul 2005 14:46:32 +0200 (CEST)
Date: Fri, 29 Jul 2005 14:46:32 +0200
From: Max Vozeler <xam@debian.org>
To: submit@bugs.debian.org
Subject: partman: humandev for /dev/loop/*
Message-ID: <20050729124631.GA4985@dp.roam.hinterhof.net>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="1yeeQ81UyVL57Vl7"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
Delivered-To: submit@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-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02


--1yeeQ81UyVL57Vl7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: partman
Version: 68
Severity: wishlist
Tags: patch

Hi,

this patch adds an entry for /dev/loop/* to the humandev function which
shows loop devices as "Loopback (loop%d)". Something like this would be
useful to have for the loop-AES support in partman-crypto.

cheers,
Max


--1yeeQ81UyVL57Vl7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline; filename="partman_humandev_loopback.diff"

Index: debian/partman.templates
===================================================================
--- debian/partman.templates	(Revision 29310)
+++ debian/partman.templates	(Arbeitskopie)
@@ -256,6 +256,10 @@
 Type: text
 _Description: LVM VG %s, LV %s
 
+Template: partman/text/loopback
+Type: text
+_Description: Loopback (loop%d)
+
 Template: partman/text/cancel_menu
 Type: text
 _Description: Cancel this menu
Index: definitions.sh
===================================================================
--- definitions.sh	(Revision 29310)
+++ definitions.sh	(Arbeitskopie)
@@ -554,6 +554,11 @@
 	    db_metaget partman/text/lvm_lv description
 	    printf "$RET" $vg $lv
 	    ;;
+	/dev/loop/*)
+	    n=${1#/dev/loop/}
+	    db_metaget partman/text/loopback description
+	    printf "$RET" $n
+	    ;;
 	*)
 	    # Check if it's an LVM1 device
 	    vg=`echo "$1" | sed -e 's,/dev/\([^/]\+\).*,\1,'`

--1yeeQ81UyVL57Vl7--

---------------------------------------
Received: (at 320443-close) by bugs.debian.org; 11 Aug 2005 10:21:10 +0000
>From joerg@spohr.debian.org Thu Aug 11 03:21:10 2005
Return-path: <joerg@spohr.debian.org>
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1E3A1N-0001ct-00; Thu, 11 Aug 2005 03:10:45 -0700
From: Colin Watson <cjwatson@debian.org>
To: 320443-close@bugs.debian.org
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#320443: fixed in partman-base 69
Message-Id: <E1E3A1N-0001ct-00@spohr.debian.org>
Sender: Joerg Jaspert <joerg@spohr.debian.org>
Date: Thu, 11 Aug 2005 03:10:45 -0700
Delivered-To: 320443-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-Level: 
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

Source: partman-base
Source-Version: 69

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

partman-base_69.dsc
  to pool/main/p/partman-base/partman-base_69.dsc
partman-base_69.tar.gz
  to pool/main/p/partman-base/partman-base_69.tar.gz
partman-base_69_powerpc.udeb
  to pool/main/p/partman-base/partman-base_69_powerpc.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 320443@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <cjwatson@debian.org> (supplier of updated partman-base 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: Wed, 10 Aug 2005 15:16:15 +0100
Source: partman-base
Binary: partman-base
Architecture: source powerpc
Version: 69
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Colin Watson <cjwatson@debian.org>
Description: 
 partman-base - Partition the storage devices (partman) (udeb)
Closes: 320443
Changes: 
 partman-base (69) unstable; urgency=low
 .
   [ Frans Pop ]
   * Apply patch from Max Vozeler adding loop device support
     (closes: #320443).
 .
   [ Colin Watson ]
   * Rename to partman-base, to free up the name 'partman' for use by a .deb
     in the future. Provides: partman for now.
   * Add myself to Uploaders.
Files: 
 e6a04e4587c185fc798c08666e3388a5 691 debian-installer standard partman-base_69.dsc
 a4d0db26fd2c1ccfc492c3a979b027f6 133127 debian-installer standard partman-base_69.tar.gz
 f020181b624a42092edbb6c98c799a20 125932 debian-installer standard partman-base_69_powerpc.udeb
package-type: udeb

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

iD8DBQFC+g0N9t0zAhD6TNERAhfZAKCBp+M5y4nHfFR8/mPKDZ/HfSygfACfb8yI
/JoKLwMyuX4vmV0ey1oKUNs=
=nmit
-----END PGP SIGNATURE-----



Reply to: