Activity log for bug #1127867

Date Who What changed Old value New value Message
2013-02-17 07:28:34 Jamie Strandboge bug added bug
2013-02-18 18:48:48 Brian Murray nominated for series Ubuntu Precise
2013-02-18 18:48:48 Brian Murray bug task added mdadm (Ubuntu Precise)
2013-02-18 18:49:00 Brian Murray mdadm (Ubuntu Precise): importance Undecided High
2013-02-18 18:49:06 Brian Murray mdadm (Ubuntu): importance Undecided High
2013-02-20 17:03:45 Dimitri John Ledkov mdadm (Ubuntu Precise): assignee Dmitrijs Ledkovs (xnox)
2013-02-20 17:03:46 Dimitri John Ledkov mdadm (Ubuntu): assignee Dmitrijs Ledkovs (xnox)
2013-03-26 17:43:52 Dimitri John Ledkov nominated for series Ubuntu Lucid
2013-03-26 17:43:52 Dimitri John Ledkov bug task added mdadm (Ubuntu Lucid)
2013-03-26 17:43:52 Dimitri John Ledkov nominated for series Ubuntu Oneiric
2013-03-26 17:43:52 Dimitri John Ledkov bug task added mdadm (Ubuntu Oneiric)
2013-03-26 17:43:52 Dimitri John Ledkov nominated for series Ubuntu Quantal
2013-03-26 17:43:52 Dimitri John Ledkov bug task added mdadm (Ubuntu Quantal)
2013-03-26 17:44:01 Dimitri John Ledkov nominated for series Ubuntu Raring
2013-03-26 17:44:01 Dimitri John Ledkov bug task added mdadm (Ubuntu Raring)
2013-03-26 17:47:56 Dimitri John Ledkov description After upgrading a server from 10.04 to 12.04 I saw errors on boot about udev trying to use a non-existent vol_id: failed to execute '/lib/udev/vol_id' 'vol_id --export /dev/md0': No such file or directory I tracked this down to the following line in /etc/udev/rules.d/65-mdadm.vol_id.rules: IMPORT{program}="vol_id --export $tempnode" http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541884 mentions this issue and says that we should be using '/sbin/blkid -o udev -p ...' instead. Indeed, checking /lib/udev/rules.d/64-md-raid.rules, it has: IMPORT{program}="/sbin/blkid -o udev -p $tempnode" I then updated /etc/udev/rules.d/65-mdadm.vol_id.rules to use this instead, and the errors went away. [Impact] * In Lucid, /etc/udev/rules.d/65-mdadm.vol_id.rules conffile was dropped, but not properly removed in the preinst scripts. Later a conffile removal was added, but it was a bit late, as dpkg no longer new which package that conffile belongs to and hence the preinst script has not removed this file for people that upgraded since Hardy. * Causes errors to be printed on boot. * The fix is to properly remove this conffile.... all the until next LTS. [Test Case] * Install mdadm package in Hardy, upgrade to precise, observe that the conffile is not removed. * Upgrading to raring/SRU'ed package should remove this conffile. [Regression Potential] * Minimal as the conffile in question should not be used at boot. [Original Description] After upgrading a server from 10.04 to 12.04 I saw errors on boot about udev trying to use a non-existent vol_id: failed to execute '/lib/udev/vol_id' 'vol_id --export /dev/md0': No such file or directory I tracked this down to the following line in /etc/udev/rules.d/65-mdadm.vol_id.rules: IMPORT{program}="vol_id --export $tempnode" http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541884 mentions this issue and says that we should be using '/sbin/blkid -o udev -p ...' instead. Indeed, checking /lib/udev/rules.d/64-md-raid.rules, it has: IMPORT{program}="/sbin/blkid -o udev -p $tempnode" I then updated /etc/udev/rules.d/65-mdadm.vol_id.rules to use this instead, and the errors went away.
2013-03-26 17:48:01 Dimitri John Ledkov mdadm (Ubuntu Quantal): importance Undecided Low
2013-03-26 17:48:03 Dimitri John Ledkov mdadm (Ubuntu Oneiric): importance Undecided Low
2013-03-26 17:48:06 Dimitri John Ledkov mdadm (Ubuntu Lucid): importance Undecided Low
2013-03-27 11:14:20 Dimitri John Ledkov description [Impact] * In Lucid, /etc/udev/rules.d/65-mdadm.vol_id.rules conffile was dropped, but not properly removed in the preinst scripts. Later a conffile removal was added, but it was a bit late, as dpkg no longer new which package that conffile belongs to and hence the preinst script has not removed this file for people that upgraded since Hardy. * Causes errors to be printed on boot. * The fix is to properly remove this conffile.... all the until next LTS. [Test Case] * Install mdadm package in Hardy, upgrade to precise, observe that the conffile is not removed. * Upgrading to raring/SRU'ed package should remove this conffile. [Regression Potential] * Minimal as the conffile in question should not be used at boot. [Original Description] After upgrading a server from 10.04 to 12.04 I saw errors on boot about udev trying to use a non-existent vol_id: failed to execute '/lib/udev/vol_id' 'vol_id --export /dev/md0': No such file or directory I tracked this down to the following line in /etc/udev/rules.d/65-mdadm.vol_id.rules: IMPORT{program}="vol_id --export $tempnode" http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541884 mentions this issue and says that we should be using '/sbin/blkid -o udev -p ...' instead. Indeed, checking /lib/udev/rules.d/64-md-raid.rules, it has: IMPORT{program}="/sbin/blkid -o udev -p $tempnode" I then updated /etc/udev/rules.d/65-mdadm.vol_id.rules to use this instead, and the errors went away. [Impact]  * In Lucid, /etc/udev/rules.d/65-mdadm.vol_id.rules conffile was dropped, but not properly removed in the preinst scripts. Later a conffile removal was added, but it had a wrong file name.  * Causes errors to be printed on boot.  * The fix is to properly remove this conffile.... all the until next LTS. [Test Case]  * Install mdadm package in Hardy, upgrade to precise, observe that the conffile is not removed.  * Upgrading to raring/SRU'ed package should remove this conffile. [Regression Potential]  * Minimal as the conffile in question should not be used at boot. [Original Description] After upgrading a server from 10.04 to 12.04 I saw errors on boot about udev trying to use a non-existent vol_id: failed to execute '/lib/udev/vol_id' 'vol_id --export /dev/md0': No such file or directory I tracked this down to the following line in /etc/udev/rules.d/65-mdadm.vol_id.rules: IMPORT{program}="vol_id --export $tempnode" http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541884 mentions this issue and says that we should be using '/sbin/blkid -o udev -p ...' instead. Indeed, checking /lib/udev/rules.d/64-md-raid.rules, it has: IMPORT{program}="/sbin/blkid -o udev -p $tempnode" I then updated /etc/udev/rules.d/65-mdadm.vol_id.rules to use this instead, and the errors went away.
2013-03-27 11:27:27 Dimitri John Ledkov mdadm (Ubuntu Lucid): status New Confirmed
2013-03-27 11:27:30 Dimitri John Ledkov mdadm (Ubuntu Oneiric): status New Confirmed
2013-03-27 11:27:32 Dimitri John Ledkov mdadm (Ubuntu Precise): status New In Progress
2013-03-27 11:27:34 Dimitri John Ledkov mdadm (Ubuntu Quantal): status New In Progress
2013-03-27 11:27:37 Dimitri John Ledkov mdadm (Ubuntu Raring): status New Fix Committed
2013-03-27 12:02:14 Launchpad Janitor mdadm (Ubuntu Raring): status Fix Committed Fix Released
2013-03-27 15:37:33 Launchpad Janitor branch linked lp:ubuntu/mdadm
2013-04-10 11:12:19 Dave Walker mdadm (Ubuntu Quantal): status In Progress Fix Committed
2013-04-10 11:12:24 Dave Walker bug added subscriber Ubuntu Stable Release Updates Team
2013-04-10 11:12:27 Dave Walker bug added subscriber SRU Verification
2013-04-10 11:12:29 Dave Walker tags verification-needed
2013-04-10 11:12:58 Dave Walker mdadm (Ubuntu Precise): status In Progress Fix Committed
2013-04-11 09:55:30 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/mdadm
2013-04-11 11:54:01 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/quantal/mdadm/quantal-proposed
2013-07-11 19:49:34 Ubuntu Foundations Team Bug Bot tags verification-needed removal-candidate verification-needed
2013-07-30 13:39:00 Dimitri John Ledkov tags removal-candidate verification-needed removal-candidate verification-done
2013-08-01 16:54:33 Launchpad Janitor mdadm (Ubuntu Precise): status Fix Committed Fix Released
2013-08-01 16:54:39 Colin Watson removed subscriber Ubuntu Stable Release Updates Team
2013-08-01 16:54:54 Launchpad Janitor mdadm (Ubuntu Quantal): status Fix Committed Fix Released
2014-12-03 09:31:06 Rolf Leggewie mdadm (Ubuntu Oneiric): status Confirmed Won't Fix
2015-04-16 23:08:00 Mathew Hodson tags removal-candidate verification-done verification-done
2015-04-16 23:10:03 Mathew Hodson bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541884
2015-04-16 23:10:03 Mathew Hodson bug task added mdadm (Debian)
2015-04-16 23:11:56 Mathew Hodson tags verification-done precise verification-done
2015-04-16 23:55:17 Bug Watch Updater mdadm (Debian): status Unknown Fix Released
2015-06-17 11:43:02 Rolf Leggewie mdadm (Ubuntu Lucid): status Confirmed Won't Fix