[Bug 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any
updates. Marking the lucid task for this ticket as Won't Fix.

** Changed in: multipath-tools (Ubuntu Lucid)
   Status: Triaged = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/644481

Title:
  95-kpartx.rules uses invalid -Q argument to modprobe(8)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/644481/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2014-12-03 Thread Rolf Leggewie
maverick has seen the end of its life and is no longer receiving any
updates. Marking the maverick task for this ticket as Won't Fix.

** Changed in: multipath-tools (Ubuntu Maverick)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/644481

Title:
  95-kpartx.rules uses invalid -Q argument to modprobe(8)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/644481/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2011-06-06 Thread Clint Byrum
Accepted multipath-tools into lucid-proposed, the package will build now
and be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: multipath-tools (Ubuntu Lucid)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/644481

Title:
  95-kpartx.rules uses invalid -Q argument to modprobe(8)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2011-06-06 Thread Clint Byrum
The upload to lucid-proposed was deleted, as the version was higher than
that of the dev release, oneiric. If you happened to download that
version while it was briefly available, you should manually downgrade
back to 0.4.8-14ubuntu4, otherwise you run the risk of not updating this
package on an upgrade to maverick.

** Changed in: multipath-tools (Ubuntu Lucid)
   Importance: Undecided = Medium

** Changed in: multipath-tools (Ubuntu Lucid)
   Status: Fix Committed = Triaged

** Tags removed: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/644481

Title:
  95-kpartx.rules uses invalid -Q argument to modprobe(8)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2011-06-03 Thread Serge Hallyn
** Description changed:

  Binary package hint: multipath-tools
  
  95-kpartx.rules calls modprobe(8) with the invalid -Q argument. I'm
  guessing it wants -q, for quiet?
  
  --
  # Always attempt to load dm-multipath. This way we can get rid of the
  # init script.
  ACTION==add|change, SUBSYSTEM==block, \
-  RUN+=/sbin/modprobe -Qba dm-multipath
+  RUN+=/sbin/modprobe -Qba dm-multipath
  --
  
  udevd debug output:
  
  1285084979.983300 [15293] udev_rules_apply_to_event: RUN '/sbin/modprobe -Qba 
dm-multipath' /lib/udev/rules.d/95-kpartx.rul
  es:10
  1285084979.984021 [15293] util_run_program: '/sbin/modprobe -Qba 
dm-multipath' started
  1285084979.984499 [15293] util_run_program: '/sbin/modprobe' (stderr) 
'/sbin/modprobe: invalid option -- 'Q''
  1285084979.984516 [15293] util_run_program: '/sbin/modprobe' (stderr) 'Usage: 
/sbin/modprobe [-v] [-V] [-C config-file] [-d dirname ] [-n] [-i] [-q] [-b] 
[-o modname] [ --dump-modversions ] modname [parameters...]'
  1285084979.984522 [15293] util_run_program: '/sbin/modprobe' (stderr) 
'/sbin/modprobe -r [-n] [-i] [-v] modulename ...'
  1285084979.984524 [15293] util_run_program: '/sbin/modprobe' (stderr) 
'/sbin/modprobe -l -t dirname [ -a modulename ...]'
  1285084979.984578 [15293] util_run_program: '/sbin/modprobe -Qba 
dm-multipath' returned with exitcode 1
+ 
+ SRU Justification:
+ 1. Impact: multipath fails because modprobe doesn't load the needed modules
+ 2. How bug addressed: the udev rule calling multipath is fixed to not use a 
wrong argument
+ 3. Patch: see comment #3
+ 4. Test case: dont' have dm-multipath in /etc/modules.  95-kpartx.rules won't 
load it.
+ 5. Regression potential: none.

** Changed in: multipath-tools (Ubuntu Lucid)
   Status: New = Confirmed

** Changed in: multipath-tools (Ubuntu Maverick)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/644481

Title:
  95-kpartx.rules uses invalid -Q argument to modprobe(8)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2011-03-30 Thread Serge Hallyn
nominating for lucid and maverick as per bug 737027 which reports actual
breakage as a result.

** Also affects: multipath-tools (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: multipath-tools (Ubuntu Maverick)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/644481

Title:
  95-kpartx.rules uses invalid -Q argument to modprobe(8)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2011-03-23 Thread Serge Hallyn
** Changed in: multipath-tools (Ubuntu)
 Assignee: Serge Hallyn (serge-hallyn) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/644481

Title:
  95-kpartx.rules uses invalid -Q argument to modprobe(8)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2011-01-07 Thread Serge Hallyn
The fix for this is now in natty.  Since this bug does no actual damage,
I do not intend to pursue SRUs to lucid and maverick.

** Changed in: multipath-tools (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in ubuntu.
https://bugs.launchpad.net/bugs/644481

Title:
  95-kpartx.rules uses invalid -Q argument to modprobe(8)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2011-01-06 Thread Serge Hallyn

** Attachment added: Debdiff fixing this issue
   
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/644481/+attachment/1785283/+files/debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in ubuntu.
https://bugs.launchpad.net/bugs/644481

Title:
  95-kpartx.rules uses invalid -Q argument to modprobe(8)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2011-01-04 Thread Serge Hallyn
** Changed in: multipath-tools (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: multipath-tools (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in ubuntu.
https://bugs.launchpad.net/bugs/644481

Title:
  95-kpartx.rules uses invalid -Q argument to modprobe(8)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2010-09-21 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Which version are you seeing this bug with?

** Changed in: multipath-tools (Ubuntu)
   Status: New = Incomplete

** Changed in: multipath-tools (Ubuntu)
   Importance: Undecided = Medium

-- 
95-kpartx.rules uses invalid -Q argument to modprobe(8)
https://bugs.launchpad.net/bugs/644481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644481] Re: 95-kpartx.rules uses invalid -Q argument to modprobe(8)

2010-09-21 Thread John Morrissey
0.4.8-14ubuntu4. Sorry, I forgot to mention that.

-- 
95-kpartx.rules uses invalid -Q argument to modprobe(8)
https://bugs.launchpad.net/bugs/644481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs