Activity log for bug #891688

Date Who What changed Old value New value Message
2011-11-17 16:12:38 Amit Kucheria bug added bug
2011-11-17 16:13:22 Amit Kucheria bug task added udisks (Ubuntu)
2011-11-30 10:03:21 Rick Spencer udisks (Ubuntu): importance Undecided Medium
2011-11-30 10:03:33 Rick Spencer udisks (Ubuntu): assignee Canonical Desktop Team (canonical-desktop-team)
2011-11-30 10:46:03 Martin Pitt summary Constantly attached usb disk 's mount options keep growing each suspend resume cycle Suspend/Resume adds "commit=600,commit=0" options to mounted USB drives
2011-11-30 10:46:13 Martin Pitt bug task deleted udisks (Ubuntu)
2011-11-30 10:59:12 Martin Pitt util-linux (Ubuntu): status New Confirmed
2011-11-30 10:59:12 Martin Pitt util-linux (Ubuntu): assignee Canonical Desktop Team (canonical-desktop-team)
2011-11-30 10:59:39 Martin Pitt summary Suspend/Resume adds "commit=600,commit=0" options to mounted USB drives mount -o remount always appends options to /etc/mtab even if they already exist
2011-11-30 10:59:47 Martin Pitt util-linux (Ubuntu): importance Undecided Low
2011-11-30 10:59:53 Martin Pitt util-linux (Ubuntu): status Confirmed Triaged
2011-11-30 11:02:54 Andy Whitcroft util-linux (Ubuntu): importance Low Medium
2011-11-30 11:03:53 Martin Pitt description I have an external usb HDD attached to my system to store parts of /home. Every time I suspend and resume the laptop, mount appends a subset of the mount options to the already existing list. I currently have this in the output of mount: /dev/sdc1 on /media/LaCie type ext4 (rw,nosuid,nodev,commit=600,commit=600,commit=0,commit=600,commit=0,commit=600,commit=0,commit=0,commit=0,commit=600,commit=0,commit=0,commit=600,commit=0,commit=600,commit=600,commit=0,uhelper=udisks) /etc/fstab doesn't have a line for this disk. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: mount 2.19.1-2ubuntu3 ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4 Uname: Linux 3.0.0-12-generic x86_64 NonfreeKernelModules: wl ApportVersion: 1.23-0ubuntu4 Architecture: amd64 CheckboxSubmission: ebb646ad5c6c4ca2fe9420855758001f CheckboxSystem: 7e42599bda39ea7ff8b528272b6ef52b Date: Thu Nov 17 21:29:08 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64+mac (20110127) ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash LC_PAPER=a4 SourcePackage: util-linux UpgradeStatus: Upgraded to oneiric on 2011-10-15 (33 days ago) I have an external usb HDD attached to my system to store parts of /home. Every time I suspend and resume the laptop, mount appends a subset of the mount options to the already existing list. I currently have this in the output of mount: /dev/sdc1 on /media/LaCie type ext4 (rw,nosuid,nodev,commit=600,commit=600,commit=0,commit=600,commit=0,commit=600,commit=0,commit=0,commit=0,commit=600,commit=0,commit=0,commit=600,commit=0,commit=600,commit=600,commit=0,uhelper=udisks) /etc/fstab doesn't have a line for this disk. --------- Reproducer: $ sudo modprobe scsi_debug # ATTENTION! MAKE TRIPLE-SURE ABOUT THE DEVICE NAME HERE! $ sudo mkfs.ext4 /dev/sdb $ sudo mount /dev/sdb /mnt $ grep sdb /etc/mtab /dev/sdb /mnt ext4 rw 0 0 $ sudo mount -o remount,commit=600 /dev/sdb $ grep sdb /etc/mtab /dev/sdb /mnt ext4 rw,commit=600 0 0 $ sudo mount -o remount,commit=600 /dev/sdb $ grep sdb /etc/mtab /dev/sdb /mnt ext4 rw,commit=600,commit=600 0 0 ---------- ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: mount 2.19.1-2ubuntu3 ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4 Uname: Linux 3.0.0-12-generic x86_64 NonfreeKernelModules: wl ApportVersion: 1.23-0ubuntu4 Architecture: amd64 CheckboxSubmission: ebb646ad5c6c4ca2fe9420855758001f CheckboxSystem: 7e42599bda39ea7ff8b528272b6ef52b Date: Thu Nov 17 21:29:08 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64+mac (20110127) ProcEnviron:  PATH=(custom, user)  LANG=en_US.UTF-8  SHELL=/bin/bash  LC_PAPER=a4 SourcePackage: util-linux UpgradeStatus: Upgraded to oneiric on 2011-10-15 (33 days ago)
2011-11-30 11:10:33 Martin Pitt util-linux (Ubuntu): assignee Canonical Desktop Team (canonical-desktop-team)
2011-12-09 07:35:23 Martin Pitt affects util-linux (Ubuntu) pm-utils (Ubuntu)
2012-01-16 13:44:25 Martin Pitt pm-utils (Ubuntu): status Triaged Fix Committed
2012-01-16 13:44:25 Martin Pitt pm-utils (Ubuntu): assignee Martin Pitt (pitti)
2012-01-16 15:05:20 Launchpad Janitor pm-utils (Ubuntu): status Fix Committed Fix Released
2012-01-16 15:15:26 Launchpad Janitor branch linked lp:ubuntu/pm-utils