Your message dated Sat, 22 Jul 2017 13:18:56 +0100
with message-id <1500725936.14212.4.ca...@adam-barratt.org.uk>
and subject line Closing bugs for 8.9 fixes
has caused the Debian Bug report #868243,
regarding jessie-pu: package partman-ext3/84+deb8u1
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.)


-- 
868243: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868243
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian....@packages.debian.org
Usertags: pu

Hi,

It's high time we fix this issue in jessie: failing to pass the “force”
flag when using mkfs leads to hangs in d-i. It's been fixed in stretch
but not backported to jessie yet. Relevant bug reports according to my
notes: #767682, #778922, #774525, #767682.

Changelog entry:
| partman-ext3 (84+deb8u1) jessie; urgency=low
| 
|   [ Christian Perrier ]
|   * Force ext3|ext4 filesystem creation with "-F" so that D-I doesn't
|     "hang" when re-using an existing partition in some situations.
|     Closes: #767682
| 
|  -- Cyril Brulebois <k...@debian.org>  Thu, 13 Jul 2017 17:36:02 +0200

Thanks for considering.


KiBi.
diff -Nru partman-ext3-84/commit.d/format_ext3 partman-ext3-84+deb8u1/commit.d/format_ext3
--- partman-ext3-84/commit.d/format_ext3	2014-07-08 07:09:38.000000000 +0200
+++ partman-ext3-84+deb8u1/commit.d/format_ext3	2017-07-13 17:35:45.000000000 +0200
@@ -56,7 +56,7 @@
 				usage=''
 			fi
 			if log-output -t partman --pass-stdout \
-			   mkfs.$filesystem $device $usage >/dev/null; then
+			   mkfs.$filesystem -F $device $usage >/dev/null; then
 				sync
 				status=OK
 			else
diff -Nru partman-ext3-84/debian/changelog partman-ext3-84+deb8u1/debian/changelog
--- partman-ext3-84/debian/changelog	2014-11-15 08:07:34.000000000 +0100
+++ partman-ext3-84+deb8u1/debian/changelog	2017-07-13 17:36:07.000000000 +0200
@@ -1,3 +1,12 @@
+partman-ext3 (84+deb8u1) jessie; urgency=low
+
+  [ Christian Perrier ]
+  * Force ext3|ext4 filesystem creation with "-F" so that D-I doesn't
+    "hang" when re-using an existing partition in some situations.
+    Closes: #767682
+
+ -- Cyril Brulebois <k...@debian.org>  Thu, 13 Jul 2017 17:36:02 +0200
+
 partman-ext3 (84) unstable; urgency=low
 
   [ Updated translations ]

--- End Message ---
--- Begin Message ---
Version: 8.9

Hi,

These bugs all relate for updates which were included in today's jessie
point release.

Regards,

Adam

--- End Message ---

Reply via email to