[Kernel-packages] [Bug 1503703] kili (amd64) - tests ran: 1, failed: 1

2015-10-14 Thread Brad Figg
tests ran:   1, failed: 1;
  
http://kernel.ubuntu.com/testing/3.19.0-31.36/kili__3.19.0-31.36__2015-10-15_02-25-00/results-index.html

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

Title:
  linux: 3.19.0-31.36 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Vivid:
  Confirmed

Bug description:
  This bug is for tracking the 3.19.0-31.36 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 07. October 2015 14:11 UTC
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 00:03 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 00:03 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 08. October 2015 12:49 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Thursday, 08. October 2015 14:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 08. October 2015 14:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 08. October 2015 14:02 UTC
  kernel-stable-Security-signoff-start:Thursday, 08. October 2015 14:03 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 08. October 2015 14:03 UTC
  kernel-stable-Security-signoff-end:Thursday, 08. October 2015 18:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1503703/+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 1502982] Comment bridged from LTC Bugzilla

2015-10-14 Thread bugproxy
--- Comment From gws...@au1.ibm.com 2015-10-15 04:58 EDT---
Hi Canonical, those two patches are very critical for EEH functionality to work 
properly. If it's possible, could you please include them in next release 
cycle, which is 10/17 as I was told.

If there are any assistance needed, please let me know.

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

Title:
  STCOP810:Firestone: frsfp6 EEH on Bluefin does not recover with Ubuntu

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Vivid:
  Fix Committed
Status in linux source package in Wily:
  Fix Released

Bug description:
  Problem:
  ==
  Test Case Execution Record:

  95613: EEH_Firestone_Ubuntu 14.04.03_Bluefin_Standalone on frsfp6

  Error Injection Method: err_injct_inboundA

  Step 1. Start HTX (I used mdt.hdbuster & only ran htx on bluefin disks)
  Step 2. Inject EEH error

  bluefin is in slot P1-C4 (PCI0004)

   echo 0x8000 >
  /sys/kernel/debug/powerpc/PCI0004/err_injct_inboundA; sleep 1; echo
  0x0 > /sys/kernel/debug/powerpc/PCI0004/err_injct_inboundA

  Expected Result: Adapter/SAN disks to recover and htx still run

  Actual Result:  Adapter did not recover... continuous EEH errors until
  limit of 6 is reached in 1 hour

  There're two patches: one for skiboot firmware and another patch,
  which has been in upstream, was missed in ubuntu distro (at least
  15.04). The skiboot patch has been merged to upstream.

  c7192a4 PHB3: Fix wrong PE number in error injection (skiboot)
  2aa5cf9 powerpc/eeh: Fix missed PE#0 on P7IOC (linux)

  If I'm correct, I think this bug needs to be mirrored so that the
  Linux patch (commit 2aa5cf9) can be backported to ubuntu distro. With
  the patch backported to ubuntu 15.04, EEH works fine on Broadcom
  adapter (not exactly the one where the bug was reported initially):

  root@fstn2-p1:/# dmesg | grep EEH
  [0.216919] EEH: PowerNV platform initialized
  [0.570606] EEH: devices created
  [1.302482] EEH: PCI Enhanced I/O Error Handling Enabled
  [   90.566761] EEH: PHB location: Slot1
  [   90.567503] EEH: Frozen PHB#4-PE#0 detected
  [   90.567673] EEH: PE location: Slot1, PHB location: Slot1
  [   90.567930] EEH: Detected PCI bus error on PHB#4-PE#0
  [   90.567935] EEH: This PCI device has failed 1 times in the last hour
  [   90.567937] EEH: Notify device drivers to shutdown
  [   90.567985] EEH: Collect temporary log
  [   90.568971] EEH: Reset without hotplug activity
  [   94.585540] EEH: Notify device drivers the completion of reset
  [   94.585934] EEH: Notify device driver to resume

  

  The story about this bug is: Without commit 2aa5cf9 ("powerpc/eeh: Fix
  missed PE#0 on P7IOC"). PE#0 is regarded as invalid one. When kernel
  sees the frozen PE#0, the frozen state is cleared and dump the PHB
  diag-data, then try to recover it. When resetting the PE, the driver,
  which wasn't stopped by error_detected() completely, access the MMIO
  space and just causes another (recursive) EEH error. Eventually, the
  EEH recovery failed. During the PE reset, the I/O path for the PE
  should be frozen and MMIO access during the period should be dropped
  to avoid recursive EEH error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1502982/+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 1504584] Re: As of kernel 4.3-rc1 system will not stay in S3 suspend

2015-10-14 Thread Bug Watch Updater
** Changed in: linux
   Status: Confirmed => Incomplete

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

Title:
  As of kernel 4.3-rc1 system will not stay in S3 suspend

Status in Linux:
  Incomplete
Status in linux package in Ubuntu:
  Triaged

Bug description:
  Note: this bug report is just for local tracking of an upstream issue:
  Reference: 
http://lists.freedesktop.org/archives/intel-gfx/2015-October/077592.html

  also copied below:

  This started somewhere between Kernel 4.2 and 4.3-rc1,
  but I only noticed it a day ago.

  The first S3 suspend after a fresh boot works fine.
  Thereafter, suspends simply resume again immediately.

  I get the following errors on my console:

  [  152.697247] i915 :00:02.0: GEM idle failed, resume might fail
  [  152.697258] pci_pm_suspend(): i915_pm_suspend+0x0/0x50 [i915] returns -11
  [  152.697262] dpm_run_callback(): pci_pm_suspend+0x0/0x140 returns -11
  [  152.697264] PM: Device :00:02.0 failed to suspend async: error -11
  [  152.697306] PM: Some devices failed to suspend, or early wake event 
detected

  The issue is not limited to my normal way of doing suspend, using 
"pm-suspend".
  It also happens using the "echo mem > /sys/power/state" method.

  The kernel was bisected, and the result was double checked by clean compiles
  of the first bad commit and the immediately preceding commit. Bisect results
  copied below:

  $ git bisect good
  dc4be6071a24f0d2da6af8ce16c19f276ac4d7a2 is the first bad commit
  commit dc4be6071a24f0d2da6af8ce16c19f276ac4d7a2
  Author: John Harrison 
  Date:   Fri May 29 17:43:39 2015 +0100

  drm/i915: Add explicit request management to i915_gem_init_hw()

  Now that a single per ring loop is being done for all the different
  intialisation steps in i915_gem_init_hw(), it is possible to add proper 
request
  management as well. The last remaining issue is that the context enable 
call
  eventually ends up within *_render_state_init() and this does its own 
private
  _i915_add_request() call.

  This patch adds explicit request creation and submission to the top level 
loop
  and removes the add_request() from deep within the sub-functions.

  v2: Updated for removal of batch_obj from add_request call in
  previous patch.

  For: VIZ-5115
  Signed-off-by: John Harrison 
  Reviewed-by: Tomas Elf 
  Signed-off-by: Daniel Vetter 

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1504584/+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 1504584]

2015-10-14 Thread Doug Smythies
Created attachment 118874
an edited version of the file the previous attachment asked for

I edited just to remove many lines of 0's.

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

Title:
  As of kernel 4.3-rc1 system will not stay in S3 suspend

Status in Linux:
  Incomplete
Status in linux package in Ubuntu:
  Triaged

Bug description:
  Note: this bug report is just for local tracking of an upstream issue:
  Reference: 
http://lists.freedesktop.org/archives/intel-gfx/2015-October/077592.html

  also copied below:

  This started somewhere between Kernel 4.2 and 4.3-rc1,
  but I only noticed it a day ago.

  The first S3 suspend after a fresh boot works fine.
  Thereafter, suspends simply resume again immediately.

  I get the following errors on my console:

  [  152.697247] i915 :00:02.0: GEM idle failed, resume might fail
  [  152.697258] pci_pm_suspend(): i915_pm_suspend+0x0/0x50 [i915] returns -11
  [  152.697262] dpm_run_callback(): pci_pm_suspend+0x0/0x140 returns -11
  [  152.697264] PM: Device :00:02.0 failed to suspend async: error -11
  [  152.697306] PM: Some devices failed to suspend, or early wake event 
detected

  The issue is not limited to my normal way of doing suspend, using 
"pm-suspend".
  It also happens using the "echo mem > /sys/power/state" method.

  The kernel was bisected, and the result was double checked by clean compiles
  of the first bad commit and the immediately preceding commit. Bisect results
  copied below:

  $ git bisect good
  dc4be6071a24f0d2da6af8ce16c19f276ac4d7a2 is the first bad commit
  commit dc4be6071a24f0d2da6af8ce16c19f276ac4d7a2
  Author: John Harrison 
  Date:   Fri May 29 17:43:39 2015 +0100

  drm/i915: Add explicit request management to i915_gem_init_hw()

  Now that a single per ring loop is being done for all the different
  intialisation steps in i915_gem_init_hw(), it is possible to add proper 
request
  management as well. The last remaining issue is that the context enable 
call
  eventually ends up within *_render_state_init() and this does its own 
private
  _i915_add_request() call.

  This patch adds explicit request creation and submission to the top level 
loop
  and removes the add_request() from deep within the sub-functions.

  v2: Updated for removal of batch_obj from add_request call in
  previous patch.

  For: VIZ-5115
  Signed-off-by: John Harrison 
  Reviewed-by: Tomas Elf 
  Signed-off-by: Daniel Vetter 

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1504584/+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 1504584]

2015-10-14 Thread Jani-nikula
(In reply to Doug Smythies from comment #7)
> (In reply to Jani Nikula from comment #6)
> > Did you double check the bisect by running both dc4be6071a24 and
> > dc4be6071a24^ ?
> 
> Yes, of course, and I said so in my initial e-mail.
> Truth be known, this was my second bisection, as I must have made a mistake
> in my first attempt, because the double check failed.

I asked, because I suspected the bisect result might be wrong. And the
symptoms in comment #5 seem odd.

Please try two things: First, run dc4be6071a24 and try suspend/resume
several times, and see if it's 100% reproducible or not. Second, attach
dmesg with drm.debug=14 module parameter set (for the failing case).

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

Title:
  As of kernel 4.3-rc1 system will not stay in S3 suspend

Status in Linux:
  Incomplete
Status in linux package in Ubuntu:
  Triaged

Bug description:
  Note: this bug report is just for local tracking of an upstream issue:
  Reference: 
http://lists.freedesktop.org/archives/intel-gfx/2015-October/077592.html

  also copied below:

  This started somewhere between Kernel 4.2 and 4.3-rc1,
  but I only noticed it a day ago.

  The first S3 suspend after a fresh boot works fine.
  Thereafter, suspends simply resume again immediately.

  I get the following errors on my console:

  [  152.697247] i915 :00:02.0: GEM idle failed, resume might fail
  [  152.697258] pci_pm_suspend(): i915_pm_suspend+0x0/0x50 [i915] returns -11
  [  152.697262] dpm_run_callback(): pci_pm_suspend+0x0/0x140 returns -11
  [  152.697264] PM: Device :00:02.0 failed to suspend async: error -11
  [  152.697306] PM: Some devices failed to suspend, or early wake event 
detected

  The issue is not limited to my normal way of doing suspend, using 
"pm-suspend".
  It also happens using the "echo mem > /sys/power/state" method.

  The kernel was bisected, and the result was double checked by clean compiles
  of the first bad commit and the immediately preceding commit. Bisect results
  copied below:

  $ git bisect good
  dc4be6071a24f0d2da6af8ce16c19f276ac4d7a2 is the first bad commit
  commit dc4be6071a24f0d2da6af8ce16c19f276ac4d7a2
  Author: John Harrison 
  Date:   Fri May 29 17:43:39 2015 +0100

  drm/i915: Add explicit request management to i915_gem_init_hw()

  Now that a single per ring loop is being done for all the different
  intialisation steps in i915_gem_init_hw(), it is possible to add proper 
request
  management as well. The last remaining issue is that the context enable 
call
  eventually ends up within *_render_state_init() and this does its own 
private
  _i915_add_request() call.

  This patch adds explicit request creation and submission to the top level 
loop
  and removes the add_request() from deep within the sub-functions.

  v2: Updated for removal of batch_obj from add_request call in
  previous patch.

  For: VIZ-5115
  Signed-off-by: John Harrison 
  Reviewed-by: Tomas Elf 
  Signed-off-by: Daniel Vetter 

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1504584/+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 1504584]

2015-10-14 Thread Doug Smythies
Created attachment 118873
requested dmesg with drm.debug=14

Possibly relevant excerpt:

[  399.518389] [drm] stuck on render ring
[  399.518686] [drm] GPU HANG: ecode 6:0:0xfeff, reason: Ring hung, action: 
reset
[  399.518686] [drm] GPU hangs can indicate a bug anywhere in the entire gfx 
stack, including userspace.
[  399.518686] [drm] Please file a _new_ bug report on bugs.freedesktop.org 
against DRI -> DRM/Intel
[  399.518687] [drm] drm/i915 developers can then reassign to the right 
component if it's not a kernel issue.
[  399.518687] [drm] The gpu crash dump is required to analyze gpu hangs, so 
please always attach it.
[  399.518687] [drm] GPU crash dump saved to /sys/class/drm/card0/error
[  399.518699] [drm:i915_reset_and_wakeup] resetting chip
[  399.518724] i915 :00:02.0: GEM idle failed, resume might fail
[  399.518737] pci_pm_suspend(): i915_pm_suspend+0x0/0x50 [i915] returns -11
[  399.518739] dpm_run_callback(): pci_pm_suspend+0x0/0x160 returns -11
[  399.518741] PM: Device :00:02.0 failed to suspend async: error -11
[  399.518804] PM: Some devices failed to suspend, or early wake event detected

an edited /sys/class/drm/card0/error will be attached in a moment.

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

Title:
  As of kernel 4.3-rc1 system will not stay in S3 suspend

Status in Linux:
  Incomplete
Status in linux package in Ubuntu:
  Triaged

Bug description:
  Note: this bug report is just for local tracking of an upstream issue:
  Reference: 
http://lists.freedesktop.org/archives/intel-gfx/2015-October/077592.html

  also copied below:

  This started somewhere between Kernel 4.2 and 4.3-rc1,
  but I only noticed it a day ago.

  The first S3 suspend after a fresh boot works fine.
  Thereafter, suspends simply resume again immediately.

  I get the following errors on my console:

  [  152.697247] i915 :00:02.0: GEM idle failed, resume might fail
  [  152.697258] pci_pm_suspend(): i915_pm_suspend+0x0/0x50 [i915] returns -11
  [  152.697262] dpm_run_callback(): pci_pm_suspend+0x0/0x140 returns -11
  [  152.697264] PM: Device :00:02.0 failed to suspend async: error -11
  [  152.697306] PM: Some devices failed to suspend, or early wake event 
detected

  The issue is not limited to my normal way of doing suspend, using 
"pm-suspend".
  It also happens using the "echo mem > /sys/power/state" method.

  The kernel was bisected, and the result was double checked by clean compiles
  of the first bad commit and the immediately preceding commit. Bisect results
  copied below:

  $ git bisect good
  dc4be6071a24f0d2da6af8ce16c19f276ac4d7a2 is the first bad commit
  commit dc4be6071a24f0d2da6af8ce16c19f276ac4d7a2
  Author: John Harrison 
  Date:   Fri May 29 17:43:39 2015 +0100

  drm/i915: Add explicit request management to i915_gem_init_hw()

  Now that a single per ring loop is being done for all the different
  intialisation steps in i915_gem_init_hw(), it is possible to add proper 
request
  management as well. The last remaining issue is that the context enable 
call
  eventually ends up within *_render_state_init() and this does its own 
private
  _i915_add_request() call.

  This patch adds explicit request creation and submission to the top level 
loop
  and removes the add_request() from deep within the sub-functions.

  v2: Updated for removal of batch_obj from add_request call in
  previous patch.

  For: VIZ-5115
  Signed-off-by: John Harrison 
  Reviewed-by: Tomas Elf 
  Signed-off-by: Daniel Vetter 

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1504584/+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 1504584]

2015-10-14 Thread Doug Smythies
(In reply to Jani Nikula from comment #6)
> Did you double check the bisect by running both dc4be6071a24 and
> dc4be6071a24^ ?

Yes, of course, and I said so in my initial e-mail.
Truth be known, this was my second bisection, as I must have made a mistake in 
my first attempt, because the double check failed.

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

Title:
  As of kernel 4.3-rc1 system will not stay in S3 suspend

Status in Linux:
  Incomplete
Status in linux package in Ubuntu:
  Triaged

Bug description:
  Note: this bug report is just for local tracking of an upstream issue:
  Reference: 
http://lists.freedesktop.org/archives/intel-gfx/2015-October/077592.html

  also copied below:

  This started somewhere between Kernel 4.2 and 4.3-rc1,
  but I only noticed it a day ago.

  The first S3 suspend after a fresh boot works fine.
  Thereafter, suspends simply resume again immediately.

  I get the following errors on my console:

  [  152.697247] i915 :00:02.0: GEM idle failed, resume might fail
  [  152.697258] pci_pm_suspend(): i915_pm_suspend+0x0/0x50 [i915] returns -11
  [  152.697262] dpm_run_callback(): pci_pm_suspend+0x0/0x140 returns -11
  [  152.697264] PM: Device :00:02.0 failed to suspend async: error -11
  [  152.697306] PM: Some devices failed to suspend, or early wake event 
detected

  The issue is not limited to my normal way of doing suspend, using 
"pm-suspend".
  It also happens using the "echo mem > /sys/power/state" method.

  The kernel was bisected, and the result was double checked by clean compiles
  of the first bad commit and the immediately preceding commit. Bisect results
  copied below:

  $ git bisect good
  dc4be6071a24f0d2da6af8ce16c19f276ac4d7a2 is the first bad commit
  commit dc4be6071a24f0d2da6af8ce16c19f276ac4d7a2
  Author: John Harrison 
  Date:   Fri May 29 17:43:39 2015 +0100

  drm/i915: Add explicit request management to i915_gem_init_hw()

  Now that a single per ring loop is being done for all the different
  intialisation steps in i915_gem_init_hw(), it is possible to add proper 
request
  management as well. The last remaining issue is that the context enable 
call
  eventually ends up within *_render_state_init() and this does its own 
private
  _i915_add_request() call.

  This patch adds explicit request creation and submission to the top level 
loop
  and removes the add_request() from deep within the sub-functions.

  v2: Updated for removal of batch_obj from add_request call in
  previous patch.

  For: VIZ-5115
  Signed-off-by: John Harrison 
  Reviewed-by: Tomas Elf 
  Signed-off-by: Daniel Vetter 

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1504584/+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 1504584]

2015-10-14 Thread Doug Smythies
(In reply to Jani Nikula from comment #8)
> First, run dc4be6071a24 and try suspend/resume
> several times, and see if it's 100% reproducible or not.

Yes, it happens every time. To say 100%, I would have to have a sample
space of about 1000 attempts. I did not do that many.

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

Title:
  As of kernel 4.3-rc1 system will not stay in S3 suspend

Status in Linux:
  Incomplete
Status in linux package in Ubuntu:
  Triaged

Bug description:
  Note: this bug report is just for local tracking of an upstream issue:
  Reference: 
http://lists.freedesktop.org/archives/intel-gfx/2015-October/077592.html

  also copied below:

  This started somewhere between Kernel 4.2 and 4.3-rc1,
  but I only noticed it a day ago.

  The first S3 suspend after a fresh boot works fine.
  Thereafter, suspends simply resume again immediately.

  I get the following errors on my console:

  [  152.697247] i915 :00:02.0: GEM idle failed, resume might fail
  [  152.697258] pci_pm_suspend(): i915_pm_suspend+0x0/0x50 [i915] returns -11
  [  152.697262] dpm_run_callback(): pci_pm_suspend+0x0/0x140 returns -11
  [  152.697264] PM: Device :00:02.0 failed to suspend async: error -11
  [  152.697306] PM: Some devices failed to suspend, or early wake event 
detected

  The issue is not limited to my normal way of doing suspend, using 
"pm-suspend".
  It also happens using the "echo mem > /sys/power/state" method.

  The kernel was bisected, and the result was double checked by clean compiles
  of the first bad commit and the immediately preceding commit. Bisect results
  copied below:

  $ git bisect good
  dc4be6071a24f0d2da6af8ce16c19f276ac4d7a2 is the first bad commit
  commit dc4be6071a24f0d2da6af8ce16c19f276ac4d7a2
  Author: John Harrison 
  Date:   Fri May 29 17:43:39 2015 +0100

  drm/i915: Add explicit request management to i915_gem_init_hw()

  Now that a single per ring loop is being done for all the different
  intialisation steps in i915_gem_init_hw(), it is possible to add proper 
request
  management as well. The last remaining issue is that the context enable 
call
  eventually ends up within *_render_state_init() and this does its own 
private
  _i915_add_request() call.

  This patch adds explicit request creation and submission to the top level 
loop
  and removes the add_request() from deep within the sub-functions.

  v2: Updated for removal of batch_obj from add_request call in
  previous patch.

  For: VIZ-5115
  Signed-off-by: John Harrison 
  Reviewed-by: Tomas Elf 
  Signed-off-by: Daniel Vetter 

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1504584/+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 1504584]

2015-10-14 Thread Jani-nikula
Did you double check the bisect by running both dc4be6071a24 and
dc4be6071a24^ ?

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

Title:
  As of kernel 4.3-rc1 system will not stay in S3 suspend

Status in Linux:
  Incomplete
Status in linux package in Ubuntu:
  Triaged

Bug description:
  Note: this bug report is just for local tracking of an upstream issue:
  Reference: 
http://lists.freedesktop.org/archives/intel-gfx/2015-October/077592.html

  also copied below:

  This started somewhere between Kernel 4.2 and 4.3-rc1,
  but I only noticed it a day ago.

  The first S3 suspend after a fresh boot works fine.
  Thereafter, suspends simply resume again immediately.

  I get the following errors on my console:

  [  152.697247] i915 :00:02.0: GEM idle failed, resume might fail
  [  152.697258] pci_pm_suspend(): i915_pm_suspend+0x0/0x50 [i915] returns -11
  [  152.697262] dpm_run_callback(): pci_pm_suspend+0x0/0x140 returns -11
  [  152.697264] PM: Device :00:02.0 failed to suspend async: error -11
  [  152.697306] PM: Some devices failed to suspend, or early wake event 
detected

  The issue is not limited to my normal way of doing suspend, using 
"pm-suspend".
  It also happens using the "echo mem > /sys/power/state" method.

  The kernel was bisected, and the result was double checked by clean compiles
  of the first bad commit and the immediately preceding commit. Bisect results
  copied below:

  $ git bisect good
  dc4be6071a24f0d2da6af8ce16c19f276ac4d7a2 is the first bad commit
  commit dc4be6071a24f0d2da6af8ce16c19f276ac4d7a2
  Author: John Harrison 
  Date:   Fri May 29 17:43:39 2015 +0100

  drm/i915: Add explicit request management to i915_gem_init_hw()

  Now that a single per ring loop is being done for all the different
  intialisation steps in i915_gem_init_hw(), it is possible to add proper 
request
  management as well. The last remaining issue is that the context enable 
call
  eventually ends up within *_render_state_init() and this does its own 
private
  _i915_add_request() call.

  This patch adds explicit request creation and submission to the top level 
loop
  and removes the add_request() from deep within the sub-functions.

  v2: Updated for removal of batch_obj from add_request call in
  previous patch.

  For: VIZ-5115
  Signed-off-by: John Harrison 
  Reviewed-by: Tomas Elf 
  Signed-off-by: Daniel Vetter 

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1504584/+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 1506312] Re: package linux-image-3.16.0-50-generic 3.16.0-50.67~14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17

2015-10-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-3.16.0-50-generic 3.16.0-50.67~14.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 17

Status in linux-lts-utopic package in Ubuntu:
  New

Bug description:
  I really don't know what this problem is, but still a few weeks, every
  automatic update ends with a message of error for the package linux-
  image-3.16.0-50 

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-50-generic 3.16.0-50.67~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-49.65~14.04.1-generic 3.16.7-ckt15
  Uname: Linux 3.16.0-49-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  Date: Thu Oct 15 06:41:04 2015
  DuplicateSignature: 
package:linux-image-3.16.0-50-generic:3.16.0-50.67~14.04.1:subprocess installed 
post-installation script returned error exit status 17
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 17
  InstallationDate: Installed on 2015-09-13 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.4
   apt  1.0.1ubuntu2.10
  SourcePackage: linux-lts-utopic
  Title: package linux-image-3.16.0-50-generic 3.16.0-50.67~14.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 17
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1506312/+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 1506312] [NEW] package linux-image-3.16.0-50-generic 3.16.0-50.67~14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17

2015-10-14 Thread Daseb
Public bug reported:

