Your message dated Sun, 27 May 2012 04:27:01 +0000
with message-id <[email protected]>
and subject line Bug#674029: fixed in multipath-tools 0.4.9+git0.4dfdaf2b-5
has caused the Debian Bug report #674029,
regarding multipath-tools: stop fails due to incorrect awk expression
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
674029: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674029
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: multipath-tools
Version: 0.4.9+git0.4dfdaf2b-4
Severity: important
Tags: patch

Dear Maintainer,

   * What led up to the situation?

aptitude upgrade trying to stop multipath, breaking my upgrade.
See top of attached patch for details


-- Package-specific info:
/etc/multipath.conf does not exist.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages multipath-tools depends on:
ii  initscripts         2.88dsf-22.1
ii  kpartx              0.4.9+git0.4dfdaf2b-4
ii  libaio1             0.3.109-2
ii  libc6               2.13-32
ii  libdevmapper1.02.1  2:1.02.67-2
ii  libreadline6        6.2-8
ii  lsb-base            4.1+Debian3
ii  udev                175-3.1

multipath-tools recommends no packages.

Versions of packages multipath-tools suggests:
pn  multipath-tools-boot  <none>

-- Configuration Files:
/etc/init.d/multipath-tools changed:
PATH=/sbin:/bin:/usr/sbin/:/usr/bin
DAEMON=/sbin/multipathd
NAME=multipathd
DESC="multipath daemon"
syspath=/sys/block
test -x $DAEMON || exit 0
. /lib/lsb/init-functions
if [ -f /etc/default/multipath-tools ] ; then
        . /etc/default/multipath-tools
fi
set -e
teardown_slaves()
{
cd $1;
if [ -d "slaves" ]; then
for slave in slaves/*;
do
        if [ "$slave" = "slaves/*" ]; then
                read dev <  $1/dev
                tablename=`dmsetup table --target multipath | sed -n "s/\(.*\): 
.*
$dev .*/\1/p"`
                if ! [ -z $tablename ]; then
                        log_daemon_msg "Root is on a multipathed device, 
multipathd can not
be stopped"
                        exit 1
                fi
        else
                local_slave=`readlink -f $slave`;
                teardown_slaves $local_slave;
        fi
        done
                
else
                read dev <  $1/dev
                tablename=`dmsetup table --target multipath | sed -n "s/\(.*\): 
.*
$dev .*/\1/p"`
                if ! [ -z $tablename ]; then
                        log_daemon_msg "Root is on a multipathed device, 
multipathd can not
be stopped"
                        exit 1
                fi
fi
}
case "$1" in
  start)
        log_daemon_msg "Starting $DESC" "$NAME"
        start-stop-daemon --oknodo --start --quiet --pidfile
/var/run/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS
        log_end_msg $?
        ;;
  stop)
        root_dev=$(awk '{ if ($1 !~ /^[ \t]*#/ && $1 ~ /\// && $2 ==
"/") { print $1; }}' /etc/mtab)
        dm_num=`dmsetup info -c --noheadings -o minor $root_dev`
        root_dm_device="dm-$dm_num"
        [ -d $syspath/$root_dm_device ] && teardown_slaves 
$syspath/$root_dm_device
        log_daemon_msg "Stopping $DESC" "$NAME"
        start-stop-daemon --oknodo --stop --quiet --pidfile
/var/run/$NAME.pid --exec $DAEMON
        log_end_msg $?
        ;;
  reload|force-reload)
        log_daemon_msg "Reloading $DESC" "$NAME"
        start-stop-daemon --stop --signal 1 --quiet --pidfile
/var/run/$NAME.pid --exec $DAEMON
        log_end_msg $?
        ;;
  restart|force-reload)
        $0 stop
        sleep 1
        $0 start
        ;;
  *)
        N=/etc/init.d/multipath-tools
        echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
        exit 1
        ;;
esac
exit 0


-- no debconf information

Attachment: multipath-tools-0.4.9+git0.4df-fix-runlevel-script-for-rootfs.patch
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: multipath-tools
Source-Version: 0.4.9+git0.4dfdaf2b-5

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

