Your message dated Mon, 20 Feb 2006 03:47:14 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#351446: fixed in mindi 1.06-3 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.06-1 Severity: normal On trying to mindi my server, I get: The files have been subdivided into 6 directories. Your mountlist will look like this:- /usr/sbin/mindi: line 1314: /usr/sbin/analyze-my-lvm: No such file or directory DEVICE MOUNTPOINT FORMAT SIZE (MB) /dev/hda6 / ext3 10126 Unable to open tmpfs Unable to open tmpfs /dev/mapper/bulk-LV_mp3 /mp3 ext3 40960 /dev/hde1 swap swap 345 /dev/hdf1 swap swap 290 /dev/hdg1 swap swap 345 /dev/hdi1 swap swap 345 /dev/hda2 swap swap 258 /dev/hdk1 swap swap 290 Unable to open proc Unable to open sys Unable to open nfsd Unable to open tmpfs /usr/sbin/mindi: line 2210: /usr/sbin/analyze-my-lvm: No such file or directory /usr/sbin/mindi: line 2211: /usr/sbin/analyze-my-lvm: No such file or directory Tarring and zipping the groups.....................Fatal error. Program is terminating in response to signal received from OS/user The lack of analyze-my-lvm worries me. For reference, df: Filesystem 1K-blocks Used Available Use% Mounted on /dev/hda6 8285876 4415704 3449272 57% / /dev/mapper/bulk-LV_usr 12385456 8493576 3891880 69% /usr /dev/mapper/bulk-LV_home 41287488 25202108 16085380 62% /home tmpfs 1048576 36760 1011816 4% /tmp tmpfs 3145728 18292 3127436 1% /var/tmp /dev/mapper/bulk-LV_big 461359128 427610388 33748740 93% /big /dev/mapper/bulk-LV_mp3 41935168 30752896 11182272 74% /mp3 /dev/mapper/bulk-LV_video 41939008 37056292 4882716 89% /video /dev/mapper/bulk-Back 20314748 15268448 5046300 76% /back tmpfs 1034920 4 1034916 1% /dev/shm gateway:/home/httpd/ 7689760 2767744 4843904 37% /web/local_www thoth:/big/ShippedSystems/Leg# lvscan ACTIVE '/dev/bulk/LV_big' [447.00 GB] inherit ACTIVE '/dev/bulk/LV_mp3' [40.00 GB] inherit ACTIVE '/dev/bulk/LV_video' [40.00 GB] inherit ACTIVE '/dev/bulk/LV_home' [40.00 GB] inherit ACTIVE '/dev/bulk/LV_usr' [12.00 GB] inherit ACTIVE '/dev/bulk/LV_root' [10.00 GB] inherit ACTIVE '/dev/bulk/Back' [20.00 GB] inherit so can I trust mindi + mondorescue here? -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.31 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages mindi depends on: ii bzip2 1.0.3-2 high-quality block-sorting file co ii file 4.15-2 Determines file type using "magic" ii gawk 1:3.1.5-1 GNU awk, a pattern scanning and pr ii mindi-busybox 1.00-5 Collection of shell utilities in a ii mkisofs 4:2.01+01a03-5 Creates ISO-9660 CD-ROM filesystem ii module-init-tools 3.2.2-1 tools for managing Linux kernel mo ii ms-sys 2.1.0-1 Write a Microsoft compatible boot ii nano 1.3.10-1 free Pico clone with some new feat ii ntfsprogs 1.12.1-1 tools for doing neat things in NTF ii parted 1.6.25.1-1 The GNU Parted disk partition resi ii syslinux 3.11-3 Bootloader for Linux/i386 using MS Versions of packages mindi recommends: ii mindi-kernel 2.4.27-3 failsafe Linux kernel for Mindi/Mo -- no debconf information
--- End Message ---
--- Begin Message ---Source: mindi Source-Version: 1.06-3 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.06-3.diff.gz to pool/main/m/mindi/mindi_1.06-3.diff.gz mindi_1.06-3.dsc to pool/main/m/mindi/mindi_1.06-3.dsc mindi_1.06-3_i386.deb to pool/main/m/mindi/mindi_1.06-3_i386.deb 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: Wed, 15 Feb 2006 23:09:16 +1100 Source: mindi Binary: mindi Architecture: source i386 Version: 1.06-3 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: 348966 351446 Changes: mindi (1.06-3) unstable; urgency=low . * Fixed mindi so that it only deletes freshly created 1440kb boot and root floppy images if creation finished with an error. (Committed upstream.) (Closes: #348966.) * Depend on dosfstools and binutils to avoid errors as also reported in above bug report. * Mention mindi parameter FORCE_DUAL_FLOPPIES in README.Debian to help in situations like the one in the above bug report. * Get mindi to look for analyze-my-lvm in it's library directory MINDI_LIB rather than the path. analyze-my-lvm should not be moved into path because it is only useful to mindi and does not have a manpage. (Committed upstream.) (Closes: #351446.) * Changed DebFindFailsafe from an independent script into a code snippet that gets sourced in by mindi. Use mindi's Die function for better error reporting and improve error texts. (Required to fix #352323.) * Recommend mdadm, remove all raidtools-related entries from Debian deplist.txt file and add mdadm and mdrun instead. Files: 0051729cf726e2867caf47410ef611bf 661 utils optional mindi_1.06-3.dsc a59c56ace2dfeb7fccbb240c9b163c74 19426 utils optional mindi_1.06-3.diff.gz b3c5a3f7fbb515c587bd1a4cf0c5e065 150286 utils optional mindi_1.06-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD+aonNFDtUT/MKpARArD5AKCCo2N+9qDM0+2i+pSqRnoqkbyhngCgto2T sklCY/MTdfVRzwkCwd6FYAI= =BAM4 -----END PGP SIGNATURE-----
--- End Message ---

