Activity log for bug #177868

Date Who What changed Old value New value Message
2007-12-21 11:39:30 Agostino Russo bug added bug
2007-12-21 11:39:42 Agostino Russo bug added subscriber Colin Watson
2007-12-21 11:39:51 Agostino Russo bug added subscriber Evan Dandrea
2007-12-21 11:41:43 Agostino Russo description Binary package hint: partman-ext3 When loopfiles are used, mkfs has to target the file and not the containing device. loopfile=$(losetup $device 2>/dev/null|cut -f 3 -d ' ') loopfile=${loopfile#\(} loopfile=${loopfile%\)} if [ -n "$loopfile" ]; then if log-output -t partman --pass-stdout mkfs.ext3 -F "$loopfile" >/dev/null; then sync status=OK else status=failed fi else #run mkfs as usual fi Binary package hint: partman-ext3 When loopfiles are used, mkfs has to target the file and not the containing device. Preliminary patch is provided. Similar patches should also be applied to other commit.d/*format_* scripts. loopfile=$(losetup $device 2>/dev/null|cut -f 3 -d ' ') loopfile=${loopfile#\(} loopfile=${loopfile%\)} if [ -n "$loopfile" ]; then if log-output -t partman --pass-stdout mkfs.ext3 -F "$loopfile" >/dev/null; then sync status=OK else status=failed fi else #run mkfs as usual fi
2007-12-21 11:49:38 Agostino Russo bug assigned to wubi
2008-01-10 11:44:00 Agostino Russo wubi: importance Undecided Low
2008-01-10 11:44:00 Agostino Russo wubi: status New Fix Committed
2008-01-12 03:53:55 Evan partman-ext3: status New Fix Released
2008-01-12 03:53:55 Evan partman-ext3: assignee evand
2008-01-14 09:38:21 Agostino Russo wubi: status Fix Committed Fix Released
2008-01-14 09:45:01 Agostino Russo wubi: status Fix Released Fix Committed
2008-01-25 16:16:22 Agostino Russo wubi: status Fix Committed Fix Released
2009-12-05 03:28:23 Launchpad Janitor branch linked lp:ubuntu/partman-basicfilesystems