kpartx_0.4.9+git0.4dfdaf2b-5_amd64.deb
  to main/m/multipath-tools/kpartx_0.4.9+git0.4dfdaf2b-5_amd64.deb
multipath-tools-boot_0.4.9+git0.4dfdaf2b-5_all.deb
  to main/m/multipath-tools/multipath-tools-boot_0.4.9+git0.4dfdaf2b-5_all.deb
multipath-tools-dbg_0.4.9+git0.4dfdaf2b-5_amd64.deb
  to main/m/multipath-tools/multipath-tools-dbg_0.4.9+git0.4dfdaf2b-5_amd64.deb
multipath-tools_0.4.9+git0.4dfdaf2b-5.debian.tar.gz
  to main/m/multipath-tools/multipath-tools_0.4.9+git0.4dfdaf2b-5.debian.tar.gz
multipath-tools_0.4.9+git0.4dfdaf2b-5.dsc
  to main/m/multipath-tools/multipath-tools_0.4.9+git0.4dfdaf2b-5.dsc
multipath-tools_0.4.9+git0.4dfdaf2b-5_amd64.deb
  to main/m/multipath-tools/multipath-tools_0.4.9+git0.4dfdaf2b-5_amd64.deb
multipath-udeb_0.4.9+git0.4dfdaf2b-5_amd64.udeb
  to main/m/multipath-tools/multipath-udeb_0.4.9+git0.4dfdaf2b-5_amd64.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.