I really don't know what this problem is, but still a few weeks, every
automatic update ends with a message of error for the package linux-
image-3.16.0-50 

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-3.16.0-50-generic 3.16.0-50.67~14.04.1
ProcVersionSignature: Ubuntu 3.16.0-49.65~14.04.1-generic 3.16.7-ckt15
Uname: Linux 3.16.0-49-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.15
Architecture: amd64
Date: Thu Oct 15 06:41:04 2015
DuplicateSignature: 
package:linux-image-3.16.0-50-generic:3.16.0-50.67~14.04.1:subprocess installed 
post-installation script returned error exit status 17
ErrorMessage: subprocess installed post-installation script returned error exit 
status 17
InstallationDate: Installed on 2015-09-13 (31 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.4
 apt  1.0.1ubuntu2.10
SourcePackage: linux-lts-utopic
Title: package linux-image-3.16.0-50-generic 3.16.0-50.67~14.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 17
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-lts-utopic (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  package linux-image-3.16.0-50-generic 3.16.0-50.67~14.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 17

Status in linux-lts-utopic package in Ubuntu:
  New

Bug description:
  I really don't know what this problem is, but still a few weeks, every
  automatic update ends with a message of error for the package linux-
  image-3.16.0-50 

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-50-generic 3.16.0-50.67~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-49.65~14.04.1-generic 3.16.7-ckt15
  Uname: Linux 3.16.0-49-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  Date: Thu Oct 15 06:41:04 2015
  DuplicateSignature: 
package:linux-image-3.16.0-50-generic:3.16.0-50.67~14.04.1:subprocess installed 
post-installation script returned error exit status 17
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 17
  InstallationDate: Installed on 2015-09-13 (31 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.4
   apt  1.0.1ubuntu2.10
  SourcePackage: linux-lts-utopic
  Title: package linux-image-3.16.0-50-generic 3.16.0-50.67~14.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 17
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1506312/+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 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang

2015-10-14 Thread M Nolan
Did anyone find a fix for this on ValleyView? As I understand it the
fixes posted to date are for Haswell/IvyBridge only.

I am seeing the issue on a 3.16.0-36.48 kernel which I confirmed has the
following code block in it:

} else if (IS_VALLEYVIEW(dev)) {
ring = &dev_priv->ring[BCS];
} else if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) {
ring = &dev_priv->ring[BCS];

Here is the stack trace that occurs when the problem happens:

Oct 13 12:35:58 System kernel: [ 8902.798602] Call Trace:
Oct 13 12:35:58 System kernel: [ 8902.798625]  dump_stack+0x41/0x52
Oct 13 12:35:58 System kernel: [ 8902.798640]  
warn_slowpath_common+0x7e/0xa0
Oct 13 12:35:58 System kernel: [ 8902.798799]  ? 
intel_crtc_wait_for_pending_flips+0x137/0x140 i915
Oct 13 12:35:58 System kernel: [ 8902.798950]  ? 
intel_crtc_wait_for_pending_flips+0x137/0x140 i915
Oct 13 12:35:58 System kernel: [ 8902.798963]  
warn_slowpath_null+0x22/0x30
Oct 13 12:35:58 System kernel: [ 8902.799114]  
intel_crtc_wait_for_pending_flips+0x137/0x140 i915
Oct 13 12:35:58 System kernel: [ 8902.799128]  ? 
prepare_to_wait_event+0xd0/0xd0
Oct 13 12:35:58 System kernel: [ 8902.799281]  
intel_crtc_set_config+0x813/0xba0 i915
Oct 13 12:35:58 System kernel: [ 8902.799366]  
drm_mode_set_config_internal+0x4e/0xb0 drm
Oct 13 12:35:58 System kernel: [ 8902.799514]  ? 
intel_reset_dpio+0x1a0/0x1a0 i915
Oct 13 12:35:58 System kernel: [ 8902.799549]  
restore_fbdev_mode+0xaa/0xe0 drm_kms_helper
Oct 13 12:35:58 System kernel: [ 8902.799583]  
drm_fb_helper_restore_fbdev_mode_unlocked+0x1e/0x50 drm_kms_helper
Oct 13 12:35:58 System kernel: [ 8902.799616]  
drm_fb_helper_set_par+0x22/0x50 drm_kms_helper
Oct 13 12:35:58 System kernel: [ 8902.799631]  fb_set_var+0x1bd/0x410
Oct 13 12:35:58 System kernel: [ 8902.799644]  ? 
update_cfs_rq_blocked_load+0x11e/0x180
Oct 13 12:35:58 System kernel: [ 8902.799658]  ? 
update_curr+0x12b/0x1e0
Oct 13 12:35:58 System kernel: [ 8902.799675]  fbcon_blank+0x1ee/0x2e0
Oct 13 12:35:58 System kernel: [ 8902.799694]  
do_unblank_screen+0xa6/0x1c0
Oct 13 12:35:58 System kernel: [ 8902.799709]  
complete_change_console+0x51/0xe0
Oct 13 12:35:58 System kernel: [ 8902.799722]  vt_ioctl+0xfa4/0x1080
Oct 13 12:35:58 System kernel: [ 8902.799734]  ? 
fsnotify_destroy_event+0x27/0x40
Oct 13 12:35:58 System kernel: [ 8902.799745]  ? 
inotify_handle_event+0x103/0x160
Oct 13 12:35:58 System kernel: [ 8902.799767]  ? 
complete_change_console+0xe0/0xe0
Oct 13 12:35:58 System kernel: [ 8902.799778]  tty_ioctl+0x233/0xa30
Oct 13 12:35:58 System kernel: [ 8902.799793]  ? fsnotify+0x1ef/0x2c0
Oct 13 12:35:58 System kernel: [ 8902.799804]  ? no_tty+0x30/0x30
Oct 13 12:35:58 System kernel: [ 8902.799817]  
do_vfs_ioctl+0x2f2/0x4f0
Oct 13 12:35:58 System kernel: [ 8902.799829]  ? dput+0x1e/0x150
Oct 13 12:35:58 System kernel: [ 8902.799843]  ? 
__sb_end_write+0x31/0x70
Oct 13 12:35:58 System kernel: [ 8902.799854]  ? vfs_write+0x15d/0x1d0
Oct 13 12:35:58 System kernel: [ 8902.799867]  ? 
__fget_light+0x22/0x60
Oct 13 12:35:58 System kernel: [ 8902.799879]  SyS_ioctl+0x60/0x90
Oct 13 12:35:58 System kernel: [ 8902.799893]  
sysenter_do_call+0x12/0x12
Oct 13 12:35:58 System kernel: [ 8902.799901] --[ end trace e3f9449caabb831e 
]-- 

When this happens we are running a screensaver-like animation, cycling
images with scaling effects. I am not sure if the screen freezes when
the animation is clicked (to wake up the screensaver) or if it is
already frozen by that time. The bug occurs sporadically. For the above
stack trace, I believe what I actually did was tried to switch to a VT
with ctrl+alt+F2 -- that would explain the tty_ioctl stuff, I think?
When the problem occurs, there is not always a stack trace.

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

Title:
  kernel messages intel_crtc_wait_for_pending_flips correlate to compiz
  hang

Status in Linux:
  Unknown
Status in System76:
  New
Status in xf86-video-intel:
  Fix Released
Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Utopic:
  Confirmed
Status in linux package in Debian:
  Confirmed
Status in linux package in Fedora:
  Unknown
Status in linux package in openSUSE:
  Unknown

Bug description:
  I am fairly frequently (maybe once every 2 days) seeing screen
  lockups.  The system is fine, and then screen locks up. mouse is still
  movable and even changes icon based on content under it (ie mouse over
  link changes to pointing hand).  Programs are still running (often
  this occurs during a google hangout, and the hangout, audio and mic
  seem to work fine).

  Today when this happened I had more patience and hit ctrl-alt-f1, and then 
subsequently saw that dmesg had:
  [82218.556025] [ cut here ]
  [82218.556074] WARNING: CPU: 0 PID: 8799 at 
/build/buildd/linux-3.16.0/drivers/gpu/drm/i915/intel_display.c:3324

[Kernel-packages] [Bug 1435681] Re: Broadcom Bluetooth [0a5c:216a] does not work on 14.04.2

2015-10-14 Thread Yung Shen
Thank you Pilot6.
As mentioned in comment #6, the firmware works fine on a system(14.04.3, 3.19) 
with [0a5c:216a].

An additional note, once the system applied with .hcd firmware even you
remove it later it will still working(reboot, suspend.. etc) until the
next cold boot.

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

Title:
  Broadcom Bluetooth [0a5c:216a] does not work on 14.04.2

Status in HWE Next:
  Incomplete
Status in linux-lts-trusty package in Ubuntu:
  New
Status in linux-lts-utopic package in Ubuntu:
  Incomplete

Bug description:
  CID: 201411-16163 Dell Inspiron 3551

  The Bluetooth device (0a5c:216a) on this laptop does not work on
  14.04.2, it can't find any other Bluetooth devices at all (simliar to
  bug 1129865).

  In dmesg output, you can see that it failed to load the firmware:

  ubuntu@201411-16163:~$ dmesg | grep -i bluetooth
  [   16.262873] Bluetooth: Core ver 2.19
  [   16.262907] Bluetooth: HCI device and connection manager initialized
  [   16.262916] Bluetooth: HCI socket layer initialized
  [   16.262920] Bluetooth: L2CAP socket layer initialized
  [   16.262946] Bluetooth: SCO socket layer initialized
  [   16.315946] Bluetooth: RFCOMM TTY layer initialized
  [   16.315961] Bluetooth: RFCOMM socket layer initialized
  [   16.315970] Bluetooth: RFCOMM ver 1.11
  [   16.416558] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [   16.416563] Bluetooth: BNEP filters: protocol multicast
  [   16.416573] Bluetooth: BNEP socket layer initialized
  [   21.487947] bluetooth hci0: Direct firmware load failed with error -2
  [   21.487955] bluetooth hci0: Falling back to user helper
  [   21.489402] Bluetooth: hci0: BCM: patch brcm/BCM43142A0-0a5c-216a.hcd not 
found
  [   23.495078] Bluetooth: hci0 command 0x1003 tx timeout

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Mar 24 02:32:11 2015
  InstallationDate: Installed on 2015-03-23 (0 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  SourcePackage: linux-lts-utopic
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1435681/+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 1503717] Re: linux-lts-utopic: 3.16.0-51.69~14.04.1 -proposed tracker

2015-10-14 Thread Taihsiang Ho
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) => 
Taihsiang Ho (taihsiangho)

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

Title:
  linux-lts-utopic: 3.16.0-51.69~14.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux-lts-utopic source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.16.0-51.69~14.04.1 upload package. This
  bug will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 07. October 2015 14:44 UTC
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 03:02 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 03:02 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 08. October 2015 12:49 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Thursday, 08. October 2015 14:04 UTC
  kernel-stable-Verification-testing-start:Thursday, 08. October 2015 14:04 UTC
  kernel-stable-Certification-testing-start:Thursday, 08. October 2015 14:04 UTC
  kernel-stable-Security-signoff-start:Thursday, 08. October 2015 14:04 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 08. October 2015 14:04 UTC
  kernel-stable-Security-signoff-end:Thursday, 08. October 2015 20:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1503717/+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 1505482] Re: package linux-image-3.19.0-31-generic 3.19.0-31.35~14.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2015-10-14 Thread Marcelo Lescano
the output of: sudo gedit /etc/apt/sources.list

# deb cdrom:[Ubuntu 14.04.2 LTS _Trusty Tahr_ - Release amd64
(20150218.1)]/ trusty main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu trusty main restricted
deb-src http://archive.ubuntu.com/ubuntu trusty main multiverse universe 
restricted #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu trusty-updates main multiverse 
universe restricted #Added by software-properties

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu trusty universe
deb http://archive.ubuntu.com/ubuntu trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu trusty multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe 
multiverse
deb-src http://archive.ubuntu.com/ubuntu trusty-backports main restricted 
universe multiverse #Added by software-properties

deb http://archive.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://archive.ubuntu.com/ubuntu trusty-security main multiverse 
universe restricted #Added by software-properties
deb http://archive.ubuntu.com/ubuntu trusty-security universe
deb http://archive.ubuntu.com/ubuntu trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe
deb-src http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe
deb http://archive.ubuntu.com/ubuntu trusty-proposed main universe restricted 
multiverse

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

Title:
  package linux-image-3.19.0-31-generic 3.19.0-31.35~14.04.1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

Status in linux-lts-vivid package in Ubuntu:
  New

Bug description:
   http://paste.ubuntu.com/12758007/

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.16
  AptOrdering:
   initramfs-tools: Configure
   linux-image-3.19.0-31-generic: Configure
   linux-image-extra-3.19.0-31-generic: Configure
   linux-image-generic-lts-vivid: Configure
   linux-generic-lts-vivid: Configure
  Architecture: amd64
  Date: Fri Oct  9 16:33:56 2015
  DuplicateSignature: 
package:linux-image-3.19.0-31-generic:3.19.0-31.35~14.04.1:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
  ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 2
  InstallationDate: Installed on 2015-05-09 (156 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.4
   apt  1.0.1ubuntu2.10
  SourcePackage: linux-lts-vivid
  Title: package linux-image-3.19.0-31-generic 3.19.0-31.35~14.04.1 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-vivid/+bug/1505482/+subsc

[Kernel-packages] [Bug 1497627] Re: Periodically video will freeze for no reason at all and no specific time between freezes.

2015-10-14 Thread chris pollock
I am now able to replicate my video freeze by lowering and raising
windows at a fast pace. When doing this my screen will 'flicker' for an
instant and at times will continue to flicker. The flicker consists
actually of two areas on the screen. I've tried to capture a screen shot
when the continuous flicker is happening but as soon as I raise the
window for Gnome screen shot the flicker stops. Tonight when lowering
and raising windows at a fast pace the freeze occurred. Running

cat /sys/kernel/debug/dri/0/i915_swizzle_info outputted:

bit6 swizzle for X-tiling = none
bit6 swizzle for Y-tiling = none
DDC = 0x00200010
DDC2 = 0x00300030
C0DRB3 = 0x0030
C1DRB3 = 0x0010

Running cat /sys/class/drm/card0/error outputted:

no error state collected

The freeze occurred at 20:07:39 my syslog shows this for that time
period

Oct 14 20:07:32 localhost kernel: [171877.801126] [drm:drm_mode_addfb2] [FB:57]
Oct 14 20:07:32 localhost kernel: [171877.838608] [drm:drm_mode_addfb2] [FB:60]
Oct 14 20:07:32 localhost kernel: [171877.926645] [drm:drm_mode_addfb2] [FB:64]
Oct 14 20:07:32 localhost kernel: [171877.944068] [drm:drm_mode_addfb2] [FB:65]
Oct 14 20:07:32 localhost kernel: [171877.975866] [drm:drm_mode_addfb2] [FB:66]
Oct 14 20:07:32 localhost kernel: [171877.993399] [drm:drm_mode_addfb2] [FB:67]
Oct 14 20:07:33 localhost kernel: [171879.439826] [drm:drm_mode_addfb2] [FB:68]
Oct 14 20:07:33 localhost kernel: [171879.462886] [drm:drm_mode_addfb2] [FB:69]
Oct 14 20:07:33 localhost kernel: [171879.480867] [drm:drm_mode_addfb2] [FB:70]
Oct 14 20:07:36 localhost kernel: [171881.525273] [drm:drm_mode_addfb2] [FB:57]
Oct 14 20:07:36 localhost kernel: [171881.660074] [drm:drm_mode_addfb2] [FB:59]
Oct 14 20:07:36 localhost kernel: [171881.676724] [drm:drm_mode_addfb2] [FB:64]
Oct 14 20:07:36 localhost kernel: [171881.710189] [drm:drm_mode_addfb2] [FB:65]
Oct 14 20:07:36 localhost kernel: [171881.726965] [drm:drm_mode_addfb2] [FB:66]
Oct 14 20:07:36 localhost kernel: [171881.743498] [drm:drm_mode_addfb2] [FB:67]
Oct 14 20:07:36 localhost kernel: [171881.786167] [drm:drm_mode_addfb2] [FB:68]

The flicker also appears when switching between window applications such
as from window 1 Evolution to window 2 Firefox or any other window.

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

Title:
  Periodically video will freeze for no reason at all and no specific
  time between freezes.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  What I expect to happen is the video to not freeze every so often.
  What happened is that the video froze. This has been going on for over a 
year. It doesn't matter if I have any applications open such as Evolution or 
Firefox. It could happen any time during the day when I'm working on the 
computer or during the night when it's the most idle. Once the video freezes 
the cursor can still be moved around the desktop however clicking on anything 
does not work. During this time all background process and cronjobs continue to 
run.

  ---
  ApportVersion: 2.14.1-0ubuntu3.13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  chris  2095 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=bb329dc0-0642-4b6a-876a-12c2f02fb7f6
  InstallationDate: Installed on 2014-10-24 (332 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 780
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-63-generic 
root=UUID=4254a7e9-429b-4f53-a08c-ae7ff839b98f ro drm.debug=0xe plymouth:debug
  ProcVersionSignature: Ubuntu 3.13.0-63.103-generic 3.13.11-ckt25
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-63-generic N/A
   linux-backports-modules-3.13.0-63-generic  N/A
   linux-firmware 1.127.15
  RfKill:

  Tags:  trusty
  Uname: Linux 3.13.0-63-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 0C27VV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.asset.tag: LE0006476
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd08/06/2013:svnDellInc.:pnOptiPlex780:pvr:rvnDellInc.:rn0C27VV:rvrA01:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 780
  dmi.sys.vendor: Dell Inc.

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

[Kernel-packages] [Bug 1506271] Missing required logs.

2015-10-14 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1506271

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  Wrong map for Logitech M560 mouse buttons

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I bought a Logitech M560 mouse and used 'xev' to see button codes.
  This mouse has a problem what I think need to be corrected in the
  kernel module. The tilt wheel (wheel with left and right buttons) has
  the buttons mapped for 6 (left) and 7 (right). I think the correct
  codes should be 8 (left) and 9 (right). This is because the Ubuntu
  uses the codes 8 and 9 to back and forward in web pages. I know that
  because I have a Logitech M325 mouse and the tilt wheel works out-of-
  the-box. I'm using Ubuntu 15.10 beta 2 with all updates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1506271/+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 1506273] Re: package linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17

2015-10-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 17

Status in linux-lts-vivid package in Ubuntu:
  New

Bug description:
  just normal update and my machine is LENOVO G40

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-31.36~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-31-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.16
  Architecture: amd64
  Date: Tue Oct 13 14:29:41 2015
  DuplicateSignature: 
package:linux-image-3.19.0-31-generic:3.19.0-31.36~14.04.1:subprocess installed 
post-installation script returned error exit status 17
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 17
  InstallationDate: Installed on 2015-09-01 (43 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.4
   apt  1.0.1ubuntu2.10
  SourcePackage: linux-lts-vivid
  Title: package linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 17
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-vivid/+bug/1506273/+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 1506273] [NEW] package linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17

2015-10-14 Thread kasim
Public bug reported:

just normal update and my machine is LENOVO G40

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1
ProcVersionSignature: Ubuntu 3.19.0-31.36~14.04.1-generic 3.19.8-ckt7
Uname: Linux 3.19.0-31-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.16
Architecture: amd64
Date: Tue Oct 13 14:29:41 2015
DuplicateSignature: 
package:linux-image-3.19.0-31-generic:3.19.0-31.36~14.04.1:subprocess installed 
post-installation script returned error exit status 17
ErrorMessage: subprocess installed post-installation script returned error exit 
status 17
InstallationDate: Installed on 2015-09-01 (43 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.4
 apt  1.0.1ubuntu2.10
SourcePackage: linux-lts-vivid
Title: package linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 17
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-lts-vivid (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package package-from-proposed trusty

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

Title:
  package linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 17

Status in linux-lts-vivid package in Ubuntu:
  New

Bug description:
  just normal update and my machine is LENOVO G40

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-31.36~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-31-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.16
  Architecture: amd64
  Date: Tue Oct 13 14:29:41 2015
  DuplicateSignature: 
package:linux-image-3.19.0-31-generic:3.19.0-31.36~14.04.1:subprocess installed 
post-installation script returned error exit status 17
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 17
  InstallationDate: Installed on 2015-09-01 (43 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.4
   apt  1.0.1ubuntu2.10
  SourcePackage: linux-lts-vivid
  Title: package linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 17
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-vivid/+bug/1506273/+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 1483494] Re: WIFI not working on Acer Aspire E5-573

2015-10-14 Thread Christopher M. Penalver
Michael Stenta, to track hardware and increase priority, it will help immensely 
if you filed a new report via a terminal:
ubuntu-bug linux

Please feel free to subscribe me to it.

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  WIFI not working on Acer Aspire E5-573

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have installed Linux Mint 17.2 Mate(64bit) on my new Acer Aspire
  E5-573.  I am having a problem with wifi. Wireless connection is not
  working, only wired connection is working.

  I have a Qualcomm Atheros Device 0042 Wifi card.

  Here is a output.

  splinter@splinter ~ $ inxi -Fxz
  System:Host: splinter Kernel: 3.16.0-38-generic x86_64 (64 bit, gcc: 
4.8.2) Desktop: N/A Distro: Linux Mint 17.2 Rafaela
  Machine:   System: Acer product: Aspire E5-573 version: V3.72
 Mobo: Acer model: ZORO_BH version: Type2 - A01 Board Version Bios: 
Insyde version: V1.11 date: 04/20/2015
  CPU:   Dual core Intel Core i3-4005U CPU (-HT-MCP-) cache: 3072 KB flags: 
(lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 6784.64 
 Clock Speeds: 1: 1700.00 MHz 2: 1700.00 MHz 3: 1700.066 MHz 4: 
1699.867 MHz
  Graphics:  Card: Intel Haswell-ULT Integrated Graphics Controller bus-ID: 
00:02.0 
 X.Org: 1.15.1 drivers: intel (unloaded: fbdev,vesa) Resolution: 
1366x768@60.0hz 
 GLX Renderer: Mesa DRI Intel Haswell Mobile GLX Version: 3.0 Mesa 
10.1.3 Direct Rendering: Yes
  Audio: Card-1: Intel Lynx Point-LP HD Audio Controller driver: 
snd_hda_intel bus-ID: 00:1b.0 
 Card-2: Intel Haswell-ULT HD Audio Controller driver: 
snd_hda_intel bus-ID: 00:03.0 
 Sound: Advanced Linux Sound Architecture ver: k3.16.0-38-generic
  Network:   Card-1: Qualcomm Atheros Device 0042 bus-ID: 03:00.0
 IF: N/A state: N/A speed: N/A duplex: N/A mac: N/A
 Card-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller 
 driver: r8169 ver: 2.3LK-NAPI port: 3000 bus-ID: 02:00.0
 IF: eth0 state: down mac: 
  Drives:HDD Total Size: 1032.1GB (0.5% used) 1: id: /dev/sda model: 
WDC_WD10JPVX size: 1000.2GB 
 2: id: /dev/sdb model: SD/MMC size: 31.9GB 
  Partition: ID: / size: 230G used: 4.9G (3%) fs: ext4 ID: swap-1 size: 8.19GB 
used: 0.00GB (0%) fs: swap 
  RAID:  No RAID devices detected - /proc/mdstat and md_mod kernel raid 
module present
  Sensors:   System Temperatures: cpu: 41.0C mobo: N/A 
 Fan Speeds (in rpm): cpu: N/A 
  Info:  Processes: 189 Uptime: 19 min Memory: 336.0/3879.3MB Runlevel: 2 
Gcc sys: 4.8.4 
 Client: Shell (bash 4.3.11) inxi: 1.9.17

  
  splinter@splinter ~ $ sudo rfkill list all
  0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  1: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no

  Please help.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  splinter   1891 F pulseaudio
   /dev/snd/controlC0:  splinter   1891 F pulseaudio
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=0483444a-0d9a-4215-b36b-4aee75fd9ec0
  InstallationDate: Installed on 2015-08-10 (0 days ago)
  InstallationMedia: Linux Mint 17.2 "Rafaela" - Release amd64 20150627
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Acer Aspire E5-573
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic 
root=UUID=ce5d744c-0341-42b5-af57-4da5721790d8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-38-generic N/A
   linux-backports-modules-3.16.0-38-generic  N/A
   linux-firmware 1.127.12
  Tags:  rafaela
  Uname: Linux 3.16.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/20/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.11
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: ZORO_BH
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.11:bd04/20/2015:svnAcer:pnAspireE5-573:pvrV3.72:rvnAcer:rnZORO_BH:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-573
  dmi.product.version: V3.72
  dmi.sys.vendor: Acer

To manage notifications about this 

[Kernel-packages] [Bug 1506271] [NEW] Wrong map for Logitech M560 mouse buttons

2015-10-14 Thread Marcos Alano
Public bug reported:

I bought a Logitech M560 mouse and used 'xev' to see button codes. This
mouse has a problem what I think need to be corrected in the kernel
module. The tilt wheel (wheel with left and right buttons) has the
buttons mapped for 6 (left) and 7 (right). I think the correct codes
should be 8 (left) and 9 (right). This is because the Ubuntu uses the
codes 8 and 9 to back and forward in web pages. I know that because I
have a Logitech M325 mouse and the tilt wheel works out-of-the-box. I'm
using Ubuntu 15.10 beta 2 with all updates.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Wrong map for Logitech M560 mouse buttons

Status in linux package in Ubuntu:
  New

Bug description:
  I bought a Logitech M560 mouse and used 'xev' to see button codes.
  This mouse has a problem what I think need to be corrected in the
  kernel module. The tilt wheel (wheel with left and right buttons) has
  the buttons mapped for 6 (left) and 7 (right). I think the correct
  codes should be 8 (left) and 9 (right). This is because the Ubuntu
  uses the codes 8 and 9 to back and forward in web pages. I know that
  because I have a Logitech M325 mouse and the tilt wheel works out-of-
  the-box. I'm using Ubuntu 15.10 beta 2 with all updates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1506271/+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 1449079] Re: TPM error (6) occurred attempting to read a pcr value

2015-10-14 Thread Christopher M. Penalver
Dennis, I'm not sure this is even a bug then. Typically, just the
existence of the word "error" in dmesg, especially without an
accompanying end user impact, doesn't meet the standards of a bug.
However, we can mark it Triaged for now, and see what develops.

** Changed in: linux (Ubuntu)
   Importance: Medium => Low

** Changed in: linux (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  TPM error (6) occurred attempting to read a pcr value

Status in linux package in Ubuntu:
  Triaged

Bug description:
  TPM error (6) occurred attempting to read a pcr value.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-15-generic 3.19.0-15.15
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dk 2666 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Apr 27 16:50:55 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=631313d2-579c-45d2-bb00-39c07555c8f6
  InstallationDate: Installed on 2013-08-16 (619 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: LENOVO 3460CLG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=895c87ae-1331-4119-acf2-4c54a7287e3b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-23 (3 days ago)
  dmi.bios.date: 02/05/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G6ETB0WW (2.70 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3460CLG
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG6ETB0WW(2.70):bd02/05/2015:svnLENOVO:pn3460CLG:pvrThinkPadX1Carbon:rvnLENOVO:rn3460CLG:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3460CLG
  dmi.product.version: ThinkPad X1 Carbon
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449079/+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 1504445] Re: FocalTech touchpad stops working after suspend

2015-10-14 Thread Christopher M. Penalver
Thatoo, could you please provide the missing information following
https://wiki.ubuntu.com/DebuggingKernelSuspend ?

** Tags removed: kernel-bug-exists-upstream-4.3.0-040300rc5
** Tags added: kernel-bug-exists-upstream-4.3-rc5 resume suspend

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
   FocalTech touchpad stops working after suspend

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have an Asus V502LX the persian version of the Asus K501LX.

  I have Ubuntu 14.04 installed and the kernel 4.1.6 installed. I had to
  install the kernel 4.1.6 to have the touchpad recognised. Under kernel
  3.19.30, as I am running now to file in this bug, the touchpad is
  recognised as a simple mouse (no two fingers scrolling...) and the
  problem I am describing below is also present...

  I noticed one problem. The Focaltech touchpad is not working after
  suspending the computer.

  Here is what I could find about the touchpad in
  /proc/bus/input/devices

  I: Bus=0011 Vendor=0002 Product=0012 Version=
  N: Name="FocalTechPS/2 FocalTech FocalTech Touchpad"
  P: Phys=isa0060/serio1/input0
  S: Sysfs=/devices/platform/i8042/serio1/input/input5
  U: Uniq=
  H: Handlers=mouse0 event4
  B: PROP=5
  B: EV=b
  B: KEY=e520 1 0 0 0 0
  B: ABS=2608003

  Before suspending the computer, I can deactivate and activate again
  the touchpad with the hotkey of my keyboard without problem. However,
  once the computer suspended, nothing work to re-activate the touchpad.

  I tried a solution given on internet but it doesn't work properly.

  I created a file here /etc/pm/sleep.d/trackpad
  sudo gedit /etc/pm/sleep.d/trackpad

  and add the following
  #!/bin/sh
  case "$1" in
  suspend|hibernate)
  modprobe -r psmouse;
  resume|thaw)
  modprobe psmouse;
  esac

  With this file, the computer refuse to suspend. The touchpad keep
  working so it does something but I can't make my computer sleeping...

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Oct  9 12:05:16 2015
  InstallationDate: Installed on 2015-09-26 (12 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  yogo   2073 F pulseaudio
   /dev/snd/controlC0:  yogo   2073 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=943b03af-c1bf-489e-8e42-485931fc619c
  InstallationDate: Installed on 2015-09-26 (12 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 8087:07dc Intel Corp. 
   Bus 001 Device 002: ID 04f2:b483 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. K501LX
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed 
root=UUID=37bd087e-a2f6-437e-8d20-b19536eb738a ro quiet splash acpi_osi= 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.127.15
  Tags:  trusty
  Uname: Linux 3.19.0-30-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data
  _MarkForUpload: True
  dmi.bios.date: 04/16/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K501LX.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K501LX
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK501LX.203:bd04/16/2015:svnASUSTeKCOMPUTERINC.:pnK501LX:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnK501LX:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: K501LX
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notificati

[Kernel-packages] [Bug 1504143] kili (amd64) - tests ran: 1, failed: 1

2015-10-14 Thread Brad Figg
tests ran:   1, failed: 1;
  
http://kernel.ubuntu.com/testing/4.2.0-16.19/kili__4.2.0-16.19__2015-10-15_00-35-00/results-index.html

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

Title:
  linux: 4.2.0-16.19 -proposed tracker

Status in Kernel Development Workflow:
  Fix Released
Status in Kernel Development Workflow automated-testing series:
  Fix Released
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Wily:
  Fix Released

Bug description:
  This bug is for tracking the 4.2.0-16.19 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-Prepare-package-start:Thursday, 08. October 2015 13:45 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 08. October 2015 14:01 UTC
  proposed-announcement-sent:True
  kernel-Promote-to-release-end:Saturday, 10. October 2015 22:00 UTC
  kernel-phase-changed:Saturday, 10. October 2015 23:00 UTC
  kernel-Prepare-package-end:Saturday, 10. October 2015 23:00 UTC
  kernel-Package-testing-start:Saturday, 10. October 2015 23:00 UTC
  kernel-phase:Released

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1504143/+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 1504143] kili (amd64) - tests ran: 2, failed: 2

2015-10-14 Thread Brad Figg
tests ran:   2, failed: 2;
  
http://kernel.ubuntu.com/testing/4.2.0-16.19/kili__4.2.0-16.19__2015-10-14_22-47-00/results-index.html

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

Title:
  linux: 4.2.0-16.19 -proposed tracker

Status in Kernel Development Workflow:
  Fix Released
Status in Kernel Development Workflow automated-testing series:
  Fix Released
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Wily:
  Fix Released

Bug description:
  This bug is for tracking the 4.2.0-16.19 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-Prepare-package-start:Thursday, 08. October 2015 13:45 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 08. October 2015 14:01 UTC
  proposed-announcement-sent:True
  kernel-Promote-to-release-end:Saturday, 10. October 2015 22:00 UTC
  kernel-phase-changed:Saturday, 10. October 2015 23:00 UTC
  kernel-Prepare-package-end:Saturday, 10. October 2015 23:00 UTC
  kernel-Package-testing-start:Saturday, 10. October 2015 23:00 UTC
  kernel-phase:Released

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1504143/+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 1493943] Re: Mono reliably crashes on certain multithreaded code in 3.13.0-62-generic

2015-10-14 Thread Samuel Greenway
Seems this is a reoccurring issues.

Ref. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1450584.

Opensimulator.org project is still seeing issues with crashes giving a 
mono-sgen error.
http://opensimulator.org/mantis/view.php?id=7519

** Bug watch added: opensimulator.org/mantis/ #7519
   http://opensimulator.org/mantis/view.php?id=7519

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

Title:
  Mono reliably crashes on certain multithreaded code in
  3.13.0-62-generic

Status in linux package in Ubuntu:
  Incomplete
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Incomplete
Status in linux-lts-utopic source package in Trusty:
  Incomplete
Status in linux source package in Vivid:
  Incomplete

Bug description:
  SRU Justification:

  [Impact]
  EDIT: The referenced bug was not causing the crashing.

  [Fix]
  None yet.

  [Test Case]
  If I can get a test case working without giving the code for my company's 
internal application, I will post it.

  --

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-62-generic 3.13.0-62.102
  ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
  Uname: Linux 3.13.0-62-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.12
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  droffel1829 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Sep  9 10:28:21 2015
  HibernationDevice: RESUME=UUID=c916917a-07a8-42ad-807a-b2f7c4ff9807
  InstallationDate: Installed on 2015-04-15 (146 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-62-generic 
root=UUID=51deb493-21fe-4016-9855-90d738549bff ro quiet splash 
crashkernel=384M-:128M crashkernel=384M-:128M vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-62-generic N/A
   linux-backports-modules-3.13.0-62-generic  N/A
   linux-firmware 1.127.15
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:

  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1493943/+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 1503924] kili (amd64) - tests ran: 1, failed: 1

2015-10-14 Thread Brad Figg
tests ran:   1, failed: 1;
  
http://kernel.ubuntu.com/testing/3.19.0-31.36~14.04.1/kili__3.19.0-31.36~14.04.1__2015-10-14_17-40-00/results-index.html

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

Title:
  linux-lts-vivid: 3.19.0-31.36~14.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-vivid source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.19.0-31.36~14.04.1 upload package. This
  bug will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 08. October 2015 00:01 UTC
  kernel-stable-master-bug:1503703
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 22:03 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 22:03 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 09. October 2015 06:08 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Verification-testing-start:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Certification-testing-start:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Security-signoff-start:Friday, 09. October 2015 08:03 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Security-signoff-end:Friday, 09. October 2015 18:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1503924/+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 1500739] Re: CPU lockup on HP Proliant DL380 Gen9 servers

2015-10-14 Thread Chris J Arges
Initially this looked similar to bug 1413540.
This bug patched 3.13 with 9242b5b to _mitigate_ the issue, but this patch is 
already present in 3.16. So perhaps we're hitting another failure mode.
It would be good to know if the smp_call_function_* path in the backtrace is 
actually leading up to an IPI call that gets lost, and thus we spin in 
csd_lock_wait.

Are you running nested KVM instances? How often does this lockup occur?
Can you get crashdumps of this issue?

Thanks,
--chris j arges

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

Title:
  CPU lockup on HP Proliant DL380 Gen9 servers

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Over the past 3-ish weeks we've had 3 seperate HP Proliant DL380 Gen9
  servers lock up with a similar looking cpu lockup bug.  All 3 of these
  servers are nova-compute nodes in an OpenStack cluster, with a
  reasonable amount of load on them.  The symptoms are the load shoots
  up into the hundreds, and ps stops returning.

  I've attached lspci -vnvn and 3 sets of syslog message traces that we
  grabbed on each of the 3 times it has crashed.

  $ cat /proc/version_signature 
  Ubuntu 3.16.0-49.65~14.04.1-generic 3.16.7-ckt15

  Please let us know if you need any further information.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Sep 29 06:47 seq
   crw-rw 1 root audio 116, 33 Sep 29 06:47 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=c2111986-9219-44f2-ad09-8d367ce8b30b
  MachineType: HP ProLiant DL380 Gen9
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-49-generic 
root=UUID=038cefb6-3559-4104-9754-5308497961f5 ro console=tty0 
console=ttyS1,115200 BOOTIF=01-3c:a8:2a:23:f5:00 quiet
  ProcVersionSignature: Ubuntu 3.16.0-49.65~14.04.1-generic 3.16.7-ckt15
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-49-generic N/A
   linux-backports-modules-3.16.0-49-generic  N/A
   linux-firmware 1.127.15
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty uec-images
  Uname: Linux 3.16.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/06/2015
  dmi.bios.vendor: HP
  dmi.bios.version: P89
  dmi.chassis.type: 23
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrP89:bd05/06/2015:svnHP:pnProLiantDL380Gen9:pvr:cvnHP:ct23:cvr:
  dmi.product.name: ProLiant DL380 Gen9
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1500739/+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 1502982] Comment bridged from LTC Bugzilla

2015-10-14 Thread bugproxy
--- Comment From gws...@au1.ibm.com 2015-10-14 21:34 EDT---
Yes, all above 3 patches are required. Otherwise, error recovery can't work on 
PE#0. Also, error injection to PE#0 just fail. For this particular bug, I think 
it's just tracking the backporting for those 2 Linux patches from upstream to 
ubuntu distro.

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

Title:
  STCOP810:Firestone: frsfp6 EEH on Bluefin does not recover with Ubuntu

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Vivid:
  Fix Committed
Status in linux source package in Wily:
  Fix Released

Bug description:
  Problem:
  ==
  Test Case Execution Record:

  95613: EEH_Firestone_Ubuntu 14.04.03_Bluefin_Standalone on frsfp6

  Error Injection Method: err_injct_inboundA

  Step 1. Start HTX (I used mdt.hdbuster & only ran htx on bluefin disks)
  Step 2. Inject EEH error

  bluefin is in slot P1-C4 (PCI0004)

   echo 0x8000 >
  /sys/kernel/debug/powerpc/PCI0004/err_injct_inboundA; sleep 1; echo
  0x0 > /sys/kernel/debug/powerpc/PCI0004/err_injct_inboundA

  Expected Result: Adapter/SAN disks to recover and htx still run

  Actual Result:  Adapter did not recover... continuous EEH errors until
  limit of 6 is reached in 1 hour

  There're two patches: one for skiboot firmware and another patch,
  which has been in upstream, was missed in ubuntu distro (at least
  15.04). The skiboot patch has been merged to upstream.

  c7192a4 PHB3: Fix wrong PE number in error injection (skiboot)
  2aa5cf9 powerpc/eeh: Fix missed PE#0 on P7IOC (linux)

  If I'm correct, I think this bug needs to be mirrored so that the
  Linux patch (commit 2aa5cf9) can be backported to ubuntu distro. With
  the patch backported to ubuntu 15.04, EEH works fine on Broadcom
  adapter (not exactly the one where the bug was reported initially):

  root@fstn2-p1:/# dmesg | grep EEH
  [0.216919] EEH: PowerNV platform initialized
  [0.570606] EEH: devices created
  [1.302482] EEH: PCI Enhanced I/O Error Handling Enabled
  [   90.566761] EEH: PHB location: Slot1
  [   90.567503] EEH: Frozen PHB#4-PE#0 detected
  [   90.567673] EEH: PE location: Slot1, PHB location: Slot1
  [   90.567930] EEH: Detected PCI bus error on PHB#4-PE#0
  [   90.567935] EEH: This PCI device has failed 1 times in the last hour
  [   90.567937] EEH: Notify device drivers to shutdown
  [   90.567985] EEH: Collect temporary log
  [   90.568971] EEH: Reset without hotplug activity
  [   94.585540] EEH: Notify device drivers the completion of reset
  [   94.585934] EEH: Notify device driver to resume

  

  The story about this bug is: Without commit 2aa5cf9 ("powerpc/eeh: Fix
  missed PE#0 on P7IOC"). PE#0 is regarded as invalid one. When kernel
  sees the frozen PE#0, the frozen state is cleared and dump the PHB
  diag-data, then try to recover it. When resetting the PE, the driver,
  which wasn't stopped by error_detected() completely, access the MMIO
  space and just causes another (recursive) EEH error. Eventually, the
  EEH recovery failed. During the PE reset, the I/O path for the PE
  should be frozen and MMIO access during the period should be dropped
  to avoid recursive EEH error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1502982/+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 1504744] Missing required logs.

2015-10-14 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1504744

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

** Tags added: precise

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

Title:
  Kernel 3.2.0-91-generic "end trace" boot failure

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi All,

  On this computer we recently updated to the 3.2.0-91-generic version,
  but it failed to start with a list of errors. Always ending in
  something with "end trace".

  The computer uses:
  -- Description:   Ubuntu 12.04.5 LTS
  -- Release:   12.04

  Depending on the devices and network cables the errors changed, but
  always failed to properly boot.

  Also we are not able to change the bootoptions of grub, because when
  pressing keyboard keys no responses where captured by the grub
  software. The only keys pressed that where processed by grub where
  just before the load of the grub bootoption screen.

  Work around:
  -- use Ubuntu boot cd/dvd and fire up a temp Ubuntu environment
  -- remove 3.2.0-91-generic components from boot folder
  -- copy previous version (in my case 3.2.0-90-generic) of the components to a 
3.2.0-91-generic naming and Ubuntu starts up again fine

  Hope you can fix it soon, because more people are likely to get stuck!
  And may have not my inside knowledge

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504744/+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 1504781] Please test proposed package

2015-10-14 Thread Martin Pitt
Hello Andy, or anyone else affected,

Accepted lxc into trusty-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/lxc/1.0.7-0ubuntu0.9
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!

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

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

Status in linux package in Ubuntu:
  Invalid
Status in lxc package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New
Status in lxc source package in Trusty:
  Fix Committed

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1502982] Comment bridged from LTC Bugzilla

2015-10-14 Thread bugproxy
--- Comment From cdead...@us.ibm.com 2015-10-14 21:15 EDT---
 State: Verify by: trantow on 14 October 2015 16:08:58 

Are Three patches required?
one for skiboot firmware (in OPAL) ... delivered in 5.1.5 -> op810 1539G ?
two Linux ones, and when available for 14.04.3 kernel 3.19 ?

1) c7192a4 PHB3: Fix wrong PE number in error injection (skiboot)
2) 2aa5cf9 powerpc/eeh: Fix missed PE#0 on P7IOC (linux)
 later add ...
