[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

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

** Changed in: dkms (Ubuntu Raring)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Precise:
  Fix Released
Status in dkms source package in Quantal:
  Won't Fix
Status in dkms source package in Raring:
  Won't Fix
Status in dkms source package in Saucy:
  Confirmed
Status in dkms source package in Trusty:
  Fix Released
Status in dkms package in Debian:
  Fix Released

Bug description:
  [Impact]
  This bug makes it impossible to uninstall DKMS modules. When trying to 
uninstall a DKMS module using dkms uninstall -m my_module -v 1.1 dkms fails 
with exit code 1 and doesn't print an error message.

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

  The proposed patch is a backport from upstream.

  [Test Case]
  A test script has been added in comment 
https://bugs.launchpad.net/debian/+source/dkms/+bug/1261116/comments/8.

  To reproduce the bug:
  1. Take any dkms package.
  2. Copy the package into the dkms src folder 
/usr/src/package_name-package_version.
     package_name and package_version can be found in dkms.conf in the 
package.
  3. Add the dkms module:
     dkms add -m package_name -v package_version
  4. Build the dkms module:
     dkms build -m package_name -v package_version
  5. Install the dkms module:
     dkms install -m package_name -v package_version
  6. Try to uninstall the dkms module:
     dkms uninstall -m package_name -v package_version
     Here, dkms fails with exit code 1 and without emitting an error message.

  [Regression Potential]
  All client code that uses the dkms uninstall command and relies on it 
failing is a candidate for regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

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

** Changed in: dkms (Ubuntu Saucy)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in dkms package in Ubuntu:
  Fix Released
Status in dkms source package in Precise:
  Fix Released
Status in dkms source package in Quantal:
  Won't Fix
Status in dkms source package in Raring:
  Won't Fix
Status in dkms source package in Saucy:
  Won't Fix
Status in dkms source package in Trusty:
  Fix Released
Status in dkms package in Debian:
  Fix Released

Bug description:
  [Impact]
  This bug makes it impossible to uninstall DKMS modules. When trying to 
uninstall a DKMS module using dkms uninstall -m my_module -v 1.1 dkms fails 
with exit code 1 and doesn't print an error message.

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

  The proposed patch is a backport from upstream.

  [Test Case]
  A test script has been added in comment 
https://bugs.launchpad.net/debian/+source/dkms/+bug/1261116/comments/8.

  To reproduce the bug:
  1. Take any dkms package.
  2. Copy the package into the dkms src folder 
/usr/src/package_name-package_version.
     package_name and package_version can be found in dkms.conf in the 
package.
  3. Add the dkms module:
     dkms add -m package_name -v package_version
  4. Build the dkms module:
     dkms build -m package_name -v package_version
  5. Install the dkms module:
     dkms install -m package_name -v package_version
  6. Try to uninstall the dkms module:
     dkms uninstall -m package_name -v package_version
     Here, dkms fails with exit code 1 and without emitting an error message.

  [Regression Potential]
  All client code that uses the dkms uninstall command and relies on it 
failing is a candidate for regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-10-05 Thread Bug Watch Updater
** Changed in: dkms (Debian)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  Fix Released
Status in “dkms” source package in Precise:
  Fix Released
Status in “dkms” source package in Quantal:
  Won't Fix
Status in “dkms” source package in Raring:
  New
Status in “dkms” source package in Saucy:
  New
Status in “dkms” source package in Trusty:
  Fix Released
Status in “dkms” package in Debian:
  Fix Released

Bug description:
  [Impact]
  This bug makes it impossible to uninstall DKMS modules. When trying to 
uninstall a DKMS module using dkms uninstall -m my_module -v 1.1 dkms fails 
with exit code 1 and doesn't print an error message.

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

  The proposed patch is a backport from upstream.

  [Test Case]
  A test script has been added in comment 
https://bugs.launchpad.net/debian/+source/dkms/+bug/1261116/comments/8.

  To reproduce the bug:
  1. Take any dkms package.
  2. Copy the package into the dkms src folder 
/usr/src/package_name-package_version.
     package_name and package_version can be found in dkms.conf in the 
package.
  3. Add the dkms module:
     dkms add -m package_name -v package_version
  4. Build the dkms module:
     dkms build -m package_name -v package_version
  5. Install the dkms module:
     dkms install -m package_name -v package_version
  6. Try to uninstall the dkms module:
     dkms uninstall -m package_name -v package_version
     Here, dkms fails with exit code 1 and without emitting an error message.

  [Regression Potential]
  All client code that uses the dkms uninstall command and relies on it 
failing is a candidate for regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-10-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: dkms (Ubuntu Raring)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  Fix Released
Status in “dkms” source package in Precise:
  Fix Released
Status in “dkms” source package in Quantal:
  Won't Fix
Status in “dkms” source package in Raring:
  Confirmed
Status in “dkms” source package in Saucy:
  Confirmed
Status in “dkms” source package in Trusty:
  Fix Released
Status in “dkms” package in Debian:
  Fix Released

Bug description:
  [Impact]
  This bug makes it impossible to uninstall DKMS modules. When trying to 
uninstall a DKMS module using dkms uninstall -m my_module -v 1.1 dkms fails 
with exit code 1 and doesn't print an error message.

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

  The proposed patch is a backport from upstream.

  [Test Case]
  A test script has been added in comment 
https://bugs.launchpad.net/debian/+source/dkms/+bug/1261116/comments/8.

  To reproduce the bug:
  1. Take any dkms package.
  2. Copy the package into the dkms src folder 
/usr/src/package_name-package_version.
     package_name and package_version can be found in dkms.conf in the 
package.
  3. Add the dkms module:
     dkms add -m package_name -v package_version
  4. Build the dkms module:
     dkms build -m package_name -v package_version
  5. Install the dkms module:
     dkms install -m package_name -v package_version
  6. Try to uninstall the dkms module:
     dkms uninstall -m package_name -v package_version
     Here, dkms fails with exit code 1 and without emitting an error message.

  [Regression Potential]
  All client code that uses the dkms uninstall command and relies on it 
failing is a candidate for regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-10-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: dkms (Ubuntu Saucy)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  Fix Released
Status in “dkms” source package in Precise:
  Fix Released
Status in “dkms” source package in Quantal:
  Won't Fix
Status in “dkms” source package in Raring:
  Confirmed
Status in “dkms” source package in Saucy:
  Confirmed
Status in “dkms” source package in Trusty:
  Fix Released
Status in “dkms” package in Debian:
  Fix Released

Bug description:
  [Impact]
  This bug makes it impossible to uninstall DKMS modules. When trying to 
uninstall a DKMS module using dkms uninstall -m my_module -v 1.1 dkms fails 
with exit code 1 and doesn't print an error message.

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

  The proposed patch is a backport from upstream.

  [Test Case]
  A test script has been added in comment 
https://bugs.launchpad.net/debian/+source/dkms/+bug/1261116/comments/8.

  To reproduce the bug:
  1. Take any dkms package.
  2. Copy the package into the dkms src folder 
/usr/src/package_name-package_version.
     package_name and package_version can be found in dkms.conf in the 
package.
  3. Add the dkms module:
     dkms add -m package_name -v package_version
  4. Build the dkms module:
     dkms build -m package_name -v package_version
  5. Install the dkms module:
     dkms install -m package_name -v package_version
  6. Try to uninstall the dkms module:
     dkms uninstall -m package_name -v package_version
     Here, dkms fails with exit code 1 and without emitting an error message.

  [Regression Potential]
  All client code that uses the dkms uninstall command and relies on it 
failing is a candidate for regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-10-04 Thread Bug Watch Updater
** Changed in: dkms (Debian)
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  Fix Released
Status in “dkms” source package in Precise:
  Fix Released
Status in “dkms” source package in Quantal:
  Won't Fix
Status in “dkms” source package in Raring:
  New
Status in “dkms” source package in Saucy:
  New
Status in “dkms” source package in Trusty:
  Fix Released
Status in “dkms” package in Debian:
  Fix Committed

Bug description:
  [Impact]
  This bug makes it impossible to uninstall DKMS modules. When trying to 
uninstall a DKMS module using dkms uninstall -m my_module -v 1.1 dkms fails 
with exit code 1 and doesn't print an error message.

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

  The proposed patch is a backport from upstream.

  [Test Case]
  A test script has been added in comment 
https://bugs.launchpad.net/debian/+source/dkms/+bug/1261116/comments/8.

  To reproduce the bug:
  1. Take any dkms package.
  2. Copy the package into the dkms src folder 
/usr/src/package_name-package_version.
     package_name and package_version can be found in dkms.conf in the 
package.
  3. Add the dkms module:
     dkms add -m package_name -v package_version
  4. Build the dkms module:
     dkms build -m package_name -v package_version
  5. Install the dkms module:
     dkms install -m package_name -v package_version
  6. Try to uninstall the dkms module:
     dkms uninstall -m package_name -v package_version
     Here, dkms fails with exit code 1 and without emitting an error message.

  [Regression Potential]
  All client code that uses the dkms uninstall command and relies on it 
failing is a candidate for regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-02-03 Thread Launchpad Bug Tracker
This bug was fixed in the package dkms - 2.2.0.3-1ubuntu3.2

---
dkms (2.2.0.3-1ubuntu3.2) precise-proposed; urgency=low

  * Backport from trunk: Add patch that fixes have_one_kernel for non-
zero return code. (LP: #1261116)
 -- Antonius Riha antoniusr...@gmail.com   Sat, 21 Dec 2013 10:15:29 +0100

** Changed in: dkms (Ubuntu Precise)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  Fix Released
Status in “dkms” source package in Precise:
  Fix Released
Status in “dkms” source package in Quantal:
  Won't Fix
Status in “dkms” source package in Raring:
  New
Status in “dkms” source package in Saucy:
  New
Status in “dkms” source package in Trusty:
  Fix Released
Status in “dkms” package in Debian:
  New

Bug description:
  [Impact]
  This bug makes it impossible to uninstall DKMS modules. When trying to 
uninstall a DKMS module using dkms uninstall -m my_module -v 1.1 dkms fails 
with exit code 1 and doesn't print an error message.

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

  The proposed patch is a backport from upstream.

  [Test Case]
  A test script has been added in comment 
https://bugs.launchpad.net/debian/+source/dkms/+bug/1261116/comments/8.

  To reproduce the bug:
  1. Take any dkms package.
  2. Copy the package into the dkms src folder 
/usr/src/package_name-package_version.
     package_name and package_version can be found in dkms.conf in the 
package.
  3. Add the dkms module:
     dkms add -m package_name -v package_version
  4. Build the dkms module:
     dkms build -m package_name -v package_version
  5. Install the dkms module:
     dkms install -m package_name -v package_version
  6. Try to uninstall the dkms module:
     dkms uninstall -m package_name -v package_version
     Here, dkms fails with exit code 1 and without emitting an error message.

  [Regression Potential]
  All client code that uses the dkms uninstall command and relies on it 
failing is a candidate for regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-02-01 Thread Antonius Riha
This patch fixes the bug on precise.

Package version: dkms 2.2.0.3-1ubuntu3.2 from the precise-proposed
archive.

I've also attached a test script for this bug.

** Attachment added: test script for the bug
   
https://bugs.launchpad.net/debian/+source/dkms/+bug/1261116/+attachment/3965251/+files/test_uninstall_dkms_module.sh

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  Fix Released
Status in “dkms” source package in Precise:
  Fix Committed
Status in “dkms” source package in Quantal:
  Won't Fix
Status in “dkms” source package in Raring:
  New
Status in “dkms” source package in Saucy:
  New
Status in “dkms” source package in Trusty:
  Fix Released
Status in “dkms” package in Debian:
  New

Bug description:
  When trying to uninstall a (customly built) DKMS module using dkms
  uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
  print an error message.

  The problem occurs with the invocation of the function
  have_one_kernel in the /usr/sbin/dkms script. This function doesn't
  evaluate to 0 as it should, when all conditions are met (as with the
  command specified above).

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-02-01 Thread Antonius Riha
** Description changed:

- When trying to uninstall a (customly built) DKMS module using dkms
- uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
- print an error message.
- 
- The problem occurs with the invocation of the function have_one_kernel
- in the /usr/sbin/dkms script. This function doesn't evaluate to 0 as it
- should, when all conditions are met (as with the command specified
- above).
+ [Impact] 
+ This bug makes it impossible to uninstall DKMS modules. When trying to 
uninstall a DKMS module using dkms uninstall -m my_module -v 1.1 dkms fails 
with exit code 1 and doesn't print an error message.
  
  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.
+ 
+ The proposed patch is a backport from upstream.
+ 
+ 
+ [Test Case]
+ A test script has been added in comment 
https://bugs.launchpad.net/debian/+source/dkms/+bug/1261116/comments/8.
+ 
+ To reproduce the bug:
+ 1. Take any dkms package.
+ 2. Copy the package into the dkms src folder 
/usr/src/package_name-package_version.
+package_name and package_version can be found in dkms.conf in the 
package.
+ 3. Add the dkms module:
+dkms add -m package_name -v package_version
+ 4. Build the dkms module:
+dkms build -m package_name -v package_version
+ 5. Install the dkms module:
+dkms install -m package_name -v package_version
+ 6. Try to uninstall the dkms module:
+dkms uninstall -m package_name -v package_version
+Here, dkms fails with exit code 1 and without emitting an error message.
+ 
+ 
+ [Regression Potential] 
+ All client code that uses the dkms uninstall command and relies on it 
failing are candidates for regressions.

** Description changed:

- [Impact] 
+ [Impact]
  This bug makes it impossible to uninstall DKMS modules. When trying to 
uninstall a DKMS module using dkms uninstall -m my_module -v 1.1 dkms fails 
with exit code 1 and doesn't print an error message.
  
  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.
  
  The proposed patch is a backport from upstream.
  
- 
  [Test Case]
  A test script has been added in comment 
https://bugs.launchpad.net/debian/+source/dkms/+bug/1261116/comments/8.
  
  To reproduce the bug:
  1. Take any dkms package.
  2. Copy the package into the dkms src folder 
/usr/src/package_name-package_version.
-package_name and package_version can be found in dkms.conf in the 
package.
+    package_name and package_version can be found in dkms.conf in the 
package.
  3. Add the dkms module:
-dkms add -m package_name -v package_version
+    dkms add -m package_name -v package_version
  4. Build the dkms module:
-dkms build -m package_name -v package_version
+    dkms build -m package_name -v package_version
  5. Install the dkms module:
-dkms install -m package_name -v package_version
+    dkms install -m package_name -v package_version
  6. Try to uninstall the dkms module:
-dkms uninstall -m package_name -v package_version
-Here, dkms fails with exit code 1 and without emitting an error message.
+    dkms uninstall -m package_name -v package_version
+    Here, dkms fails with exit code 1 and without emitting an error message.
  
- 
- [Regression Potential] 
- All client code that uses the dkms uninstall command and relies on it 
failing are candidates for regressions.
+ [Regression Potential]
+ All client code that uses the dkms uninstall command and relies on it 
failing is a candidate for regression.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  Fix Released
Status in “dkms” source package in Precise:
  Fix Committed
Status in “dkms” source package in Quantal:
  Won't Fix
Status in “dkms” source package in Raring:
  New
Status in “dkms” source package in Saucy:
  New
Status in “dkms” source package in Trusty:
  Fix Released
Status in “dkms” package in Debian:
  New

Bug description:
  [Impact]
  This bug makes it impossible to uninstall DKMS modules. When trying to 
uninstall a DKMS module using dkms uninstall -m my_module -v 1.1 dkms fails 
with exit code 1 and doesn't print an error message.

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

  The proposed patch is a backport from upstream.

  [Test Case]
  A test script has been added in comment 
https://bugs.launchpad.net/debian/+source/dkms/+bug/1261116/comments/8.

 

[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-01-28 Thread Colin Watson
Hello Antonius, or anyone else affected,

Accepted dkms into precise-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/dkms/2.2.0.3-1ubuntu3.2
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: dkms (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  Fix Released
Status in “dkms” source package in Precise:
  Fix Committed
Status in “dkms” source package in Quantal:
  Won't Fix
Status in “dkms” source package in Raring:
  New
Status in “dkms” source package in Saucy:
  New
Status in “dkms” source package in Trusty:
  Fix Released
Status in “dkms” package in Debian:
  New

Bug description:
  When trying to uninstall a (customly built) DKMS module using dkms
  uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
  print an error message.

  The problem occurs with the invocation of the function
  have_one_kernel in the /usr/sbin/dkms script. This function doesn't
  evaluate to 0 as it should, when all conditions are met (as with the
  command specified above).

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-01-28 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/dkms

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  Fix Released
Status in “dkms” source package in Precise:
  Fix Committed
Status in “dkms” source package in Quantal:
  Won't Fix
Status in “dkms” source package in Raring:
  New
Status in “dkms” source package in Saucy:
  New
Status in “dkms” source package in Trusty:
  Fix Released
Status in “dkms” package in Debian:
  New

Bug description:
  When trying to uninstall a (customly built) DKMS module using dkms
  uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
  print an error message.

  The problem occurs with the invocation of the function
  have_one_kernel in the /usr/sbin/dkms script. This function doesn't
  evaluate to 0 as it should, when all conditions are met (as with the
  command specified above).

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-01-15 Thread Martin Pitt
Quantal is only a few days away from EOL.

** Changed in: dkms (Ubuntu Quantal)
   Status: New = Won't Fix

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  Fix Committed
Status in “dkms” source package in Precise:
  In Progress
Status in “dkms” source package in Quantal:
  Won't Fix
Status in “dkms” source package in Raring:
  New
Status in “dkms” source package in Saucy:
  New
Status in “dkms” source package in Trusty:
  Fix Committed
Status in “dkms” package in Debian:
  New

Bug description:
  When trying to uninstall a (customly built) DKMS module using dkms
  uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
  print an error message.

  The problem occurs with the invocation of the function
  have_one_kernel in the /usr/sbin/dkms script. This function doesn't
  evaluate to 0 as it should, when all conditions are met (as with the
  command specified above).

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-01-15 Thread Martin Pitt
I sponsored the precise SRU. Please set up the bug description according
to https://wiki.ubuntu.com/StableReleaseUpdates#Procedure (add test
case, regression potential).

I strongly suggest to set raring/saucy to WONTFIX, I don't think the
cost/benefit ratio is high enough on these short-lived releases.

Unsubscribing sponsors as there is nothing else to sponsor at the
moment.

** Changed in: dkms (Ubuntu Precise)
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  Fix Committed
Status in “dkms” source package in Precise:
  In Progress
Status in “dkms” source package in Quantal:
  Won't Fix
Status in “dkms” source package in Raring:
  New
Status in “dkms” source package in Saucy:
  New
Status in “dkms” source package in Trusty:
  Fix Committed
Status in “dkms” package in Debian:
  New

Bug description:
  When trying to uninstall a (customly built) DKMS module using dkms
  uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
  print an error message.

  The problem occurs with the invocation of the function
  have_one_kernel in the /usr/sbin/dkms script. This function doesn't
  evaluate to 0 as it should, when all conditions are met (as with the
  command specified above).

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-01-15 Thread Martin Pitt
Sponsored trusty upload from MP.

** Changed in: dkms (Ubuntu Trusty)
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  Fix Committed
Status in “dkms” source package in Precise:
  In Progress
Status in “dkms” source package in Quantal:
  Won't Fix
Status in “dkms” source package in Raring:
  New
Status in “dkms” source package in Saucy:
  New
Status in “dkms” source package in Trusty:
  Fix Committed
Status in “dkms” package in Debian:
  New

Bug description:
  When trying to uninstall a (customly built) DKMS module using dkms
  uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
  print an error message.

  The problem occurs with the invocation of the function
  have_one_kernel in the /usr/sbin/dkms script. This function doesn't
  evaluate to 0 as it should, when all conditions are met (as with the
  command specified above).

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-01-15 Thread Launchpad Bug Tracker
This bug was fixed in the package dkms - 2.2.0.3-1.1ubuntu5

---
dkms (2.2.0.3-1.1ubuntu5) trusty; urgency=low

  [ Mario Limonciello ]
  * Backport from trunk: Add patch that fixes have_one_kernel for non-
zero return code. (LP: #1261116)
 -- Antonius Riha antoniusr...@gmail.com   Fri, 10 Jan 2014 16:50:11 +0100

** Changed in: dkms (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  Fix Released
Status in “dkms” source package in Precise:
  In Progress
Status in “dkms” source package in Quantal:
  Won't Fix
Status in “dkms” source package in Raring:
  New
Status in “dkms” source package in Saucy:
  New
Status in “dkms” source package in Trusty:
  Fix Released
Status in “dkms” package in Debian:
  New

Bug description:
  When trying to uninstall a (customly built) DKMS module using dkms
  uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
  print an error message.

  The problem occurs with the invocation of the function
  have_one_kernel in the /usr/sbin/dkms script. This function doesn't
  evaluate to 0 as it should, when all conditions are met (as with the
  command specified above).

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-01-13 Thread Chris J Arges
This affects and applies to P/Q/R/S/T. Before doing the SRUs we'll have to fix 
it in the development Ubuntu release.
However, this also applies to debian. I've submitted a bug to to get this 
applied, since the patch is not in a dkms release yet.

** Also affects: dkms (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: dkms (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: dkms (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Also affects: dkms (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: dkms (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Bug watch added: Debian Bug tracker #735181
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735181

** Also affects: dkms (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735181
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  New
Status in “dkms” source package in Precise:
  New
Status in “dkms” source package in Quantal:
  New
Status in “dkms” source package in Raring:
  New
Status in “dkms” source package in Saucy:
  New
Status in “dkms” source package in Trusty:
  New
Status in “dkms” package in Debian:
  Unknown

Bug description:
  When trying to uninstall a (customly built) DKMS module using dkms
  uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
  print an error message.

  The problem occurs with the invocation of the function
  have_one_kernel in the /usr/sbin/dkms script. This function doesn't
  evaluate to 0 as it should, when all conditions are met (as with the
  command specified above).

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-01-13 Thread Bug Watch Updater
** Changed in: dkms (Debian)
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  New
Status in “dkms” source package in Precise:
  New
Status in “dkms” source package in Quantal:
  New
Status in “dkms” source package in Raring:
  New
Status in “dkms” source package in Saucy:
  New
Status in “dkms” source package in Trusty:
  New
Status in “dkms” package in Debian:
  New

Bug description:
  When trying to uninstall a (customly built) DKMS module using dkms
  uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
  print an error message.

  The problem occurs with the invocation of the function
  have_one_kernel in the /usr/sbin/dkms script. This function doesn't
  evaluate to 0 as it should, when all conditions are met (as with the
  command specified above).

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-01-10 Thread Antonius Riha
** Branch linked: lp:ubuntu/dkms

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  New

Bug description:
  When trying to uninstall a (customly built) DKMS module using dkms
  uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
  print an error message.

  The problem occurs with the invocation of the function
  have_one_kernel in the /usr/sbin/dkms script. This function doesn't
  evaluate to 0 as it should, when all conditions are met (as with the
  command specified above).

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2014-01-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~antoniusriha/dkms/trusty

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  New

Bug description:
  When trying to uninstall a (customly built) DKMS module using dkms
  uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
  print an error message.

  The problem occurs with the invocation of the function
  have_one_kernel in the /usr/sbin/dkms script. This function doesn't
  evaluate to 0 as it should, when all conditions are met (as with the
  command specified above).

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2013-12-21 Thread Antonius Riha
** Branch linked: lp:~antoniusriha/dkms/precise-updates

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  New

Bug description:
  When trying to uninstall a (customly built) DKMS module using dkms
  uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
  print an error message.

  The problem occurs with the invocation of the function
  have_one_kernel in the /usr/sbin/dkms script. This function doesn't
  evaluate to 0 as it should, when all conditions are met (as with the
  command specified above).

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2013-12-19 Thread Antonius Riha
** Branch unlinked: lp:~antoniusriha/dkms/precise-updates

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  New

Bug description:
  When trying to uninstall a (customly built) DKMS module using dkms
  uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
  print an error message.

  The problem occurs with the invocation of the function
  have_one_kernel in the /usr/sbin/dkms script. This function doesn't
  evaluate to 0 as it should, when all conditions are met (as with the
  command specified above).

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1261116] Re: dkms uninstall fails unexpectedly without error message

2013-12-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~antoniusriha/dkms/precise-updates

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1261116

Title:
  dkms uninstall fails unexpectedly without error message

Status in “dkms” package in Ubuntu:
  New

Bug description:
  When trying to uninstall a (customly built) DKMS module using dkms
  uninstall -m my_module -v 1.1 dkms fails with exit code 1 and doesn't
  print an error message.

  The problem occurs with the invocation of the function
  have_one_kernel in the /usr/sbin/dkms script. This function doesn't
  evaluate to 0 as it should, when all conditions are met (as with the
  command specified above).

  The commands
  dkms uninstall -m my_module -v 1.1 --all
  and
  dkms uninstall -m my_module -v 1.1 -k 3.2.0-57 -k 3.5.0-44
  fail as expected with the resp. error messages and exit codes in function 
have_one_kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1261116/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp