Your message dated Sun, 18 Jun 2006 07:32:18 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#351687: fixed in mindi 1.08-2-1
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: mindi
Version: 1.04-4
Severity: important
Tags: patch
mindi is looking for LVM-Tools resolving symlinks and guessing paths in
a way that makes me completely messed. In my lvm-200 system, it fails to
find several utilities which reside in /sbin:
# mindi
lilo.real found; will be used instead of lilo (*grumble* *mutter*)
Changing TMP_ROOT to /home because you're using tmpfs for /tmp
Mindi Linux mini-distro generator v1.04 by Hugo Rabson
Latest Mindi is available from http://www.mondorescue.org
BusyBox sources are available from http://www.busybox.net
------------------------------------------------------------------------------
Do you want to use your own kernel to build the boot disk (y/n) ?y
Would you like to use LILO (instead of syslinux)
for your boot CD/floppies (y/n) ?n
Analyzing dependency requirements 92%
|Where are your LVM-Tools? Couldn't find /sbin/lvmcreate_initrd
Where are your LVM-Tools? Couldn't find /sbin/lvmiopversion
Where are your LVM-Tools? Couldn't find /sbin/pvdata
I hope this patch should provide with a safe workaround on this bug.
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8)
Versions of packages mindi depends on:
ii bzip2 1.0.2-7 high-quality block-sorting file co
ii file 4.12-1 Determines file type using "magic"
ii gawk 1:3.1.4-2 GNU awk, a pattern scanning and pr
ii mindi-busybox 1.00-4 Collection of shell utilities in a
ii mindi-kernel 2.4.27-2 failsafe Linux kernel for Mindi/Mo
ii mindi-partimagehack 0.6.2-4 disk partition imaging utility for
ii mkisofs 4:2.01+01a01-2 Creates ISO-9660 CD-ROM filesystem
ii ms-sys 1.1.3-1 Write a Microsoft compatible boot
ii nano 1.2.4-5 free Pico clone with some new feat
ii parted 1.6.21-1 The GNU Parted disk partition resi
ii syslinux 2.11-0.1 Bootloader for Linux/i386 using MS
-- no debconf information
--- /usr/sbin/mindi 2006-02-06 20:35:55.934350458 +0300
+++ /usr/local/sbin/mindi 2006-02-06 20:40:58.544233314 +0300
@@ -811,12 +811,18 @@
echo "$tool" >> $tempfile
else
toolpath="/lib/lvm-"$lvmversion"/"$toolstripped
- fi
- if [ -e "$toolpath" ] ; then
- echo "$toolpath" >> $tempfile
- echo "$tool" >> $tempfile
- else
- echo "Where are your LVM-Tools? Couldn't find $tool"
+ if [ -e "$toolpath" ] ; then
+ echo "$toolpath" >> $tempfile
+ echo "$tool" >> $tempfile
+ else
+ toolpath=$tool
+ if [ -e "$toolpath" ] ; then
+ echo "$toolpath" >> $tempfile
+ echo "$tool" >> $tempfile
+ else
+ echo "Where are your LVM-Tools? Couldn't find
$tool"
+ fi
+ fi
fi
else
echo "$tool" >> $tempfile
--- End Message ---
--- Begin Message ---
Source: mindi
Source-Version: 1.08-2-1
We believe that the bug you reported is fixed in the latest version of
mindi, which is due to be installed in the Debian FTP archive:
mindi_1.08-2-1.diff.gz
to pool/main/m/mindi/mindi_1.08-2-1.diff.gz
mindi_1.08-2-1.dsc
to pool/main/m/mindi/mindi_1.08-2-1.dsc
mindi_1.08-2-1_amd64.deb
to pool/main/m/mindi/mindi_1.08-2-1_amd64.deb
mindi_1.08-2.orig.tar.gz
to pool/main/m/mindi/mindi_1.08-2.orig.tar.gz
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.
Andree Leidenfrost <[EMAIL PROTECTED]> (supplier of updated mindi 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 Jun 2006 15:58:18 +1000
Source: mindi
Binary: mindi
Architecture: source amd64
Version: 1.08-2-1
Distribution: unstable
Urgency: low
Maintainer: Andree Leidenfrost <[EMAIL PROTECTED]>
Changed-By: Andree Leidenfrost <[EMAIL PROTECTED]>
Description:
mindi - creates boot/root disks based on your system
Closes: 351687 362926 367692
Changes:
mindi (1.08-2-1) unstable; urgency=low
.
* New upstream release:
- closes: #367692;
- removed binary files from upstream source to be compliant with
Debian policy:
- rootfs/bin/busybox-i386,
- rootfs/bin/busybox-i386.net,
- rootfs/bin/busybox-ia64;
- all Debian changes integrated upstream apart from:
- DebFindFailsafe,
- IncludeCustomDependencies,
- TryToBeCleverAboutInitrd,
- amended init to try to use mdrun in case raidstart is not found
(see also: #352343),
- linker for x86_64 is now in /lib64 rather than /lib - adjusted
'wait-for-petris' accordingly;
- changed upstream version 1.0.8-2 into 1.08-2 to avoid epoch;
* Increased package compatibility level to 5 and build-depend on
debhelper >= 5.0.37 accordingly.
* Changed shell for analyze-my-lvm to bash to be in line with mindi
and to avoid issues with less powerful shells used as sh. (Committed
upstream.)
* Amended mindi to be able to deal with Debian's way of defining LVM
volumes in fstab, i.e. /dev/mapper/<volume group>-<logical volume>.
(Closes: #362926.) (Committed upstream.)
* Amended mindi to deal properly with LVM tool lvmiopversion and with
lvmcreate_initrd and pvdata which don't exist in LVM2 whilst analysing
dependency requirements. (Closes: #351687.)
Files:
ba432468bd1fe25262de164d83b566ad 661 utils optional mindi_1.08-2-1.dsc
4a8f8a895aa5b88ab5473ad32c198b26 264713 utils optional mindi_1.08-2.orig.tar.gz
6a2fe7a6e7fb69605749ce97fe52a03a 19855 utils optional mindi_1.08-2-1.diff.gz
fa45ca60db965a3b42fba57c18b9eb6f 155626 utils optional mindi_1.08-2-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFElOu3iLvX3b2IzawRAto5AJ9pfYQKdVTPlU4Ayi5GMe0F6QVLXACfa35m
gUoggau7g7GgIoX3zn61gvM=
=QSMY
-----END PGP SIGNATURE-----
--- End Message ---