3) 433185d2 ("powerpc/eeh: Fix PE#0 check in eeh_add_to_parent_pe()")   (Linux)

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

Title:
  STCOP810:Firestone: frsfp6 EEH on Bluefin does not recover with Ubuntu

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Vivid:
  Fix Committed
Status in linux source package in Wily:
  Fix Released

Bug description:
  Problem:
  ==
  Test Case Execution Record:

  95613: EEH_Firestone_Ubuntu 14.04.03_Bluefin_Standalone on frsfp6

  Error Injection Method: err_injct_inboundA

  Step 1. Start HTX (I used mdt.hdbuster & only ran htx on bluefin disks)
  Step 2. Inject EEH error

  bluefin is in slot P1-C4 (PCI0004)

   echo 0x8000 >
  /sys/kernel/debug/powerpc/PCI0004/err_injct_inboundA; sleep 1; echo
  0x0 > /sys/kernel/debug/powerpc/PCI0004/err_injct_inboundA

  Expected Result: Adapter/SAN disks to recover and htx still run

  Actual Result:  Adapter did not recover... continuous EEH errors until
  limit of 6 is reached in 1 hour

  There're two patches: one for skiboot firmware and another patch,
  which has been in upstream, was missed in ubuntu distro (at least
  15.04). The skiboot patch has been merged to upstream.

  c7192a4 PHB3: Fix wrong PE number in error injection (skiboot)
  2aa5cf9 powerpc/eeh: Fix missed PE#0 on P7IOC (linux)

  If I'm correct, I think this bug needs to be mirrored so that the
  Linux patch (commit 2aa5cf9) can be backported to ubuntu distro. With
  the patch backported to ubuntu 15.04, EEH works fine on Broadcom
  adapter (not exactly the one where the bug was reported initially):

  root@fstn2-p1:/# dmesg | grep EEH
  [0.216919] EEH: PowerNV platform initialized
  [0.570606] EEH: devices created
  [1.302482] EEH: PCI Enhanced I/O Error Handling Enabled
  [   90.566761] EEH: PHB location: Slot1
  [   90.567503] EEH: Frozen PHB#4-PE#0 detected
  [   90.567673] EEH: PE location: Slot1, PHB location: Slot1
  [   90.567930] EEH: Detected PCI bus error on PHB#4-PE#0
  [   90.567935] EEH: This PCI device has failed 1 times in the last hour
  [   90.567937] EEH: Notify device drivers to shutdown
  [   90.567985] EEH: Collect temporary log
  [   90.568971] EEH: Reset without hotplug activity
  [   94.585540] EEH: Notify device drivers the completion of reset
  [   94.585934] EEH: Notify device driver to resume

  

  The story about this bug is: Without commit 2aa5cf9 ("powerpc/eeh: Fix
  missed PE#0 on P7IOC"). PE#0 is regarded as invalid one. When kernel
  sees the frozen PE#0, the frozen state is cleared and dump the PHB
  diag-data, then try to recover it. When resetting the PE, the driver,
  which wasn't stopped by error_detected() completely, access the MMIO
  space and just causes another (recursive) EEH error. Eventually, the
  EEH recovery failed. During the PE reset, the I/O path for the PE
  should be frozen and MMIO access during the period should be dropped
  to avoid recursive EEH error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1502982/+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 1503733] Re: BCM43142 Bluetooth not working on Lenovo Z50-70

2015-10-14 Thread Jeremy
Can somebody at least post  the results of

lsusb; dmesg | egrep -i 'blue|firm'; uname -a

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

Title:
  BCM43142 Bluetooth not working on Lenovo Z50-70

Status in bcmwl package in Ubuntu:
  Confirmed

Bug description:
  Bluetooth on my Lenovo Z50-70 is not working. I have installed the
  suggested bcmwl drivers from the "Additional Drivers" application. I
  installed my system a long time back, but didn't realise the bluetooth
  just wasn't working. The wifi works fine, and there were no issues
  during my upgrade from 14.10 to 15.04. Here are the details of my
  system:

  lsb_release -rd
  Description:  Ubuntu 15.04
  Release:  15.04

  suspected package:
  bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu2

  or

  linux-image-generic 3.19.0.31.30

  rfkill list all
  0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
  1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  2: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
  3: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no

  What more information should I give here?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-30.33-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  NonfreeKernelModules: wl nvidia
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Oct  7 20:30:19 2015
  InstallationDate: Installed on 2015-03-17 (204 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: bcmwl
  UpgradeStatus: Upgraded to vivid on 2015-08-31 (37 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1503733/+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 1504814] Re: my wifi is not connected

2015-10-14 Thread Steve Beattie
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  my wifi is not connected

Status in bcmwl package in Ubuntu:
  New

Bug description:
  in my Ubuntu 12.04  is not working wifi it is showing signals

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: bcmwl-kernel-source (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-66.108~precise1-generic 3.13.11-ckt27
  Uname: Linux 3.13.0-66-generic i686
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: i386
  Date: Sat Oct 10 22:35:01 2015
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release i386 
(20140807.1)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: bcmwl
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1504814/+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 1504744] Re: Kernel 3.2.0-91-generic "end trace" boot failure

2015-10-14 Thread Steve Beattie
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  Kernel 3.2.0-91-generic "end trace" boot failure

Status in linux package in Ubuntu:
  New

Bug description:
  Hi All,

  On this computer we recently updated to the 3.2.0-91-generic version,
  but it failed to start with a list of errors. Always ending in
  something with "end trace".

  The computer uses:
  -- Description:   Ubuntu 12.04.5 LTS
  -- Release:   12.04

  Depending on the devices and network cables the errors changed, but
  always failed to properly boot.

  Also we are not able to change the bootoptions of grub, because when
  pressing keyboard keys no responses where captured by the grub
  software. The only keys pressed that where processed by grub where
  just before the load of the grub bootoption screen.

  Work around:
  -- use Ubuntu boot cd/dvd and fire up a temp Ubuntu environment
  -- remove 3.2.0-91-generic components from boot folder
  -- copy previous version (in my case 3.2.0-90-generic) of the components to a 
3.2.0-91-generic naming and Ubuntu starts up again fine

  Hope you can fix it soon, because more people are likely to get stuck!
  And may have not my inside knowledge

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504744/+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 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-14 Thread John Johansen
To be specific I added the rule
  mount options=(rw,bind) /dev/pts/ptmx -> /dev/ptmx,

to the lxc-start profile

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

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

Status in linux package in Ubuntu:
  Invalid
Status in lxc package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New
Status in lxc source package in Trusty:
  Fix Committed

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1504909] Re: blk_update_request: I/O error when accessing a disk that is spun down

2015-10-14 Thread Felix Matouschek
Hello Christopher,

the errors still occur with kernel 4.3-rc5-unstable installed.

** Tags added: kernel-bug-exists-upstream kernel-bug-exists-
upstream-4.3-rc5

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  blk_update_request: I/O error when accessing a disk that is spun down

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I have 6 3TB SATA disks that are attached via a IBM M1015 in IT mode
  and the mpt2sas driver. The filesystem is zfsonlinux.

  I can't name the exact 3.19 kernel version when this error began, but
  it was not the inital 3.19 Vivid LTS Kernel because after initally
  upgrading to 3.19 everything still worked.

  After a recent update I have the following problem:

  When disks are spun down and then accessed an error occurs which corrupts 
data.
  When the disks are finally spun up everything works as expected, also 
preventing them from spinning down works as a workaround.

  Could this be a NCQ bug?

  Drives are 5x Seagate ST3000DM001 and 1x HGST HDN724030ALE640.

  [59526.359997] sd 0:0:1:0: [sdc] FAILED Result: hostbyte=DID_OK 
driverbyte=DRIVER_OK
  [59526.360003] sd 0:0:1:0: [sdc] CDB:
  [59526.360006] Read(16): 88 00 00 00 00 00 31 28 fd 58 00 00 00 08 00 00
  [59526.360022] blk_update_request: I/O error, dev sdc, sector 824769880
  [59544.111090] sd 0:0:0:0: [sdb] FAILED Result: hostbyte=DID_OK 
driverbyte=DRIVER_OK
  [59544.111097] sd 0:0:0:0: [sdb] CDB:
  [59544.00] Read(16): 88 00 00 00 00 00 31 28 fd 50 00 00 00 08 00 00
  [59544.15] blk_update_request: I/O error, dev sdb, sector 824769872
  [59544.114465] sd 0:0:4:0: [sdf] FAILED Result: hostbyte=DID_OK 
driverbyte=DRIVER_OK
  [59544.114468] sd 0:0:4:0: [sdf] CDB:
  [59544.114469] Read(16): 88 00 00 00 00 00 31 28 fd 58 00 00 00 08 00 00
  [59544.114483] blk_update_request: I/O error, dev sdf, sector 824769880
  [59552.117436] sd 0:0:3:0: [sde] FAILED Result: hostbyte=DID_OK 
driverbyte=DRIVER_OK
  [59552.117443] sd 0:0:3:0: [sde] CDB:
  [59552.117446] Read(16): 88 00 00 00 00 00 31 28 fd b0 00 00 00 08 00 00
  [59552.117462] blk_update_request: I/O error, dev sde, sector 824769968
  [59572.951158] sd 0:0:2:0: [sdd] FAILED Result: hostbyte=DID_OK 
driverbyte=DRIVER_OK
  [59572.951167] sd 0:0:2:0: [sdd] CDB:
  [59572.951170] Read(16): 88 00 00 00 00 00 31 28 fd b0 00 00 00 08 00 00
  [59572.951192] blk_update_request: I/O error, dev sdd, sector 824769968
  [59572.955679] sd 0:0:5:0: [sdg] FAILED Result: hostbyte=DID_OK 
driverbyte=DRIVER_OK
  [59572.955695] sd 0:0:5:0: [sdg] CDB:
  [59572.955701] Read(16): 88 00 00 00 00 00 31 28 fd b0 00 00 00 08 00 00
  [59572.955720] blk_update_request: I/O error, dev sdg, sector 824769968
  [70357.782677] sd 0:0:4:0: [sdf] FAILED Result: hostbyte=DID_OK 
driverbyte=DRIVER_OK
  [70357.782686] sd 0:0:4:0: [sdf] CDB:
  [70357.782690] Read(16): 88 00 00 00 00 00 85 c1 c9 08 00 00 00 08 00 00
  [70357.782712] blk_update_request: I/O error, dev sdf, sector 2244069640
  [70368.087947] sd 0:0:0:0: [sdb] FAILED Result: hostbyte=DID_OK 
driverbyte=DRIVER_OK
  [70368.087953] sd 0:0:0:0: [sdb] CDB:
  [70368.087955] Read(16): 88 00 00 00 00 00 85 c1 c9 00 00 00 00 08 00 00
  [70368.087969] blk_update_request: I/O error, dev sdb, sector 2244069632

  lsb_release -rd:
  Description:Ubuntu 14.04.3 LTS
  Release:14.04

  Kernel Version: 3.19.0-30-generic
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Okt  8 18:46 seq
   crw-rw 1 root audio 116, 33 Okt  8 18:46 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=/dev/mapper/eternity--vg-swap_1
  InstallationDate: Installed on 2014-09-25 (380 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  IwConfig:
   lono wireless extensions.
   
   em1   no wireless extensions.
  MachineType: Dell Inc. PowerEdge T20
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-30-generic 
root=/dev/mapper/hostname--vg-root ro console=tty0 console=ttyS4,115200 
intel_pstate=enable cgroup_enable=memory swapaccount=1 intel_iommu=on 
enable_mtrr_cleanup mtrr_spare_reg_nr=1 mtrr_gran_size=16M mtrr_chunk_size=64M 
i915.enable_rc6=0 nmi_watchdog=0
  ProcVersionSignature: Ubuntu 3.19.

[Kernel-packages] [Bug 1497878] Comment bridged from LTC Bugzilla

2015-10-14 Thread bugproxy
--- Comment From hb...@us.ibm.com 2015-10-14 19:59 EDT---
Even though this bug happens rarely, causes data corruption in these cases. 
Patch is accepted in maintainer's tree. The fix is so simple and affects only 
nx842 driver - basically adds CRC flag for compression and decompression calls 
to nx842 co-processor. Please include this fix.

https://git.kernel.org/cgit/linux/kernel/git/herbert/cryptodev-2.6.git/commit/?id=ea0b3984c1cc8b28de27a3bec285102b4e366a4c

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

Title:
  nx842: Corrupted data during uncompression due to HW issue

Status in linux package in Ubuntu:
  Triaged

Bug description:
  == Comment: #0 - Haren Myneni  - 2015-09-19 20:35:29 ==
  ---Problem Description---
  Hardware team reported some rare data corruption during uncompression for 
nx842 co-processor. It might provide user with invalid data after 
uncompression. So the fix is add CRC support - means Linux adds CRC flag before 
calling the nx842 so that CRC will be added and checked during compression and 
uncompression calls.  

   
  Contact Information = hb...@us.ibm.com 
   
  ---uname output---
  Ubuntu 15.10
   
  Machine Type = power8 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
   HW team reported this issue and discussed with them for the possible 
solution.
   
  Stack trace output:
   no
   
  Oops output:
   no
   
  System Dump Info:
The system is not configured to capture a system dump.
   
  *Additional Instructions for hb...@us.ibm.com: 
  -Attach sysctl -a output output to the bug.

  == Comment: #1 - Haren Myneni  - 2015-09-19 20:36:14 ==
  The fix is simple with just adding CRC flags before invoking nx842 
coprocessor calls. Posted patch and waiting for maintainer to get in to his 
tree. 

  http://marc.info/?l=linux-crypto-vger&m=144270742211554&w=2

  Please include this fix in ubuntu 15.10 release.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1497878/+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 1506189] Status changed to Confirmed

2015-10-14 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

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

Title:
  HP ENVY 15Z-J100 NOTEBOOK PC wifi dropping connection

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On the University of Maryland College Park campus I am experiencing
  wifi connectivity issues where I get an initial connection with the
  built in wifi card, but it will drop frequently and have difficulty
  reconnecting to this secured wifi. This is at multiple locations on
  campus, but not off campus that I've found at this time. My Android
  Phone and Tablet do not have wifi issues connecting. It was working
  for a while until it lost connection. After the loss of connection I
  saw a repeated:

  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to
  flush

  The model number is: E1R45AV
  Model Description: HP ENVY 15Z-J100 NOTEBOOK PC

  Related wifi difficulty with an added USB wifi card on this computer:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1501876

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jonathan   2502 F pulseaudio
   /dev/snd/controlC0:  jonathan   2502 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Oct 14 15:15:02 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-01-29 (257 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20141015)
  MachineType: Hewlett-Packard HP ENVY TS 15 Notebook PC
  ProcFB:
   0 radeondrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed 
root=UUID=1cc26cb0-3476-4abf-a12e-acac53ba8537 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-06 (190 days ago)
  dmi.bios.date: 01/26/2015
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.19
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 198A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 03.14
  dmi.chassis.asset.tag: 5CG32129MN
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.19:bd01/26/2015:svnHewlett-Packard:pnHPENVYTS15NotebookPC:pvr088810305B032:rvnHewlett-Packard:rn198A:rvrKBCVersion03.14:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP ENVY TS 15 Notebook PC
  dmi.product.version: 088810305B032
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1506189/+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 1506189] [NEW] HP ENVY 15Z-J100 NOTEBOOK PC wifi dropping connection

2015-10-14 Thread Jonathan Brier
Public bug reported:

On the University of Maryland College Park campus I am experiencing wifi
connectivity issues where I get an initial connection with the built in
wifi card, but it will drop frequently and have difficulty reconnecting
to this secured wifi. This is at multiple locations on campus, but not
off campus that I've found at this time. My Android Phone and Tablet do
not have wifi issues connecting. It was working for a while until it
lost connection. After the loss of connection I saw a repeated:

ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to
flush

The model number is: E1R45AV
Model Description: HP ENVY 15Z-J100 NOTEBOOK PC

Related wifi difficulty with an added USB wifi card on this computer:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1501876

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.19.0-30-generic 3.19.0-30.34
ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
Uname: Linux 3.19.0-30-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  jonathan   2502 F pulseaudio
 /dev/snd/controlC0:  jonathan   2502 F pulseaudio
CurrentDesktop: Unity
Date: Wed Oct 14 15:15:02 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-01-29 (257 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20141015)
MachineType: Hewlett-Packard HP ENVY TS 15 Notebook PC
ProcFB:
 0 radeondrmfb
 1 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed 
root=UUID=1cc26cb0-3476-4abf-a12e-acac53ba8537 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.19.0-30-generic N/A
 linux-backports-modules-3.19.0-30-generic  N/A
 linux-firmware 1.143.3
SourcePackage: linux
UpgradeStatus: Upgraded to vivid on 2015-04-06 (190 days ago)
dmi.bios.date: 01/26/2015
dmi.bios.vendor: Insyde
dmi.bios.version: F.19
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 198A
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 03.14
dmi.chassis.asset.tag: 5CG32129MN
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.19:bd01/26/2015:svnHewlett-Packard:pnHPENVYTS15NotebookPC:pvr088810305B032:rvnHewlett-Packard:rn198A:rvrKBCVersion03.14:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP ENVY TS 15 Notebook PC
dmi.product.version: 088810305B032
dmi.sys.vendor: Hewlett-Packard

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug kernel-bug-exists-upstream 
kernel-bug-exists-upstream-4.3-c5 latest-bios-f.19 vivid

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