Ritesh Raj Sarraf <[email protected]> (supplier of updated multipath-tools 
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: SHA512

Format: 1.8
Date: Sun, 27 May 2012 08:36:40 +0530
Source: multipath-tools
Binary: multipath-tools multipath-tools-dbg kpartx multipath-tools-boot 
multipath-udeb
Architecture: source amd64 all
Version: 0.4.9+git0.4dfdaf2b-5
Distribution: unstable
Urgency: low
Maintainer: Debian LVM Team <[email protected]>
Changed-By: Ritesh Raj Sarraf <[email protected]>
Description: 
 kpartx     - create device mappings for partitions
 multipath-tools - maintain multipath block device access
 multipath-tools-boot - Support booting from multipath devices
 multipath-tools-dbg - maintain multipath block device access - debugging 
symbols
 multipath-udeb - maintain multipath block device access - udeb package (udeb)
Closes: 674029
Changes: 
 multipath-tools (0.4.9+git0.4dfdaf2b-5) unstable; urgency=low
 .
   * [08990d2] Fix root device detection syntax.
     Thanks to Bernhard Reutner-Fischer (Closes: #674029)
Checksums-Sha1: 
 92f7bce4309c07fb90fa7691ac97bb7d91056998 2395 
multipath-tools_0.4.9+git0.4dfdaf2b-5.dsc
 52046455ae6ee1d1582092cf616fb18b1e8ab7a9 29320 
multipath-tools_0.4.9+git0.4dfdaf2b-5.debian.tar.gz
 0fad07ed5d5d0cfd6c416a8eb8033cb66e9611f5 209118 
multipath-tools_0.4.9+git0.4dfdaf2b-5_amd64.deb
 4b1da54ce2a853c37fe057f6bd65dda71235c3e7 500164 
multipath-tools-dbg_0.4.9+git0.4dfdaf2b-5_amd64.deb
 bf7e0fb00f96ed4563dbfa2fe135ba007ef947fe 31868 
kpartx_0.4.9+git0.4dfdaf2b-5_amd64.deb
 872d524153de59a05cb49328cbc7402dad0b98ef 15896 
multipath-tools-boot_0.4.9+git0.4dfdaf2b-5_all.deb
 4aa67c4ce1c4e2e7519a299f00b793481429eeda 127970 
multipath-udeb_0.4.9+git0.4dfdaf2b-5_amd64.udeb
Checksums-Sha256: 
 c5d656d3df91bf19ee9b0420431b1c4b199e5b7dcb4d610ae96f57784be6d3fe 2395 
multipath-tools_0.4.9+git0.4dfdaf2b-5.dsc
 11ad42569de43e2b60e9bd5aff284cca55898ec8085d509330389b2b2ebc57f4 29320 
multipath-tools_0.4.9+git0.4dfdaf2b-5.debian.tar.gz
 ec214b9892bc919559fd73045a19feb56b1d0cd421903e4dfffdc5a0689e42b3 209118 
multipath-tools_0.4.9+git0.4dfdaf2b-5_amd64.deb
 817990ff19fdc840549f0eb287313affc07a59a5d4a2cc69a1e45dfa7333abe3 500164 
multipath-tools-dbg_0.4.9+git0.4dfdaf2b-5_amd64.deb
 770eb152d1488a8f6827b3b1bf01460622a074482065d290cb904f05b7e5669a 31868 
kpartx_0.4.9+git0.4dfdaf2b-5_amd64.deb
 2fe9736e542446c9864668304bb8a307a0bcb373060bf938767b4c6b4d4e2f8b 15896 
multipath-tools-boot_0.4.9+git0.4dfdaf2b-5_all.deb
 56b5f42948c49c4271f794287359834bdeca698c6ebfa459a7119eb01c631ccf 127970 
multipath-udeb_0.4.9+git0.4dfdaf2b-5_amd64.udeb
Files: 
 25876889b1034a3ed04c9f0526047806 2395 admin extra 
multipath-tools_0.4.9+git0.4dfdaf2b-5.dsc
 2efe8dac8e08317c32ce3daac54baad5 29320 admin extra 
multipath-tools_0.4.9+git0.4dfdaf2b-5.debian.tar.gz
 bcbf6c2ae032e3dca6c1c8c8595241e2 209118 admin extra 
multipath-tools_0.4.9+git0.4dfdaf2b-5_amd64.deb
 30dfc6e127ff22dbc8c71fa22ea55563 500164 debug extra 
multipath-tools-dbg_0.4.9+git0.4dfdaf2b-5_amd64.deb
 7448e7067ded75b62b4bbb77ea494379 31868 admin extra 
kpartx_0.4.9+git0.4dfdaf2b-5_amd64.deb
 f958221e1e76f4f277d75a1b00fa067d 15896 admin extra 
multipath-tools-boot_0.4.9+git0.4dfdaf2b-5_all.deb
 6ab14aeb19bad122fc1532f1e64ab0a0 127970 debian-installer extra 
multipath-udeb_0.4.9+git0.4dfdaf2b-5_amd64.udeb

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

iQIcBAEBCgAGBQJPwZ41AAoJEKY6WKPy4XVplroP/30m0i0Gq46HNQA5o/Y4k8Rv
9R1l463cv/dPIOq4q88aaQDkvXTGn5rrmGNCGJGggM0T2z6JHF1aTJ1s5a6Zmzm6
k4aXM2+jXzeJcYQQwKktPmOH+gSbW6ctkYidYyuqUXk6ukcXoSMSuq44Ipw1wob/
3Ep3hz0WtrDiOcSv1YupajUQ42MlGJMhsRAtldUDDo/hh9YaIXUCAT90Vbf9fGWg
V2QvA0CM61I4wi3YVsMLNnne9GMFBsquXdBZGYhp1AXwritkoVLyBCa+wH/XoWzz
1Q7yYuxPygQ71fm/fmMsFtvATn2U3D2Qaxq7FUF+cN/KhQQlN6MYMBONYkLxiyHF
o3c/h89WfXb0BVsEHTbDt7Qpfa8Qr11J6+r8STnDGSAeI8wqd99EpInBAjnyh0Is
fzoK7yv4UZIucrHgHQqTqJRo1KFk6QExQBke89oVSR9sK0h4KKtufGzuIkhDrTYy
VJXGUhorapZJsW64KfhInUDHKjjPzFzz0ouu8nwlas2/gN22em35qveulq/Ltpr9
X1rC37POeDTYuDWDSQdaOMEjzbEebOAtYoL8yM4924ktxLyshNK/etPQrDJIOhjJ
++XLXyay/iX52rvf1EgetXCibk8gzdfbzjYQIpp7NBTd9hdyVZIfmZJEtEDGDpWS
90JGibJDE25M5o8PECDF
=nG3b
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to