Your message dated Thu, 28 Mar 2013 11:34:57 +0000
with message-id <e1ulb6f-0003sn...@franck.debian.org>
and subject line Bug#703919: fixed in kvpm 0.8.6-2+deb7u1
has caused the Debian Bug report #703919,
regarding kvpm: When moving a disk partition, if another partition is mounted 
the data being moved may become corrupted.
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 ow...@bugs.debian.org
immediately.)


-- 
703919: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703919
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kvpm
Version: 0.8.6-3
Severity: critical
Tags: upstream patch
Justification: causes serious data loss

Dear Maintainer,
If a partition with data on it is moved by kvpm and that same disk
has another partition which is mounted then sometimes the data on the
moved partition is scrambled. Even the filesystem is gone. Unmounting
the other partition is the only fix for the problem.

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages kvpm depends on:
ii  kde-runtime        4:4.9.5-0r1
ii  libblkid1          2.20.1-5.3
ii  libc6              2.13-38
ii  libkdecore5        4:4.9.5-0r1
ii  libkdeui5          4:4.9.5-0r1
ii  libkio5            4:4.9.5-0r1
ii  liblvm2app2.2      2.02.98-1
ii  libparted0debian1  2.3-12
ii  libqtcore4         4:4.8.2+dfsg-11
ii  libqtgui4          4:4.8.2+dfsg-11
ii  libstdc++6         4.7.2-5

Versions of packages kvpm recommends:
ii  dosfstools     3.0.16-2
ii  jfsutils       1.1.15-2
ii  ntfs-3g        1:2013.1.13AR.1-2
ii  reiserfsprogs  1:3.6.21-1
ii  xfsprogs       3.1.9

Versions of packages kvpm suggests:
pn  btrfs-tools   <none>
pn  reiser4progs  <none>

-- no debconf information
This patch corrects a bug in which data is sometimes corrupted when moving a disk 
partition while the disk has other partitions mounted.
--- a/kvpm/partchange.cpp
+++ b/kvpm/partchange.cpp
@@ -649,13 +649,8 @@
         return false;
     }
     else {
-        if( !movefs(old_start, current_start, old_size) ){
-            return false;
-        }
-        else{
-            pedCommitAndWait(m_ped_disk);
-            return true;
-        }
+        pedCommitAndWait(m_ped_disk);
+	return movefs(old_start, current_start, old_size);
     }
 }
 

--- End Message ---
--- Begin Message ---
Source: kvpm
Source-Version: 0.8.6-2+deb7u1