Title:
  HP ENVY 15Z-J100 NOTEBOOK PC wifi dropping connection

Status in linux package in Ubuntu:
  New

Bug description:
  On the University of Maryland College Park campus I am experiencing
  wifi connectivity issues where I get an initial connection with the
  built in wifi card, but it will drop frequently and have difficulty
  reconnecting to this secured wifi. This is at multiple locations on
  campus, but not off campus that I've found at this time. My Android
  Phone and Tablet do not have wifi issues connecting. It was working
  for a while until it lost connection. After the loss of connection I
  saw a repeated:

  ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to
  flush

  The model number is: E1R45AV
  Model Description: HP ENVY 15Z-J100 NOTEBOOK PC

  Related wifi difficulty with an added USB wifi card on this computer:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1501876

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jonathan   2502 F pulseaudio
   /dev/snd/controlC0:  jonathan   2502 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Oct 14 15:15:02 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-01-29 (257 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20141015)
  MachineType: Hewlett-Packard HP ENVY TS 15 Notebook PC
  ProcFB:
   0 radeondrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed 
root=UUID=1cc26cb0-3476-4abf-a12e-acac53ba8537 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to v

[Kernel-packages] [Bug 1495112] Re: Keyboard doesn't work for crypt passphrase on bootup

2015-10-14 Thread mash
the problem persists.  Can I get a sense of how this is going?  Thanks.

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

Title:
  Keyboard doesn't work for crypt passphrase on bootup

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have to hard reboot and then select a kernel. The keyboard does work
  for the text-based, i.e., not GUI, entry of the crypt passphrase, and
  then the boot proceeds.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-28-generic 3.19.0-28.30
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Uname: Linux 3.19.0-28-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17.2-0ubuntu1.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   mash   1437 F...m pulseaudio
   /dev/snd/controlC1:  mash   1437 F pulseaudio
   /dev/snd/controlC0:  mash   1437 F pulseaudio
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Sep 12 11:57:56 2015
  HibernationDevice: RESUME=UUID=00c65b3f-bd60-4cf0-bf05-32e6709d92a1
  InstallationDate: Installed on 2015-08-06 (37 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Dell Inc. XPS 13 9343
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-28-generic N/A
   linux-backports-modules-3.19.0-28-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/14/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0TM99H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd07/14/2015:svnDellInc.:pnXPS139343:pvr:rvnDellInc.:rn0TM99H:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1495112/+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


Re: [Kernel-packages] [Bug 1499933] Re: trusty not compatible with vivid ugrade to 15.04 from 14.04

2015-10-14 Thread Don Philippi
I was able to upgrade by updating.
On Oct 8, 2015 6:05 PM, "don philippi"  wrote:

> hey dad, lol umm i think thats LTS im not sure if your able to upgrade
> the LTS to the new Ubuntu 15.04 beta umm when the new LTS is Available I
> would think you could upgrade. you may want to check on searching > can
> upgrade ubuntu LTS to ver 15.04
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1499933
>
> Title:
>   trusty not compatible with vivid ugrade to 15.04 from 14.04
>
> Status in linux-lts-vivid package in Ubuntu:
>   New
>
> Bug description:
>   running Ubuntu 14.04 trusty wont  upgrade to 15.04
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: linux-image-3.19.0-30-generic 3.19.0-30.33~14.04.1
>   ProcVersionSignature: Ubuntu 3.19.0-30.33~14.04.1-generic 3.19.8-ckt6
>   Uname: Linux 3.19.0-30-generic x86_64
>   ApportVersion: 2.14.1-0ubuntu3.15
>   Architecture: amd64
>   CurrentDesktop: GNOME
>   Date: Fri Sep 25 21:14:33 2015
>   InstallationDate: Installed on 2015-09-17 (8 days ago)
>   InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64
> (20150805)
>   ProcEnviron:
>TERM=xterm
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   SourcePackage: linux-lts-vivid
>   UpgradeStatus: Upgraded to trusty on 2015-09-26 (0 days ago)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/linux-lts-vivid/+bug/1499933/+subscriptions
>

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

Title:
  trusty not compatible with vivid ugrade to 15.04 from 14.04

Status in linux-lts-vivid package in Ubuntu:
  New

Bug description:
  running Ubuntu 14.04 trusty wont  upgrade to 15.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.33~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-30.33~14.04.1-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Sep 25 21:14:33 2015
  InstallationDate: Installed on 2015-09-17 (8 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-vivid
  UpgradeStatus: Upgraded to trusty on 2015-09-26 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-vivid/+bug/1499933/+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 1502982] Comment bridged from LTC Bugzilla

2015-10-14 Thread bugproxy
--- Comment From cdead...@us.ibm.com 2015-10-14 17:35 EDT---
 State: Verify by: trantow on 14 October 2015 12:26:47 

Need to understand from Seq 19 & 20
commit 2aa5cf9 ("powerpc/eeh: Fix missed PE#0 on P7IOC")
commit 433185d2 ("powerpc/eeh: Fix PE#0 check in eeh_add_to_parent_pe()")

Are those both Skiboot fixes that need to be in the 1539H driver?
or were we supposed to already have one or more of them in 1539G?

Assuming these are NOT Ubuntu fixes?
Is there also a set of Ubuntu 14.04.3 3.19.x kernel updates, and are these 
already planned for a 10/17 release?

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

Title:
  STCOP810:Firestone: frsfp6 EEH on Bluefin does not recover with Ubuntu

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Vivid:
  Fix Committed
Status in linux source package in Wily:
  Fix Released

Bug description:
  Problem:
  ==
  Test Case Execution Record:

  95613: EEH_Firestone_Ubuntu 14.04.03_Bluefin_Standalone on frsfp6

  Error Injection Method: err_injct_inboundA

  Step 1. Start HTX (I used mdt.hdbuster & only ran htx on bluefin disks)
  Step 2. Inject EEH error

  bluefin is in slot P1-C4 (PCI0004)

   echo 0x8000 >
  /sys/kernel/debug/powerpc/PCI0004/err_injct_inboundA; sleep 1; echo
  0x0 > /sys/kernel/debug/powerpc/PCI0004/err_injct_inboundA

  Expected Result: Adapter/SAN disks to recover and htx still run

  Actual Result:  Adapter did not recover... continuous EEH errors until
  limit of 6 is reached in 1 hour

  There're two patches: one for skiboot firmware and another patch,
  which has been in upstream, was missed in ubuntu distro (at least
  15.04). The skiboot patch has been merged to upstream.

  c7192a4 PHB3: Fix wrong PE number in error injection (skiboot)
  2aa5cf9 powerpc/eeh: Fix missed PE#0 on P7IOC (linux)

  If I'm correct, I think this bug needs to be mirrored so that the
  Linux patch (commit 2aa5cf9) can be backported to ubuntu distro. With
  the patch backported to ubuntu 15.04, EEH works fine on Broadcom
  adapter (not exactly the one where the bug was reported initially):

  root@fstn2-p1:/# dmesg | grep EEH
  [0.216919] EEH: PowerNV platform initialized
  [0.570606] EEH: devices created
  [1.302482] EEH: PCI Enhanced I/O Error Handling Enabled
  [   90.566761] EEH: PHB location: Slot1
  [   90.567503] EEH: Frozen PHB#4-PE#0 detected
  [   90.567673] EEH: PE location: Slot1, PHB location: Slot1
  [   90.567930] EEH: Detected PCI bus error on PHB#4-PE#0
  [   90.567935] EEH: This PCI device has failed 1 times in the last hour
  [   90.567937] EEH: Notify device drivers to shutdown
  [   90.567985] EEH: Collect temporary log
  [   90.568971] EEH: Reset without hotplug activity
  [   94.585540] EEH: Notify device drivers the completion of reset
  [   94.585934] EEH: Notify device driver to resume

  

  The story about this bug is: Without commit 2aa5cf9 ("powerpc/eeh: Fix
  missed PE#0 on P7IOC"). PE#0 is regarded as invalid one. When kernel
  sees the frozen PE#0, the frozen state is cleared and dump the PHB
  diag-data, then try to recover it. When resetting the PE, the driver,
  which wasn't stopped by error_detected() completely, access the MMIO
  space and just causes another (recursive) EEH error. Eventually, the
  EEH recovery failed. During the PE reset, the I/O path for the PE
  should be frozen and MMIO access during the period should be dropped
  to avoid recursive EEH error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1502982/+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 1503731] Re: 8086:0f31 Ubuntu 15.04-15.10 freezes totally

2015-10-14 Thread Chris Rainey
**

https://bugs.freedesktop.org/show_bug.cgi?id=92464

**


On Tue, 13 Oct 2015, Chris Rainey  wrote:
> [1.] One line summary of the problem:  8086:0f31_freezes_totally
>
> [2.] Full description of the problem/report:  Total lockup(cannot even
> switch to console via Alt-F1, F2, etc.). Bug is most easily
> reproducible via Chromium browser when opening multiple
> background-tabs(middle-button(wheel) mouse-clicks) and when using
> ALT-TAB to switch between browser and Xterms, etc. Very difficult to
> pin due to randomness(i.e. system may run for 30-seconds, 30-minutes
> or 30-hours before freeze). However -- it rarely runs stable for more
> that 24-48/hrs without a lockup.

Please file a bug at [1] running drm-intel-nightly and attach dmesg from
boot with drm.debug=14 module parameter set.

BR,
Jani.


[1] https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=DRM/Intel


--
Jani Nikula, Intel Open Source Technology Center

** Bug watch added: freedesktop.org Bugzilla #92464
   https://bugs.freedesktop.org/show_bug.cgi?id=92464

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

Title:
  8086:0f31 Ubuntu 15.04-15.10 freezes totally

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Behavior:

  Ever since I first installed 15.04 back in April/May on my new DELL
  Inspiron 3646:

  Handle 0x0001, DMI type 1, 27 bytes
  System Information
  Manufacturer: Dell Inc.
  Product Name: Inspiron 3646

  I have experienced frequent(daily/every-other-day)complete
  lockups(cannot even switch to console(Alt-F1,F2,etc.).

  I have determined that the issue is related to the 'i915' driver in
  relation to my GPU:

  00:02.0 VGA compatible controller: Intel Corporation Atom Processor
  Z36xxx/Z37xxx Series Graphics & Display (rev 0e)

  on SoC:

  Handle 0x0004, DMI type 4, 42 bytes
  Processor Information
  Socket Designation: CPU 1
  Type: Central Processor
  Family: Atom
  Manufacturer: Intel(R) Corporation
  Version: Intel(R) Pentium(R) CPU  J2900  @ 2.41GHz
  

  I have gained _significant_ improvements in reliability / stability by
  using various flags / parameters in the i915 module:

  /etc/modprobe.d/i915.conf:

  options i915 semaphores=1

  and / or

  /etc/default/grub:

  GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_pstate=disable"

  and / or

  /usr/share/X11/xorg.conf.d/20-intel.conf:

  Section "Device"
     Identifier "Intel Graphics"
     Driver "intel"
     Option "TearFree" "1"
  EndSection

  and / or

  Disable "Intel Virtualization Technologies" in the BIOS.

  chris@CKR-DKM:~$ lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04

  chris@CKR-DKM:~$ apt-cache policy xorg
  xorg:
    Installed: (none)
    Candidate: 1:7.7+7ubuntu4
    Version table:
   1:7.7+7ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

  
  *

  I'm currently using:  intel-linux-graphics-
  installer_1.2.0-0intel1_amd64.deb

  from:  https://01.org/linuxgraphics

  with similar results(maybe a little better than the stock i915 stack
  in 15.04).

  
  *


  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompositorRunning: None
  Date: Wed Oct  7 09:32:47 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display 
[8086:0f31] (rev 0e) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:068d]
  InstallationDate: Installed on 2015-09-17 (19 days ago)
  InstallationMedia: Ubuntu-Server 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  LightdmGreeterLog:
   ** (lightdm-gtk-greeter:1005): WARNING **: [PIDs] Failed to execute command: 
upstart

   ** (lightdm-gtk-greeter:1005): WARNING **: Failed to load user image: Failed 
to open file '/home/chris/.face': No such file or directory
  MachineType: Dell Inc. Inspiron 3646
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed 
root=UUID=ef22be35-6f79-4356-be42-2689d1de0378 ro quiet
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/17/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0V6D8J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A09
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd08/17/

[Kernel-packages] [Bug 1503924] kili (amd64) - tests ran: 2, failed: 1

2015-10-14 Thread Brad Figg
tests ran:   2, failed: 1;
  
http://kernel.ubuntu.com/testing/3.19.0-31.36~14.04.1/kili__3.19.0-31.36~14.04.1__2015-10-14_13-24-00/results-index.html

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

Title:
  linux-lts-vivid: 3.19.0-31.36~14.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-vivid source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.19.0-31.36~14.04.1 upload package. This
  bug will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 08. October 2015 00:01 UTC
  kernel-stable-master-bug:1503703
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 22:03 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 22:03 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 09. October 2015 06:08 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Verification-testing-start:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Certification-testing-start:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Security-signoff-start:Friday, 09. October 2015 08:03 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Security-signoff-end:Friday, 09. October 2015 18:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1503924/+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 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-14 Thread Chris J Arges
Hello Andy, or anyone else affected,

Accepted lxc into trusty-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/lxc/1.0.7-0ubuntu0.8
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: lxc (Ubuntu Trusty)
   Status: New => Fix Committed

** Tags added: verification-needed

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

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

Status in linux package in Ubuntu:
  Invalid
Status in lxc package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New
Status in lxc source package in Trusty:
  Fix Committed

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1371233] Re: USB 3.0 connection is unreliable + xHCI xhci_drop_endpoint called with disabled ep

2015-10-14 Thread Malachi de AElfweald
I see the same problem with a hub plugged in and nothing attached to it.
This happens repeatedly.  I've reported it to them as well, but it seems
to be more of a problem with the xhci_hcd.  This is with 3.19.0-30.

[ 3323.263466] usb 2-1.1: USB disconnect, device number 103
[ 3323.284305] usb 2-1.4: USB disconnect, device number 104
[ 3323.398767] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[ 3323.416724] xhci_hcd :04:00.0: xHCI xhci_drop_endpoint called with 
disabled ep 8804288644e0
[ 3323.697914] usb 2-1.1: new SuperSpeed USB device number 105 using xhci_hcd
[ 3323.713630] usb 2-1.1: New USB device found, idVendor=05e3, idProduct=0612
[ 3323.713633] usb 2-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[ 3323.713635] usb 2-1.1: Product: USB3.0 Hub
[ 3323.713636] usb 2-1.1: Manufacturer: SKIVA TECHNOLOGIES INC
[ 3323.713638] usb 2-1.1: SerialNumber: t2
[ 3323.715331] hub 2-1.1:1.0: USB hub found
[ 3323.715596] hub 2-1.1:1.0: 4 ports detected
[ 3323.789786] usb 2-1.4: new SuperSpeed USB device number 106 using xhci_hcd
[ 3323.805724] usb 2-1.4: New USB device found, idVendor=05e3, idProduct=0612
[ 3323.805727] usb 2-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[ 3323.805729] usb 2-1.4: Product: USB3.0 Hub
[ 3323.805731] usb 2-1.4: Manufacturer: SKIVA TECHNOLOGIES INC
[ 3323.805732] usb 2-1.4: SerialNumber: t3
[ 3323.807841] hub 2-1.4:1.0: USB hub found
[ 3323.808171] hub 2-1.4:1.0: 4 ports detected

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

Title:
  USB 3.0 connection is unreliable + xHCI xhci_drop_endpoint called with
  disabled ep

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Trusty:
  Incomplete
Status in linux source package in Utopic:
  Incomplete
Status in linux source package in Vivid:
  Incomplete

Bug description:
  based on 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1358871/comments/7 I 
tested with the HDD enclosure IcyBox IB-351 series with USB 3.0 connection with 
the same result (connection drops after 300 MB reading, error message "xHCI 
xhci_drop_endpoint called with disabled ep" occurs sometimes, other devices 
(e.g. Samsung HD103SI 1 TB HDD connected with 3.0 USB adapter to eSATA of 
enclosure) read hundreds of GB before failing, but definitely do before reading 
1TB). Reading tested with `dd`, `gpart` and `btrfsck`.
  Also confirmed on Lenovo IdeaPad-Z500 after BIOS update to 71CN51WW(V1.21) 
(changelog didn't indicate any USB issues anyway). Also confirmed with 3.16.3 
and 3.16.0-14 on Ubuntu 14.10-beta1 after updates.
  The issue seems to cause failure of ASIX AX179 gigabit ethernet chip as well, 
but is independent from the usage of the ethernet adapter.
  I'm without any clue and stuck with an unreliable USB and ethernet connection 
which basically means no I/O out of the machine!!

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D3', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Thu Sep 18 19:58:24 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-10 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: LENOVO 20221
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=UUID=5e999111-7efe-4818-b9e8-a950ad6d3296 ro rootflags=subvol=@ quiet 
splash nomdmonddf nomdmonisw vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-generic N/A
   linux-backports-modules-3.13.0-35-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/12/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 71CN51WW(V1.21)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Z500 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch:
  dmi.product.name: 20221
  dmi.product.version: Lenovo IdeaPad Z500 Touch

[Kernel-packages] [Bug 1503572] Re: Crypt Login freeze and random system freeze

2015-10-14 Thread Giuseppe Di Bella
I can confirm that it is happening now and again.
But especially when the screen is locked after a certain amount of time.
After I put the password one of the screens (I use two) doesn't work.
This is my uname -a  : 
ThinkPad-T450 3.19.0-30-generic #34~14.04.1-Ubuntu SMP Fri Oct 2 22:09:39 UTC 
2015 x86_64 x86_64 x86_64 GNU/Linux

I normally open a console with Ctrl Alt F1 and then I go back the
desktop with Alt F7 and it solve temporarily the problem (At least till
the next locked screen)

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

Title:
  Crypt Login freeze and random system freeze

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After last two kernel updates in Ubuntu 15.04 (so 30 and 28) I am 
experiencing the random screen freeze as well as there is no way to write my 
Crypt password the first time I boot (through graphical interface). My 
workaround is that when Crypt login screen appears I hold power button to 
reboot the machine (Lenovo T450s) which then gives me terminal login through 
Crypt. Additional regression appears as whole system freeze at random moments 
(can be in browser or in OpenOffice). What is even more worrying is that I have 
dmesg full of errors ([drm:gen8_irq_handler [i915_bpo]] *ERROR* The master 
control interrupt lied (SDE)!
  ) - something that was not there before.

  Also it does not matter if I have external monitor connected over HDMI
  or not, it does not matter if I have USB devices connected or not, the
  Crypt login freeze is repeatable 100%, but I do not know how to get
  logs from that boot or what to look.

  [9.155615] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
  [9.155987] input: Video Bus as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15
  [9.158359] device-mapper: multipath: version 1.7.0 loaded
  [9.158591] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control 
interrupt lied (SDE)!
  [9.158772] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control 
interrupt lied (SDE)!
  ...
  [9.280656] [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit 
banging on pin 5
  [9.297274] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control 
interrupt lied (SDE)!
  [9.297445] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915_bpo])
  [9.297453] [drm] Initialized i915_bpo 1.6.0 20150522 for :00:02.0 on 
minor 0
  [9.298242] fbcon: inteldrmfb (fb0) is primary device
  [   10.275607] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control 
interrupt lied (SDE)!
  ..
  [   10.337233] Console: switching to colour frame buffer device 240x67
  [   10.343218] i915_bpo :00:02.0: fb0: inteldrmfb frame buffer device
  [   10.343218] i915_bpo :00:02.0: registered panic notifier
  [   10.356167] Adding 8077308k swap on /dev/mapper/ubuntu--vg-swap_1.  
Priority:-1 extents:1 across:8077308k SSFS
  ...
  [   32.521174] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control 
interrupt lied (SDE)!
  [   32.521473] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control 
interrupt lied (SDE)!
  [   32.536040] [drm:gen8_irq_handler [i915_bpo]] *ERROR* The master control 
interrupt lied (SDE)!

  lshw for display:
  *-display
   description: VGA compatible controller
   product: Broadwell-U Integrated Graphics
   vendor: Intel Corporation
   physical id: 2
   bus info: pci@:00:02.0
   version: 09
   width: 64 bits
   clock: 33MHz
   capabilities: msi pm vga_controller bus_master cap_list rom
   configuration: driver=i915_bpo latency=0
   resources: irq:49 memory:e000-e0ff 
memory:d000-dfff ioport:3000(size=64)

  3.19.0-30-generic #34-Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1503572/+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 1505773] Re: After wake from suspend network-manager can't find wifi network

2015-10-14 Thread Jaime Pérez
There are a lot of commits and I can't compile for each one nor binary
search. I don't know how to compile only the bits I need, so I can't
help anymore.

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

Title:
  After wake from suspend network-manager can't find wifi network

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After wake from suspend network-manager can't find wifi network.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-16-generic 4.2.0-16.19
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   jaime  1712 F...m pulseaudio
   /dev/snd/controlC1:  jaime  1712 F pulseaudio
   /dev/snd/controlC0:  jaime  1712 F pulseaudio
  Date: Tue Oct 13 20:23:13 2015
  HibernationDevice: RESUME=UUID=62156bbd-ae1e-42da-96ea-465de864e742
  InstallationDate: Installed on 2015-10-09 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  MachineType: ASUSTeK COMPUTER INC. X200LA
  ProcEnviron:
   LANGUAGE=es
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro debug acpi_osi=
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-16-generic N/A
   linux-backports-modules-4.2.0-16-generic  N/A
   linux-firmware1.149
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No existe el archivo o el directorio: 
'/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/16/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200LA.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200LA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200LA.204:bd06/16/2014:svnASUSTeKCOMPUTERINC.:pnX200LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200LA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505773/+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 1505773] Re: After wake from suspend network-manager can't find wifi network

2015-10-14 Thread Jaime Pérez
That commit seems to be the one, but I'm testing

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

Title:
  After wake from suspend network-manager can't find wifi network

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After wake from suspend network-manager can't find wifi network.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-16-generic 4.2.0-16.19
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   jaime  1712 F...m pulseaudio
   /dev/snd/controlC1:  jaime  1712 F pulseaudio
   /dev/snd/controlC0:  jaime  1712 F pulseaudio
  Date: Tue Oct 13 20:23:13 2015
  HibernationDevice: RESUME=UUID=62156bbd-ae1e-42da-96ea-465de864e742
  InstallationDate: Installed on 2015-10-09 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  MachineType: ASUSTeK COMPUTER INC. X200LA
  ProcEnviron:
   LANGUAGE=es
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro debug acpi_osi=
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-16-generic N/A
   linux-backports-modules-4.2.0-16-generic  N/A
   linux-firmware1.149
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No existe el archivo o el directorio: 
'/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/16/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200LA.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200LA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200LA.204:bd06/16/2014:svnASUSTeKCOMPUTERINC.:pnX200LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200LA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505773/+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 1503900] Re: linux-lts-trusty: 3.13.0-66.108~precise1 -proposed tracker

2015-10-14 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.13.0-66.108~precise1 upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 07. October 2015 22:03 UTC
  kernel-stable-master-bug:1503713
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 09. October 2015 06:08 UTC
  kernel-stable-Verification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Certification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Security-signoff-start:Friday, 09. October 2015 08:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Security-signoff-end:Monday, 12. October 2015 16:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 14. October 2015 14:02 UTC
  kernel-stable-Verification-testing-end:Wednesday, 14. October 2015 14:02 UTC
+ kernel-stable-Regression-testing-end:Wednesday, 14. October 2015 15:01 UTC

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

Title:
  linux-lts-trusty: 3.13.0-66.108~precise1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.13.0-66.108~precise1 upload package.
  This bug will contain status and testing results related to that
  upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 07. October 2015 22:03 UTC
  kernel-stable-master-bug:1503713
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 09. October 2015 06:08 UTC
  kernel-stable-Verification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Certification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Security-signoff-start:Friday, 09. October 2015 08:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Security-signoff-end:Monday, 12. October 2015 16:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 14. October 2015 14:02 UTC
  kernel-stable-Verification-testing-end:Wednesday, 14. October 2015 14:02 UTC
  kernel-stable-Regression-testing-end:Wednesday, 14. October 2015 15:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1503900/+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 1505773] Re: After wake from suspend network-manager can't find wifi network

2015-10-14 Thread Jaime Pérez
** Changed in: linux (Ubuntu)
   Status: Incomplete => New

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

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

Title:
  After wake from suspend network-manager can't find wifi network

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After wake from suspend network-manager can't find wifi network.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-16-generic 4.2.0-16.19
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   jaime  1712 F...m pulseaudio
   /dev/snd/controlC1:  jaime  1712 F pulseaudio
   /dev/snd/controlC0:  jaime  1712 F pulseaudio
  Date: Tue Oct 13 20:23:13 2015
  HibernationDevice: RESUME=UUID=62156bbd-ae1e-42da-96ea-465de864e742
  InstallationDate: Installed on 2015-10-09 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  MachineType: ASUSTeK COMPUTER INC. X200LA
  ProcEnviron:
   LANGUAGE=es
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro debug acpi_osi=
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-16-generic N/A
   linux-backports-modules-4.2.0-16-generic  N/A
   linux-firmware1.149
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No existe el archivo o el directorio: 
'/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/16/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200LA.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200LA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200LA.204:bd06/16/2014:svnASUSTeKCOMPUTERINC.:pnX200LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200LA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505773/+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 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-14 Thread John Johansen
yes,
  UBUNTU: SAUCE: (no-up) apparmor: fix mount not handling disconnected 
paths 

is causing the regression. However reverting this fix will cause issues
for Bug 1496430, which was blocking a fix for a CVE.

The correct solution is to update the profile.

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

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

Status in linux package in Ubuntu:
  Invalid
Status in lxc package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New
Status in lxc source package in Trusty:
  New

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1462919] Re: kswapd pulls server down every 2 weeks.

2015-10-14 Thread Viktor Pal
I experience the same on desktop (15.04)  maybe once a week.
I presume that this happens when some laking application starts to eat up all 
the memory quickly.
When this happens the whole machine gets unresponsive immediately and only 
restarting helps.
It only turns out from the atop logs what happened after the machine was 
restarted. Atop is configured to run every 30 secs.
It is visible from the atop logs that kswapd0 is eating up all the cpu 
resources.
Strange thing is that this happens despite there is no swap enabled.

I suppose what should happen is that the kernel OOMs and kills some application 
and everything is back to normal.
What happens though is that the machine dies. Of course every unsaved work and 
open windows and applications are lost, which is very unfortunate.

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

Title:
  kswapd pulls server down every 2 weeks.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  in 15.04 even when having plenty of RAM and swap kswpd uses lots of
  CPU and might bring the machine down to a crawl making is unable to
  access it over the network.

  I say "might", because it's only a very clear feeling that I have. I
  do not know it for sure.

  Anyway the fact is that I have two server that once every 2 week ends
  up totally unaccessible from the network. They can be pinged though.
  Logging in locally takes a long time. Rebooting them locally takes a
  long time. They have absolutely no noticeable disk IO when in this
  stalled state.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-16-generic 3.19.0-16.16
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 jun  8 09:57 seq
   crw-rw 1 root audio 116, 33 jun  8 09:57 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Mon Jun  8 10:02:44 2015
  HibernationDevice: RESUME=UUID=17183f57-6587-47f2-84dc-553f7e5cf3a8
  IwConfig:
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Intel Corporation S5520UR
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic 
root=/dev/mapper/vg0-root ro nomdmonddf nomdmonisw crashkernel=384M-:128M 
nomdmonddf nomdmonisw crashkernel=384M-:128M nomdmonddf nomdmonisw 
crashkernel=384M-:128M nomdmonddf nomdmonisw crashkernel=384M-:128M nomdmonddf 
nomdmonisw crashkernel=384M-:128M
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-18-generic N/A
   linux-backports-modules-3.19.0-18-generic  N/A
   linux-firmware 1.143.1
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-05-16 (22 days ago)
  dmi.bios.date: 12/17/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: S5500.86B.01.00.0046.121720091524
  dmi.board.asset.tag: 
  dmi.board.name: S5520UR
  dmi.board.vendor: Intel Corporation
  dmi.board.version: E22554-606
  dmi.chassis.asset.tag: 
  dmi.chassis.type: 23
  dmi.chassis.vendor: ...
  dmi.chassis.version: ..
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrS5500.86B.01.00.0046.121720091524:bd12/17/2009:svnIntelCorporation:pnS5520UR:pvr:rvnIntelCorporation:rnS5520UR:rvrE22554-606:cvn...:ct23:cvr..:
  dmi.product.name: S5520UR
  dmi.product.version: 
  dmi.sys.vendor: Intel Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1462919/+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 1503900] Re: linux-lts-trusty: 3.13.0-66.108~precise1 -proposed tracker

2015-10-14 Thread Brad Figg
** Tags added: qa-testing-passed

** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => Fix Released

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

Title:
  linux-lts-trusty: 3.13.0-66.108~precise1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.13.0-66.108~precise1 upload package.
  This bug will contain status and testing results related to that
  upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 07. October 2015 22:03 UTC
  kernel-stable-master-bug:1503713
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 09. October 2015 06:08 UTC
  kernel-stable-Verification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Certification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Security-signoff-start:Friday, 09. October 2015 08:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Security-signoff-end:Monday, 12. October 2015 16:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 14. October 2015 14:02 UTC
  kernel-stable-Verification-testing-end:Wednesday, 14. October 2015 14:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1503900/+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 1505773] Re: After wake from suspend network-manager can't find wifi network

2015-10-14 Thread Jaime Pérez
kernel git torvalds commits:

  d5b8d6404395641987db76e28334cae4cef771ae
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=d5b8d6404395641987db76e28334cae4cef771ae

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

Title:
  After wake from suspend network-manager can't find wifi network

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After wake from suspend network-manager can't find wifi network.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-16-generic 4.2.0-16.19
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   jaime  1712 F...m pulseaudio
   /dev/snd/controlC1:  jaime  1712 F pulseaudio
   /dev/snd/controlC0:  jaime  1712 F pulseaudio
  Date: Tue Oct 13 20:23:13 2015
  HibernationDevice: RESUME=UUID=62156bbd-ae1e-42da-96ea-465de864e742
  InstallationDate: Installed on 2015-10-09 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  MachineType: ASUSTeK COMPUTER INC. X200LA
  ProcEnviron:
   LANGUAGE=es
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro debug acpi_osi=
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-16-generic N/A
   linux-backports-modules-4.2.0-16-generic  N/A
   linux-firmware1.149
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No existe el archivo o el directorio: 
'/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/16/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200LA.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200LA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200LA.204:bd06/16/2014:svnASUSTeKCOMPUTERINC.:pnX200LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200LA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505773/+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 1478513] Re: MFG:Firestone, Linux Error message: SYSPARAM: Opal sysparam node not found

2015-10-14 Thread bugproxy
** Tags removed: verification-needed-vivid
** Tags added: verification-done-vivid

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

Title:
  MFG:Firestone, Linux Error message: SYSPARAM: Opal sysparam node not
  found

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Fix Released

Bug description:
  SRU Justification

  [Impact]

  When using Firestone POWER8 hardware, the following message gets printed to 
the kernel log:
  SYSPARAM: Opal sysparam node not found

  [Test Case]
  1) Boot affected hardware.
  2) dmesg | grep 'Opal sysparam node not found'

  [Fix]
  $ git describe --contains 38c0488770983b2654f075540cc1fc71f55b6df5
  v4.2-rc1~135^2~144

  --

  == Comment: #0 - Application Cdeadmin  -
  2015-07-22 11:35:05 ==

  == Comment: #1 - Application Cdeadmin  - 2015-07-22 
11:35:06 ==
   State: Open by: knodelk on 22 July 2015 10:25:15 

  The following message is being posted to the linux message log on Firestone 
systems, and we need to know what action to take.
   - is this caused by a code bug that needs to be fixed?
   - does the message indicate a real hardware problem?
     or can the message be ignore?

  Until we here otherwise, manufacturing is ignoring this message

  dmesg --level=alert,crit,err

  SYSPARAM: Opal sysparam node not found

  system is running with the following code levels:
     ver 1.5.4.3 - OS, HTX, Firmware and Machine details

     OS: GNU/Linux
     OS Version: Ubuntu 14.04.2 LTS \n \l
     Kernel Version: 3.16.0-30-generic
    HTX Version: htxubuntu-343

  == Comment: #2 - MAMATHA INAMDAR  - 2015-07-27 06:18:20 
==
  "SYSPARAM: Opal sysparam node not found" we get this warning on firestone 
system for every boot because For OpenPower BMC machines we do not place any 
sysparams in the device tree.

  This issue is addressed in the attached patch and patch is available in 
upstream.
  We need to backport following patch in ubuntu to address this issue.
  Commit ID:38c0488770983b2654f075540cc1fc71f55b6df5
  0001-powerpc-powernv-Silence-SYSPARAM-warning-on-boot.patch

  == Comment: #3 - MAMATHA INAMDAR  - 2015-07-27 06:25:34 
==
  Please find upstream commit ID link

  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=38c0488770983b2654f075540cc1fc71f55b6df5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1478513/+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 1481490] Re: Add sfc to nic-modules udeb

2015-10-14 Thread Launchpad Bug Tracker
This bug was fixed in the package debian-installer - 20101020ubuntu376.1

---
debian-installer (20101020ubuntu376.1) vivid; urgency=medium

  * Move master kernels to 3.19.0-30 (LP: #1481490)

 -- Adam Conrad   Thu, 01 Oct 2015 14:12:58 -0600

** Changed in: debian-installer (Ubuntu Vivid)
   Status: Fix Committed => Fix Released

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

Title:
  Add sfc to nic-modules udeb

Status in debian-installer package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-lts-utopic package in Ubuntu:
  Fix Committed
Status in debian-installer source package in Trusty:
  Fix Released
Status in linux source package in Trusty:
  Fix Released
Status in linux-lts-utopic source package in Trusty:
  Fix Committed
Status in debian-installer source package in Vivid:
  Fix Released
Status in linux source package in Vivid:
  Fix Released
Status in linux-lts-utopic source package in Vivid:
  Invalid

Bug description:
  == [Trusty][Vivid]SRU Justification ==

  It is being requested that we add the sfc driver to the nic-modules
  udeb to facilitate PXE booting nodes with Solarflare network adapters.

  == Fix ==
  Add the sfc driver to our nic-modules udeb.  This is being requested for
  Trusty and Vivid.  Note, this has already been applied to Wily master-next.

  == Testing ==
  I've done test builds of Wily, Vivid, and Trusty and can confirm the sfc 
driver is seeded into the nic-modules udeb:

  $ dpkg -c nic-modules-4.2.0-3-generic-di_4.2.0-3.3_amd64.udeb | grep "sfc.ko"
  -rw-r--r-- root/root495305 2015-08-04 22:17 
./lib/modules/4.2.0-3-generic/kernel/drivers/net/ethernet/sfc/sfc.ko

  $ dpkg -c nic-modules-3.19.0-26-generic-di_3.19.0-26.27_amd64.udeb | grep 
"sfc.ko"
  -rw-r--r-- root/root464452 2015-08-04 22:21 
./lib/modules/3.19.0-26-generic/kernel/drivers/net/ethernet/sfc/sfc.ko

  $ dpkg -c nic-modules-3.13.0-62-generic-di_3.13.0-62.101_amd64.udeb | grep 
"sfc.ko"
  -rw-r--r-- root/root436284 2015-08-04 22:22 
./lib/modules/3.13.0-62-generic/kernel/drivers/net/ethernet/sfc/sfc.ko

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1481490/+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 1481490] Update Released

2015-10-14 Thread Chris J Arges
The verification of the Stable Release Update for debian-installer has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Add sfc to nic-modules udeb

Status in debian-installer package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-lts-utopic package in Ubuntu:
  Fix Committed
Status in debian-installer source package in Trusty:
  Fix Released
Status in linux source package in Trusty:
  Fix Released
Status in linux-lts-utopic source package in Trusty:
  Fix Committed
Status in debian-installer source package in Vivid:
  Fix Released
Status in linux source package in Vivid:
  Fix Released
Status in linux-lts-utopic source package in Vivid:
  Invalid

Bug description:
  == [Trusty][Vivid]SRU Justification ==

  It is being requested that we add the sfc driver to the nic-modules
  udeb to facilitate PXE booting nodes with Solarflare network adapters.

  == Fix ==
  Add the sfc driver to our nic-modules udeb.  This is being requested for
  Trusty and Vivid.  Note, this has already been applied to Wily master-next.

  == Testing ==
  I've done test builds of Wily, Vivid, and Trusty and can confirm the sfc 
driver is seeded into the nic-modules udeb:

  $ dpkg -c nic-modules-4.2.0-3-generic-di_4.2.0-3.3_amd64.udeb | grep "sfc.ko"
  -rw-r--r-- root/root495305 2015-08-04 22:17 
./lib/modules/4.2.0-3-generic/kernel/drivers/net/ethernet/sfc/sfc.ko

  $ dpkg -c nic-modules-3.19.0-26-generic-di_3.19.0-26.27_amd64.udeb | grep 
"sfc.ko"
  -rw-r--r-- root/root464452 2015-08-04 22:21 
./lib/modules/3.19.0-26-generic/kernel/drivers/net/ethernet/sfc/sfc.ko

  $ dpkg -c nic-modules-3.13.0-62-generic-di_3.13.0-62.101_amd64.udeb | grep 
"sfc.ko"
  -rw-r--r-- root/root436284 2015-08-04 22:22 
./lib/modules/3.13.0-62-generic/kernel/drivers/net/ethernet/sfc/sfc.ko

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1481490/+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 1481490] Re: Add sfc to nic-modules udeb

2015-10-14 Thread Launchpad Bug Tracker
This bug was fixed in the package debian-installer -
20101020ubuntu318.30

---
debian-installer (20101020ubuntu318.30) trusty; urgency=medium

  * Move keystone kernels to 3.13.0-37.
  * Move lts-utopic kernels to 3.16.0-50.
  * Move lts-vivid kernels to 3.19.0-30 (LP: #1481490)

debian-installer (20101020ubuntu318.29) trusty; urgency=medium

  * Move master kernels to 3.13.0-65 (LP: #1481490)

 -- Adam Conrad   Thu, 01 Oct 2015 13:47:12 -0600

** Changed in: debian-installer (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  Add sfc to nic-modules udeb

Status in debian-installer package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-lts-utopic package in Ubuntu:
  Fix Committed
Status in debian-installer source package in Trusty:
  Fix Released
Status in linux source package in Trusty:
  Fix Released
Status in linux-lts-utopic source package in Trusty:
  Fix Committed
Status in debian-installer source package in Vivid:
  Fix Released
Status in linux source package in Vivid:
  Fix Released
Status in linux-lts-utopic source package in Vivid:
  Invalid

Bug description:
  == [Trusty][Vivid]SRU Justification ==

  It is being requested that we add the sfc driver to the nic-modules
  udeb to facilitate PXE booting nodes with Solarflare network adapters.

  == Fix ==
  Add the sfc driver to our nic-modules udeb.  This is being requested for
  Trusty and Vivid.  Note, this has already been applied to Wily master-next.

  == Testing ==
  I've done test builds of Wily, Vivid, and Trusty and can confirm the sfc 
driver is seeded into the nic-modules udeb:

  $ dpkg -c nic-modules-4.2.0-3-generic-di_4.2.0-3.3_amd64.udeb | grep "sfc.ko"
  -rw-r--r-- root/root495305 2015-08-04 22:17 
./lib/modules/4.2.0-3-generic/kernel/drivers/net/ethernet/sfc/sfc.ko

  $ dpkg -c nic-modules-3.19.0-26-generic-di_3.19.0-26.27_amd64.udeb | grep 
"sfc.ko"
  -rw-r--r-- root/root464452 2015-08-04 22:21 
./lib/modules/3.19.0-26-generic/kernel/drivers/net/ethernet/sfc/sfc.ko

  $ dpkg -c nic-modules-3.13.0-62-generic-di_3.13.0-62.101_amd64.udeb | grep 
"sfc.ko"
  -rw-r--r-- root/root436284 2015-08-04 22:22 
./lib/modules/3.13.0-62-generic/kernel/drivers/net/ethernet/sfc/sfc.ko

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1481490/+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 1505773] Re: After wake from suspend network-manager can't find wifi network

2015-10-14 Thread Jaime Pérez
I have attached to txt some changes that may be related, but I only
overviewed changelog

** Attachment added: "versions.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505773/+attachment/4494434/+files/versions.txt

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

Title:
  After wake from suspend network-manager can't find wifi network

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After wake from suspend network-manager can't find wifi network.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-16-generic 4.2.0-16.19
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   jaime  1712 F...m pulseaudio
   /dev/snd/controlC1:  jaime  1712 F pulseaudio
   /dev/snd/controlC0:  jaime  1712 F pulseaudio
  Date: Tue Oct 13 20:23:13 2015
  HibernationDevice: RESUME=UUID=62156bbd-ae1e-42da-96ea-465de864e742
  InstallationDate: Installed on 2015-10-09 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  MachineType: ASUSTeK COMPUTER INC. X200LA
  ProcEnviron:
   LANGUAGE=es
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro debug acpi_osi=
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-16-generic N/A
   linux-backports-modules-4.2.0-16-generic  N/A
   linux-firmware1.149
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No existe el archivo o el directorio: 
'/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/16/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200LA.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200LA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200LA.204:bd06/16/2014:svnASUSTeKCOMPUTERINC.:pnX200LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200LA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505773/+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 1505773] Re: After wake from suspend network-manager can't find wifi network

2015-10-14 Thread Jaime Pérez
I will make bisection when I have time

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

Title:
  After wake from suspend network-manager can't find wifi network

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After wake from suspend network-manager can't find wifi network.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-16-generic 4.2.0-16.19
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   jaime  1712 F...m pulseaudio
   /dev/snd/controlC1:  jaime  1712 F pulseaudio
   /dev/snd/controlC0:  jaime  1712 F pulseaudio
  Date: Tue Oct 13 20:23:13 2015
  HibernationDevice: RESUME=UUID=62156bbd-ae1e-42da-96ea-465de864e742
  InstallationDate: Installed on 2015-10-09 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  MachineType: ASUSTeK COMPUTER INC. X200LA
  ProcEnviron:
   LANGUAGE=es
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro debug acpi_osi=
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-16-generic N/A
   linux-backports-modules-4.2.0-16-generic  N/A
   linux-firmware1.149
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No existe el archivo o el directorio: 
'/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/16/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200LA.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200LA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200LA.204:bd06/16/2014:svnASUSTeKCOMPUTERINC.:pnX200LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200LA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505773/+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 1500854] Re: linux: 3.2.0-92.130 -proposed tracker

2015-10-14 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.2.0-92.130 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 29. September 2015 12:55 UTC
  kernel-stable-Prepare-package-end:Tuesday, 06. October 2015 03:03 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 06. October 2015 03:03 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 07. October 2015 01:50 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Wednesday, 07. October 2015 03:01 UTC
  kernel-stable-Verification-testing-start:Wednesday, 07. October 2015 03:01 UTC
  kernel-stable-Certification-testing-start:Wednesday, 07. October 2015 03:01 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 07. October 2015 03:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 07. October 2015 03:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 07. October 2015 17:00 UTC
  kernel-stable-Regression-testing-end:Tuesday, 13. October 2015 16:00 UTC
+ kernel-stable-phase:Testing
+ kernel-stable-phase-changed:Wednesday, 14. October 2015 14:01 UTC
+ kernel-stable-Verification-testing-end:Wednesday, 14. October 2015 14:01 UTC

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

Title:
  linux: 3.2.0-92.130 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-92.130 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 29. September 2015 12:55 UTC
  kernel-stable-Prepare-package-end:Tuesday, 06. October 2015 03:03 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 06. October 2015 03:03 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 07. October 2015 01:50 UTC
  kernel-stable-Verification-testing-start:Wednesday, 07. October 2015 03:01 UTC
  kernel-stable-Certification-testing-start:Wednesday, 07. October 2015 03:01 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 07. October 2015 03:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 07. October 2015 03:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 07. October 2015 17:00 UTC
  kernel-stable-Regression-testing-end:Tuesday, 13. October 2015 16:00 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 14. October 2015 14:01 UTC
  kernel-stable-Verification-testing-end:Wednesday, 14. October 2015 14:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1500854/+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 1503713] Re: linux: 3.13.0-66.108 -proposed tracker

2015-10-14 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.13.0-66.108 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 07. October 2015 14:31 UTC
  kernel-stable-Prepare-package-end:Wednesday, 07. October 2015 22:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 07. October 2015 22:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 08. October 2015 12:49 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Thursday, 08. October 2015 14:03 UTC
  kernel-stable-Verification-testing-start:Thursday, 08. October 2015 14:03 UTC
  kernel-stable-Certification-testing-start:Thursday, 08. October 2015 14:04 UTC
  kernel-stable-Security-signoff-start:Thursday, 08. October 2015 14:04 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 08. October 2015 14:04 UTC
  kernel-stable-Security-signoff-end:Thursday, 08. October 2015 19:01 UTC
  kernel-stable-Regression-testing-end:Tuesday, 13. October 2015 16:01 UTC
+ kernel-stable-phase:Testing
+ kernel-stable-phase-changed:Wednesday, 14. October 2015 14:01 UTC
+ kernel-stable-Verification-testing-end:Wednesday, 14. October 2015 14:01 UTC

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

Title:
  linux: 3.13.0-66.108 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Confirmed

Bug description:
  This bug is for tracking the 3.13.0-66.108 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 07. October 2015 14:31 UTC
  kernel-stable-Prepare-package-end:Wednesday, 07. October 2015 22:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 07. October 2015 22:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 08. October 2015 12:49 UTC
  kernel-stable-Verification-testing-start:Thursday, 08. October 2015 14:03 UTC
  kernel-stable-Certification-testing-start:Thursday, 08. October 2015 14:04 UTC
  kernel-stable-Security-signoff-start:Thursday, 08. October 2015 14:04 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 08. October 2015 14:04 UTC
  kernel-stable-Security-signoff-end:Thursday, 08. October 2015 19:01 UTC
  kernel-stable-Regression-testing-end:Tuesday, 13. October 2015 16:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 14. October 2015 14:01 UTC
  kernel-stable-Verification-testing-end:Wednesday, 14. October 2015 14:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1503713/+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 1503900] Re: linux-lts-trusty: 3.13.0-66.108~precise1 -proposed tracker

2015-10-14 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.13.0-66.108~precise1 upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 07. October 2015 22:03 UTC
  kernel-stable-master-bug:1503713
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 09. October 2015 06:08 UTC
  kernel-stable-Verification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Certification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Security-signoff-start:Friday, 09. October 2015 08:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 09. October 2015 08:02 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Friday, 09. October 2015 17:01 UTC
  kernel-stable-Security-signoff-end:Monday, 12. October 2015 16:01 UTC
+ kernel-stable-phase:Testing
+ kernel-stable-phase-changed:Wednesday, 14. October 2015 14:02 UTC
+ kernel-stable-Verification-testing-end:Wednesday, 14. October 2015 14:02 UTC

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

Title:
  linux-lts-trusty: 3.13.0-66.108~precise1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.13.0-66.108~precise1 upload package.
  This bug will contain status and testing results related to that
  upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 07. October 2015 22:03 UTC
  kernel-stable-master-bug:1503713
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 09. October 2015 06:08 UTC
  kernel-stable-Verification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Certification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Security-signoff-start:Friday, 09. October 2015 08:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Security-signoff-end:Monday, 12. October 2015 16:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Wednesday, 14. October 2015 14:02 UTC
  kernel-stable-Verification-testing-end:Wednesday, 14. October 2015 14:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1503900/+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 1483494] Re: WIFI not working on Acer Aspire E5-573

2015-10-14 Thread Michael Stenta
PS: I installed Ubuntu 14.04 clean on my Acer Apsire E5-573G with 3.19
kernel. Then I updated my kernel to 4.2.3. Neither worked.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  WIFI not working on Acer Aspire E5-573

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have installed Linux Mint 17.2 Mate(64bit) on my new Acer Aspire
  E5-573.  I am having a problem with wifi. Wireless connection is not
  working, only wired connection is working.

  I have a Qualcomm Atheros Device 0042 Wifi card.

  Here is a output.

  splinter@splinter ~ $ inxi -Fxz
  System:Host: splinter Kernel: 3.16.0-38-generic x86_64 (64 bit, gcc: 
4.8.2) Desktop: N/A Distro: Linux Mint 17.2 Rafaela
  Machine:   System: Acer product: Aspire E5-573 version: V3.72
 Mobo: Acer model: ZORO_BH version: Type2 - A01 Board Version Bios: 
Insyde version: V1.11 date: 04/20/2015
  CPU:   Dual core Intel Core i3-4005U CPU (-HT-MCP-) cache: 3072 KB flags: 
(lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 6784.64 
 Clock Speeds: 1: 1700.00 MHz 2: 1700.00 MHz 3: 1700.066 MHz 4: 
1699.867 MHz
  Graphics:  Card: Intel Haswell-ULT Integrated Graphics Controller bus-ID: 
00:02.0 
 X.Org: 1.15.1 drivers: intel (unloaded: fbdev,vesa) Resolution: 
1366x768@60.0hz 
 GLX Renderer: Mesa DRI Intel Haswell Mobile GLX Version: 3.0 Mesa 
10.1.3 Direct Rendering: Yes
  Audio: Card-1: Intel Lynx Point-LP HD Audio Controller driver: 
snd_hda_intel bus-ID: 00:1b.0 
 Card-2: Intel Haswell-ULT HD Audio Controller driver: 
snd_hda_intel bus-ID: 00:03.0 
 Sound: Advanced Linux Sound Architecture ver: k3.16.0-38-generic
  Network:   Card-1: Qualcomm Atheros Device 0042 bus-ID: 03:00.0
 IF: N/A state: N/A speed: N/A duplex: N/A mac: N/A
 Card-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller 
 driver: r8169 ver: 2.3LK-NAPI port: 3000 bus-ID: 02:00.0
 IF: eth0 state: down mac: 
  Drives:HDD Total Size: 1032.1GB (0.5% used) 1: id: /dev/sda model: 
WDC_WD10JPVX size: 1000.2GB 
 2: id: /dev/sdb model: SD/MMC size: 31.9GB 
  Partition: ID: / size: 230G used: 4.9G (3%) fs: ext4 ID: swap-1 size: 8.19GB 
used: 0.00GB (0%) fs: swap 
  RAID:  No RAID devices detected - /proc/mdstat and md_mod kernel raid 
module present
  Sensors:   System Temperatures: cpu: 41.0C mobo: N/A 
 Fan Speeds (in rpm): cpu: N/A 
  Info:  Processes: 189 Uptime: 19 min Memory: 336.0/3879.3MB Runlevel: 2 
Gcc sys: 4.8.4 
 Client: Shell (bash 4.3.11) inxi: 1.9.17

  
  splinter@splinter ~ $ sudo rfkill list all
  0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  1: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no

  Please help.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  splinter   1891 F pulseaudio
   /dev/snd/controlC0:  splinter   1891 F pulseaudio
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=0483444a-0d9a-4215-b36b-4aee75fd9ec0
  InstallationDate: Installed on 2015-08-10 (0 days ago)
  InstallationMedia: Linux Mint 17.2 "Rafaela" - Release amd64 20150627
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Acer Aspire E5-573
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic 
root=UUID=ce5d744c-0341-42b5-af57-4da5721790d8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-38-generic N/A
   linux-backports-modules-3.16.0-38-generic  N/A
   linux-firmware 1.127.12
  Tags:  rafaela
  Uname: Linux 3.16.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/20/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.11
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: ZORO_BH
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.11:bd04/20/2015:svnAcer:pnAspireE5-573:pvrV3.72:rvnAcer:rnZORO_BH:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-573
  dmi.product.version: V3.72
  dmi.sys.vendor: Acer

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

[Kernel-packages] [Bug 1483494] Re: WIFI not working on Acer Aspire E5-573

2015-10-14 Thread Michael Stenta
I can confirm that this is an issue.

I dug into this a bit and found that the Qualcomm Atheros 168c:0042 is
not yet supported in the Linux kernel Ath10k drivers (0041 was just
added recently).

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

Title:
  WIFI not working on Acer Aspire E5-573

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have installed Linux Mint 17.2 Mate(64bit) on my new Acer Aspire
  E5-573.  I am having a problem with wifi. Wireless connection is not
  working, only wired connection is working.

  I have a Qualcomm Atheros Device 0042 Wifi card.

  Here is a output.

  splinter@splinter ~ $ inxi -Fxz
  System:Host: splinter Kernel: 3.16.0-38-generic x86_64 (64 bit, gcc: 
4.8.2) Desktop: N/A Distro: Linux Mint 17.2 Rafaela
  Machine:   System: Acer product: Aspire E5-573 version: V3.72
 Mobo: Acer model: ZORO_BH version: Type2 - A01 Board Version Bios: 
Insyde version: V1.11 date: 04/20/2015
  CPU:   Dual core Intel Core i3-4005U CPU (-HT-MCP-) cache: 3072 KB flags: 
(lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 6784.64 
 Clock Speeds: 1: 1700.00 MHz 2: 1700.00 MHz 3: 1700.066 MHz 4: 
1699.867 MHz
  Graphics:  Card: Intel Haswell-ULT Integrated Graphics Controller bus-ID: 
00:02.0 
 X.Org: 1.15.1 drivers: intel (unloaded: fbdev,vesa) Resolution: 
1366x768@60.0hz 
 GLX Renderer: Mesa DRI Intel Haswell Mobile GLX Version: 3.0 Mesa 
10.1.3 Direct Rendering: Yes
  Audio: Card-1: Intel Lynx Point-LP HD Audio Controller driver: 
snd_hda_intel bus-ID: 00:1b.0 
 Card-2: Intel Haswell-ULT HD Audio Controller driver: 
snd_hda_intel bus-ID: 00:03.0 
 Sound: Advanced Linux Sound Architecture ver: k3.16.0-38-generic
  Network:   Card-1: Qualcomm Atheros Device 0042 bus-ID: 03:00.0
 IF: N/A state: N/A speed: N/A duplex: N/A mac: N/A
 Card-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller 
 driver: r8169 ver: 2.3LK-NAPI port: 3000 bus-ID: 02:00.0
 IF: eth0 state: down mac: 
  Drives:HDD Total Size: 1032.1GB (0.5% used) 1: id: /dev/sda model: 
WDC_WD10JPVX size: 1000.2GB 
 2: id: /dev/sdb model: SD/MMC size: 31.9GB 
  Partition: ID: / size: 230G used: 4.9G (3%) fs: ext4 ID: swap-1 size: 8.19GB 
used: 0.00GB (0%) fs: swap 
  RAID:  No RAID devices detected - /proc/mdstat and md_mod kernel raid 
module present
  Sensors:   System Temperatures: cpu: 41.0C mobo: N/A 
 Fan Speeds (in rpm): cpu: N/A 
  Info:  Processes: 189 Uptime: 19 min Memory: 336.0/3879.3MB Runlevel: 2 
Gcc sys: 4.8.4 
 Client: Shell (bash 4.3.11) inxi: 1.9.17

  
  splinter@splinter ~ $ sudo rfkill list all
  0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  1: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no

  Please help.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  splinter   1891 F pulseaudio
   /dev/snd/controlC0:  splinter   1891 F pulseaudio
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=0483444a-0d9a-4215-b36b-4aee75fd9ec0
  InstallationDate: Installed on 2015-08-10 (0 days ago)
  InstallationMedia: Linux Mint 17.2 "Rafaela" - Release amd64 20150627
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Acer Aspire E5-573
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic 
root=UUID=ce5d744c-0341-42b5-af57-4da5721790d8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-38-generic N/A
   linux-backports-modules-3.16.0-38-generic  N/A
   linux-firmware 1.127.12
  Tags:  rafaela
  Uname: Linux 3.16.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/20/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.11
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: ZORO_BH
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.11:bd04/20/2015:svnAcer:pnAspireE5-573:pvrV3.72:rvnAcer:rnZORO_BH:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-573
  dmi.product.version: V3.72
  dmi.sys.vendor: Acer

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

[Kernel-packages] [Bug 1506064] [NEW] [wily] squashfs decompression failures on Xen HVM guest

2015-10-14 Thread Stefan Bader
Public bug reported:

Base: Desktop 64bit installation ISO
Guest: Xen HVM, 2 vCPUs, 1/2/4 G memory

The wily desktop install iso fails to boot into the GUI lightdm
selection screen because of squashfs decompression failures. This
happens with 1 and 2 GB of virtual memory. 4 GB succeeds. Using KVM with
a comparable setup shows no issues with 1 and 2 GB of memory.

Normally KVM guests may differ in the number of hotplug CPUs but I tried
with 2GB memory and 128 possible CPUs as KVM guest and that worked as
well.

The Vivid desktop iso will successfully start as Xen HVM guest with 2G
of memory (have not tried 1G there yet). I also tried Vivid as host (Xen
version and dom0 kernel) with the same results. So it seems to be an
issue with the wily iso. So it seems to be something in the Wily kernel.

Memory layout did not look wrong. At least I could see no difference in
the e820 tables of a Vivid (3.19) and a Wily (4.2) kernel. Also looks
roughly the same as for a KVM boot.

** Affects: linux (Ubuntu)
 Importance: Medium
 Status: Confirmed

** Attachment added: "xen-dump-dmesg.txt"
   
https://bugs.launchpad.net/bugs/1506064/+attachment/4494420/+files/xen-dump-dmesg.txt

** Summary changed:

- [wily] squasfs decompression failures on Xen HVM guest
+ [wily] squashfs decompression failures on Xen HVM guest

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

Title:
  [wily] squashfs decompression failures on Xen HVM guest

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Base: Desktop 64bit installation ISO
  Guest: Xen HVM, 2 vCPUs, 1/2/4 G memory

  The wily desktop install iso fails to boot into the GUI lightdm
  selection screen because of squashfs decompression failures. This
  happens with 1 and 2 GB of virtual memory. 4 GB succeeds. Using KVM
  with a comparable setup shows no issues with 1 and 2 GB of memory.

  Normally KVM guests may differ in the number of hotplug CPUs but I
  tried with 2GB memory and 128 possible CPUs as KVM guest and that
  worked as well.

  The Vivid desktop iso will successfully start as Xen HVM guest with 2G
  of memory (have not tried 1G there yet). I also tried Vivid as host
  (Xen version and dom0 kernel) with the same results. So it seems to be
  an issue with the wily iso. So it seems to be something in the Wily
  kernel.

  Memory layout did not look wrong. At least I could see no difference
  in the e820 tables of a Vivid (3.19) and a Wily (4.2) kernel. Also
  looks roughly the same as for a KVM boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1506064/+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 1500854] Re: linux: 3.2.0-92.130 -proposed tracker

2015-10-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: In Progress => Fix Released

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

Title:
  linux: 3.2.0-92.130 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-92.130 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 29. September 2015 12:55 UTC
  kernel-stable-Prepare-package-end:Tuesday, 06. October 2015 03:03 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 06. October 2015 03:03 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 07. October 2015 01:50 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Wednesday, 07. October 2015 03:01 UTC
  kernel-stable-Verification-testing-start:Wednesday, 07. October 2015 03:01 UTC
  kernel-stable-Certification-testing-start:Wednesday, 07. October 2015 03:01 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 07. October 2015 03:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 07. October 2015 03:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 07. October 2015 17:00 UTC
  kernel-stable-Regression-testing-end:Tuesday, 13. October 2015 16:00 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1500854/+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 1503713] Re: linux: 3.13.0-66.108 -proposed tracker

2015-10-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: In Progress => Fix Released

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

Title:
  linux: 3.13.0-66.108 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Confirmed

Bug description:
  This bug is for tracking the 3.13.0-66.108 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 07. October 2015 14:31 UTC
  kernel-stable-Prepare-package-end:Wednesday, 07. October 2015 22:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 07. October 2015 22:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 08. October 2015 12:49 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Thursday, 08. October 2015 14:03 UTC
  kernel-stable-Verification-testing-start:Thursday, 08. October 2015 14:03 UTC
  kernel-stable-Certification-testing-start:Thursday, 08. October 2015 14:04 UTC
  kernel-stable-Security-signoff-start:Thursday, 08. October 2015 14:04 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 08. October 2015 14:04 UTC
  kernel-stable-Security-signoff-end:Thursday, 08. October 2015 19:01 UTC
  kernel-stable-Regression-testing-end:Tuesday, 13. October 2015 16:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1503713/+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 1500751] Re: Cryptsetup Keyboard not working on Xubuntu 3.19.0-30

2015-10-14 Thread Christian George
Any news about this at all, or any idea when the fix is going to be
pushed in the repository ? It's very frustrating that we can't input the
password on all our machines, or we have to use workarounds ..

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

Title:
  Cryptsetup Keyboard not working on Xubuntu 3.19.0-30

Status in cryptsetup package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  In Progress

Bug description:
  I am running Xubuntu 15.04 and just upgraded to the latest kernel (3.19.0-30).
  After upgrading the boot time is longer (what is negligible) but the more 
severe error is, that I cannot enter my passphrase when I see the crypt dialog.
  I just see the dialog to enter my passphrase, but when I try to enter it, 
nothing appears in the textfield. I tried with the builtin laptop keyboard but 
also with an external USB keyboard.

  I thought about supplying more information, but things like the syslog
  are not helping apparently (I was not able to boot until the syslog
  would capture information...). If you need anything I can provide, I
  gladly help.

  [Test case]
  1. On an affected system boot into kernel 3.19.0-30

  [Solution]
  The "solution" for now is booting the older Kernel 3.19.0-28 (which isn't a 
real solution).

  PS.: Bugs like the following are either not applicable or the solution is not 
working for me:
  https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/229732
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1359689
  https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1238194

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/1500751/+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 1503900] Re: linux-lts-trusty: 3.13.0-66.108~precise1 -proposed tracker

2015-10-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: In Progress => Fix Released

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

Title:
  linux-lts-trusty: 3.13.0-66.108~precise1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.13.0-66.108~precise1 upload package.
  This bug will contain status and testing results related to that
  upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 07. October 2015 22:03 UTC
  kernel-stable-master-bug:1503713
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 09. October 2015 06:08 UTC
  kernel-stable-Verification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Certification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Security-signoff-start:Friday, 09. October 2015 08:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Friday, 09. October 2015 17:01 UTC
  kernel-stable-Security-signoff-end:Monday, 12. October 2015 16:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1503900/+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 1506050] [NEW] intel cpu frequency is stuck at ~400mhz

2015-10-14 Thread Chris Ng
Public bug reported:

I upgraded an install of 14.0.4.3 to the LST Enablement Stack for Vivid
(kernel 3.19) that is running on a Xeon E5-1630 V3 (a Haswell Quad-Core)
.  Booting with 3.19 would result in the system being very sluggish.
'cpupower frequency-info' would report that the CPU was running at
around 400mhz, as would 'cat
/sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq'.  The CPUs would
remain around 400mhz regardless of load.

This was using the intel_pstate driver and the powersave governor.
Switching to the performance governor had no effect.  Using the acpi-
cpufreq driver also had no effect, the system was still sluggish even
though the reported frequencies in /sys/devices/.

Eventually I tracked it down to the original install having had the
intel_microcode package installed at some point.  Once I removed this
then the CPU frequencies scaled correctly with load.  FYI the particular
version installed was intel-microcode/trusty-updates,now
2.20140624-t-1ubuntu2 amd64.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.19.0-30-generic 3.19.0-30.34~14.04.1
ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6
Uname: Linux 3.19.0-30-generic x86_64
NonfreeKernelModules: nvidia zfs zunicode zcommon znvpair zavl
ApportVersion: 2.14.1-0ubuntu3.15
Architecture: amd64
Date: Wed Oct 14 12:38:05 2015
InstallationDate: Installed on 2014-08-05 (434 days ago)
InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.2)
SourcePackage: linux-lts-vivid
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-lts-vivid (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages trusty

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

Title:
  intel cpu frequency is stuck at ~400mhz

Status in linux-lts-vivid package in Ubuntu:
  New

Bug description:
  I upgraded an install of 14.0.4.3 to the LST Enablement Stack for
  Vivid (kernel 3.19) that is running on a Xeon E5-1630 V3 (a Haswell
  Quad-Core) .  Booting with 3.19 would result in the system being very
  sluggish.  'cpupower frequency-info' would report that the CPU was
  running at around 400mhz, as would 'cat
  /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq'.  The CPUs
  would remain around 400mhz regardless of load.

  This was using the intel_pstate driver and the powersave governor.
  Switching to the performance governor had no effect.  Using the acpi-
  cpufreq driver also had no effect, the system was still sluggish even
  though the reported frequencies in /sys/devices/.

  Eventually I tracked it down to the original install having had the
  intel_microcode package installed at some point.  Once I removed this
  then the CPU frequencies scaled correctly with load.  FYI the
  particular version installed was intel-microcode/trusty-updates,now
  2.20140624-t-1ubuntu2 amd64.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  NonfreeKernelModules: nvidia zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  Date: Wed Oct 14 12:38:05 2015
  InstallationDate: Installed on 2014-08-05 (434 days ago)
  InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-vivid/+bug/1506050/+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 1504445] Re: FocalTech touchpad stops working after suspend

2015-10-14 Thread Thatoo
So I'm now writing to you with kernel-upstream-4.3.0-040300rc5 installed
and the Focaltech driver uninstall as requested.

My computer boot almost normaly, just a small error display, "Error
parsing PCC subspaces from PCCT” I think because of a conflict between
the new kernel and the nvidia driver. It just slow down a little bit the
boot time.

Everything works as usual. As it was the case when I tested the kernel
4.1.6, the touchpad is recognised and work without the need of any
additional driver.

However, the problem is still on. After I close the lid of my computer
or click on the button to suspend its activity, after awaking,
everything seems to work except the touchpad. The keyboard works, the
wifi reconnect but the touchpad is blocked. I have to restart to get it
working again.

I hope that was the test you wanted me to do. Should I restart under
kernel 3.19.30? and should I delete the kernel 4.3.0-rc5? or should I
keep it like that for now?

** Tags added: kernel-bug-exists-upstream kernel-bug-exists-
upstream-4.3.0-040300rc5

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
   FocalTech touchpad stops working after suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an Asus V502LX the persian version of the Asus K501LX.

  I have Ubuntu 14.04 installed and the kernel 4.1.6 installed. I had to
  install the kernel 4.1.6 to have the touchpad recognised. Under kernel
  3.19.30, as I am running now to file in this bug, the touchpad is
  recognised as a simple mouse (no two fingers scrolling...) and the
  problem I am describing below is also present...

  I noticed one problem. The Focaltech touchpad is not working after
  suspending the computer.

  Here is what I could find about the touchpad in
  /proc/bus/input/devices

  I: Bus=0011 Vendor=0002 Product=0012 Version=
  N: Name="FocalTechPS/2 FocalTech FocalTech Touchpad"
  P: Phys=isa0060/serio1/input0
  S: Sysfs=/devices/platform/i8042/serio1/input/input5
  U: Uniq=
  H: Handlers=mouse0 event4
  B: PROP=5
  B: EV=b
  B: KEY=e520 1 0 0 0 0
  B: ABS=2608003

  Before suspending the computer, I can deactivate and activate again
  the touchpad with the hotkey of my keyboard without problem. However,
  once the computer suspended, nothing work to re-activate the touchpad.

  I tried a solution given on internet but it doesn't work properly.

  I created a file here /etc/pm/sleep.d/trackpad
  sudo gedit /etc/pm/sleep.d/trackpad

  and add the following
  #!/bin/sh
  case "$1" in
  suspend|hibernate)
  modprobe -r psmouse;
  resume|thaw)
  modprobe psmouse;
  esac

  With this file, the computer refuse to suspend. The touchpad keep
  working so it does something but I can't make my computer sleeping...

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Oct  9 12:05:16 2015
  InstallationDate: Installed on 2015-09-26 (12 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  yogo   2073 F pulseaudio
   /dev/snd/controlC0:  yogo   2073 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=943b03af-c1bf-489e-8e42-485931fc619c
  InstallationDate: Installed on 2015-09-26 (12 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 8087:07dc Intel Corp. 
   Bus 001 Device 002: ID 04f2:b483 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. K501LX
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed 
root=UUID=37bd087e-a2f6-437e-8d20-b19536eb738a ro quiet splash acpi_osi= 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.127.15
  Tags:  trusty
  Uname: Linux 3.19.0-30-generic x86_64
  UpgradeStatus: No upgrade log 

[Kernel-packages] [Bug 1503900] kili (i386) - tests ran: 2, failed: 1

2015-10-14 Thread Brad Figg
tests ran:   2, failed: 1;
  
http://kernel.ubuntu.com/testing/3.13.0-66.108~precise1/kili__3.13.0-66.108~precise1__2015-10-14_08-48-00/results-index.html

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

Title:
  linux-lts-trusty: 3.13.0-66.108~precise1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.13.0-66.108~precise1 upload package.
  This bug will contain status and testing results related to that
  upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 07. October 2015 22:03 UTC
  kernel-stable-master-bug:1503713
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 09. October 2015 06:08 UTC
  kernel-stable-Verification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Certification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Security-signoff-start:Friday, 09. October 2015 08:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Friday, 09. October 2015 17:01 UTC
  kernel-stable-Security-signoff-end:Monday, 12. October 2015 16:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1503900/+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 1430573] Re: [Toshiba Satellite P50-B-10V] CPU Fan stops working

2015-10-14 Thread Christopher M. Penalver
Sérgio Serra:
>"it still happens with 15.04 that has a latest kernel version."

That's not the latest mainline kernel. Hence, upstream doesn't care
about your issue unless it's reproducible in their (not Ubuntu's)
kernel.

Also, this is not currently considered Status Triaged as outlined in
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Triaged_Bugs .

For more on Status, please see https://wiki.ubuntu.com/Bugs/Status .

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

Title:
  [Toshiba Satellite P50-B-10V] CPU Fan stops working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Usually CPU fan works as expected but in some situations stops working
  causing high temperatures and drastically reduces system performance.

  I haven't found a pattern on this but I think it happens  on the
  following sequence:

  1 - Suspend the computer while connected to power cord
  2 - Disconnect from power and resume system running on battery
  3  - Suspend the system (still on battery)
  4 - Connect power cord, resume system and fan will not work

  As I said I haven't found a pattern, but i THINK this is sequence of
  events that leads to fan failure.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-46-generic 3.13.0-46.77
  ProcVersionSignature: Ubuntu 3.13.0-46.77-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sergio 2411 F pulseaudio
   /dev/snd/controlC1:  sergio 2411 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Mar 10 22:48:25 2015
  HibernationDevice: RESUME=UUID=2fb09cf4-0e74-44ac-ba0e-6951a8fec68f
  InstallationDate: Installed on 2014-10-21 (140 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: TOSHIBA SATELLITE P50-B-10V
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic 
root=UUID=d4828a34-5407-480d-b859-59789f132319 ro quiet splash radeon.audio=1 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-46-generic N/A
   linux-backports-modules-3.13.0-46-generic  N/A
   linux-firmware 1.127.11
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.10
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.10:bd04/03/2014:svnTOSHIBA:pnSATELLITEP50-B-10V:pvrPSPNUE-00W00EEP:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: SATELLITE P50-B-10V
  dmi.product.version: PSPNUE-00W00EEP
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1430573/+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 1449079] Re: TPM error (6) occurred attempting to read a pcr value

2015-10-14 Thread Dennis
I haven't noticed it.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  TPM error (6) occurred attempting to read a pcr value

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  TPM error (6) occurred attempting to read a pcr value.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-15-generic 3.19.0-15.15
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dk 2666 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Apr 27 16:50:55 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=631313d2-579c-45d2-bb00-39c07555c8f6
  InstallationDate: Installed on 2013-08-16 (619 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: LENOVO 3460CLG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=895c87ae-1331-4119-acf2-4c54a7287e3b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-23 (3 days ago)
  dmi.bios.date: 02/05/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G6ETB0WW (2.70 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3460CLG
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG6ETB0WW(2.70):bd02/05/2015:svnLENOVO:pn3460CLG:pvrThinkPadX1Carbon:rvnLENOVO:rn3460CLG:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3460CLG
  dmi.product.version: ThinkPad X1 Carbon
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449079/+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 1505067] Re: [HP Spectre x360 - 13-4001nf] Audio broken, broadwell-U audio controller

2015-10-14 Thread Christopher M. Penalver
** Changed in: linux (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  [HP Spectre x360 - 13-4001nf] Audio broken, broadwell-U audio
  controller

Status in linux package in Ubuntu:
  Triaged

Bug description:
  On Ubuntu vivid (15.04), Audio driver on HP Spectre x360 doesn't work.

  WORKAROUND: GRUB can be reconfigured to use the sound card in legacy (HDA) 
mode by:
  1) Editing /etc/default/grub
  2) replacing GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" by 
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor 
acpi_osi='!Windows 2013' acpi_osi='!Windows 2012'"
  3) Rebooting TWO times

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yom1908 F pulseaudio
   /dev/snd/controlC1:  yom1908 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Oct 12 10:49:27 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-17 (86 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: Hewlett-Packard HP Spectre x360 Convertible 13
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=fabc8684-f690-4eeb-ad0a-ec14846f7de6 ro quiet splash 
acpi_backlight=vendor "acpi_osi=!Windows 2013" "acpi_osi=!Windows 2012" 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-07-24 (79 days ago)
  dmi.bios.date: 08/19/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F.25
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 802D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 58.39
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF.25:bd08/19/2015:svnHewlett-Packard:pnHPSpectrex360Convertible13:pvr:rvnHewlett-Packard:rn802D:rvr58.39:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Spectre x360 Convertible 13
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505067/+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 1469829] Comment bridged from LTC Bugzilla

2015-10-14 Thread bugproxy
--- Comment From jgriv...@us.ibm.com 2015-10-14 11:49 EDT---
installed latest ubuntu14043 and it seems like the default is "deadline"  now

# uname -a
Linux amp 3.19.0-30-generic #34~14.04.1-Ubuntu SMP Fri Oct 2 22:21:52 UTC 2015 
ppc64le ppc64le ppc64le GNU/Linux
# for i in `ls`; do echo -n "$i: "; cat $i/queue/scheduler; done|grep -v none
dm-0: noop [deadline] cfq
dm-7: noop [deadline] cfq
dm-8: noop [deadline] cfq
dm-9: noop [deadline] cfq
sda: noop [deadline] cfq
sdb: noop [deadline] cfq
sdc: noop [deadline] cfq
sdd: noop [deadline] cfq
sde: noop [deadline] cfq
sdf: noop [deadline] cfq
sdg: noop [deadline] cfq
sdh: noop [deadline] cfq
sdi: noop [deadline] cfq
sdj: noop [deadline] cfq
sdk: noop [deadline] cfq
sdl: noop [deadline] cfq
sdm: noop [deadline] cfq
sdn: noop [deadline] cfq
sdo: noop [deadline] cfq
sdp: noop [deadline] cfq
sdq: noop [deadline] cfq
sr0: noop [deadline] cfq
sr1: noop [deadline] cfq
sr2: noop [deadline] cfq
sr3: noop [deadline] cfq
root@amp:/sys/block#

We'll restart tests

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

Title:
  ppc64el should use 'deadline' as default io scheduler

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Released
Status in linux-lts-utopic source package in Trusty:
  Fix Released
Status in linux source package in Utopic:
  Won't Fix
Status in linux source package in Vivid:
  Fix Released

Bug description:
  [Impact]
  Using cfq instead of deadline as the default io scheduler starves certain 