We believe that the bug you reported is fixed in the latest version of
kvpm, which is due to be installed in the Debian FTP archive.

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 703...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> (supplier of updated 
kvpm 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 28 Mar 2013 12:00:54 +0100
Source: kvpm
Binary: kvpm kvpm-dbg
Architecture: source amd64
Version: 0.8.6-2+deb7u1
Distribution: testing-proposed-updates
Urgency: high
Maintainer: Benjamin J. Scott <bensc...@nwlink.com>
Changed-By: John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de>
Description: 
 kvpm       - Logical volume manager and disk partitioner GUI based on KDE
 kvpm-dbg   - kvpm's debugging symbols
Closes: 703919
Changes: 
 kvpm (0.8.6-2+deb7u1) testing-proposed-updates; urgency=high
 .
   [ Benjamin J. Scott ]
   * Changed file kvpm/partchange.cpp to fix potential data corruption bug
     when moving a partition on a disk with mounted partitions (Closes: 
#703919).
 .
   [ John Paul Adrian Glaubitz ]
   * Rebuild version 0.8.6-3 for testing due the dependency on liblvm2app2.2
     which has a different version in unstable.
Checksums-Sha1: 
 641bdc229c8200a5e9c63169f143f3480fe52b20 2035 kvpm_0.8.6-2+deb7u1.dsc
 a10315770b47ff3336213843412b70b06a13c135 808921 kvpm_0.8.6.orig.tar.gz
 aefed343dcc4f8e057ab90d176ffb2398a477408 11059 
kvpm_0.8.6-2+deb7u1.debian.tar.gz
 e7b346996fcd65f2cf11fb76102b3cd078ae5d41 913576 kvpm_0.8.6-2+deb7u1_amd64.deb
 1e770ef99df950d66765d75abd4d6d325bae1dc2 10451500 
kvpm-dbg_0.8.6-2+deb7u1_amd64.deb
Checksums-Sha256: 
 f9e50cb8a8520bd6d4015a54b0c226a8bf8733a2c2b0c0a4544e6cb6dc9d02e7 2035 
kvpm_0.8.6-2+deb7u1.dsc
 a10ae3f29205a14bebc92d206f5da98f2977f97790cefad76da85c4bf8326883 808921 
kvpm_0.8.6.orig.tar.gz
 b1d32cac6a4746a664f1e1140c598fe3cbca1db0797d24675daac306b19cc927 11059 
kvpm_0.8.6-2+deb7u1.debian.tar.gz
 dc15fbabc90ecf72099fe5f894529d81a27b57efe660442c5cdf58d7e9067c75 913576 
kvpm_0.8.6-2+deb7u1_amd64.deb
 fc91c89a313bd5875b0380cc65fce9b7d714fcd38e5650658606061c212f9638 10451500 
kvpm-dbg_0.8.6-2+deb7u1_amd64.deb
Files: 
 34a0c5626f2f8d221069030ee0918232 2035 admin optional kvpm_0.8.6-2+deb7u1.dsc
 99b7d0a0a4fecfc21d55885fc4733261 808921 admin optional kvpm_0.8.6.orig.tar.gz
 0878c571d48a23a022043933a1a2d752 11059 admin optional 
kvpm_0.8.6-2+deb7u1.debian.tar.gz
 6f7abde00738a4ca98aaa7b7571ac616 913576 admin optional 
kvpm_0.8.6-2+deb7u1_amd64.deb
 aa4a43739779b4b854b806401db16f45 10451500 debug extra 
kvpm-dbg_0.8.6-2+deb7u1_amd64.deb

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

iQIcBAEBCAAGBQJRVCWhAAoJEHQmOzf1tfkTYwMQAKm/DUEJ3Ty26LKVIWtcS00R
mDTHpk4HQABrVH2eucxmb/34+8hGzif4eK5v0rWo28UsbEfM6yg+0zg0mQFv/mZ0
zWpGZa5Vp8GDz+rXYJgHIQknexfSJRDnj+UKPqFT3vMSm61EpPbhvb14gyD2k3e5
MbfoV7gVRuT5buZo7RyFwOLt8nTH8RbssfOqu+iU6AQbSBGZ1pgG1Ppw2/r3SIr/
su3jlwjAiMGtP8bzS7feSdxI4Sin7Gpd4YWf/GC2Z3RF9y5crIX6JeXoopBWK23e
nlCOsbYwcgvTcW2N+3WqmRUJJBajGKfKzIsRqXMEA1U9NwyY3Ehq71EbJJYrd0Dh
XE4PRycYIOuRJq6m+6Huy/B9GijDEVUxqmnuce+BllK0buRYI3/96An/CfhGqJtN
biUPIjQNRthAPWFIbgGhkuh/cuMc16MsXUsTw/TQRpTNzTjiw8R2R/kqMLqL2Yj3
FX2EUAgCpE6aaodJPph2k0F2z59zDUKvjxYADhqd5xkxfUeNtUd+ctcSo2F46E+Y
1KaIvnz0PFav10iIltej0rYwGLivzRCVjAY9qdSW+Lpx55LkgpBg6ujT0+g15s3b
dl+zb7n9Hrqd2gcfNXJiioVjFRFpEWdgbWs8YDIyShdfgC+yR94FVcxr6OKOIS9s
eRCIrVv6lyBE02li3/bs
=+caS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to