workloads and causes performance issues. In addition every other arch we build 
uses deadline as the default scheduler.

  [Fix]
  Change the configuration to the following for ppc64el:
  CONFIG_DEFAULT_DEADLINE=y
  CONFIG_DEFAULT_IOSCHED="deadline"

  [Test Case]
  Boot and cat /sys/block/*/queue/scheduler to see if deadline is being used.

  --

  -- Problem Description --

  Firestone system given to DASD group failed HTX overnight test with 
miscompare error.
  HTX mdt.hdbuster was running on secondary drive and failed about 12 hours 
into test

  HTX miscompare analysis:
  -==

  Device under test: /dev/sdb
  Stanza running: rule_3
  miscompare offset: 0x40
  Transfer size: Random Size
  LBA number: 0x70fc
  miscompare length: all the blocks in the transfer size

  *- STANZA 3: Creates number of threads twice the queue depth. Each thread  -*
  *- doing 2 num_oper with RC operation with xfer size between 1 block   -*
  *- to 256K.-*

  This miscompare shows read operation is unable to get the expected
  data from the disk. The re-read buffer also shows the same data as the
  first read operation. Since the first read and next re-read shows same
  data, there could be a write operation (of previous rule stanza to
  initialize disk with pattern 007 ) failure on the disk. The same
  miscompare behavior shows for all the blocks in the transfer size.

  /dev/sdb  Jun  2 02:29:43 2015 err=03b6 sev=2 hxestorage  
<<===  device name (/dev/sdb)
  rule_3_13  numopers= 2  loop=   767  blk=0x70fc len=89088
   min_blkno=0 max_blkno=0x74706daf, RANDOM access
  Seed Values= 37303, 290, 23235
  Data Pattern Seed Values = 37303, 291, 23235
  BWRC LBA fencepost Detail:
  th_nummin_lba  max_lba  status
   0 01c9be3ffR
   1  1d1c1b6c3a3836d7F
   2  3a3836d857545243F
   3  5754524474706dafF
  Miscompare at buffer offset 64 (0x40) <<===   
miscompare offset (0x40)
  (Flags: badsig=0; cksum=0x6)  Maximum LBA = 0x74706daf
  wbuf (baseaddr 0x3ffe1c0e6600) b0ff
  rbuf (baseaddr 0x3ffe1c0fc400) 850100fc700200fd700300fe700400ff7005
  Write buffer saved in /tmp/htxsdb.wbuf1
  Read buffer saved in /tmp/htxsdb.rbuf1
  Re-read fails compare at offset64; buffer saved in /tmp/htxsdb.rerd1
  errno: 950(Unknown error 950)

  Asghar reproduced that HTX hang he is seeing. Looking in the kernel
  logs I see some messages from the kernel that there are user threads
  blocked on getting reads serviced. So likely HTX is seeing the same
  thing. I've asked Asghar to try using the deadline I/O scheduler
  rather than CFQ to see if that makes any difference. If that does not
  make any difference, the next thing to try is reducing the queue depth
  of the device. Right now its 31, which I think is pretty high.

  Step 1:

  echo deadline > /sys/block/sda/queue/scheduler
  echo deadline > /sys/block/sdb/queue/scheduler

  If that reproduces the issue, go to step 2:

  echo cfq > /sys/block/sda/queue/scheduler
  echo cfq > /sys/block/sdb/queue/scheduler
  echo 8 > /sys/block/sda/device/queue_depth
  

[Kernel-packages] [Bug 1449079] Re: TPM error (6) occurred attempting to read a pcr value

2015-10-14 Thread Christopher M. Penalver
Dennis, did this not occur in a release prior to 15.04?

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  TPM error (6) occurred attempting to read a pcr value

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  TPM error (6) occurred attempting to read a pcr value.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-15-generic 3.19.0-15.15
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dk 2666 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Apr 27 16:50:55 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=631313d2-579c-45d2-bb00-39c07555c8f6
  InstallationDate: Installed on 2013-08-16 (619 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: LENOVO 3460CLG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=895c87ae-1331-4119-acf2-4c54a7287e3b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware 1.143
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-23 (3 days ago)
  dmi.bios.date: 02/05/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G6ETB0WW (2.70 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3460CLG
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG6ETB0WW(2.70):bd02/05/2015:svnLENOVO:pn3460CLG:pvrThinkPadX1Carbon:rvnLENOVO:rn3460CLG:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3460CLG
  dmi.product.version: ThinkPad X1 Carbon
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1449079/+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 1505773] Re: After wake from suspend network-manager can't find wifi network

2015-10-14 Thread Christopher M. Penalver
Jaime Pérez, the next step is to fully reverse commit bisect from kernel
4.2 to 4.3-rc5 in order to identify the last bad commit, followed
immediately by the first good one. Once this commit has been identified,
then it may be reviewed as a candidate for backporting into your
release. Could you please do this following
https://wiki.ubuntu.com/Kernel/KernelBisection#How_do_I_reverse_bisect_the_upstream_kernel.3F
?

Please note, finding adjacent kernel versions is not fully commit
bisecting.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Tags added: kernel-fixed-upstream needs-revserse-bisect

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  After wake from suspend network-manager can't find wifi network

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After wake from suspend network-manager can't find wifi network.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-16-generic 4.2.0-16.19
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   jaime  1712 F...m pulseaudio
   /dev/snd/controlC1:  jaime  1712 F pulseaudio
   /dev/snd/controlC0:  jaime  1712 F pulseaudio
  Date: Tue Oct 13 20:23:13 2015
  HibernationDevice: RESUME=UUID=62156bbd-ae1e-42da-96ea-465de864e742
  InstallationDate: Installed on 2015-10-09 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  MachineType: ASUSTeK COMPUTER INC. X200LA
  ProcEnviron:
   LANGUAGE=es
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro debug acpi_osi=
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-16-generic N/A
   linux-backports-modules-4.2.0-16-generic  N/A
   linux-firmware1.149
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No existe el archivo o el directorio: 
'/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/16/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200LA.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200LA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200LA.204:bd06/16/2014:svnASUSTeKCOMPUTERINC.:pnX200LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200LA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505773/+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 1506005] Status changed to Confirmed

2015-10-14 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

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

Title:
  general protection fault:  [#1] SMP

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  -After upgrade

  ProblemType: KernelOops
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-16-generic 4.2.0-16.19
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-16-generic x86_64
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  moses  3136 F pulseaudio
  Date: Sun Oct 11 17:12:56 2015
  Failure: oops
  HibernationDevice: RESUME=UUID=c3b38d75-41cc-46f3-810f-1147d909be96
  InstallationDate: Installed on 2015-08-25 (49 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. K95VJ
  ProcFB:
   0 inteldrmfb
   1 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-10-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash init=/sbin/upstart
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu8
  SourcePackage: linux
  Title: general protection fault:  [#1] SMP
  UdevLog: Error: [Errno 2] Filen eller katalogen finns inte: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/24/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 230
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: K95VJ
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr230:bd01/24/2013:svnASUSTeKCOMPUTERINC.:pnK95VJ:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnK95VJ:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: K95VJ
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1506005/+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 1506005] [NEW] general protection fault: 0000 [#1] SMP

2015-10-14 Thread moses
Public bug reported:

-After upgrade

ProblemType: KernelOops
DistroRelease: Ubuntu 15.10
Package: linux-image-4.2.0-16-generic 4.2.0-16.19
ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
Uname: Linux 4.2.0-16-generic x86_64
Annotation: Your system might become unstable now and might need to be 
restarted.
ApportVersion: 2.19.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  moses  3136 F pulseaudio
Date: Sun Oct 11 17:12:56 2015
Failure: oops
HibernationDevice: RESUME=UUID=c3b38d75-41cc-46f3-810f-1147d909be96
InstallationDate: Installed on 2015-08-25 (49 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: ASUSTeK COMPUTER INC. K95VJ
ProcFB:
 0 inteldrmfb
 1 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-10-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash init=/sbin/upstart
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu8
SourcePackage: linux
Title: general protection fault:  [#1] SMP
UdevLog: Error: [Errno 2] Filen eller katalogen finns inte: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/24/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 230
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: K95VJ
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No  Asset  Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr230:bd01/24/2013:svnASUSTeKCOMPUTERINC.:pnK95VJ:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnK95VJ:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: K95VJ
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-kerneloops kernel-oops wily

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

Title:
  general protection fault:  [#1] SMP

Status in linux package in Ubuntu:
  New

Bug description:
  -After upgrade

  ProblemType: KernelOops
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-16-generic 4.2.0-16.19
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-16-generic x86_64
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  moses  3136 F pulseaudio
  Date: Sun Oct 11 17:12:56 2015
  Failure: oops
  HibernationDevice: RESUME=UUID=c3b38d75-41cc-46f3-810f-1147d909be96
  InstallationDate: Installed on 2015-08-25 (49 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. K95VJ
  ProcFB:
   0 inteldrmfb
   1 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-10-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash init=/sbin/upstart
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu8
  SourcePackage: linux
  Title: general protection fault:  [#1] SMP
  UdevLog: Error: [Errno 2] Filen eller katalogen finns inte: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/24/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 230
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: K95VJ
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr230:bd01/24/2013:svnASUSTeKCOMPUTERINC.:pnK95VJ:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnK95VJ:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: K95VJ
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1506005/+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 1436940] Re: Atheros wifi 168c:0041(QCA6174) is not supported

2015-10-14 Thread sidharth
I finally got WiFi working on my Lenovo G50-80, following the
instructions in #81.  Thanks Jeremy and Diego(#28, #34, #40).

uname -r
4.3.0-040300rc4-generic

lshw -C network
*-network   
   description: Ethernet interface
   product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
   vendor: Realtek Semiconductor Co., Ltd.
   physical id: 0
   bus info: pci@:02:00.0
   logical name: eth0
   version: 10
   serial: 68:f7:28:aa:41:ec
   size: 10Mbit/s
   capacity: 1Gbit/s
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 
latency=0 link=no multicast=yes port=MII speed=10Mbit/s
   resources: irq:48 ioport:4000(size=256) memory:d1304000-d1304fff 
memory:d130-d1303fff
  *-network
   description: Wireless interface
   product: Qualcomm Atheros
   vendor: Qualcomm Atheros
   physical id: 0
   bus info: pci@:03:00.0
   logical name: wlan0
   version: 20
   serial: d0:53:49:e7:e5:01
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list ethernet physical 
wireless
   configuration: broadcast=yes driver=ath10k_pci 
driverversion=4.3.0-040300rc4-generic firmware=atheros-12.0.0.102-fw 
ip=192.168.0.103 latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn
   resources: irq:52 memory:d100-d11f

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

Title:
  Atheros wifi 168c:0041(QCA6174) is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.

  Found in several laptop models:

  Lenovo Z70
  Lenovo G50-45
  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Yoga 3 11
  Lenovo Flex 3-1470
  Samsung ATIV Book 9 NP930X2K

  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
  dmi.product.name: 80E5
  dmi.product.version: Lenovo G50-80
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+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 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-14 Thread Martin Pitt
I suppose the recent kernel patch

UBUNTU: SAUCE: (no-up) apparmor: fix mount not handling disconnected
paths

which got backported to trusty causes this regression. As the same code
is present in later releases, I guess that in v/w lxc has an updated
apparmor profile which allows the operation that trusty's lxc is now
failing on due to the new apparmor violation?

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

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

Status in linux package in Ubuntu:
  Invalid
Status in lxc package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New
Status in lxc source package in Trusty:
  New

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1436940] Re: Atheros wifi 168c:0041(QCA6174) is not supported

2015-10-14 Thread Jeremy
Gauri, I would suspect your kernel supports the card without patch,
check

modinfo ath10k_pci | grep 0041

if that returns: alias: pci:v168Cd0041sv*sd*bc*sc*i*
All you need then is firmware from comment #81 and to set the parameter on 
ath10k_core with

echo "options ath10k_core skip_otp=y" | sudo tee
/etc/modprobe.d/ath10k_core.conf

Reboot

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

Title:
  Atheros wifi 168c:0041(QCA6174) is not supported

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.

  Found in several laptop models:

  Lenovo Z70
  Lenovo G50-45
  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Yoga 3 11
  Lenovo Flex 3-1470
  Samsung ATIV Book 9 NP930X2K

  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
  dmi.product.name: 80E5
  dmi.product.version: Lenovo G50-80
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+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 1505067] Re: [HP Spectre x360 - 13-4001nf] Audio broken, broadwell-U audio controller

2015-10-14 Thread yom
@Christopher
I have just tested the latest upstream kernel (4.3-rc5).
I reverted my GRUB config to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" and 
rebooted two times (using the 4.3-rc5 kernel).
I was able to boot into the OS but the latest kernel does not fix the sound 
issue.

** Tags added: kernel-bug-exists-upstream kernel-bug-exists-
upstream-4.3-rc5

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  [HP Spectre x360 - 13-4001nf] Audio broken, broadwell-U audio
  controller

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On Ubuntu vivid (15.04), Audio driver on HP Spectre x360 doesn't work.

  WORKAROUND: GRUB can be reconfigured to use the sound card in legacy (HDA) 
mode by:
  1) Editing /etc/default/grub
  2) replacing GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" by 
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor 
acpi_osi='!Windows 2013' acpi_osi='!Windows 2012'"
  3) Rebooting TWO times

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yom1908 F pulseaudio
   /dev/snd/controlC1:  yom1908 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Oct 12 10:49:27 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-07-17 (86 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: Hewlett-Packard HP Spectre x360 Convertible 13
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=fabc8684-f690-4eeb-ad0a-ec14846f7de6 ro quiet splash 
acpi_backlight=vendor "acpi_osi=!Windows 2013" "acpi_osi=!Windows 2012" 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-07-24 (79 days ago)
  dmi.bios.date: 08/19/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F.25
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 802D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 58.39
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF.25:bd08/19/2015:svnHewlett-Packard:pnHPSpectrex360Convertible13:pvr:rvnHewlett-Packard:rn802D:rvr58.39:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Spectre x360 Convertible 13
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505067/+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 1430573] Re: [Toshiba Satellite P50-B-10V] CPU Fan stops working

2015-10-14 Thread Sérgio Serra
Hi Christopher as I said on
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1430573/comments/7
it still happens with 15.04 that has a latest kernel version. Isn't that
good enough?

Regards

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

Title:
  [Toshiba Satellite P50-B-10V] CPU Fan stops working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Usually CPU fan works as expected but in some situations stops working
  causing high temperatures and drastically reduces system performance.

  I haven't found a pattern on this but I think it happens  on the
  following sequence:

  1 - Suspend the computer while connected to power cord
  2 - Disconnect from power and resume system running on battery
  3  - Suspend the system (still on battery)
  4 - Connect power cord, resume system and fan will not work

  As I said I haven't found a pattern, but i THINK this is sequence of
  events that leads to fan failure.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-46-generic 3.13.0-46.77
  ProcVersionSignature: Ubuntu 3.13.0-46.77-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sergio 2411 F pulseaudio
   /dev/snd/controlC1:  sergio 2411 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Mar 10 22:48:25 2015
  HibernationDevice: RESUME=UUID=2fb09cf4-0e74-44ac-ba0e-6951a8fec68f
  InstallationDate: Installed on 2014-10-21 (140 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: TOSHIBA SATELLITE P50-B-10V
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic 
root=UUID=d4828a34-5407-480d-b859-59789f132319 ro quiet splash radeon.audio=1 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-46-generic N/A
   linux-backports-modules-3.13.0-46-generic  N/A
   linux-firmware 1.127.11
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.10
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.10:bd04/03/2014:svnTOSHIBA:pnSATELLITEP50-B-10V:pvrPSPNUE-00W00EEP:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: SATELLITE P50-B-10V
  dmi.product.version: PSPNUE-00W00EEP
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1430573/+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 1505957] Missing required logs.

2015-10-14 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1505957

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  ntfs copy kills ubuntu

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This is trivial to reproduce - just plug any external drive with ntfs
  and copy smth substantial to local ntfs partition. The result - mouse
  doesn't even move most of the time, the system is useless and
  unresponsive until copying is finished.

  Yes, ntfs is not native on GNU/Linux but nevertheless - this is very
  common task on loads of dual boot installations. And under no
  circumstances it should make ubuntu useless as it does now. I don't
  care much if copying big files to/from ntfs takes 5 or 10 minutes as
  long as I can actually keep using ubuntu in a meantime.

  Note the same effect can be observer while copying between ntfs and
  ext4 or btrfs - only in this case you can sometimes move mouse pointer
  a bit.

  I hope that using BFQ
  http://algo.ing.unimo.it/people/paolo/disk_sched/ and some of systemd
  magic might help in this case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505957/+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 1505957] [NEW] ntfs copy kills ubuntu

2015-10-14 Thread god
Public bug reported:

This is trivial to reproduce - just plug any external drive with ntfs
and copy smth substantial to local ntfs partition. The result - mouse
doesn't even move most of the time, the system is useless and
unresponsive until copying is finished.

Yes, ntfs is not native on GNU/Linux but nevertheless - this is very
common task on loads of dual boot installations. And under no
circumstances it should make ubuntu useless as it does now. I don't care
much if copying big files to/from ntfs takes 5 or 10 minutes as long as
I can actually keep using ubuntu in a meantime.

Note the same effect can be observer while copying between ntfs and ext4
or btrfs - only in this case you can sometimes move mouse pointer a bit.

I hope that using BFQ http://algo.ing.unimo.it/people/paolo/disk_sched/
and some of systemd magic might help in this case.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete

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

Title:
  ntfs copy kills ubuntu

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This is trivial to reproduce - just plug any external drive with ntfs
  and copy smth substantial to local ntfs partition. The result - mouse
  doesn't even move most of the time, the system is useless and
  unresponsive until copying is finished.

  Yes, ntfs is not native on GNU/Linux but nevertheless - this is very
  common task on loads of dual boot installations. And under no
  circumstances it should make ubuntu useless as it does now. I don't
  care much if copying big files to/from ntfs takes 5 or 10 minutes as
  long as I can actually keep using ubuntu in a meantime.

  Note the same effect can be observer while copying between ntfs and
  ext4 or btrfs - only in this case you can sometimes move mouse pointer
  a bit.

  I hope that using BFQ
  http://algo.ing.unimo.it/people/paolo/disk_sched/ and some of systemd
  magic might help in this case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505957/+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 1505948] Re: Memory allocation failure crashes kernel hard, presumably related to FUSE

2015-10-14 Thread Martin Gerhard Loschwitz
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-
stable.git/diff/fs/fuse/file.c?id=refs/tags/v4.1&id2=refs/tags/v4.0 is
the diff between the version that works and the one that is broken. The
candidate that broke functionality is likely here:

https://lkml.org/lkml/2015/4/13/871
https://lkml.org/lkml/2015/4/15/475

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

Title:
  Memory allocation failure crashes kernel hard, presumably related to
  FUSE

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello everybody,

  Linux 4.1, 4.2 or 4.3-rc leads to an immediate kernel panic in our
  setup when trying to start a Qemu process on top of a fuse-based
  mount. Here is an example stacktrace:

  [  739.807817] BUG: unable to handle kernel paging request at 8800a4104ea0
  [  739.840201] IP: [] kmem_cache_alloc_trace+0x7a/0x1f0
  [  739.870309] PGD 2fee067 PUD 2fbf4dd063 PMD 0
  [  739.890418] Oops:  [#1] SMP
  [  739.905265] Modules linked in: nbd vport_vxlan vport_gre gre 
ebtable_filter ebtables openvswitch ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad 
ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ipt_REJECT 
nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_CT 
iptable_raw ip_tables xt_tcpudp ip6t_REJECT nf_reject_ipv6 xt_limit 
nf_conntrack_ipv6 nf_defrag_ipv6 xt_multiport xt_conntrack nf_conntrack 
ip6table_filter ip6_tables x_tables dm_crypt ipmi_ssif intel_rapl iosf_mbi 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper 
cryptd kvm_intel kvm ipmi_devintf vhost_net vhost macvtap macvlan joydev 
input_leds dm_multipath scsi_dh bonding sb_edac 8021q garp hpilo mrp stp 
ipmi_si llc edac_core lpc_ich ioatdma 8250_fintek ipmi_msghandler lp shpchp 
acpi_power_meter mac_hid parport nls_iso8859_1 sch_fq_codel xfs libcrc32c btrfs 
xor raid6_pq ixgbe ses enclosure
  hid_generic dca vxlan usbhid ip6_udp_tunnel tg3 udp_tunnel ptp hid pps_core 
hpsa mdio wmi
  [  740.345300] CPU: 8 PID: 10550 Comm: qemu-system-x86 Not tainted 
4.2.0-040200-generic #201508301530
  [  740.386879] Hardware name: HP ProLiant DL380 Gen9, BIOS P89 05/06/2015
  [  740.416827] task: 882f8e958dc0 ti: 882f28c2 task.ti: 
882f28c2
  [  740.451672] RIP: 0010:[]  [] 
kmem_cache_alloc_trace+0x7a/0x1f0
  [  740.494047] RSP: 0018:882f28c23c68  EFLAGS: 00010286
  [  740.518425] RAX:  RBX: 00d0 RCX: 
26b3
  [  740.551611] RDX: 26b2 RSI: 00d0 RDI: 
882fbf407840
  [  740.584846] RBP: 882f28c23ca8 R08: 00019920 R09: 
e8d000200ab0
  [  740.618287] R10: 812e8dcd R11: ea00bca0ac00 R12: 
00d0
  [  740.651320] R13: 882fbf407840 R14: 8800a4104ea0 R15: 
882fbf407840
  [  740.684195] FS:  7f2642ffd700() GS:882fbfa0() 
knlGS:
  [  740.722030] CS:  0010 DS:  ES:  CR0: 80050033
  [  740.749469] CR2: 8800a4104ea0 CR3: 002f26f83000 CR4: 
001426e0
  [  740.783390] Stack:
  [  740.792577]  812e8dcd 0048 0002 
882f908c8468
  [  740.827003]  01bef000 882f928e4600 882f28c23e48 
882f28c23d70
  [  740.860971]  882f28c23d38 812e8dcd 0001 
882f908c8300
  [  740.894994] Call Trace:
  [  740.906211]  [] ? fuse_direct_IO+0xdd/0x280
  [  740.932940]  [] fuse_direct_IO+0xdd/0x280
  [  740.958866]  [] generic_file_direct_write+0x9e/0x150
  [  740.989318]  [] fuse_file_write_iter+0x15c/0x2e0
  [  741.017725]  [] __vfs_write+0xa7/0xf0
  [  741.041787]  [] vfs_write+0xa9/0x190
  [  741.065307]  [] SyS_pwrite64+0x69/0xa0
  [  741.090141]  [] ? SyS_rt_sigprocmask+0x67/0xb0
  [  741.135924]  [] entry_SYSCALL_64_fastpath+0x16/0x75
  [  741.183478] Code: 4c 03 05 32 d8 e3 7e 4d 8b 30 49 8b 40 10 4d 85 f6 0f 84 
22 01 00 00 48 85 c0 0f 84 19 01 00 00 49 63 47 20 48 8d 4a 01 4d 8b 07 <49> 8b 
1c 06 4c 89 f0 65 49 0f c7 08 0f 94 c0 84 c0 74 b9 49 63
  [  741.306817] RIP  [] kmem_cache_alloc_trace+0x7a/0x1f0

  The problem has also been documented by somebody else in the Fedora
  bug tracker at https://bugzilla.redhat.com/show_bug.cgi?id=1254310

  This behaviour is 100% reproducible. I have asked the fuse-devel
  mailinglist for advice, but up to this point with no success:

  http://sourceforge.net/p/fuse/mailman/message/34537139/

  We are still investigating if this issue is also happening with 4.0
  and will add the information to this bug report once we have it. Any
  help on debugging will be greatly appreciated.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-

[Kernel-packages] [Bug 1408963] Re: [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945 0000:03:00.0: BSM uCode verification failed at addr ...; wlan0: deauthenticating from... by l

2015-10-14 Thread Gil Gamesh
This seems to be happening on my system much more frequently lately -
two or three times a day.

I know 15.10 is due out next week. Has anyone tried the Beta? Any
improvements re this bug?

J.

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

Title:
  [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945
  :03:00.0: BSM uCode verification failed at addr ...; wlan0:
  deauthenticating from... by local choice (Reason: 3=DEAUTH_LEAVING),

Status in linux-firmware package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  From time to time, the system loses all wireles networks and kubuntu
  network manager applet goes blank - not even one network is shown. All
  wifi connections are broken. Rebooting fixes the issue, switching to
  WICD on-the-fly enables to continue browsing without rebooting, so it
  seems to be no hardware issue or iwl3945 issue.

  What to expect: stable connections and flawless network managing.
  What happens: so above.

  Further informations about the system, the network configuration, the
  package version can be found in the attachment, also parts of rsyslog
  and dmesg.

  Interesting, according to some helpers, are the following lines:
  dmesg:   wlan0: deauthenticating from 02:26:4d:ac:8f:45 by local choice 
(Reason: 3=DEAUTH_LEAVING)

  lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.10
  Release:14.10
  Codename:   utopic

  apt-cache policy network-manager
  network-manager:
    Installiert:   0.9.8.8-0ubuntu28
    Installationskandidat: 0.9.8.8-0ubuntu28
    Versionstabelle:
   *** 0.9.8.8-0ubuntu28 0
  500 http://de.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1408963/+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 1398465] Re: Memory allocation failure, presumably in FUSE

2015-10-14 Thread Martin Gerhard Loschwitz
We can now confirm that the issue does not happen with 4.0.9. This leads
to the assumption that the problem has either been fixed between 4.0 and
4.0.9, or, and I consider this much more likely, the problem was
introduced between 4.0 and 4.1 on the main branch.

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

Title:
  Memory allocation failure, presumably in FUSE

Status in linux package in Ubuntu:
  Invalid

Bug description:
  I just tried out linux-lts-utopic on trusty and hit a few backtraces.
  We make intensive use of FUSE and the FS operation I conducted on FUSE
  hung post-backtrace.

  [ 1951.617813] [ cut here ]
  [ 1951.617818] kernel BUG at 
/build/buildd/linux-lts-utopic-3.16.0/mm/slub.c:3380!
  [ 1951.617819] invalid opcode:  [#1] SMP
  [ 1951.617821] Modules linked in: des_generic nfsv3 nfsv4 vmnet(OE) 
parport_pc vmw_vsock_vmci_transport vsock vmw_vmci vmmon(OE) xt_addrtype 
ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat bridge stp llc aufs netconsole 
configfs nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_NFLOG 
xt_comment xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_multiport xt_connmark 
xt_conntrack nf_conntrack xt_mark cuse iptable_filter ip_tables x_tables 
rpcsec_gss_krb5 nfnetlink_log nfnetlink autofs4 rfcomm bnep bluetooth 
6lowpan_iphc binfmt_misc snd_hda_codec_hdmi hp_wmi sparse_keymap intel_rapl 
x86_pkg_temp_thermal snd_hda_codec_realtek intel_powerclamp coretemp 
snd_hda_codec_generic kvm_intel kvm ppdev crct10dif_pclmul crc32_pclmul 
snd_hda_intel ghash_clmulni_intel aesni_intel snd_hda_controller aes_x86_64 lrw 
snd_hda_codec gf128mul glue_helper ablk_helper cryptd snd_hwdep lp snd_pcm 
parport serio_raw sb_edac edac_core snd_seq_midi snd_seq_midi_event snd_rawmidi 
snd_seq nvidia(POE) snd_se
 q_device snd_timer lpc_ich snd drm ioatdma dca soundcore wmi tpm_infineon 
mac_hid nfsd auth_rpcgss nfs_acl nfs lockd sunrpc fscache nls_iso8859_1 
hid_generic usbhid hid isci firewire_ohci e1000e psmouse(OE) libsas 
firewire_core ahci libahci ptp crc_itu_t scsi_transport_sas pps_core [last 
unloaded: vmnet]
  [ 1951.617874] CPU: 2 PID: 13631 Comm: srcfsd Tainted: P   OE 
3.16.0-25-generic #33-Ubuntu
  [ 1951.617876] Hardware name: Hewlett-Packard HP Z420 Workstation/1589, BIOS 
J61 v03.65 12/19/2013
  [ 1951.617877] task: 88061f5cb2f0 ti: 880800cdc000 task.ti: 
880800cdc000
  [ 1951.617878] RIP: 0010:[]  [] 
kfree+0x133/0x140
  [ 1951.617884] RSP: 0018:880800cdfbf8  EFLAGS: 00010246
  [ 1951.617885] RAX: 00000400 RBX: 88007833 RCX: 
00018020001f
  [ 1951.617886] RDX: 0000 RSI: ea0002716f80 RDI: 
88007833
  [ 1951.617887] RBP: 880800cdfc10 R08: 88009c5bf400 R09: 
00018020001f
  [ 1951.617888] R10: ea0001c0 R11: 812bfd95 R12: 
8807addaf800
  [ 1951.617889] R13: 812bfda1 R14: 00020010 R15: 
880800cdfd58
  [ 1951.617890] FS:  7fccdb950700() GS:88082fc4() 
knlGS:
  [ 1951.617891] CS:  0010 DS:  ES:  CR0: 80050033
  [ 1951.617892] CR2: 08a89ff0 CR3: 0007c8fb7000 CR4: 
000407e0
  [ 1951.617893] Stack:
  [ 1951.617894]  8807a1e296c0 8807addaf800  
880800cdfc28
  [ 1951.617896]  812bfda1 8807a1e296c0 880800cdfc58 
812bfe88
  [ 1951.617897]  8807a1e296c0 8807addaf800 812c71c0 
00020010
  [ 1951.617899] Call Trace:
  [ 1951.617904]  [] fuse_request_free+0x31/0x50
  [ 1951.617906]  [] fuse_put_request+0xc8/0x110
  [ 1951.617908]  [] ? fuse_short_read+0x160/0x160
  [ 1951.617910]  [] request_end+0x10c/0x1c0
  [ 1951.617911]  [] fuse_dev_do_write+0x826/0xd10
  [ 1951.617914]  [] ? do_sync_read+0x90/0x90
  [ 1951.617916]  [] fuse_dev_write+0x69/0x80
  [ 1951.617918]  [] do_sync_readv_writev+0x4c/0x80
  [ 1951.617920]  [] do_readv_writev+0x1bd/0x240
  [ 1951.617922]  [] vfs_writev+0x39/0x50
  [ 1951.617924]  [] SyS_writev+0x4a/0xd0
  [ 1951.617927]  [] system_call_fastpath+0x1a/0x1f
  [ 1951.617928] Code: 49 8b 02 31 f6 f6 c4 40 74 04 41 8b 72 68 4c 89 d7 e8 92 
3d fb ff eb 8f 4c 8b 50 30 48 8b 10 80 e6 80 4c 0f 44 d0 e9 32 ff ff ff <0f> 0b 
66 66 2e 0f 1f 84 00 00 00 00 00 66 66 66 66 90 55 89 f1
  [ 1951.617946] RIP  [] kfree+0x133/0x140
  [ 1951.617948]  RSP 
  [ 1951.617950] ---[ end trace a783e9182f5a2f00 ]---
  [ 1953.884500] general protection fault:  [#2] SMP
  [ 1953.884505] Modules linked in: des_generic nfsv3 nfsv4 vmnet(OE) 
parport_pc vmw_vsock_vmci_transport vsock vmw_vmci vmmon(OE) xt_addrtype 
ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat bridge stp llc aufs netconsole 
configfs nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_NFLOG 
xt_comment xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_multiport xt_connmark 
xt_conntrack nf_conntrack xt_mark 

[Kernel-packages] [Bug 1505948] Re: Memory allocation failure crashes kernel hard, presumably related to FUSE

2015-10-14 Thread Martin Gerhard Loschwitz
We can now confirm that the issue does not happen with 4.0.9. This leads
to the assumption that the problem has either been fixed between 4.0 and
4.0.9, or, and I consider this much more likely, the problem was
introduced between 4.0 and 4.1 on the main branch.

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

Title:
  Memory allocation failure crashes kernel hard, presumably related to
  FUSE

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello everybody,

  Linux 4.1, 4.2 or 4.3-rc leads to an immediate kernel panic in our
  setup when trying to start a Qemu process on top of a fuse-based
  mount. Here is an example stacktrace:

  [  739.807817] BUG: unable to handle kernel paging request at 8800a4104ea0
  [  739.840201] IP: [] kmem_cache_alloc_trace+0x7a/0x1f0
  [  739.870309] PGD 2fee067 PUD 2fbf4dd063 PMD 0
  [  739.890418] Oops:  [#1] SMP
  [  739.905265] Modules linked in: nbd vport_vxlan vport_gre gre 
ebtable_filter ebtables openvswitch ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad 
ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ipt_REJECT 
nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_CT 
iptable_raw ip_tables xt_tcpudp ip6t_REJECT nf_reject_ipv6 xt_limit 
nf_conntrack_ipv6 nf_defrag_ipv6 xt_multiport xt_conntrack nf_conntrack 
ip6table_filter ip6_tables x_tables dm_crypt ipmi_ssif intel_rapl iosf_mbi 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper 
cryptd kvm_intel kvm ipmi_devintf vhost_net vhost macvtap macvlan joydev 
input_leds dm_multipath scsi_dh bonding sb_edac 8021q garp hpilo mrp stp 
ipmi_si llc edac_core lpc_ich ioatdma 8250_fintek ipmi_msghandler lp shpchp 
acpi_power_meter mac_hid parport nls_iso8859_1 sch_fq_codel xfs libcrc32c btrfs 
xor raid6_pq ixgbe ses enclosure
  hid_generic dca vxlan usbhid ip6_udp_tunnel tg3 udp_tunnel ptp hid pps_core 
hpsa mdio wmi
  [  740.345300] CPU: 8 PID: 10550 Comm: qemu-system-x86 Not tainted 
4.2.0-040200-generic #201508301530
  [  740.386879] Hardware name: HP ProLiant DL380 Gen9, BIOS P89 05/06/2015
  [  740.416827] task: 882f8e958dc0 ti: 882f28c2 task.ti: 
882f28c2
  [  740.451672] RIP: 0010:[]  [] 
kmem_cache_alloc_trace+0x7a/0x1f0
  [  740.494047] RSP: 0018:882f28c23c68  EFLAGS: 00010286
  [  740.518425] RAX:  RBX: 00d0 RCX: 
26b3
  [  740.551611] RDX: 26b2 RSI: 00d0 RDI: 
882fbf407840
  [  740.584846] RBP: 882f28c23ca8 R08: 00019920 R09: 
e8d000200ab0
  [  740.618287] R10: 812e8dcd R11: ea00bca0ac00 R12: 
00d0
  [  740.651320] R13: 882fbf407840 R14: 8800a4104ea0 R15: 
882fbf407840
  [  740.684195] FS:  7f2642ffd700() GS:882fbfa0() 
knlGS:
  [  740.722030] CS:  0010 DS:  ES:  CR0: 80050033
  [  740.749469] CR2: 8800a4104ea0 CR3: 002f26f83000 CR4: 
001426e0
  [  740.783390] Stack:
  [  740.792577]  812e8dcd 0048 0002 
882f908c8468
  [  740.827003]  01bef000 882f928e4600 882f28c23e48 
882f28c23d70
  [  740.860971]  882f28c23d38 812e8dcd 0001 
882f908c8300
  [  740.894994] Call Trace:
  [  740.906211]  [] ? fuse_direct_IO+0xdd/0x280
  [  740.932940]  [] fuse_direct_IO+0xdd/0x280
  [  740.958866]  [] generic_file_direct_write+0x9e/0x150
  [  740.989318]  [] fuse_file_write_iter+0x15c/0x2e0
  [  741.017725]  [] __vfs_write+0xa7/0xf0
  [  741.041787]  [] vfs_write+0xa9/0x190
  [  741.065307]  [] SyS_pwrite64+0x69/0xa0
  [  741.090141]  [] ? SyS_rt_sigprocmask+0x67/0xb0
  [  741.135924]  [] entry_SYSCALL_64_fastpath+0x16/0x75
  [  741.183478] Code: 4c 03 05 32 d8 e3 7e 4d 8b 30 49 8b 40 10 4d 85 f6 0f 84 
22 01 00 00 48 85 c0 0f 84 19 01 00 00 49 63 47 20 48 8d 4a 01 4d 8b 07 <49> 8b 
1c 06 4c 89 f0 65 49 0f c7 08 0f 94 c0 84 c0 74 b9 49 63
  [  741.306817] RIP  [] kmem_cache_alloc_trace+0x7a/0x1f0

  The problem has also been documented by somebody else in the Fedora
  bug tracker at https://bugzilla.redhat.com/show_bug.cgi?id=1254310

  This behaviour is 100% reproducible. I have asked the fuse-devel
  mailinglist for advice, but up to this point with no success:

  http://sourceforge.net/p/fuse/mailman/message/34537139/

  We are still investigating if this issue is also happening with 4.0
  and will add the information to this bug report once we have it. Any
  help on debugging will be greatly appreciated.

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

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

[Kernel-packages] [Bug 1503900] kili (amd64) - tests ran: 2, failed: 1

2015-10-14 Thread Brad Figg
tests ran:   2, failed: 1;
  
http://kernel.ubuntu.com/testing/3.13.0-66.108~precise1/kili__3.13.0-66.108~precise1__2015-10-14_05-07-00/results-index.html

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

Title:
  linux-lts-trusty: 3.13.0-66.108~precise1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.13.0-66.108~precise1 upload package.
  This bug will contain status and testing results related to that
  upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 07. October 2015 22:03 UTC
  kernel-stable-master-bug:1503713
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 09. October 2015 06:08 UTC
  kernel-stable-Verification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Certification-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-Security-signoff-start:Friday, 09. October 2015 08:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 09. October 2015 08:02 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Friday, 09. October 2015 17:01 UTC
  kernel-stable-Security-signoff-end:Monday, 12. October 2015 16:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1503900/+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 1505948] Re: Memory allocation failure crashes kernel hard

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

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

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

Title:
  Memory allocation failure crashes kernel hard, presumably related to
  FUSE

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello everybody,

  Linux 4.1, 4.2 or 4.3-rc leads to an immediate kernel panic in our
  setup when trying to start a Qemu process on top of a fuse-based
  mount. Here is an example stacktrace:

  [  739.807817] BUG: unable to handle kernel paging request at 8800a4104ea0
  [  739.840201] IP: [] kmem_cache_alloc_trace+0x7a/0x1f0
  [  739.870309] PGD 2fee067 PUD 2fbf4dd063 PMD 0
  [  739.890418] Oops:  [#1] SMP
  [  739.905265] Modules linked in: nbd vport_vxlan vport_gre gre 
ebtable_filter ebtables openvswitch ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad 
ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ipt_REJECT 
nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_CT 
iptable_raw ip_tables xt_tcpudp ip6t_REJECT nf_reject_ipv6 xt_limit 
nf_conntrack_ipv6 nf_defrag_ipv6 xt_multiport xt_conntrack nf_conntrack 
ip6table_filter ip6_tables x_tables dm_crypt ipmi_ssif intel_rapl iosf_mbi 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper 
cryptd kvm_intel kvm ipmi_devintf vhost_net vhost macvtap macvlan joydev 
input_leds dm_multipath scsi_dh bonding sb_edac 8021q garp hpilo mrp stp 
ipmi_si llc edac_core lpc_ich ioatdma 8250_fintek ipmi_msghandler lp shpchp 
acpi_power_meter mac_hid parport nls_iso8859_1 sch_fq_codel xfs libcrc32c btrfs 
xor raid6_pq ixgbe ses enclosure
  hid_generic dca vxlan usbhid ip6_udp_tunnel tg3 udp_tunnel ptp hid pps_core 
hpsa mdio wmi
  [  740.345300] CPU: 8 PID: 10550 Comm: qemu-system-x86 Not tainted 
4.2.0-040200-generic #201508301530
  [  740.386879] Hardware name: HP ProLiant DL380 Gen9, BIOS P89 05/06/2015
  [  740.416827] task: 882f8e958dc0 ti: 882f28c2 task.ti: 
882f28c2
  [  740.451672] RIP: 0010:[]  [] 
kmem_cache_alloc_trace+0x7a/0x1f0
  [  740.494047] RSP: 0018:882f28c23c68  EFLAGS: 00010286
  [  740.518425] RAX:  RBX: 00d0 RCX: 
26b3
  [  740.551611] RDX: 26b2 RSI: 00d0 RDI: 
882fbf407840
  [  740.584846] RBP: 882f28c23ca8 R08: 00019920 R09: 
e8d000200ab0
  [  740.618287] R10: 812e8dcd R11: ea00bca0ac00 R12: 
00d0
  [  740.651320] R13: 882fbf407840 R14: 8800a4104ea0 R15: 
882fbf407840
  [  740.684195] FS:  7f2642ffd700() GS:882fbfa0() 
knlGS:
  [  740.722030] CS:  0010 DS:  ES:  CR0: 80050033
  [  740.749469] CR2: 8800a4104ea0 CR3: 002f26f83000 CR4: 
001426e0
  [  740.783390] Stack:
  [  740.792577]  812e8dcd 0048 0002 
882f908c8468
  [  740.827003]  01bef000 882f928e4600 882f28c23e48 
882f28c23d70
  [  740.860971]  882f28c23d38 812e8dcd 0001 
882f908c8300
  [  740.894994] Call Trace:
  [  740.906211]  [] ? fuse_direct_IO+0xdd/0x280
  [  740.932940]  [] fuse_direct_IO+0xdd/0x280
  [  740.958866]  [] generic_file_direct_write+0x9e/0x150
  [  740.989318]  [] fuse_file_write_iter+0x15c/0x2e0
  [  741.017725]  [] __vfs_write+0xa7/0xf0
  [  741.041787]  [] vfs_write+0xa9/0x190
  [  741.065307]  [] SyS_pwrite64+0x69/0xa0
  [  741.090141]  [] ? SyS_rt_sigprocmask+0x67/0xb0
  [  741.135924]  [] entry_SYSCALL_64_fastpath+0x16/0x75
  [  741.183478] Code: 4c 03 05 32 d8 e3 7e 4d 8b 30 49 8b 40 10 4d 85 f6 0f 84 
22 01 00 00 48 85 c0 0f 84 19 01 00 00 49 63 47 20 48 8d 4a 01 4d 8b 07 <49> 8b 
1c 06 4c 89 f0 65 49 0f c7 08 0f 94 c0 84 c0 74 b9 49 63
  [  741.306817] RIP  [] kmem_cache_alloc_trace+0x7a/0x1f0

  The problem has also been documented by somebody else in the Fedora
  bug tracker at https://bugzilla.redhat.com/show_bug.cgi?id=1254310

  This behaviour is 100% reproducible. I have asked the fuse-devel
  mailinglist for advice, but up to this point with no success:

  http://sourceforge.net/p/fuse/mailman/message/34537139/

  We are still investigating if this issue is also happening with 4.0
  and will add the information to this bug report once we have it. Any
  help on debugging will be greatly appreciated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505948/+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 1505948] Re: Memory allocation failure crashes kernel hard, presumably related to FUSE

2015-10-14 Thread Maik Zumstrull
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1398465 also
appears to be the same issue.

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

Title:
  Memory allocation failure crashes kernel hard, presumably related to
  FUSE

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello everybody,

  Linux 4.1, 4.2 or 4.3-rc leads to an immediate kernel panic in our
  setup when trying to start a Qemu process on top of a fuse-based
  mount. Here is an example stacktrace:

  [  739.807817] BUG: unable to handle kernel paging request at 8800a4104ea0
  [  739.840201] IP: [] kmem_cache_alloc_trace+0x7a/0x1f0
  [  739.870309] PGD 2fee067 PUD 2fbf4dd063 PMD 0
  [  739.890418] Oops:  [#1] SMP
  [  739.905265] Modules linked in: nbd vport_vxlan vport_gre gre 
ebtable_filter ebtables openvswitch ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad 
ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ipt_REJECT 
nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_CT 
iptable_raw ip_tables xt_tcpudp ip6t_REJECT nf_reject_ipv6 xt_limit 
nf_conntrack_ipv6 nf_defrag_ipv6 xt_multiport xt_conntrack nf_conntrack 
ip6table_filter ip6_tables x_tables dm_crypt ipmi_ssif intel_rapl iosf_mbi 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper 
cryptd kvm_intel kvm ipmi_devintf vhost_net vhost macvtap macvlan joydev 
input_leds dm_multipath scsi_dh bonding sb_edac 8021q garp hpilo mrp stp 
ipmi_si llc edac_core lpc_ich ioatdma 8250_fintek ipmi_msghandler lp shpchp 
acpi_power_meter mac_hid parport nls_iso8859_1 sch_fq_codel xfs libcrc32c btrfs 
xor raid6_pq ixgbe ses enclosure
  hid_generic dca vxlan usbhid ip6_udp_tunnel tg3 udp_tunnel ptp hid pps_core 
hpsa mdio wmi
  [  740.345300] CPU: 8 PID: 10550 Comm: qemu-system-x86 Not tainted 
4.2.0-040200-generic #201508301530
  [  740.386879] Hardware name: HP ProLiant DL380 Gen9, BIOS P89 05/06/2015
  [  740.416827] task: 882f8e958dc0 ti: 882f28c2 task.ti: 
882f28c2
  [  740.451672] RIP: 0010:[]  [] 
kmem_cache_alloc_trace+0x7a/0x1f0
  [  740.494047] RSP: 0018:882f28c23c68  EFLAGS: 00010286
  [  740.518425] RAX:  RBX: 00d0 RCX: 
26b3
  [  740.551611] RDX: 26b2 RSI: 00d0 RDI: 
882fbf407840
  [  740.584846] RBP: 882f28c23ca8 R08: 00019920 R09: 
e8d000200ab0
  [  740.618287] R10: 812e8dcd R11: ea00bca0ac00 R12: 
00d0
  [  740.651320] R13: 882fbf407840 R14: 8800a4104ea0 R15: 
882fbf407840
  [  740.684195] FS:  7f2642ffd700() GS:882fbfa0() 
knlGS:
  [  740.722030] CS:  0010 DS:  ES:  CR0: 80050033
  [  740.749469] CR2: 8800a4104ea0 CR3: 002f26f83000 CR4: 
001426e0
  [  740.783390] Stack:
  [  740.792577]  812e8dcd 0048 0002 
882f908c8468
  [  740.827003]  01bef000 882f928e4600 882f28c23e48 
882f28c23d70
  [  740.860971]  882f28c23d38 812e8dcd 0001 
882f908c8300
  [  740.894994] Call Trace:
  [  740.906211]  [] ? fuse_direct_IO+0xdd/0x280
  [  740.932940]  [] fuse_direct_IO+0xdd/0x280
  [  740.958866]  [] generic_file_direct_write+0x9e/0x150
  [  740.989318]  [] fuse_file_write_iter+0x15c/0x2e0
  [  741.017725]  [] __vfs_write+0xa7/0xf0
  [  741.041787]  [] vfs_write+0xa9/0x190
  [  741.065307]  [] SyS_pwrite64+0x69/0xa0
  [  741.090141]  [] ? SyS_rt_sigprocmask+0x67/0xb0
  [  741.135924]  [] entry_SYSCALL_64_fastpath+0x16/0x75
  [  741.183478] Code: 4c 03 05 32 d8 e3 7e 4d 8b 30 49 8b 40 10 4d 85 f6 0f 84 
22 01 00 00 48 85 c0 0f 84 19 01 00 00 49 63 47 20 48 8d 4a 01 4d 8b 07 <49> 8b 
1c 06 4c 89 f0 65 49 0f c7 08 0f 94 c0 84 c0 74 b9 49 63
  [  741.306817] RIP  [] kmem_cache_alloc_trace+0x7a/0x1f0

  The problem has also been documented by somebody else in the Fedora
  bug tracker at https://bugzilla.redhat.com/show_bug.cgi?id=1254310

  This behaviour is 100% reproducible. I have asked the fuse-devel
  mailinglist for advice, but up to this point with no success:

  http://sourceforge.net/p/fuse/mailman/message/34537139/

  We are still investigating if this issue is also happening with 4.0
  and will add the information to this bug report once we have it. Any
  help on debugging will be greatly appreciated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505948/+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 1505948] Re: Memory allocation failure crashes kernel hard

2015-10-14 Thread Martin Gerhard Loschwitz
** Attachment added: "uname -a log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505948/+attachment/4494210/+files/uname-a.log

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

Title:
  Memory allocation failure crashes kernel hard, presumably related to
  FUSE

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello everybody,

  Linux 4.1, 4.2 or 4.3-rc leads to an immediate kernel panic in our
  setup when trying to start a Qemu process on top of a fuse-based
  mount. Here is an example stacktrace:

  [  739.807817] BUG: unable to handle kernel paging request at 8800a4104ea0
  [  739.840201] IP: [] kmem_cache_alloc_trace+0x7a/0x1f0
  [  739.870309] PGD 2fee067 PUD 2fbf4dd063 PMD 0
  [  739.890418] Oops:  [#1] SMP
  [  739.905265] Modules linked in: nbd vport_vxlan vport_gre gre 
ebtable_filter ebtables openvswitch ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad 
ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ipt_REJECT 
nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_CT 
iptable_raw ip_tables xt_tcpudp ip6t_REJECT nf_reject_ipv6 xt_limit 
nf_conntrack_ipv6 nf_defrag_ipv6 xt_multiport xt_conntrack nf_conntrack 
ip6table_filter ip6_tables x_tables dm_crypt ipmi_ssif intel_rapl iosf_mbi 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper 
cryptd kvm_intel kvm ipmi_devintf vhost_net vhost macvtap macvlan joydev 
input_leds dm_multipath scsi_dh bonding sb_edac 8021q garp hpilo mrp stp 
ipmi_si llc edac_core lpc_ich ioatdma 8250_fintek ipmi_msghandler lp shpchp 
acpi_power_meter mac_hid parport nls_iso8859_1 sch_fq_codel xfs libcrc32c btrfs 
xor raid6_pq ixgbe ses enclosure
  hid_generic dca vxlan usbhid ip6_udp_tunnel tg3 udp_tunnel ptp hid pps_core 
hpsa mdio wmi
  [  740.345300] CPU: 8 PID: 10550 Comm: qemu-system-x86 Not tainted 
4.2.0-040200-generic #201508301530
  [  740.386879] Hardware name: HP ProLiant DL380 Gen9, BIOS P89 05/06/2015
  [  740.416827] task: 882f8e958dc0 ti: 882f28c2 task.ti: 
882f28c2
  [  740.451672] RIP: 0010:[]  [] 
kmem_cache_alloc_trace+0x7a/0x1f0
  [  740.494047] RSP: 0018:882f28c23c68  EFLAGS: 00010286
  [  740.518425] RAX:  RBX: 00d0 RCX: 
26b3
  [  740.551611] RDX: 26b2 RSI: 00d0 RDI: 
882fbf407840
  [  740.584846] RBP: 882f28c23ca8 R08: 00019920 R09: 
e8d000200ab0
  [  740.618287] R10: 812e8dcd R11: ea00bca0ac00 R12: 
00d0
  [  740.651320] R13: 882fbf407840 R14: 8800a4104ea0 R15: 
882fbf407840
  [  740.684195] FS:  7f2642ffd700() GS:882fbfa0() 
knlGS:
  [  740.722030] CS:  0010 DS:  ES:  CR0: 80050033
  [  740.749469] CR2: 8800a4104ea0 CR3: 002f26f83000 CR4: 
001426e0
  [  740.783390] Stack:
  [  740.792577]  812e8dcd 0048 0002 
882f908c8468
  [  740.827003]  01bef000 882f928e4600 882f28c23e48 
882f28c23d70
  [  740.860971]  882f28c23d38 812e8dcd 0001 
882f908c8300
  [  740.894994] Call Trace:
  [  740.906211]  [] ? fuse_direct_IO+0xdd/0x280
  [  740.932940]  [] fuse_direct_IO+0xdd/0x280
  [  740.958866]  [] generic_file_direct_write+0x9e/0x150
  [  740.989318]  [] fuse_file_write_iter+0x15c/0x2e0
  [  741.017725]  [] __vfs_write+0xa7/0xf0
  [  741.041787]  [] vfs_write+0xa9/0x190
  [  741.065307]  [] SyS_pwrite64+0x69/0xa0
  [  741.090141]  [] ? SyS_rt_sigprocmask+0x67/0xb0
  [  741.135924]  [] entry_SYSCALL_64_fastpath+0x16/0x75
  [  741.183478] Code: 4c 03 05 32 d8 e3 7e 4d 8b 30 49 8b 40 10 4d 85 f6 0f 84 
22 01 00 00 48 85 c0 0f 84 19 01 00 00 49 63 47 20 48 8d 4a 01 4d 8b 07 <49> 8b 
1c 06 4c 89 f0 65 49 0f c7 08 0f 94 c0 84 c0 74 b9 49 63
  [  741.306817] RIP  [] kmem_cache_alloc_trace+0x7a/0x1f0

  The problem has also been documented by somebody else in the Fedora
  bug tracker at https://bugzilla.redhat.com/show_bug.cgi?id=1254310

  This behaviour is 100% reproducible. I have asked the fuse-devel
  mailinglist for advice, but up to this point with no success:

  http://sourceforge.net/p/fuse/mailman/message/34537139/

  We are still investigating if this issue is also happening with 4.0
  and will add the information to this bug report once we have it. Any
  help on debugging will be greatly appreciated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505948/+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 1505948] Re: Memory allocation failure crashes kernel hard

2015-10-14 Thread Martin Gerhard Loschwitz
** Attachment added: "/proc/version output"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505948/+attachment/4494211/+files/version.log

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

Title:
  Memory allocation failure crashes kernel hard, presumably related to
  FUSE

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello everybody,

  Linux 4.1, 4.2 or 4.3-rc leads to an immediate kernel panic in our
  setup when trying to start a Qemu process on top of a fuse-based
  mount. Here is an example stacktrace:

  [  739.807817] BUG: unable to handle kernel paging request at 8800a4104ea0
  [  739.840201] IP: [] kmem_cache_alloc_trace+0x7a/0x1f0
  [  739.870309] PGD 2fee067 PUD 2fbf4dd063 PMD 0
  [  739.890418] Oops:  [#1] SMP
  [  739.905265] Modules linked in: nbd vport_vxlan vport_gre gre 
ebtable_filter ebtables openvswitch ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad 
ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ipt_REJECT 
nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_CT 
iptable_raw ip_tables xt_tcpudp ip6t_REJECT nf_reject_ipv6 xt_limit 
nf_conntrack_ipv6 nf_defrag_ipv6 xt_multiport xt_conntrack nf_conntrack 
ip6table_filter ip6_tables x_tables dm_crypt ipmi_ssif intel_rapl iosf_mbi 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper 
cryptd kvm_intel kvm ipmi_devintf vhost_net vhost macvtap macvlan joydev 
input_leds dm_multipath scsi_dh bonding sb_edac 8021q garp hpilo mrp stp 
ipmi_si llc edac_core lpc_ich ioatdma 8250_fintek ipmi_msghandler lp shpchp 
acpi_power_meter mac_hid parport nls_iso8859_1 sch_fq_codel xfs libcrc32c btrfs 
xor raid6_pq ixgbe ses enclosure
  hid_generic dca vxlan usbhid ip6_udp_tunnel tg3 udp_tunnel ptp hid pps_core 
hpsa mdio wmi
  [  740.345300] CPU: 8 PID: 10550 Comm: qemu-system-x86 Not tainted 
4.2.0-040200-generic #201508301530
  [  740.386879] Hardware name: HP ProLiant DL380 Gen9, BIOS P89 05/06/2015
  [  740.416827] task: 882f8e958dc0 ti: 882f28c2 task.ti: 
882f28c2
  [  740.451672] RIP: 0010:[]  [] 
kmem_cache_alloc_trace+0x7a/0x1f0
  [  740.494047] RSP: 0018:882f28c23c68  EFLAGS: 00010286
  [  740.518425] RAX:  RBX: 00d0 RCX: 
26b3
  [  740.551611] RDX: 26b2 RSI: 00d0 RDI: 
882fbf407840
  [  740.584846] RBP: 882f28c23ca8 R08: 00019920 R09: 
e8d000200ab0
  [  740.618287] R10: 812e8dcd R11: ea00bca0ac00 R12: 
00d0
  [  740.651320] R13: 882fbf407840 R14: 8800a4104ea0 R15: 
882fbf407840
  [  740.684195] FS:  7f2642ffd700() GS:882fbfa0() 
knlGS:
  [  740.722030] CS:  0010 DS:  ES:  CR0: 80050033
  [  740.749469] CR2: 8800a4104ea0 CR3: 002f26f83000 CR4: 
001426e0
  [  740.783390] Stack:
  [  740.792577]  812e8dcd 0048 0002 
882f908c8468
  [  740.827003]  01bef000 882f928e4600 882f28c23e48 
882f28c23d70
  [  740.860971]  882f28c23d38 812e8dcd 0001 
882f908c8300
  [  740.894994] Call Trace:
  [  740.906211]  [] ? fuse_direct_IO+0xdd/0x280
  [  740.932940]  [] fuse_direct_IO+0xdd/0x280
  [  740.958866]  [] generic_file_direct_write+0x9e/0x150
  [  740.989318]  [] fuse_file_write_iter+0x15c/0x2e0
  [  741.017725]  [] __vfs_write+0xa7/0xf0
  [  741.041787]  [] vfs_write+0xa9/0x190
  [  741.065307]  [] SyS_pwrite64+0x69/0xa0
  [  741.090141]  [] ? SyS_rt_sigprocmask+0x67/0xb0
  [  741.135924]  [] entry_SYSCALL_64_fastpath+0x16/0x75
  [  741.183478] Code: 4c 03 05 32 d8 e3 7e 4d 8b 30 49 8b 40 10 4d 85 f6 0f 84 
22 01 00 00 48 85 c0 0f 84 19 01 00 00 49 63 47 20 48 8d 4a 01 4d 8b 07 <49> 8b 
1c 06 4c 89 f0 65 49 0f c7 08 0f 94 c0 84 c0 74 b9 49 63
  [  741.306817] RIP  [] kmem_cache_alloc_trace+0x7a/0x1f0

  The problem has also been documented by somebody else in the Fedora
  bug tracker at https://bugzilla.redhat.com/show_bug.cgi?id=1254310

  This behaviour is 100% reproducible. I have asked the fuse-devel
  mailinglist for advice, but up to this point with no success:

  http://sourceforge.net/p/fuse/mailman/message/34537139/

  We are still investigating if this issue is also happening with 4.0
  and will add the information to this bug report once we have it. Any
  help on debugging will be greatly appreciated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505948/+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 1505948] Re: Memory allocation failure crashes kernel hard

2015-10-14 Thread Martin Gerhard Loschwitz
As already mentioned in my email to the fuse developer mailing list, we
have also tried to create direct i/o traffic on the affected mount
directly but were not able to reproduce the issue. The problem only ever
occurs once Qemu starts to run stuff on top of the FUSE mount. Other
reports of this issue (identical or similar) have mentioned Qemu or
VMware-based emulation as well.

** Description changed:

  Hello everybody,
  
  Linux 4.1, 4.2 or 4.3-rc leads to an immediate kernel panic in our setup
  when trying to start a Qemu process on top of a fuse-based mount. Here
  is an example stacktrace:
  
  [  739.807817] BUG: unable to handle kernel paging request at 8800a4104ea0
  [  739.840201] IP: [] kmem_cache_alloc_trace+0x7a/0x1f0
  [  739.870309] PGD 2fee067 PUD 2fbf4dd063 PMD 0
  [  739.890418] Oops:  [#1] SMP
  [  739.905265] Modules linked in: nbd vport_vxlan vport_gre gre 
ebtable_filter ebtables openvswitch ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad 
ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ipt_REJECT 
nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_CT 
iptable_raw ip_tables xt_tcpudp ip6t_REJECT nf_reject_ipv6 xt_limit 
nf_conntrack_ipv6 nf_defrag_ipv6 xt_multiport xt_conntrack nf_conntrack 
ip6table_filter ip6_tables x_tables dm_crypt ipmi_ssif intel_rapl iosf_mbi 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper 
cryptd kvm_intel kvm ipmi_devintf vhost_net vhost macvtap macvlan joydev 
input_leds dm_multipath scsi_dh bonding sb_edac 8021q garp hpilo mrp stp 
ipmi_si llc edac_core lpc_ich ioatdma 8250_fintek ipmi_msghandler lp shpchp 
acpi_power_meter mac_hid parport nls_iso8859_1 sch_fq_codel xfs libcrc32c btrfs 
xor raid6_pq ixgbe ses enclosure
  hid_generic dca vxlan usbhid ip6_udp_tunnel tg3 udp_tunnel ptp hid pps_core 
hpsa mdio wmi
  [  740.345300] CPU: 8 PID: 10550 Comm: qemu-system-x86 Not tainted 
4.2.0-040200-generic #201508301530
  [  740.386879] Hardware name: HP ProLiant DL380 Gen9, BIOS P89 05/06/2015
  [  740.416827] task: 882f8e958dc0 ti: 882f28c2 task.ti: 
882f28c2
  [  740.451672] RIP: 0010:[]  [] 
kmem_cache_alloc_trace+0x7a/0x1f0
  [  740.494047] RSP: 0018:882f28c23c68  EFLAGS: 00010286
  [  740.518425] RAX:  RBX: 00d0 RCX: 
26b3
  [  740.551611] RDX: 26b2 RSI: 00d0 RDI: 
882fbf407840
  [  740.584846] RBP: 882f28c23ca8 R08: 00019920 R09: 
e8d000200ab0
  [  740.618287] R10: 812e8dcd R11: ea00bca0ac00 R12: 
00d0
  [  740.651320] R13: 882fbf407840 R14: 8800a4104ea0 R15: 
882fbf407840
  [  740.684195] FS:  7f2642ffd700() GS:882fbfa0() 
knlGS:
  [  740.722030] CS:  0010 DS:  ES:  CR0: 80050033
  [  740.749469] CR2: 8800a4104ea0 CR3: 002f26f83000 CR4: 
001426e0
  [  740.783390] Stack:
  [  740.792577]  812e8dcd 0048 0002 
882f908c8468
  [  740.827003]  01bef000 882f928e4600 882f28c23e48 
882f28c23d70
  [  740.860971]  882f28c23d38 812e8dcd 0001 
882f908c8300
  [  740.894994] Call Trace:
  [  740.906211]  [] ? fuse_direct_IO+0xdd/0x280
  [  740.932940]  [] fuse_direct_IO+0xdd/0x280
  [  740.958866]  [] generic_file_direct_write+0x9e/0x150
  [  740.989318]  [] fuse_file_write_iter+0x15c/0x2e0
  [  741.017725]  [] __vfs_write+0xa7/0xf0
  [  741.041787]  [] vfs_write+0xa9/0x190
  [  741.065307]  [] SyS_pwrite64+0x69/0xa0
  [  741.090141]  [] ? SyS_rt_sigprocmask+0x67/0xb0
  [  741.135924]  [] entry_SYSCALL_64_fastpath+0x16/0x75
  [  741.183478] Code: 4c 03 05 32 d8 e3 7e 4d 8b 30 49 8b 40 10 4d 85 f6 0f 84 
22 01 00 00 48 85 c0 0f 84 19 01 00 00 49 63 47 20 48 8d 4a 01 4d 8b 07 <49> 8b 
1c 06 4c 89 f0 65 49 0f c7 08 0f 94 c0 84 c0 74 b9 49 63
  [  741.306817] RIP  [] kmem_cache_alloc_trace+0x7a/0x1f0
  
- The problem has also been documented by somebody else in the Fedora bug 
tracker at 
- https://bugzilla.redhat.com/show_bug.cgi?id=1254310
+ The problem has also been documented by somebody else in the Fedora bug
+ tracker at https://bugzilla.redhat.com/show_bug.cgi?id=1254310
  
  This behaviour is 100% reproducible. I have asked the fuse-devel
  mailinglist for advice, but up to this point with no success:
  
  http://sourceforge.net/p/fuse/mailman/message/34537139/
  
  We are still investigating if this issue is also happening with 4.0 and
  will add the information to this bug report once we have it. Any help on
  debugging will be greatly appreciated.

** Summary changed:

- Memory allocation failure crashes kernel hard
+ Memory allocation failure crashes kernel hard, presumably related to FUSE

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

  1   2   >