[Kernel-packages] [Bug 1365844] [NEW] buggy driver rtl8192c

2014-09-05 Thread paraquat
Public bug reported:

Driver rtl8192c for a Realtek USB wireless card is buggy. I can connect
to wifi, but soon the connection is dropped.

This particular bug has probably been around awhile. Others have
reported it, though I cannot find such reports here in Launchpad even
with a search.

A solution for this bug has already been found and published by
programmers. I used this solution - it works. I will post it below in
its entirety.

I am running Ubuntu 14.04. When I discovered this problem, I downloaded
and tried Ubuntu 14.10-beta_1 and was surprised to see that it still has
this bug. So I am reporting it now in the hopes that it will be fixed
before the final 14.10 release.

OK, no more talk from me. Below is the info I found online, raw and
uncut...

=

Wireless Realtek chipsets that are running on the default rtl8192cu
driver, often loses connection and run below their proper speed. That's
because of a bug in the rtl8192cu driver.

For instance, this Realtek chipset is present in the Medion MD 86498 USB
wireless dongle. The chipsets involved, are the RTL8192CU and the
RTL8188CU.

Luckily there's a solution that'll make such a chipset run stable and fast, 
namely replacing the defective driver by a better one. This solution is 
necessary for the following operating systems:
- Ubuntu 12.04
- Linux Mint 13
- Ubuntu 14.04
- Linux Mint 17

This is how to do it:


1. First check whether the buggy driver rtl8192cu is active in your operating 
system.

Open a terminal window:

Click on the grey Ubuntu logo (Dash home). Query: terminal. 
Click on Terminal.

Use copy/paste to transfer the following line into the terminal:

lsmod | grep rtl

Press Enter.

When you see one or more times rtl8192cu in the terminal output, then
it's active. In that case proceed with step 2.


2. Disconnect your wireless connection (unplug the USB adapter that contains 
the Realtek chipset), and temporarily connect to the internet by means of an 
ethernet cable (or by means of another wireless chipset that does function 
well).


3. Now install some applications for building the right driver. 

Open a terminal window:

Click on the grey Ubuntu logo (Dash home). Query: terminal. 
Click on Terminal.

Type (use copy/paste):

sudo apt-get install linux-headers-generic build-essential dkms git

Press Enter and submit your password. Please note that the password will
remain invisible, not even asterisks will show, which is normal.

Wait until the installation has completed.


4. Now download the source code of the right driver as follows. Copy and paste 
the following command line into the terminal:

git clone https://github.com/pvaret/rtl8192cu-fixes.git

Press Enter.


5. Set it up as a DKMS module: 

Copy and paste into the terminal:

sudo dkms add ./rtl8192cu-fixes

Press Enter and if prompted, submit your password. Please note that the
password will remain invisible, not even asterisks will show, which is
normal.


6. Build and install the new driver: 

Copy and paste into the terminal:

sudo dkms install 8192cu/1.9

Press Enter.


7. Refresh the module list:

Copy and paste into the terminal:

sudo depmod -a

Press Enter.


8. Blacklist the faulty driver:

Copy and paste into the terminal:

sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/

Press Enter.


9. Reboot your computer.


10. The problem should now be solved: disconnect the temporary ethernet cable 
and insert the Realtek device again.

With the following terminal command you can check whether the right
driver is active now (copy and paste it into the terminal):

lsmod | grep 8192

Press Enter.

In the terminal output you should see that the new driver 8192cu is
active. You should see no mention anymore of the old driver rtl8192cu.

Note: a possibly surprising side effect might be, that the light on your
wireless card is blinking constantly now. That's normal: the light is
blinking whenever data are being sent or received.


Source: https://github.com/pvaret/rtl8192cu-fixes

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-headers-3.13.0-24 3.13.0-24.47
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.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  bob1852 F pulseaudio
 /dev/snd/controlC1:  bob1852 F pulseaudio
CurrentDesktop: LXDE
Date: Fri Sep  5 14:02:05 2014
HibernationDevice: RESUME=UUID=6d790ec4-ec3d-43a7-ab1a-c4b574e60673
InstallationDate: Installed on 2014-05-20 (107 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: ASUS All Series
PackageArchitecture: all
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=37f58aeb-6419-4ca6-a667-002bb0791572 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-35-generic N/A
 

[Kernel-packages] [Bug 1365844] Status changed to Confirmed

2014-09-05 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/1365844

Title:
  buggy driver rtl8192c

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Driver rtl8192c for a Realtek USB wireless card is buggy. I can
  connect to wifi, but soon the connection is dropped.

  This particular bug has probably been around awhile. Others have
  reported it, though I cannot find such reports here in Launchpad even
  with a search.

  A solution for this bug has already been found and published by
  programmers. I used this solution - it works. I will post it below in
  its entirety.

  I am running Ubuntu 14.04. When I discovered this problem, I
  downloaded and tried Ubuntu 14.10-beta_1 and was surprised to see that
  it still has this bug. So I am reporting it now in the hopes that it
  will be fixed before the final 14.10 release.

  OK, no more talk from me. Below is the info I found online, raw and
  uncut...

  =

  Wireless Realtek chipsets that are running on the default rtl8192cu
  driver, often loses connection and run below their proper speed.
  That's because of a bug in the rtl8192cu driver.

  For instance, this Realtek chipset is present in the Medion MD 86498
  USB wireless dongle. The chipsets involved, are the RTL8192CU and the
  RTL8188CU.

  Luckily there's a solution that'll make such a chipset run stable and fast, 
namely replacing the defective driver by a better one. This solution is 
necessary for the following operating systems:
  - Ubuntu 12.04
  - Linux Mint 13
  - Ubuntu 14.04
  - Linux Mint 17

  This is how to do it:

  
  1. First check whether the buggy driver rtl8192cu is active in your operating 
system.

  Open a terminal window:

  Click on the grey Ubuntu logo (Dash home). Query: terminal. 
  Click on Terminal.

  Use copy/paste to transfer the following line into the terminal:

  lsmod | grep rtl

  Press Enter.

  When you see one or more times rtl8192cu in the terminal output, then
  it's active. In that case proceed with step 2.

  
  2. Disconnect your wireless connection (unplug the USB adapter that contains 
the Realtek chipset), and temporarily connect to the internet by means of an 
ethernet cable (or by means of another wireless chipset that does function 
well).

  
  3. Now install some applications for building the right driver. 

  Open a terminal window:

  Click on the grey Ubuntu logo (Dash home). Query: terminal. 
  Click on Terminal.

  Type (use copy/paste):

  sudo apt-get install linux-headers-generic build-essential dkms git

  Press Enter and submit your password. Please note that the password
  will remain invisible, not even asterisks will show, which is normal.

  Wait until the installation has completed.

  
  4. Now download the source code of the right driver as follows. Copy and 
paste the following command line into the terminal:

  git clone https://github.com/pvaret/rtl8192cu-fixes.git

  Press Enter.

  
  5. Set it up as a DKMS module: 

  Copy and paste into the terminal:

  sudo dkms add ./rtl8192cu-fixes

  Press Enter and if prompted, submit your password. Please note that
  the password will remain invisible, not even asterisks will show,
  which is normal.

  
  6. Build and install the new driver: 

  Copy and paste into the terminal:

  sudo dkms install 8192cu/1.9

  Press Enter.

  
  7. Refresh the module list:

  Copy and paste into the terminal:

  sudo depmod -a

  Press Enter.

  
  8. Blacklist the faulty driver:

  Copy and paste into the terminal:

  sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf
  /etc/modprobe.d/

  Press Enter.

  
  9. Reboot your computer.

  
  10. The problem should now be solved: disconnect the temporary ethernet cable 
and insert the Realtek device again.

  With the following terminal command you can check whether the right
  driver is active now (copy and paste it into the terminal):

  lsmod | grep 8192

  Press Enter.

  In the terminal output you should see that the new driver 8192cu is
  active. You should see no mention anymore of the old driver rtl8192cu.

  Note: a possibly surprising side effect might be, that the light on
  your wireless card is blinking constantly now. That's normal: the
  light is blinking whenever data are being sent or received.

  
  Source: https://github.com/pvaret/rtl8192cu-fixes

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-headers-3.13.0-24 3.13.0-24.47
  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.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bob1852 F pulseaudio
   /dev/snd/controlC1:  bob1852 F pulseaudio
  CurrentDesktop: LXDE
  Date: Fri 

[Kernel-packages] [Bug 1363032] Re: linux: 3.16.0-12.17 -proposed tracker

2014-09-05 Thread Adam Conrad
** Changed in: kernel-development-workflow/promote-to-release
   Status: New = 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/1363032

Title:
  linux: 3.16.0-12.17 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow package-testing series:
  Won't Fix
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-release series:
  Fix Released
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  This bug is for tracking the 3.16.0-12.17 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:Friday, 29. August 2014 10:53 UTC
  kernel-phase-changed:Friday, 29. August 2014 20:00 UTC
  kernel-Prepare-package-end:Friday, 29. August 2014 20:00 UTC
  kernel-Package-testing-start:Friday, 29. August 2014 20:00 UTC
  kernel-phase:PPA Testing
  ppa-package-testing-start:Friday, 29. August 2014 20:00 UTC
  kernel-Promote-to-release-end:Friday, 05. September 2014 07:00 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1363032/+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 1363032] Re: linux: 3.16.0-12.17 -proposed tracker

2014-09-05 Thread Brad Figg
** Changed in: kernel-development-workflow/package-testing
   Status: Confirmed = Won't Fix

** Description changed:

  This bug is for tracking the 3.16.0-12.17 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:Friday, 29. August 2014 10:53 UTC
  kernel-phase-changed:Friday, 29. August 2014 20:00 UTC
  kernel-Prepare-package-end:Friday, 29. August 2014 20:00 UTC
  kernel-Package-testing-start:Friday, 29. August 2014 20:00 UTC
  kernel-phase:PPA Testing
  ppa-package-testing-start:Friday, 29. August 2014 20:00 UTC
+ kernel-Promote-to-release-end:Friday, 05. September 2014 07:00 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/1363032

Title:
  linux: 3.16.0-12.17 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow package-testing series:
  Won't Fix
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-release series:
  Fix Released
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  This bug is for tracking the 3.16.0-12.17 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:Friday, 29. August 2014 10:53 UTC
  kernel-phase-changed:Friday, 29. August 2014 20:00 UTC
  kernel-Prepare-package-end:Friday, 29. August 2014 20:00 UTC
  kernel-Package-testing-start:Friday, 29. August 2014 20:00 UTC
  kernel-phase:PPA Testing
  ppa-package-testing-start:Friday, 29. August 2014 20:00 UTC
  kernel-Promote-to-release-end:Friday, 05. September 2014 07:00 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1363032/+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 1365611] Re: linux: 3.16.0-13.19 -proposed tracker

2014-09-05 Thread Brad Figg
All builds are complete, packages in this bug are available in
-proposed.

** Changed in: kernel-development-workflow/prepare-package
   Status: New = Fix Released

** Changed in: kernel-development-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Tim Gardner 
(timg-tpi)

** Changed in: kernel-development-workflow/package-testing
   Status: New = Confirmed

** Changed in: kernel-development-workflow/package-testing
   Status: Confirmed = In Progress

** Changed in: kernel-development-workflow/package-testing
   Status: In Progress = Confirmed

** Description changed:

  This bug is for tracking the 3.16.0-13.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, 04. September 2014 17:42 UTC
- kernel-phase-changed:Thursday, 04. September 2014 17:42 UTC
- kernel-phase:Prepare
+ kernel-phase-changed:Friday, 05. September 2014 07:01 UTC
+ kernel-Prepare-package-end:Friday, 05. September 2014 07:01 UTC
+ kernel-Package-testing-start:Friday, 05. September 2014 07:01 UTC
+ kernel-phase:PPA Testing
+ ppa-package-testing-start:Friday, 05. September 2014 07: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/1365611

Title:
  linux: 3.16.0-13.19 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow package-testing series:
  Confirmed
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-release series:
  New
Status in “linux” package in Ubuntu:
  New
Status in “linux” source package in Utopic:
  New

Bug description:
  This bug is for tracking the 3.16.0-13.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, 04. September 2014 17:42 UTC
  kernel-phase-changed:Friday, 05. September 2014 07:01 UTC
  kernel-Prepare-package-end:Friday, 05. September 2014 07:01 UTC
  kernel-Package-testing-start:Friday, 05. September 2014 07:01 UTC
  kernel-phase:PPA Testing
  ppa-package-testing-start:Friday, 05. September 2014 07:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1365611/+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 1363853] Re: [Lenovo ThinkPad X220] suspend/resume failure

2014-09-05 Thread Daniel Holbach
I think this has been happening for a longer time already.

-- 
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/1363853

Title:
  [Lenovo ThinkPad X220] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  No idea what happened.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-11-generic 3.16.0-11.16
  ProcVersionSignature: Ubuntu 3.16.0-11.16-generic 3.16.1
  Uname: Linux 3.16.0-11-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  daniel 2818 F pulseaudio
  Date: Mon Sep  1 09:13:35 2014
  DuplicateSignature: suspend/resume:LENOVO 429149G:8DET46WW (1.16 )
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=e3968bc2-4b49-4bc2-a8f2-485b8cdd957f
  InstallationDate: Installed on 2013-12-22 (252 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131221)
  InterpreterPath: /usr/bin/python3.4
  MachineType: LENOVO 429149G
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-11-generic 
root=UUID=23a70067-84b7-4d69-8cbc-11f2fe3f429d ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-11-generic N/A
   linux-backports-modules-3.16.0-11-generic  N/A
   linux-firmware 1.133
  SourcePackage: linux
  Title: [LENOVO 429149G] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 05/18/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET46WW (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 429149G
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET46WW(1.16):bd05/18/2011:svnLENOVO:pn429149G:pvrThinkPadX220:rvnLENOVO:rn429149G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 429149G
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1363853/+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 1365869] [NEW] After upgrade to 3.13.0-35.62, rpc.gssd complains about missing /run/rpc_pipefs/gssd/clntXX/info

2014-09-05 Thread Sergio Gelato
Public bug reported:

The following changes in 3.13.0-35.62:
 * sunrpc: create a new dummy pipe for gssd to hold open
   - LP: #1327563
 * sunrpc: replace sunrpc_net-gssd_running flag with a more reliable check
   - LP: #1327563
 * nfs: check if gssd is running before attempting to use krb5i auth in 
SETCLIENTID call
   - LP: #1327563
are causing rpc.gssd to fill syslog with messages of the form
ERROR: can't open /run/rpc_pipefs/gssd/clntXX/info: No such file or directory

The problem was discussed last December in 
https://bugzilla.redhat.com/show_bug.cgi?id=1037793
where the resolution was to include the following three patches:

http://marc.info/?l=linux-nfsm=138624689302466w=2
http://marc.info/?l=linux-nfsm=138624684502447w=2
http://marc.info/?l=linux-nfsm=138624684502447w=2

These patches are already in the upstream kernel (since 3.14). I suggest 
cherry-picking them for 3.13. Commit hashes from the 3.14 branch:
 3396f92f8be606ea485b0a82d4e7749a448b013b
 e2f0c83a9de331d9352185ca3642616c13127539
 23e66ba97127ff3b064d4c6c5138aa34eafc492f

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


** Tags: cherry-pick kernel-fixed-upstream kernel-fs regression-update trusty

-- 
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/1365869

Title:
  After upgrade to 3.13.0-35.62, rpc.gssd complains about missing
  /run/rpc_pipefs/gssd/clntXX/info

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The following changes in 3.13.0-35.62:
   * sunrpc: create a new dummy pipe for gssd to hold open
     - LP: #1327563
   * sunrpc: replace sunrpc_net-gssd_running flag with a more reliable check
     - LP: #1327563
   * nfs: check if gssd is running before attempting to use krb5i auth in 
SETCLIENTID call
     - LP: #1327563
  are causing rpc.gssd to fill syslog with messages of the form
  ERROR: can't open /run/rpc_pipefs/gssd/clntXX/info: No such file or directory

  The problem was discussed last December in 
https://bugzilla.redhat.com/show_bug.cgi?id=1037793
  where the resolution was to include the following three patches:

  http://marc.info/?l=linux-nfsm=138624689302466w=2
  http://marc.info/?l=linux-nfsm=138624684502447w=2
  http://marc.info/?l=linux-nfsm=138624684502447w=2

  These patches are already in the upstream kernel (since 3.14). I suggest 
cherry-picking them for 3.13. Commit hashes from the 3.14 branch:
   3396f92f8be606ea485b0a82d4e7749a448b013b
   e2f0c83a9de331d9352185ca3642616c13127539
   23e66ba97127ff3b064d4c6c5138aa34eafc492f

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365869/+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 1365869] Re: After upgrade to 3.13.0-35.62, rpc.gssd complains about missing /run/rpc_pipefs/gssd/clntXX/info

2014-09-05 Thread Sergio Gelato
** Tags removed: fixed-in-upstream-kernel
** Tags added: kernel-fixed-upstream

** Description changed:

  The following changes in 3.13.0-35.62:
-  * sunrpc: create a new dummy pipe for gssd to hold open
-- LP: #1327563
-  * sunrpc: replace sunrpc_net-gssd_running flag with a more reliable check
-- LP: #1327563
-  * nfs: check if gssd is running before attempting to use krb5i auth in 
SETCLIENTID call
-- LP: #1327563
+  * sunrpc: create a new dummy pipe for gssd to hold open
+    - LP: #1327563
+  * sunrpc: replace sunrpc_net-gssd_running flag with a more reliable check
+    - LP: #1327563
+  * nfs: check if gssd is running before attempting to use krb5i auth in 
SETCLIENTID call
+    - LP: #1327563
  are causing rpc.gssd to fill syslog with messages of the form
  ERROR: can't open /run/rpc_pipefs/gssd/clntXX/info: No such file or directory
  
- The problem was discussed last winter in 
https://bugzilla.redhat.com/show_bug.cgi?id=1037793
+ The problem was discussed last December in 
https://bugzilla.redhat.com/show_bug.cgi?id=1037793
  where the resolution was to include the following three patches:
  
  http://marc.info/?l=linux-nfsm=138624689302466w=2
  http://marc.info/?l=linux-nfsm=138624684502447w=2
  http://marc.info/?l=linux-nfsm=138624684502447w=2
  
  These patches are already in the upstream kernel (since 3.14). I suggest 
cherry-picking them for 3.13. Commit hashes from the 3.14 branch:
-   3396f92f8be606ea485b0a82d4e7749a448b013b
-   e2f0c83a9de331d9352185ca3642616c13127539
-   23e66ba97127ff3b064d4c6c5138aa34eafc492f
+  3396f92f8be606ea485b0a82d4e7749a448b013b
+  e2f0c83a9de331d9352185ca3642616c13127539
+  23e66ba97127ff3b064d4c6c5138aa34eafc492f

-- 
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/1365869

Title:
  After upgrade to 3.13.0-35.62, rpc.gssd complains about missing
  /run/rpc_pipefs/gssd/clntXX/info

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The following changes in 3.13.0-35.62:
   * sunrpc: create a new dummy pipe for gssd to hold open
     - LP: #1327563
   * sunrpc: replace sunrpc_net-gssd_running flag with a more reliable check
     - LP: #1327563
   * nfs: check if gssd is running before attempting to use krb5i auth in 
SETCLIENTID call
     - LP: #1327563
  are causing rpc.gssd to fill syslog with messages of the form
  ERROR: can't open /run/rpc_pipefs/gssd/clntXX/info: No such file or directory

  The problem was discussed last December in 
https://bugzilla.redhat.com/show_bug.cgi?id=1037793
  where the resolution was to include the following three patches:

  http://marc.info/?l=linux-nfsm=138624689302466w=2
  http://marc.info/?l=linux-nfsm=138624684502447w=2
  http://marc.info/?l=linux-nfsm=138624684502447w=2

  These patches are already in the upstream kernel (since 3.14). I suggest 
cherry-picking them for 3.13. Commit hashes from the 3.14 branch:
   3396f92f8be606ea485b0a82d4e7749a448b013b
   e2f0c83a9de331d9352185ca3642616c13127539
   23e66ba97127ff3b064d4c6c5138aa34eafc492f

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

2014-09-05 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1365869

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/1365869

Title:
  After upgrade to 3.13.0-35.62, rpc.gssd complains about missing
  /run/rpc_pipefs/gssd/clntXX/info

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The following changes in 3.13.0-35.62:
   * sunrpc: create a new dummy pipe for gssd to hold open
     - LP: #1327563
   * sunrpc: replace sunrpc_net-gssd_running flag with a more reliable check
     - LP: #1327563
   * nfs: check if gssd is running before attempting to use krb5i auth in 
SETCLIENTID call
     - LP: #1327563
  are causing rpc.gssd to fill syslog with messages of the form
  ERROR: can't open /run/rpc_pipefs/gssd/clntXX/info: No such file or directory

  The problem was discussed last December in 
https://bugzilla.redhat.com/show_bug.cgi?id=1037793
  where the resolution was to include the following three patches:

  http://marc.info/?l=linux-nfsm=138624689302466w=2
  http://marc.info/?l=linux-nfsm=138624684502447w=2
  http://marc.info/?l=linux-nfsm=138624684502447w=2

  These patches are already in the upstream kernel (since 3.14). I suggest 
cherry-picking them for 3.13. Commit hashes from the 3.14 branch:
   3396f92f8be606ea485b0a82d4e7749a448b013b
   e2f0c83a9de331d9352185ca3642616c13127539
   23e66ba97127ff3b064d4c6c5138aa34eafc492f

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365869/+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 1365611] Re: linux: 3.16.0-13.19 -proposed tracker

2014-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.16.0-13.19

---
linux (3.16.0-13.19) utopic; urgency=low

  [ Tim Gardner ]

  * Release Tracking Bug
- LP: #1365611
  * [Config] CONFIG_HAVE_KVM_IRQFD=y
- LP: #1362514

  [ Paolo Pisati ]

  * [Config] armhf: SERIAL_SAMSUNG_CONSOLE=y
  * [Config] armhf: USB_[E|O]HCI_EXYNOS=y  SAMSUNG_USBPHY=y

  [ Upstream Kernel Changes ]

  * KVM: Don't keep reference to irq routing table in irqfd struct
- LP: #1362514
  * KVM: irqchip: Provide and use accessors for irq routing table
- LP: #1362514
  * KVM: Move all accesses to kvm::irq_routing into irqchip.c
- LP: #1362514
  * KVM: Move irq notifier implementation into eventfd.c
- LP: #1362514
  * KVM: prepare for KVM_(S|G)ET_MP_STATE on other architectures
- LP: #1362514
  * KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling
- LP: #1362514
  * KVM: Rename and add argument to check_extension
- LP: #1362514
  * KVM: Allow KVM_CHECK_EXTENSION on the vm fd
- LP: #1362514
  * KVM: Give IRQFD its own separate enabling Kconfig option
- LP: #1362514
  * KVM: PPC: Enable IRQFD support for the XICS interrupt controller
- LP: #1362514
  * KVM: PPC: Book3s PR: Disable AIL mode with OPAL
- LP: #1362514
  * KVM: PPC: Book3s HV: Fix tlbie compile error
- LP: #1362514
  * KVM: PPC: Book3S PR: Handle hyp doorbell exits
- LP: #1362514
  * KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue
- LP: #1362514
  * KVM: PPC: Book3S PR: Fix sparse endian checks
- LP: #1362514
  * PPC: Add asm helpers for BE 32bit load/store
- LP: #1362514
  * KVM: PPC: Book3S HV: Make HTAB code LE host aware
- LP: #1362514
  * KVM: PPC: Book3S HV: Access guest VPA in BE
- LP: #1362514
  * KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE
- LP: #1362514
  * KVM: PPC: Book3S HV: Access XICS in BE
- LP: #1362514
  * KVM: PPC: Book3S HV: Fix ABIv2 on LE
- LP: #1362514
  * KVM: PPC: Book3S HV: Enable for little endian hosts
- LP: #1362514
  * staging/lustre: disable virtual block device for 64K pages
  * drm/i915: read HEAD register back in init_ring_common() to enforce
ordering
- LP: #1355196
 -- Tim Gardner tim.gard...@canonical.com   Tue, 02 Sep 2014 19:07:50 -0400

** Changed in: linux (Ubuntu Utopic)
   Status: New = 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/1365611

Title:
  linux: 3.16.0-13.19 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow package-testing series:
  Confirmed
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-release series:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  This bug is for tracking the 3.16.0-13.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, 04. September 2014 17:42 UTC
  kernel-phase-changed:Friday, 05. September 2014 07:01 UTC
  kernel-Prepare-package-end:Friday, 05. September 2014 07:01 UTC
  kernel-Package-testing-start:Friday, 05. September 2014 07:01 UTC
  kernel-phase:PPA Testing
  ppa-package-testing-start:Friday, 05. September 2014 07:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1365611/+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 1355196] Re: compiz fails with intel_do_flush_locked failed: Invalid argument

2014-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.16.0-13.19

---
linux (3.16.0-13.19) utopic; urgency=low

  [ Tim Gardner ]

  * Release Tracking Bug
- LP: #1365611
  * [Config] CONFIG_HAVE_KVM_IRQFD=y
- LP: #1362514

  [ Paolo Pisati ]

  * [Config] armhf: SERIAL_SAMSUNG_CONSOLE=y
  * [Config] armhf: USB_[E|O]HCI_EXYNOS=y  SAMSUNG_USBPHY=y

  [ Upstream Kernel Changes ]

  * KVM: Don't keep reference to irq routing table in irqfd struct
- LP: #1362514
  * KVM: irqchip: Provide and use accessors for irq routing table
- LP: #1362514
  * KVM: Move all accesses to kvm::irq_routing into irqchip.c
- LP: #1362514
  * KVM: Move irq notifier implementation into eventfd.c
- LP: #1362514
  * KVM: prepare for KVM_(S|G)ET_MP_STATE on other architectures
- LP: #1362514
  * KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling
- LP: #1362514
  * KVM: Rename and add argument to check_extension
- LP: #1362514
  * KVM: Allow KVM_CHECK_EXTENSION on the vm fd
- LP: #1362514
  * KVM: Give IRQFD its own separate enabling Kconfig option
- LP: #1362514
  * KVM: PPC: Enable IRQFD support for the XICS interrupt controller
- LP: #1362514
  * KVM: PPC: Book3s PR: Disable AIL mode with OPAL
- LP: #1362514
  * KVM: PPC: Book3s HV: Fix tlbie compile error
- LP: #1362514
  * KVM: PPC: Book3S PR: Handle hyp doorbell exits
- LP: #1362514
  * KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue
- LP: #1362514
  * KVM: PPC: Book3S PR: Fix sparse endian checks
- LP: #1362514
  * PPC: Add asm helpers for BE 32bit load/store
- LP: #1362514
  * KVM: PPC: Book3S HV: Make HTAB code LE host aware
- LP: #1362514
  * KVM: PPC: Book3S HV: Access guest VPA in BE
- LP: #1362514
  * KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE
- LP: #1362514
  * KVM: PPC: Book3S HV: Access XICS in BE
- LP: #1362514
  * KVM: PPC: Book3S HV: Fix ABIv2 on LE
- LP: #1362514
  * KVM: PPC: Book3S HV: Enable for little endian hosts
- LP: #1362514
  * staging/lustre: disable virtual block device for 64K pages
  * drm/i915: read HEAD register back in init_ring_common() to enforce
ordering
- LP: #1355196
 -- Tim Gardner tim.gard...@canonical.com   Tue, 02 Sep 2014 19:07:50 -0400

** Changed in: linux (Ubuntu)
   Status: Confirmed = 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/1355196

Title:
  compiz fails with intel_do_flush_locked failed: Invalid argument

Status in “linux” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-intel” package in Ubuntu:
  Invalid

Bug description:
  Recent upgrade and reboot/re-login left me with a generally unusable 
compiz/unity.
  On login, the desktop icons move back and forth several times, I believe this 
correlates with ~/.xesssion-errors 'unity main process ended' messages like:
  upstart: unity7 main process (7477) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7910) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (7939) terminated with status 1

  
  Further investigation showed that compiz was failing to start.  Attempting to 
start it by hand shows:
intel_do_flush_locked failed: Invalid argument

  Those same messages appear in ~/.cache/upstart/unity7.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.0+14.10.20140731.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:53:07 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-19 (1027 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2013-05-20 (448 days ago)
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 4190 F pulseaudio
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,commands,mousepoll,grid,move,place,imgpng,session,vpswitch,resize,regex,gnomecompat,unitymtgrabhandles,wall,resizeinfo,animation,workarounds,fade,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-05-20 08:14:41,880 DEBUG openCache()
  DistroCodename: utopic
 

[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.16.0-13.19

---
linux (3.16.0-13.19) utopic; urgency=low

  [ Tim Gardner ]

  * Release Tracking Bug
- LP: #1365611
  * [Config] CONFIG_HAVE_KVM_IRQFD=y
- LP: #1362514

  [ Paolo Pisati ]

  * [Config] armhf: SERIAL_SAMSUNG_CONSOLE=y
  * [Config] armhf: USB_[E|O]HCI_EXYNOS=y  SAMSUNG_USBPHY=y

  [ Upstream Kernel Changes ]

  * KVM: Don't keep reference to irq routing table in irqfd struct
- LP: #1362514
  * KVM: irqchip: Provide and use accessors for irq routing table
- LP: #1362514
  * KVM: Move all accesses to kvm::irq_routing into irqchip.c
- LP: #1362514
  * KVM: Move irq notifier implementation into eventfd.c
- LP: #1362514
  * KVM: prepare for KVM_(S|G)ET_MP_STATE on other architectures
- LP: #1362514
  * KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling
- LP: #1362514
  * KVM: Rename and add argument to check_extension
- LP: #1362514
  * KVM: Allow KVM_CHECK_EXTENSION on the vm fd
- LP: #1362514
  * KVM: Give IRQFD its own separate enabling Kconfig option
- LP: #1362514
  * KVM: PPC: Enable IRQFD support for the XICS interrupt controller
- LP: #1362514
  * KVM: PPC: Book3s PR: Disable AIL mode with OPAL
- LP: #1362514
  * KVM: PPC: Book3s HV: Fix tlbie compile error
- LP: #1362514
  * KVM: PPC: Book3S PR: Handle hyp doorbell exits
- LP: #1362514
  * KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue
- LP: #1362514
  * KVM: PPC: Book3S PR: Fix sparse endian checks
- LP: #1362514
  * PPC: Add asm helpers for BE 32bit load/store
- LP: #1362514
  * KVM: PPC: Book3S HV: Make HTAB code LE host aware
- LP: #1362514
  * KVM: PPC: Book3S HV: Access guest VPA in BE
- LP: #1362514
  * KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE
- LP: #1362514
  * KVM: PPC: Book3S HV: Access XICS in BE
- LP: #1362514
  * KVM: PPC: Book3S HV: Fix ABIv2 on LE
- LP: #1362514
  * KVM: PPC: Book3S HV: Enable for little endian hosts
- LP: #1362514
  * staging/lustre: disable virtual block device for 64K pages
  * drm/i915: read HEAD register back in init_ring_common() to enforce
ordering
- LP: #1355196
 -- Tim Gardner tim.gard...@canonical.com   Tue, 02 Sep 2014 19:07:50 -0400

** Changed in: linux (Ubuntu Utopic)
   Status: Fix Committed = 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/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table 

[Kernel-packages] [Bug 1365869] Re: After upgrade to 3.13.0-35.62, rpc.gssd complains about missing /run/rpc_pipefs/gssd/clntXX/info

2014-09-05 Thread Sergio Gelato
Won't run apport-collect. (Not really needed for this particular bug.)

** 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/1365869

Title:
  After upgrade to 3.13.0-35.62, rpc.gssd complains about missing
  /run/rpc_pipefs/gssd/clntXX/info

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  The following changes in 3.13.0-35.62:
   * sunrpc: create a new dummy pipe for gssd to hold open
     - LP: #1327563
   * sunrpc: replace sunrpc_net-gssd_running flag with a more reliable check
     - LP: #1327563
   * nfs: check if gssd is running before attempting to use krb5i auth in 
SETCLIENTID call
     - LP: #1327563
  are causing rpc.gssd to fill syslog with messages of the form
  ERROR: can't open /run/rpc_pipefs/gssd/clntXX/info: No such file or directory

  The problem was discussed last December in 
https://bugzilla.redhat.com/show_bug.cgi?id=1037793
  where the resolution was to include the following three patches:

  http://marc.info/?l=linux-nfsm=138624689302466w=2
  http://marc.info/?l=linux-nfsm=138624684502447w=2
  http://marc.info/?l=linux-nfsm=138624684502447w=2

  These patches are already in the upstream kernel (since 3.14). I suggest 
cherry-picking them for 3.13. Commit hashes from the 3.14 branch:
   3396f92f8be606ea485b0a82d4e7749a448b013b
   e2f0c83a9de331d9352185ca3642616c13127539
   23e66ba97127ff3b064d4c6c5138aa34eafc492f

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365869/+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 1009312] Re: 10de:0426 GPU loads unreliably, possible kernel timeout

2014-09-05 Thread Kyle Auble
Just wanted to add here that I think I've found an even simpler
workaround. It looks like passing pci=bios as a kernel parameter
consistently allows the GPU to load, regardless of kernel version or
power source. I haven't tested it a whole lot, but so far it has worked
100%.

-- 
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/1009312

Title:
  10de:0426 GPU loads unreliably, possible kernel timeout

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  Reverse upstream kernel commit bisecting revealed a fix via commit
  d34883d4e35c0a994e91dd847a82b4c9e0c31d83 by Xiao Guangrong.

  WORKAROUND: If I boot my computer from battery power alone without AC,
  my GPU  the Ubuntu splash screen load on startup.

  I've been running Ubuntu 12.04 for a few weeks now, I really like it,
  but from the beginning, I had the issue where the proprietary nvidia
  driver installs but fails to load (confirmed from the commandline,
  jockey, and the nvidia-dashboard). Over time, I've noticed that
  sometimes when I power on, the driver does load and I can enter a full
  unity session without problems, but other times, I fall back onto the
  VESA driver and a unity 2d session. On a whim, I finally copied logs
  from both successful and unsuccessful boots, cut out the times, ran a
  diff on them, and noticed a pattern in the kernel messages.

  I'm filing this bug after a successful boot so I've also attached
  copies of dmesg, Xorg,  jockey logs from an unsuccessful boot. The
  first thing I saw in the logs was a timing discrepancy between the two
  boots, most of which is due to GPE storms. I've checked other logs and
  there's not a clear relation, I've had successful boots with them and
  unsuccessful ones without them. I do still wonder if they may be
  involved because it seems I'm a little luckier if I turn off and
  unplug any peripherals before booting.

  But around line 325 in my dmesg logs, at the last step that mentions
  my GPU (pci device :01:00.0), there is consistently at most a 6 ms
  delay for successful boots, but a 30 ms one for unsuccessful ones.
  Also, on all dmesg logs from successful boots, around line 610, the
  message Boot video device is recorded for the PCI number of my GPU,
  but for every fallback, the message never appears. That's why I'm
  thinking it's a kernel issue because the earliest mention of a
  specific driver module doesn't occur until later in the log.

  I'm currently using fully updated versions of nvidia driver 295.49.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-24-generic-pae 3.2.0-24.39
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic-pae 3.2.16
  Uname: Linux 3.2.0-24-generic-pae i686
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kyle   1790 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfc40 irq 48'
     Mixer name : 'SigmaTel STAC9872AK'
     Components : 'HDA:83847662,104d1c00,00100201 
HDA:14f12c06,104d1700,0010'
     Controls  : 18
     Simple ctrls  : 9
  Date: Tue Jun  5 22:44:22 2012
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=1b676222-44c7-453c-a522-06b6fd5d66f4
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  MachineType: Sony Corporation VGN-FZ260E
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-24-generic-pae 
root=UUID=e330e46a-b426-439f-8037-c1069cc693ce ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-24-generic-pae N/A
   linux-backports-modules-3.2.0-24-generic-pae  N/A
   linux-firmware1.79
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/04/2007
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R1120J7
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR1120J7:bd07/04/2007:svnSonyCorporation:pnVGN-FZ260E:pvrFC01:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  

[Kernel-packages] [Bug 1300349] Re: 8086:0a16 [Dell Inspiron 17R 5737] Video looks interlaced

2014-09-05 Thread Peter-jezdec
I made a patch file that fixes this in the ubuntu kernel. If you are
interested in using this, use git://kernel.ubuntu.com/ubuntu/ubuntu-
trusty.git and follow wiki.ubuntu.com/Kernel/BuildYourOwnKernel with
patch -p0  fix_dp.diff

** Patch added: fix_dp.diff
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1300349/+attachment/4196081/+files/fix_dp.diff

-- 
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/1300349

Title:
  8086:0a16 [Dell Inspiron 17R 5737] Video looks interlaced

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  The video looks like interlaced video where every other line is
  shifted. This occurs in 12.04.3 - 14.04 beta2. This doesn't occur in
  12.04.0.

  ---
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2164 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2164 F pulseaudio
  CasperVersion: 1.339
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  MachineType: Dell Inc. Inspiron 5737
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
  ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  StagingDrivers: rts5139
  Tags:  trusty staging
  Uname: Linux 3.13.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/12/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 04X8RP
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A07
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd11/12/2013:svnDellInc.:pnInspiron5737:pvrA07:rvnDellInc.:rn04X8RP:rvrA00:cvnDellInc.:ct8:cvrA07:
  dmi.product.name: Inspiron 5737
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1300349/+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 1365894] [NEW] Ubuntu hangs on boot, with the ubuntu logo displayed (plymouth)

2014-09-05 Thread Fabio
Public bug reported:

Since the recent update of linux to 3.13.0-35 my laptop hangs on boot. I
tried to boot with version 3.13.0-34 and it works correctly. So I think
that the regression is between version 3.13.0-34 and 3.13.0-35.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-35-generic 3.13.0-35.62
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  fabio  2066 F pulseaudio
CurrentDesktop: Unity
Date: Fri Sep  5 10:13:50 2014
HibernationDevice: RESUME=UUID=c60b6b7a-946e-48e9-a978-53edf78b00ff
InstallationDate: Installed on 2014-08-14 (22 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
MachineType: Packard Bell EasyNote TS11HR
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=6fe06780-614a-4a70-b544-ab9a85e90b87 ro quiet splash 
acpi_backlight=vendor
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-34-generic N/A
 linux-backports-modules-3.13.0-34-generic  N/A
 linux-firmware 1.127.5
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/02/2011
dmi.bios.vendor: Packard Bell
dmi.bios.version: V1.07
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: SJV50_HR
dmi.board.vendor: Packard Bell
dmi.board.version: Base Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Packard Bell
dmi.chassis.version: V1.07
dmi.modalias: 
dmi:bvnPackardBell:bvrV1.07:bd03/02/2011:svnPackardBell:pnEasyNoteTS11HR:pvrV1.07:rvnPackardBell:rnSJV50_HR:rvrBaseBoardVersion:cvnPackardBell:ct10:cvrV1.07:
dmi.product.name: EasyNote TS11HR
dmi.product.version: V1.07
dmi.sys.vendor: Packard Bell

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


** Tags: amd64 apport-bug trusty

-- 
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/1365894

Title:
  Ubuntu hangs on boot, with the ubuntu logo displayed (plymouth)

Status in “linux” package in Ubuntu:
  New

Bug description:
  Since the recent update of linux to 3.13.0-35 my laptop hangs on boot.
  I tried to boot with version 3.13.0-34 and it works correctly. So I
  think that the regression is between version 3.13.0-34 and 3.13.0-35.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fabio  2066 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Sep  5 10:13:50 2014
  HibernationDevice: RESUME=UUID=c60b6b7a-946e-48e9-a978-53edf78b00ff
  InstallationDate: Installed on 2014-08-14 (22 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Packard Bell EasyNote TS11HR
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=6fe06780-614a-4a70-b544-ab9a85e90b87 ro quiet splash 
acpi_backlight=vendor
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-34-generic N/A
   linux-backports-modules-3.13.0-34-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/02/2011
  dmi.bios.vendor: Packard Bell
  dmi.bios.version: V1.07
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SJV50_HR
  dmi.board.vendor: Packard Bell
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Packard Bell
  dmi.chassis.version: V1.07
  dmi.modalias: 
dmi:bvnPackardBell:bvrV1.07:bd03/02/2011:svnPackardBell:pnEasyNoteTS11HR:pvrV1.07:rvnPackardBell:rnSJV50_HR:rvrBaseBoardVersion:cvnPackardBell:ct10:cvrV1.07:
  dmi.product.name: EasyNote TS11HR
  dmi.product.version: V1.07
  dmi.sys.vendor: Packard Bell

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

2014-09-05 Thread Zygmunt Krynicki
** 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) = Zygmunt 
Krynicki (zkrynicki)

-- 
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/1364208

Title:
  linux: 3.2.0-69.103 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  Confirmed
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:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
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-69.103 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, 02. September 2014 03:28 UTC
  kernel-stable-Prepare-package-end:Tuesday, 02. September 2014 09:08 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 02. September 2014 09:08 UTC
  ppa-package-testing-start:Tuesday, 02. September 2014 09:08 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 04. September 2014 19:40 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 04. September 2014 21:03 UTC
  kernel-stable-Verification-testing-start:Thursday, 04. September 2014 21:03 
UTC
  kernel-stable-Certification-testing-start:Thursday, 04. September 2014 21:04 
UTC
  kernel-stable-Security-signoff-start:Thursday, 04. September 2014 21:04 UTC
  kernel-stable-Regression-testing-start:Thursday, 04. September 2014 21:04 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1364208/+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 1365894] Status changed to Confirmed

2014-09-05 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/1365894

Title:
  Ubuntu hangs on boot, with the ubuntu logo displayed (plymouth)

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Since the recent update of linux to 3.13.0-35 my laptop hangs on boot.
  I tried to boot with version 3.13.0-34 and it works correctly. So I
  think that the regression is between version 3.13.0-34 and 3.13.0-35.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fabio  2066 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Sep  5 10:13:50 2014
  HibernationDevice: RESUME=UUID=c60b6b7a-946e-48e9-a978-53edf78b00ff
  InstallationDate: Installed on 2014-08-14 (22 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Packard Bell EasyNote TS11HR
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=6fe06780-614a-4a70-b544-ab9a85e90b87 ro quiet splash 
acpi_backlight=vendor
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-34-generic N/A
   linux-backports-modules-3.13.0-34-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/02/2011
  dmi.bios.vendor: Packard Bell
  dmi.bios.version: V1.07
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SJV50_HR
  dmi.board.vendor: Packard Bell
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Packard Bell
  dmi.chassis.version: V1.07
  dmi.modalias: 
dmi:bvnPackardBell:bvrV1.07:bd03/02/2011:svnPackardBell:pnEasyNoteTS11HR:pvrV1.07:rvnPackardBell:rnSJV50_HR:rvrBaseBoardVersion:cvnPackardBell:ct10:cvrV1.07:
  dmi.product.name: EasyNote TS11HR
  dmi.product.version: V1.07
  dmi.sys.vendor: Packard Bell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365894/+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 1365052] Re: linux: 3.13.0-36.63 -proposed tracker

2014-09-05 Thread Zygmunt Krynicki
** 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) = Zygmunt 
Krynicki (zkrynicki)

-- 
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/1365052

Title:
  linux: 3.13.0-36.63 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-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:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-36.63 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, 03. September 2014 16:10 UTC
  kernel-stable-Prepare-package-end:Thursday, 04. September 2014 05:07 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 04. September 2014 05:07 UTC
  ppa-package-testing-start:Thursday, 04. September 2014 05:07 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 04. September 2014 19:44 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 04. September 2014 21:06 UTC
  kernel-stable-Verification-testing-start:Thursday, 04. September 2014 21:06 
UTC
  kernel-stable-Certification-testing-start:Thursday, 04. September 2014 21:06 
UTC
  kernel-stable-Security-signoff-start:Thursday, 04. September 2014 21:06 UTC
  kernel-stable-Regression-testing-start:Thursday, 04. September 2014 21:06 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1365052/+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 1358153] CurrentDmesg.txt

2014-09-05 Thread Dani
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1358153/+attachment/4196102/+files/CurrentDmesg.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1358153] BootDmesg.txt

2014-09-05 Thread Dani
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1358153/+attachment/4196100/+files/BootDmesg.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1358153] Lsusb.txt

2014-09-05 Thread Dani
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1358153/+attachment/4196105/+files/Lsusb.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1358153] Re: Keyboard and touchpad randomly crash after boot

2014-09-05 Thread Dani
apport information

** Tags added: staging

** Description changed:

  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.
  
  This bug is a quite old one, and present in multiple distributions, so I
  think it might be a kernel bug, but I am not sure.
  
  The OS itself doesn't freeze, I can use a mouse instead of the touchpad,
  and if I had an external USB keyboard, it would work also.
  
  One more thing: when this problem occurs, I cannot simply reboot or turn
  off the machine by selecting the appropriate option from the system
  menu, because this way the system hangs with a black screen. I can turn
  off only by pressing the power-off button.
  
  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  dani   2181 F pulseaudio
+  /dev/snd/controlC0:  dani   2181 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
+ InstallationDate: Installed on 2014-08-29 (6 days ago)
+ InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
+ MachineType: ASUSTeK Computer Inc. 1225B
+ NonfreeKernelModules: wl
+ Package: linux (not installed)
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
+ 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
+ StagingDrivers: keucr
+ Tags:  trusty staging
+ Uname: Linux 3.13.0-35-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
+ _MarkForUpload: True
+ dmi.bios.date: 06/05/2012
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 209
+ dmi.board.asset.tag: ATN12345678901234567
+ dmi.board.name: 1225B
+ dmi.board.vendor: ASUSTeK Computer Inc.
+ dmi.board.version: 209
+ 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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
+ dmi.product.name: 1225B
+ dmi.product.version: 1.0
+ dmi.sys.vendor: ASUSTeK Computer Inc.

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1358153/+attachment/4196099/+files/AlsaInfo.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 

[Kernel-packages] [Bug 1358153] IwConfig.txt

2014-09-05 Thread Dani
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1358153/+attachment/4196103/+files/IwConfig.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1358153] Lspci.txt

2014-09-05 Thread Dani
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1358153/+attachment/4196104/+files/Lspci.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1358153] CRDA.txt

2014-09-05 Thread Dani
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1358153/+attachment/4196101/+files/CRDA.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1358153] ProcInterrupts.txt

2014-09-05 Thread Dani
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1358153/+attachment/4196108/+files/ProcInterrupts.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1358153] ProcCpuinfo.txt

2014-09-05 Thread Dani
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1358153/+attachment/4196106/+files/ProcCpuinfo.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1358153] UdevLog.txt

2014-09-05 Thread Dani
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1358153/+attachment/4196113/+files/UdevLog.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1358153] RfKill.txt

2014-09-05 Thread Dani
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1358153/+attachment/4196111/+files/RfKill.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1341925] Re: [Dell Inspiron 11 - 3147] System will hang on reboot / poweroff

2014-09-05 Thread vaiha
@Gilberto

I've tested blacklisting dw_dmac and dw_dmac_core.

I'm happy to say that I can now shutdown/reboot/suspend/resume!

-- 
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/1341925

Title:
  [Dell Inspiron 11 - 3147] System will hang on reboot / poweroff

Status in HWE Next Project:
  Incomplete
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  CID: 201403-14888 Dell Inspiron 11 - 3147

  While rebooting this system, it will stuck on the Ubuntu splash screen, caps 
lock LED will be not responding.
  This issue happens right after 14.04 installation with USB stick.

  If you press F1 right after the Ubuntu splash screen appears, you will see 
the message indicating it's now rebooting:
  * Deactivating swap... [OK]
  * Unmounting local filesystems...  [OK]
  * Will now restart

  Steps:
  1. Install 14.04, reboot to desktop
  2. Try to reboot again

  Expect result:
  * System could be reboot normally

  Actual result:
  * It will stuck on the Ubuntu splash screen, the only way to power it off is 
to hold the power button

  Same thing could be apply to Shut Down
  * Unmounting local filesystems...  [OK]
  * Will now halt

  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1431 F pulseaudio
  CRDA:
   country TW:
    (2402 - 2472 @ 40), (3, 27)
    (5270 - 5330 @ 40), (3, 17), DFS
    (5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Mon Jul 14 22:25:58 2014
  HibernationDevice: RESUME=UUID=b30f45e9-6fc7-4aa0-adff-37e7c87c19cd
  InstallationDate: Installed on 2014-07-15 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 11 - 3147
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=cc246aa9-85c1-49ac-b06b-6c0f4e37dbea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 00K010
  dmi.board.vendor: Dell Inc.
  dmi.board.version: D02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A01
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd05/05/2014:svnDellInc.:pnInspiron11-3147:pvr:rvnDellInc.:rn00K010:rvrD02:cvnDellInc.:ct8:cvrA01:
  dmi.product.name: Inspiron 11 - 3147
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1341925/+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 1358153] WifiSyslog.txt

2014-09-05 Thread Dani
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1358153/+attachment/4196114/+files/WifiSyslog.txt

** 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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1358153] ProcEnviron.txt

2014-09-05 Thread Dani
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1358153/+attachment/4196107/+files/ProcEnviron.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1358153] ProcModules.txt

2014-09-05 Thread Dani
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1358153/+attachment/4196109/+files/ProcModules.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1358153] UdevDb.txt

2014-09-05 Thread Dani
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1358153/+attachment/4196112/+files/UdevDb.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1358153] PulseList.txt

2014-09-05 Thread Dani
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1358153/+attachment/4196110/+files/PulseList.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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1365900] [NEW] Total freeze, kernel General protection fault

2014-09-05 Thread Jason Robinson
Public bug reported:

Ubuntu 14.04 64bit goes into total freeze approx once a week. Usually
always involves working on several running VirtualBox guest servers
(Ubuntu too), but lots of other things ongoing too. Only solution is to
reset power - CTRL-ALT-F1-6 no effect.

Linux 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux
virtualbox 4.3.10-dfsg-1

Extra debug info attached. Attaching log from /var/syslog too.

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.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  jason  2534 F pulseaudio
 /dev/snd/controlC0:  jason  2534 F pulseaudio
CurrentDesktop: Unity
Date: Fri Sep  5 11:20:43 2014
HibernationDevice: RESUME=UUID=33f8d07c-e813-4715-9083-a39de1d8a157
InstallationDate: Installed on 2014-01-28 (219 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MachineType: FUJITSU LIFEBOOK U574
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-35-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash i8042.notimeout 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
UpgradeStatus: Upgraded to trusty on 2014-08-11 (25 days ago)
dmi.bios.date: 10/07/2013
dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
dmi.bios.version: Version 1.21
dmi.board.name: FJNBB34
dmi.board.vendor: FUJITSU
dmi.chassis.type: 10
dmi.chassis.vendor: FUJITSU
dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.21:bd10/07/2013:svnFUJITSU:pnLIFEBOOKU574:pvr:rvnFUJITSU:rnFJNBB34:rvr:cvnFUJITSU:ct10:cvr:
dmi.product.name: LIFEBOOK U574
dmi.sys.vendor: FUJITSU

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


** Tags: amd64 apport-bug trusty

** Attachment added: syslog of oops
   https://bugs.launchpad.net/bugs/1365900/+attachment/4196129/+files/kerneloops

-- 
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/1365900

Title:
  Total freeze, kernel General protection fault

Status in “linux” package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04 64bit goes into total freeze approx once a week. Usually
  always involves working on several running VirtualBox guest servers
  (Ubuntu too), but lots of other things ongoing too. Only solution is
  to reset power - CTRL-ALT-F1-6 no effect.

  Linux 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux
  virtualbox 4.3.10-dfsg-1

  Extra debug info attached. Attaching log from /var/syslog too.

  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.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jason  2534 F pulseaudio
   /dev/snd/controlC0:  jason  2534 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Sep  5 11:20:43 2014
  HibernationDevice: RESUME=UUID=33f8d07c-e813-4715-9083-a39de1d8a157
  InstallationDate: Installed on 2014-01-28 (219 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: FUJITSU LIFEBOOK U574
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-35-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash i8042.notimeout 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
  UpgradeStatus: Upgraded to trusty on 2014-08-11 (25 days ago)
  dmi.bios.date: 10/07/2013
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.21
  dmi.board.name: FJNBB34
  dmi.board.vendor: FUJITSU
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.21:bd10/07/2013:svnFUJITSU:pnLIFEBOOKU574:pvr:rvnFUJITSU:rnFJNBB34:rvr:cvnFUJITSU:ct10:cvr:
  dmi.product.name: LIFEBOOK U574
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365900/+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 1365894] Re: Ubuntu hangs on boot, with the ubuntu logo displayed (plymouth)

2014-09-05 Thread Fabio
The problem seems to be solved upgrading the package xorg-core that was
not upgraded when linux was updated (the reason is unknown, I have
upgraded from the upgrade manager, while I upgraded  xorg-core from
synaptic).

-- 
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/1365894

Title:
  Ubuntu hangs on boot, with the ubuntu logo displayed (plymouth)

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Since the recent update of linux to 3.13.0-35 my laptop hangs on boot.
  I tried to boot with version 3.13.0-34 and it works correctly. So I
  think that the regression is between version 3.13.0-34 and 3.13.0-35.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fabio  2066 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Sep  5 10:13:50 2014
  HibernationDevice: RESUME=UUID=c60b6b7a-946e-48e9-a978-53edf78b00ff
  InstallationDate: Installed on 2014-08-14 (22 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Packard Bell EasyNote TS11HR
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=6fe06780-614a-4a70-b544-ab9a85e90b87 ro quiet splash 
acpi_backlight=vendor
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-34-generic N/A
   linux-backports-modules-3.13.0-34-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/02/2011
  dmi.bios.vendor: Packard Bell
  dmi.bios.version: V1.07
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SJV50_HR
  dmi.board.vendor: Packard Bell
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Packard Bell
  dmi.chassis.version: V1.07
  dmi.modalias: 
dmi:bvnPackardBell:bvrV1.07:bd03/02/2011:svnPackardBell:pnEasyNoteTS11HR:pvrV1.07:rvnPackardBell:rnSJV50_HR:rvrBaseBoardVersion:cvnPackardBell:ct10:cvrV1.07:
  dmi.product.name: EasyNote TS11HR
  dmi.product.version: V1.07
  dmi.sys.vendor: Packard Bell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365894/+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 1300349] Re: 8086:0a16 [Dell Inspiron 17R 5737] Video looks interlaced

2014-09-05 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1300349

Title:
  8086:0a16 [Dell Inspiron 17R 5737] Video looks interlaced

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  The video looks like interlaced video where every other line is
  shifted. This occurs in 12.04.3 - 14.04 beta2. This doesn't occur in
  12.04.0.

  ---
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 2164 F pulseaudio
   /dev/snd/controlC0:  ubuntu 2164 F pulseaudio
  CasperVersion: 1.339
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  MachineType: Dell Inc. Inspiron 5737
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
  ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  StagingDrivers: rts5139
  Tags:  trusty staging
  Uname: Linux 3.13.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/12/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 04X8RP
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A07
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd11/12/2013:svnDellInc.:pnInspiron5737:pvrA07:rvnDellInc.:rn04X8RP:rvrA00:cvnDellInc.:ct8:cvrA07:
  dmi.product.name: Inspiron 5737
  dmi.product.version: A07
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1300349/+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 1365894] Re: Ubuntu hangs on boot, with the ubuntu logo displayed (plymouth)

2014-09-05 Thread Fabio
The problem was solved also removing nvidia-drivers. Installing nvidia-331 
drivers the problem happens again. I worked until version 3.13.0-34 of linux. A 
bug for xorg has also been opened: #1365907
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1365907

** Also affects: nvidia-graphics-drivers-331 (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/1365894

Title:
  Ubuntu hangs on boot, with the ubuntu logo displayed (plymouth)

Status in “linux” package in Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  New

Bug description:
  Since the recent update of linux to 3.13.0-35 my laptop hangs on boot.
  I tried to boot with version 3.13.0-34 and it works correctly. So I
  think that the regression is between version 3.13.0-34 and 3.13.0-35.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fabio  2066 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Sep  5 10:13:50 2014
  HibernationDevice: RESUME=UUID=c60b6b7a-946e-48e9-a978-53edf78b00ff
  InstallationDate: Installed on 2014-08-14 (22 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Packard Bell EasyNote TS11HR
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=6fe06780-614a-4a70-b544-ab9a85e90b87 ro quiet splash 
acpi_backlight=vendor
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-34-generic N/A
   linux-backports-modules-3.13.0-34-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/02/2011
  dmi.bios.vendor: Packard Bell
  dmi.bios.version: V1.07
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SJV50_HR
  dmi.board.vendor: Packard Bell
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Packard Bell
  dmi.chassis.version: V1.07
  dmi.modalias: 
dmi:bvnPackardBell:bvrV1.07:bd03/02/2011:svnPackardBell:pnEasyNoteTS11HR:pvrV1.07:rvnPackardBell:rnSJV50_HR:rvrBaseBoardVersion:cvnPackardBell:ct10:cvrV1.07:
  dmi.product.name: EasyNote TS11HR
  dmi.product.version: V1.07
  dmi.sys.vendor: Packard Bell

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

2014-09-05 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/1365900

Title:
  Total freeze, kernel General protection fault

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04 64bit goes into total freeze approx once a week. Usually
  always involves working on several running VirtualBox guest servers
  (Ubuntu too), but lots of other things ongoing too. Only solution is
  to reset power - CTRL-ALT-F1-6 no effect.

  Linux 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux
  virtualbox 4.3.10-dfsg-1

  Extra debug info attached. Attaching log from /var/syslog too.

  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.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jason  2534 F pulseaudio
   /dev/snd/controlC0:  jason  2534 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Sep  5 11:20:43 2014
  HibernationDevice: RESUME=UUID=33f8d07c-e813-4715-9083-a39de1d8a157
  InstallationDate: Installed on 2014-01-28 (219 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: FUJITSU LIFEBOOK U574
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-35-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash i8042.notimeout 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
  UpgradeStatus: Upgraded to trusty on 2014-08-11 (25 days ago)
  dmi.bios.date: 10/07/2013
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.21
  dmi.board.name: FJNBB34
  dmi.board.vendor: FUJITSU
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.21:bd10/07/2013:svnFUJITSU:pnLIFEBOOKU574:pvr:rvnFUJITSU:rnFJNBB34:rvr:cvnFUJITSU:ct10:cvr:
  dmi.product.name: LIFEBOOK U574
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365900/+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 1365914] [NEW] Incorrect backport to 2.6.32-stable - NFSD regression.

2014-09-05 Thread Luis Henriques
Public bug reported:

Neil Brown reported[1] in the stable mailing list that

commit 63d059e73ff4574b79bd8aa252b5fc00b6326ddf
Author: NeilBrown ne...@suse.de
Date:   Wed Feb 16 13:08:35 2011 +1100

nfsd: correctly handle return value from nfsd_map_name_to_*

commit 47c85291d3dd1a51501555000b90f8e281a0458e upstream.

in kernel 2.6.32.30 fixes a regression introduced by commit
3c726023402a2f3b28f49b9d90ebf9e71151157d.  However, this commit hasn't
been backported to the 2.6.32 kernel.

So, rather an fixing a regression, it introduces one and this patch
should be reverted.

For more details, see https://bugzilla.novell.com/show_bug.cgi?id=893787

[1] http://www.spinics.net/lists/linux-nfs/msg46403.html

** Affects: linux (Ubuntu)
 Importance: Medium
 Assignee: Luis Henriques (henrix)
 Status: Triaged

** Affects: linux (Ubuntu Lucid)
 Importance: Medium
 Assignee: Luis Henriques (henrix)
 Status: Triaged

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Also affects: linux (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Lucid)
   Status: New = Triaged

** Changed in: linux (Ubuntu Lucid)
 Assignee: (unassigned) = Luis Henriques (henrix)

** Changed in: linux (Ubuntu Lucid)
   Importance: Undecided = Medium

-- 
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/1365914

Title:
  Incorrect backport to 2.6.32-stable - NFSD regression.

Status in “linux” package in Ubuntu:
  Triaged
Status in “linux” source package in Lucid:
  Triaged

Bug description:
  Neil Brown reported[1] in the stable mailing list that

  commit 63d059e73ff4574b79bd8aa252b5fc00b6326ddf
  Author: NeilBrown ne...@suse.de
  Date:   Wed Feb 16 13:08:35 2011 +1100

  nfsd: correctly handle return value from nfsd_map_name_to_*

  commit 47c85291d3dd1a51501555000b90f8e281a0458e upstream.

  in kernel 2.6.32.30 fixes a regression introduced by commit
  3c726023402a2f3b28f49b9d90ebf9e71151157d.  However, this commit hasn't
  been backported to the 2.6.32 kernel.

  So, rather an fixing a regression, it introduces one and this patch
  should be reverted.

  For more details, see
  https://bugzilla.novell.com/show_bug.cgi?id=893787

  [1] http://www.spinics.net/lists/linux-nfs/msg46403.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365914/+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 1341925] Re: [Dell Inspiron 11 - 3147] System will hang on reboot / poweroff

2014-09-05 Thread sdee
@vaiha

What version of Ubuntu did you try the blacklisting on?

-- 
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/1341925

Title:
  [Dell Inspiron 11 - 3147] System will hang on reboot / poweroff

Status in HWE Next Project:
  Incomplete
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  CID: 201403-14888 Dell Inspiron 11 - 3147

  While rebooting this system, it will stuck on the Ubuntu splash screen, caps 
lock LED will be not responding.
  This issue happens right after 14.04 installation with USB stick.

  If you press F1 right after the Ubuntu splash screen appears, you will see 
the message indicating it's now rebooting:
  * Deactivating swap... [OK]
  * Unmounting local filesystems...  [OK]
  * Will now restart

  Steps:
  1. Install 14.04, reboot to desktop
  2. Try to reboot again

  Expect result:
  * System could be reboot normally

  Actual result:
  * It will stuck on the Ubuntu splash screen, the only way to power it off is 
to hold the power button

  Same thing could be apply to Shut Down
  * Unmounting local filesystems...  [OK]
  * Will now halt

  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1431 F pulseaudio
  CRDA:
   country TW:
    (2402 - 2472 @ 40), (3, 27)
    (5270 - 5330 @ 40), (3, 17), DFS
    (5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Mon Jul 14 22:25:58 2014
  HibernationDevice: RESUME=UUID=b30f45e9-6fc7-4aa0-adff-37e7c87c19cd
  InstallationDate: Installed on 2014-07-15 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 11 - 3147
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=cc246aa9-85c1-49ac-b06b-6c0f4e37dbea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 00K010
  dmi.board.vendor: Dell Inc.
  dmi.board.version: D02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A01
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd05/05/2014:svnDellInc.:pnInspiron11-3147:pvr:rvnDellInc.:rn00K010:rvrD02:cvnDellInc.:ct8:cvrA01:
  dmi.product.name: Inspiron 11 - 3147
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1341925/+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 1341925] Re: [Dell Inspiron 11 - 3147] System will hang on reboot / poweroff

2014-09-05 Thread sdee
@gaggery tsai

The latest version of intel microcode is 20140624 available here

https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=23984

Would you confirm if that version matches the 811 or 819 numbers you
mention?

-- 
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/1341925

Title:
  [Dell Inspiron 11 - 3147] System will hang on reboot / poweroff

Status in HWE Next Project:
  Incomplete
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  CID: 201403-14888 Dell Inspiron 11 - 3147

  While rebooting this system, it will stuck on the Ubuntu splash screen, caps 
lock LED will be not responding.
  This issue happens right after 14.04 installation with USB stick.

  If you press F1 right after the Ubuntu splash screen appears, you will see 
the message indicating it's now rebooting:
  * Deactivating swap... [OK]
  * Unmounting local filesystems...  [OK]
  * Will now restart

  Steps:
  1. Install 14.04, reboot to desktop
  2. Try to reboot again

  Expect result:
  * System could be reboot normally

  Actual result:
  * It will stuck on the Ubuntu splash screen, the only way to power it off is 
to hold the power button

  Same thing could be apply to Shut Down
  * Unmounting local filesystems...  [OK]
  * Will now halt

  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1431 F pulseaudio
  CRDA:
   country TW:
    (2402 - 2472 @ 40), (3, 27)
    (5270 - 5330 @ 40), (3, 17), DFS
    (5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Mon Jul 14 22:25:58 2014
  HibernationDevice: RESUME=UUID=b30f45e9-6fc7-4aa0-adff-37e7c87c19cd
  InstallationDate: Installed on 2014-07-15 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 11 - 3147
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=cc246aa9-85c1-49ac-b06b-6c0f4e37dbea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 00K010
  dmi.board.vendor: Dell Inc.
  dmi.board.version: D02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A01
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd05/05/2014:svnDellInc.:pnInspiron11-3147:pvr:rvnDellInc.:rn00K010:rvrD02:cvnDellInc.:ct8:cvrA01:
  dmi.product.name: Inspiron 11 - 3147
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1341925/+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 1365914] Re: Incorrect backport to 2.6.32-stable - NFSD regression.

2014-09-05 Thread Luis Henriques
** Description changed:

+ SRU Justification:
+ 
+ Impact:
+ The original bug report[1] refers to the failure in running pulseaudio
+ when $HOME is NFS4 mounted.
+ 
+ [1] https://bugzilla.novell.com/show_bug.cgi?id=893787
+ 
+ Fix:
+ Reverting Lucid 0a69d50207d9e098eeb98b516b1b08b4d05dbc6f commit
+ (47c85291d3dd1a51501555000b90f8e281a0458e commit upstream) will fix
+ this issue.
+ 
+ Testcase:
+ Although I haven't tested this myself, the original bug reporter
+ provides a test case:
+ 
+ 1. Mount ~ from NFS4
+ 
+ 2. start pulseaudio:
+~$ pulseaudio
+E: [pulseaudio] core-util.c: Failed to create secure directory
+(/home/foo/bar/.pulse): Remote I/O error
+ 
+ 3. Actual Results:  
+pulseaudio does not work
+Expected Results:  
+pulseaudio should work
+ 
+ --
+ 
  Neil Brown reported[1] in the stable mailing list that
  
  commit 63d059e73ff4574b79bd8aa252b5fc00b6326ddf
  Author: NeilBrown ne...@suse.de
  Date:   Wed Feb 16 13:08:35 2011 +1100
  
- nfsd: correctly handle return value from nfsd_map_name_to_*
+ nfsd: correctly handle return value from nfsd_map_name_to_*
  
- commit 47c85291d3dd1a51501555000b90f8e281a0458e upstream.
+ commit 47c85291d3dd1a51501555000b90f8e281a0458e upstream.
  
  in kernel 2.6.32.30 fixes a regression introduced by commit
  3c726023402a2f3b28f49b9d90ebf9e71151157d.  However, this commit hasn't
  been backported to the 2.6.32 kernel.
  
  So, rather an fixing a regression, it introduces one and this patch
  should be reverted.
  
  For more details, see https://bugzilla.novell.com/show_bug.cgi?id=893787
  
  [1] http://www.spinics.net/lists/linux-nfs/msg46403.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/1365914

Title:
  Incorrect backport to 2.6.32-stable - NFSD regression.

Status in “linux” package in Ubuntu:
  Triaged
Status in “linux” source package in Lucid:
  Triaged

Bug description:
  SRU Justification:

  Impact:
  The original bug report[1] refers to the failure in running pulseaudio
  when $HOME is NFS4 mounted.

  [1] https://bugzilla.novell.com/show_bug.cgi?id=893787

  Fix:
  Reverting Lucid 0a69d50207d9e098eeb98b516b1b08b4d05dbc6f commit
  (47c85291d3dd1a51501555000b90f8e281a0458e commit upstream) will fix
  this issue.

  Testcase:
  Although I haven't tested this myself, the original bug reporter
  provides a test case:

  1. Mount ~ from NFS4

  2. start pulseaudio:
 ~$ pulseaudio
 E: [pulseaudio] core-util.c: Failed to create secure directory
 (/home/foo/bar/.pulse): Remote I/O error

  3. Actual Results:  
 pulseaudio does not work
 Expected Results:  
 pulseaudio should work

  --

  Neil Brown reported[1] in the stable mailing list that

  commit 63d059e73ff4574b79bd8aa252b5fc00b6326ddf
  Author: NeilBrown ne...@suse.de
  Date:   Wed Feb 16 13:08:35 2011 +1100

  nfsd: correctly handle return value from nfsd_map_name_to_*

  commit 47c85291d3dd1a51501555000b90f8e281a0458e upstream.

  in kernel 2.6.32.30 fixes a regression introduced by commit
  3c726023402a2f3b28f49b9d90ebf9e71151157d.  However, this commit hasn't
  been backported to the 2.6.32 kernel.

  So, rather an fixing a regression, it introduces one and this patch
  should be reverted.

  For more details, see
  https://bugzilla.novell.com/show_bug.cgi?id=893787

  [1] http://www.spinics.net/lists/linux-nfs/msg46403.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365914/+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 1341925] Re: [Dell Inspiron 11 - 3147] System will hang on reboot / poweroff

2014-09-05 Thread vaiha
@sdee

Ubuntu 14.04.1 Desktop 64bit
Kernel 3.13.0-35-generic

-- 
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/1341925

Title:
  [Dell Inspiron 11 - 3147] System will hang on reboot / poweroff

Status in HWE Next Project:
  Incomplete
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  CID: 201403-14888 Dell Inspiron 11 - 3147

  While rebooting this system, it will stuck on the Ubuntu splash screen, caps 
lock LED will be not responding.
  This issue happens right after 14.04 installation with USB stick.

  If you press F1 right after the Ubuntu splash screen appears, you will see 
the message indicating it's now rebooting:
  * Deactivating swap... [OK]
  * Unmounting local filesystems...  [OK]
  * Will now restart

  Steps:
  1. Install 14.04, reboot to desktop
  2. Try to reboot again

  Expect result:
  * System could be reboot normally

  Actual result:
  * It will stuck on the Ubuntu splash screen, the only way to power it off is 
to hold the power button

  Same thing could be apply to Shut Down
  * Unmounting local filesystems...  [OK]
  * Will now halt

  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1431 F pulseaudio
  CRDA:
   country TW:
    (2402 - 2472 @ 40), (3, 27)
    (5270 - 5330 @ 40), (3, 17), DFS
    (5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Mon Jul 14 22:25:58 2014
  HibernationDevice: RESUME=UUID=b30f45e9-6fc7-4aa0-adff-37e7c87c19cd
  InstallationDate: Installed on 2014-07-15 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 11 - 3147
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=cc246aa9-85c1-49ac-b06b-6c0f4e37dbea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 00K010
  dmi.board.vendor: Dell Inc.
  dmi.board.version: D02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A01
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd05/05/2014:svnDellInc.:pnInspiron11-3147:pvr:rvnDellInc.:rn00K010:rvrD02:cvnDellInc.:ct8:cvrA01:
  dmi.product.name: Inspiron 11 - 3147
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1341925/+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 1365791] Re: [Hewlett-Packard HP Pavilion g4 Notebook PC] hibernate/resume failure

2014-09-05 Thread Christopher M. Penalver
Dustin M. Jackson, thank you for reporting this and helping make Ubuntu
better. Could you please provide the full computer model as noted on the
sticker?

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

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

** Summary changed:

- [Hewlett-Packard HP Pavilion g4 Notebook PC] hibernate/resume failure
+ [HP Pavilion g4 Notebook PC] hibernate/resume failure

-- 
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/1365791

Title:
  [HP Pavilion g4 Notebook PC] hibernate/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  crash reported on resume after hibernate.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-12-generic 3.16.0-12.18
  ProcVersionSignature: Ubuntu 3.16.0-12.18-generic 3.16.1
  Uname: Linux 3.16.0-12-generic x86_64
  Annotation: This occured during a previous hibernate and prevented it from 
resuming properly.
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dustin 2605 F pulseaudio
  Date: Fri Sep  5 01:48:00 2014
  DuplicateSignature: hibernate/resume:Hewlett-Packard HP Pavilion g4 Notebook 
PC:F.63
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: hibernate/resume
  HibernationDevice: RESUME=UUID=24cad7e5-e86d-45d6-874d-bf10a46575c1
  InstallationDate: Installed on 2014-08-16 (19 days ago)
  InstallationMedia: Xubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140815)
  InterpreterPath: /usr/bin/python3.4
  Lsusb:
   Bus 002 Device 003: ID 04f2:b249 Chicony Electronics Co., Ltd 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Hewlett-Packard HP Pavilion g4 Notebook PC
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-12-generic 
root=UUID=6d3f16c6-33de-456a-a13d-4348b5608dd2 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-12-generic N/A
   linux-backports-modules-3.16.0-12-generic  N/A
   linux-firmware 1.133
  SourcePackage: linux
  Title: [Hewlett-Packard HP Pavilion g4 Notebook PC] hibernate/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 03/22/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.63
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 166D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 09.4B
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.63:bd03/22/2012:svnHewlett-Packard:pnHPPaviliong4NotebookPC:pvr06911320461610100:rvnHewlett-Packard:rn166D:rvr09.4B:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g4 Notebook PC
  dmi.product.version: 06911320461610100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365791/+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 1362514] Re: LE KVM support for 14.10

2014-09-05 Thread Cédric Le Goater
I forgot to add that we also need the config options :

CONFIG_KVM_BOOK3S_64=m 
CONFIG_KVM_BOOK3S_64_HV=m 
CONFIG_KVM_BOOK3S_64_PR=m 
CONFIG_KVM_XICS=y

Sorry about that.

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/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+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 1358153] Re: Keyboard and touchpad randomly crash after boot

2014-09-05 Thread Christopher M. Penalver
Dani, what was the earliest Ubuntu release this was reproducible in for
you?

As well, would there be either a linux kernel call trace or xorg
backtrace to capture following
https://wiki.ubuntu.com/DebuggingSystemCrash ?

** Tags added: latest-bios-209

** Attachment removed: Output of lspci
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1358153/+attachment/4180334/+files/lspci-vnvn.log

** Attachment removed: ProcEnviron.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1358153/+attachment/4195414/+files/ProcEnviron.txt

** 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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1348801] Re: [HP Pavilion dv6-1390ev] Wifi network fails to come online after resuming from suspend

2014-09-05 Thread Mohd Imran Jamadar
Ref to comment no#10;

i am attaching the issue as it had occured, but then i use a workaround kind 
off,
1) Enable Networking
2) Edit connections  select wifi  access point select the access point  
click edit  Wifi security  entered the psw and clicked on save and then 
clicked on toggle wifi button and it worked and connected.


** Attachment added: logs requested as advised?
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1348801/+attachment/4196284/+files/rfkill

-- 
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/1348801

Title:
  [HP Pavilion dv6-1390ev] Wifi network fails to come online after
  resuming from suspend

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am primarily connect using wifi, so after i close the lid of my
  laptop, and then open it back again, i find wifi connect won't come
  online and upon selecting enable networking nothing happens, so the
  only solution is to reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  imran  1912 F pulseaudio
   /dev/snd/controlC0:  imran  1912 F pulseaudio
  CurrentDesktop: Unity
  CurrentDmesg:
   [   18.646738] init: plymouth-upstart-bridge main process ended, respawning
   [  320.025576] perf samples too long (2507  2500), lowering 
kernel.perf_event_max_sample_rate to 5
   [ 1183.898845] systemd-hostnamed[3266]: Warning: nss-myhostname is not 
installed. Changing the local hostname might make it unresolveable. Please 
install nss-myhostname!
  Date: Sat Jul 26 00:17:53 2014
  HibernationDevice: RESUME=UUID=f64b1ebb-cf58-44da-b46e-bae95a9c8367
  InstallationDate: Installed on 2014-07-25 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-32-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.46
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3628
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 18.51
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.46:bd08/25/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvrRev1:rvnHewlett-Packard:rn3628:rvr18.51:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1348801/+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 1348801] Re: [HP Pavilion dv6-1390ev] Wifi network fails to come online after resuming from suspend

2014-09-05 Thread Mohd Imran Jamadar
** Attachment added: syslog
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1348801/+attachment/4196285/+files/syslog

-- 
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/1348801

Title:
  [HP Pavilion dv6-1390ev] Wifi network fails to come online after
  resuming from suspend

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am primarily connect using wifi, so after i close the lid of my
  laptop, and then open it back again, i find wifi connect won't come
  online and upon selecting enable networking nothing happens, so the
  only solution is to reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  imran  1912 F pulseaudio
   /dev/snd/controlC0:  imran  1912 F pulseaudio
  CurrentDesktop: Unity
  CurrentDmesg:
   [   18.646738] init: plymouth-upstart-bridge main process ended, respawning
   [  320.025576] perf samples too long (2507  2500), lowering 
kernel.perf_event_max_sample_rate to 5
   [ 1183.898845] systemd-hostnamed[3266]: Warning: nss-myhostname is not 
installed. Changing the local hostname might make it unresolveable. Please 
install nss-myhostname!
  Date: Sat Jul 26 00:17:53 2014
  HibernationDevice: RESUME=UUID=f64b1ebb-cf58-44da-b46e-bae95a9c8367
  InstallationDate: Installed on 2014-07-25 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-32-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.46
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3628
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 18.51
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.46:bd08/25/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvrRev1:rvnHewlett-Packard:rn3628:rvr18.51:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1348801/+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 1114281] Re: ERROR @wl_cfg80211_get_station : Could not get rate (-1)

2014-09-05 Thread Sam_
The solved  Bug #1306928 may also help 12.04 users with open source
driver 'brcmsmac'.

-- 
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/1114281

Title:
  ERROR @wl_cfg80211_get_station : Could not get rate (-1)

Status in “bcmwl” package in Ubuntu:
  Confirmed

Bug description:
  Since update to 3.2.0-37 wireless is broken.
  Restart of nm-manager, reboot (also to kernel image -36) has no effect.
  There was no change of config. Connecting to router ip fails.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu4.2
  ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
  Uname: Linux 3.2.0-37-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
  Date: Sun Feb  3 13:04:07 2013
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  IpRoute:
   default via 192.168.2.1 dev eth0  proto static
   169.254.0.0/16 dev eth0  scope link  metric 1000
   192.168.2.0/24 dev eth0  proto kernel  scope link  src 192.168.2.103  metric 
1
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH
   Wired connection 14841ef0b-72e1-4da6-a565-49fc6a965a5d   
802-3-ethernet1359892882   So 03 Feb 2013 13:01:22 CETyes   
no /org/freedesktop/NetworkManager/Settings/1
   zooland   2f9e526f-f75a-4615-85d5-db20651599b4   
802-11-wireless   1359883155   So 03 Feb 2013 10:19:15 CETyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH
   eth1   802-11-wireless   disconnected  
/org/freedesktop/NetworkManager/Devices/1
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   running 0.9.4.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1114281/+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 1365844] Re: buggy driver rtl8192c

2014-09-05 Thread Christopher M. Penalver
** Tags added: bios-outdated-2105

** Description changed:

- Driver rtl8192c for a Realtek USB wireless card is buggy. I can connect
- to wifi, but soon the connection is dropped.
+ Ubuntu 14.04/14.10 driver rtl8192cu for a Realtek USB wireless card is
+ buggy. I can connect to wifi, but soon the connection is dropped.
  
- This particular bug has probably been around awhile. Others have
- reported it, though I cannot find such reports here in Launchpad even
- with a search.
- 
- A solution for this bug has already been found and published by
- programmers. I used this solution - it works. I will post it below in
- its entirety.
- 
- I am running Ubuntu 14.04. When I discovered this problem, I downloaded
- and tried Ubuntu 14.10-beta_1 and was surprised to see that it still has
- this bug. So I am reporting it now in the hopes that it will be fixed
- before the final 14.10 release.
- 
- OK, no more talk from me. Below is the info I found online, raw and
- uncut...
- 
- =
- 
- Wireless Realtek chipsets that are running on the default rtl8192cu
- driver, often loses connection and run below their proper speed. That's
- because of a bug in the rtl8192cu driver.
- 
- For instance, this Realtek chipset is present in the Medion MD 86498 USB
- wireless dongle. The chipsets involved, are the RTL8192CU and the
- RTL8188CU.
- 
- Luckily there's a solution that'll make such a chipset run stable and fast, 
namely replacing the defective driver by a better one. This solution is 
necessary for the following operating systems:
- - Ubuntu 12.04
- - Linux Mint 13
- - Ubuntu 14.04
- - Linux Mint 17
- 
- This is how to do it:
- 
- 
- 1. First check whether the buggy driver rtl8192cu is active in your operating 
system.
- 
- Open a terminal window:
- 
- Click on the grey Ubuntu logo (Dash home). Query: terminal. 
- Click on Terminal.
- 
- Use copy/paste to transfer the following line into the terminal:
- 
+ WORKAROUND: 1. First check whether the buggy driver rtl8192cu is active in 
your operating system. Execute at a terminal window:
  lsmod | grep rtl
  
- Press Enter.
+ 2. Disconnect your wireless connection (unplug the USB adapter that
+ contains the Realtek chipset), and temporarily connect to the internet
+ by means of an ethernet cable (or by means of another wireless chipset
+ that does function well).
  
- When you see one or more times rtl8192cu in the terminal output, then
- it's active. In that case proceed with step 2.
- 
- 
- 2. Disconnect your wireless connection (unplug the USB adapter that contains 
the Realtek chipset), and temporarily connect to the internet by means of an 
ethernet cable (or by means of another wireless chipset that does function 
well).
- 
- 
- 3. Now install some applications for building the right driver. 
- 
- Open a terminal window:
- 
- Click on the grey Ubuntu logo (Dash home). Query: terminal. 
- Click on Terminal.
- 
- Type (use copy/paste):
- 
+ 3. Now install some applications for building the right driver via a terminal:
  sudo apt-get install linux-headers-generic build-essential dkms git
  
- Press Enter and submit your password. Please note that the password will
- remain invisible, not even asterisks will show, which is normal.
- 
- Wait until the installation has completed.
- 
- 
- 4. Now download the source code of the right driver as follows. Copy and 
paste the following command line into the terminal:
- 
+ 4. Now download the source code of the driver via a terminal:
  git clone https://github.com/pvaret/rtl8192cu-fixes.git
  
- Press Enter.
- 
- 
- 5. Set it up as a DKMS module: 
- 
- Copy and paste into the terminal:
- 
+ 5. Set it up as a DKMS module via a terminal:
  sudo dkms add ./rtl8192cu-fixes
  
- Press Enter and if prompted, submit your password. Please note that the
- password will remain invisible, not even asterisks will show, which is
- normal.
- 
- 
- 6. Build and install the new driver: 
- 
- Copy and paste into the terminal:
- 
+ 6. Build and install the new driver via a terminal:
  sudo dkms install 8192cu/1.9
  
- Press Enter.
- 
- 
- 7. Refresh the module list:
- 
- Copy and paste into the terminal:
- 
+ 7. Refresh the module list via a terminal:
  sudo depmod -a
  
- Press Enter.
- 
- 
- 8. Blacklist the faulty driver:
- 
- Copy and paste into the terminal:
- 
+ 8. Blacklist the faulty driver via a terminal:
  sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
  
- Press Enter.
- 
- 
- 9. Reboot your computer.
- 
- 
- 10. The problem should now be solved: disconnect the temporary ethernet cable 
and insert the Realtek device again.
- 
- With the following terminal command you can check whether the right
- driver is active now (copy and paste it into the terminal):
- 
+ 9. Reboot your computer. The problem should now be solved: disconnect the 
temporary ethernet cable and insert the Realtek device again. With the 
following terminal command you can check whether the right driver is active now 
(copy and paste 

[Kernel-packages] [Bug 1348801] Re: [HP Pavilion dv6-1390ev] Wifi network fails to come online after resuming from suspend

2014-09-05 Thread Christopher M. Penalver
** 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/1348801

Title:
  [HP Pavilion dv6-1390ev] Wifi network fails to come online after
  resuming from suspend

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I am primarily connect using wifi, so after i close the lid of my
  laptop, and then open it back again, i find wifi connect won't come
  online and upon selecting enable networking nothing happens, so the
  only solution is to reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  imran  1912 F pulseaudio
   /dev/snd/controlC0:  imran  1912 F pulseaudio
  CurrentDesktop: Unity
  CurrentDmesg:
   [   18.646738] init: plymouth-upstart-bridge main process ended, respawning
   [  320.025576] perf samples too long (2507  2500), lowering 
kernel.perf_event_max_sample_rate to 5
   [ 1183.898845] systemd-hostnamed[3266]: Warning: nss-myhostname is not 
installed. Changing the local hostname might make it unresolveable. Please 
install nss-myhostname!
  Date: Sat Jul 26 00:17:53 2014
  HibernationDevice: RESUME=UUID=f64b1ebb-cf58-44da-b46e-bae95a9c8367
  InstallationDate: Installed on 2014-07-25 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-32-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.46
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3628
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 18.51
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.46:bd08/25/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvrRev1:rvnHewlett-Packard:rn3628:rvr18.51:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1348801/+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 1365844] Re: 0bda:8178 buggy driver rtl8192cu

2014-09-05 Thread Christopher M. Penalver
paraquat, thank you for reporting this and helping make Ubuntu better. Could 
you please reverse your WORKAROUND and test the latest upstream kernel 
available from the very top line at the top of the page (not the daily folder) 
following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you 
tested. If this bug is fixed in the mainline kernel, please add the following 
tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested exactly 
shown as:
kernel-fixed-upstream-3.17-rc3

This can be done by clicking on the yellow circle with a black pencil
icon next to the word Tags located at the bottom of the bug description.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Summary changed:

- buggy driver rtl8192c
+ 0bda:8178 buggy driver rtl8192cu

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** 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/1365844

Title:
  0bda:8178 buggy driver rtl8192cu

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 14.04/14.10 driver rtl8192cu for a Realtek USB wireless card is
  buggy. I can connect to wifi, but soon the connection is dropped.

  WORKAROUND: 1. First check whether the buggy driver rtl8192cu is active in 
your operating system. Execute at a terminal window:
  lsmod | grep rtl

  2. Disconnect your wireless connection (unplug the USB adapter that
  contains the Realtek chipset), and temporarily connect to the internet
  by means of an ethernet cable (or by means of another wireless chipset
  that does function well).

  3. Now install some applications for building the right driver via a terminal:
  sudo apt-get install linux-headers-generic build-essential dkms git

  4. Now download the source code of the driver via a terminal:
  git clone https://github.com/pvaret/rtl8192cu-fixes.git

  5. Set it up as a DKMS module via a terminal:
  sudo dkms add ./rtl8192cu-fixes

  6. Build and install the new driver via a terminal:
  sudo dkms install 8192cu/1.9

  7. Refresh the module list via a terminal:
  sudo depmod -a

  8. Blacklist the faulty driver via a terminal:
  sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/

  9. Reboot your computer. The problem should now be solved: disconnect the 
temporary ethernet cable and insert the Realtek device again. With the 
following terminal command you can check whether the right driver is active now 
(copy and paste it into the terminal):
  lsmod | grep 8192

  Note: a possibly surprising side effect might be, that the light on
  your wireless card is blinking constantly now. That's normal: the
  light is blinking whenever data are being sent or received.

  Source: https://github.com/pvaret/rtl8192cu-fixes

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-headers-3.13.0-24 3.13.0-24.47
  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.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bob1852 F pulseaudio
   /dev/snd/controlC1:  bob1852 F pulseaudio
  CurrentDesktop: LXDE
  Date: Fri Sep  5 14:02:05 2014
  HibernationDevice: RESUME=UUID=6d790ec4-ec3d-43a7-ab1a-c4b574e60673
  InstallationDate: Installed on 2014-05-20 (107 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: ASUS All Series
  PackageArchitecture: all
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=37f58aeb-6419-4ca6-a667-002bb0791572 ro quiet splash 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
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/07/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0803
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H81I-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Kernel-packages] [Bug 1365894] Re: Ubuntu hangs on boot, with the ubuntu logo displayed (plymouth)

2014-09-05 Thread Christopher M. Penalver
Fabio, thank you for reporting this and helping make Ubuntu better. As per 
http://www.packardbell.co.uk/pb/en/GB/content/download an update to your BIOS 
is available (1.20). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Once the BIOS is updated, then please mark this report Status Confirmed.

Thank you for your understanding.

** No longer affects: nvidia-graphics-drivers-331 (Ubuntu)

** Tags added: bios-outdated-1.20

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** 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/1365894

Title:
  Ubuntu hangs on boot, with the ubuntu logo displayed (plymouth)

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Since the recent update of linux to 3.13.0-35 my laptop hangs on boot.
  I tried to boot with version 3.13.0-34 and it works correctly. So I
  think that the regression is between version 3.13.0-34 and 3.13.0-35.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fabio  2066 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Sep  5 10:13:50 2014
  HibernationDevice: RESUME=UUID=c60b6b7a-946e-48e9-a978-53edf78b00ff
  InstallationDate: Installed on 2014-08-14 (22 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Packard Bell EasyNote TS11HR
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=6fe06780-614a-4a70-b544-ab9a85e90b87 ro quiet splash 
acpi_backlight=vendor
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-34-generic N/A
   linux-backports-modules-3.13.0-34-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/02/2011
  dmi.bios.vendor: Packard Bell
  dmi.bios.version: V1.07
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SJV50_HR
  dmi.board.vendor: Packard Bell
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Packard Bell
  dmi.chassis.version: V1.07
  dmi.modalias: 
dmi:bvnPackardBell:bvrV1.07:bd03/02/2011:svnPackardBell:pnEasyNoteTS11HR:pvrV1.07:rvnPackardBell:rnSJV50_HR:rvrBaseBoardVersion:cvnPackardBell:ct10:cvrV1.07:
  dmi.product.name: EasyNote TS11HR
  dmi.product.version: V1.07
  dmi.sys.vendor: Packard Bell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365894/+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 1365900] Re: Total freeze, kernel General protection fault

2014-09-05 Thread Christopher M. Penalver
** Tags added: bios-outdated-1.23

-- 
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/1365900

Title:
  Total freeze, kernel General protection fault

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04 64bit goes into total freeze approx once a week. Usually
  always involves working on several running VirtualBox guest servers
  (Ubuntu too), but lots of other things ongoing too. Only solution is
  to reset power - CTRL-ALT-F1-6 no effect.

  Linux 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux
  virtualbox 4.3.10-dfsg-1

  Extra debug info attached. Attaching log from /var/syslog too.

  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.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jason  2534 F pulseaudio
   /dev/snd/controlC0:  jason  2534 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Sep  5 11:20:43 2014
  HibernationDevice: RESUME=UUID=33f8d07c-e813-4715-9083-a39de1d8a157
  InstallationDate: Installed on 2014-01-28 (219 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: FUJITSU LIFEBOOK U574
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-35-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash i8042.notimeout 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
  UpgradeStatus: Upgraded to trusty on 2014-08-11 (25 days ago)
  dmi.bios.date: 10/07/2013
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.21
  dmi.board.name: FJNBB34
  dmi.board.vendor: FUJITSU
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.21:bd10/07/2013:svnFUJITSU:pnLIFEBOOKU574:pvr:rvnFUJITSU:rnFJNBB34:rvr:cvnFUJITSU:ct10:cvr:
  dmi.product.name: LIFEBOOK U574
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365900/+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 1320282] Re: [Lenovo ThinkCentre M93p] reboots instead of shutting down

2014-09-05 Thread Simon Rettberg
Same issue with Lenovo M93z. Using Kernel 3.14.3, as suggested by Gioele 
Barabucci, solves the problem.
The Lenovo M93p Tiny had the same problem; however, on 2014-08-13 Lenovo 
released a BIOS update, which solves the issue.

So I recommend anyone still affected by this to just use the vanilla
Kernel.

-- 
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/1320282

Title:
  [Lenovo ThinkCentre M93p] reboots instead of shutting down

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Using `shutdown -h now` on a Lenovo ThinkCentre M93p causes it to
  reboot instea of shutting down.

  This happens on an up-to-date Ubuntu Trusty 14.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.47
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gioele 1975 F pulseaudio
   /dev/snd/controlC0:  gioele 1975 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri May 16 17:28:30 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-15 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 10A7000LGE
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=f2abe8d7-641e-4e8a-917e-b909f8d55171 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/26/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: FBKT72AUS
  dmi.board.name: SHARKBAY
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnLENOVO:bvrFBKT72AUS:bd01/26/2014:svnLENOVO:pn10A7000LGE:pvrThinkCentreM93p:rvnLENOVO:rnSHARKBAY:rvr0B98401PRO:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: 10A7000LGE
  dmi.product.version: ThinkCentre M93p
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1320282/+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 1365900] Re: Total freeze, kernel General protection fault

2014-09-05 Thread Christopher M. Penalver
Jason Robinson, thank you for reporting this and helping make Ubuntu better. As 
per http://support.ts.fujitsu.com/download/Showfiles.asp an update to your BIOS 
is available (1.23). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Once the BIOS is updated, then please mark this report Status Confirmed.

Thank you for your understanding.

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** 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/1365900

Title:
  Total freeze, kernel General protection fault

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 14.04 64bit goes into total freeze approx once a week. Usually
  always involves working on several running VirtualBox guest servers
  (Ubuntu too), but lots of other things ongoing too. Only solution is
  to reset power - CTRL-ALT-F1-6 no effect.

  Linux 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux
  virtualbox 4.3.10-dfsg-1

  Extra debug info attached. Attaching log from /var/syslog too.

  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.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jason  2534 F pulseaudio
   /dev/snd/controlC0:  jason  2534 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Sep  5 11:20:43 2014
  HibernationDevice: RESUME=UUID=33f8d07c-e813-4715-9083-a39de1d8a157
  InstallationDate: Installed on 2014-01-28 (219 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: FUJITSU LIFEBOOK U574
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-35-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash i8042.notimeout 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
  UpgradeStatus: Upgraded to trusty on 2014-08-11 (25 days ago)
  dmi.bios.date: 10/07/2013
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.21
  dmi.board.name: FJNBB34
  dmi.board.vendor: FUJITSU
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.21:bd10/07/2013:svnFUJITSU:pnLIFEBOOKU574:pvr:rvnFUJITSU:rnFJNBB34:rvr:cvnFUJITSU:ct10:cvr:
  dmi.product.name: LIFEBOOK U574
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365900/+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 1320282] Re: [Lenovo ThinkCentre M93p] reboots instead of shutting down

2014-09-05 Thread Christopher M. Penalver
Simon Rettberg, thank you for your comment. So your hardware and problem may be 
tracked, could you please file a new report with Ubuntu by executing the 
following in a terminal while booted into the default Ubuntu kernel (not a 
mainline one) via:
ubuntu-bug linux

For more on this, please read the official Ubuntu documentation:
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Kernel Team: 
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

As well, please do not announce in this report you created a new bug
report.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

-- 
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/1320282

Title:
  [Lenovo ThinkCentre M93p] reboots instead of shutting down

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Using `shutdown -h now` on a Lenovo ThinkCentre M93p causes it to
  reboot instea of shutting down.

  This happens on an up-to-date Ubuntu Trusty 14.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.47
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gioele 1975 F pulseaudio
   /dev/snd/controlC0:  gioele 1975 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri May 16 17:28:30 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-15 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 10A7000LGE
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=f2abe8d7-641e-4e8a-917e-b909f8d55171 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/26/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: FBKT72AUS
  dmi.board.name: SHARKBAY
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnLENOVO:bvrFBKT72AUS:bd01/26/2014:svnLENOVO:pn10A7000LGE:pvrThinkCentreM93p:rvnLENOVO:rnSHARKBAY:rvr0B98401PRO:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: 10A7000LGE
  dmi.product.version: ThinkCentre M93p
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1320282/+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 1365869] Re: After upgrade to 3.13.0-35.62, rpc.gssd complains about missing /run/rpc_pipefs/gssd/clntXX/info

2014-09-05 Thread Christopher M. Penalver
Marking Triaged for now, as regression bisect performed, and upstream
fix commits identified.

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** 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/1365869

Title:
  After upgrade to 3.13.0-35.62, rpc.gssd complains about missing
  /run/rpc_pipefs/gssd/clntXX/info

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  The following changes in 3.13.0-35.62:
   * sunrpc: create a new dummy pipe for gssd to hold open
     - LP: #1327563
   * sunrpc: replace sunrpc_net-gssd_running flag with a more reliable check
     - LP: #1327563
   * nfs: check if gssd is running before attempting to use krb5i auth in 
SETCLIENTID call
     - LP: #1327563
  are causing rpc.gssd to fill syslog with messages of the form
  ERROR: can't open /run/rpc_pipefs/gssd/clntXX/info: No such file or directory

  The problem was discussed last December in 
https://bugzilla.redhat.com/show_bug.cgi?id=1037793
  where the resolution was to include the following three patches:

  http://marc.info/?l=linux-nfsm=138624689302466w=2
  http://marc.info/?l=linux-nfsm=138624684502447w=2
  http://marc.info/?l=linux-nfsm=138624684502447w=2

  These patches are already in the upstream kernel (since 3.14). I suggest 
cherry-picking them for 3.13. Commit hashes from the 3.14 branch:
   3396f92f8be606ea485b0a82d4e7749a448b013b
   e2f0c83a9de331d9352185ca3642616c13127539
   23e66ba97127ff3b064d4c6c5138aa34eafc492f

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365869/+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 1320282] Re: [Lenovo ThinkCentre M93p] reboots instead of shutting down

2014-09-05 Thread Gioele Barabucci
** 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/1320282

Title:
  [Lenovo ThinkCentre M93p] reboots instead of shutting down

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Using `shutdown -h now` on a Lenovo ThinkCentre M93p causes it to
  reboot instea of shutting down.

  This happens on an up-to-date Ubuntu Trusty 14.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.47
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gioele 1975 F pulseaudio
   /dev/snd/controlC0:  gioele 1975 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri May 16 17:28:30 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-15 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 10A7000LGE
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=f2abe8d7-641e-4e8a-917e-b909f8d55171 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/26/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: FBKT72AUS
  dmi.board.name: SHARKBAY
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnLENOVO:bvrFBKT72AUS:bd01/26/2014:svnLENOVO:pn10A7000LGE:pvrThinkCentreM93p:rvnLENOVO:rnSHARKBAY:rvr0B98401PRO:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: 10A7000LGE
  dmi.product.version: ThinkCentre M93p
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1320282/+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 1320282] Re: [Lenovo ThinkCentre M93p] reboots instead of shutting down

2014-09-05 Thread Christopher M. Penalver
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1320282/comments/18

** 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/1320282

Title:
  [Lenovo ThinkCentre M93p] reboots instead of shutting down

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Using `shutdown -h now` on a Lenovo ThinkCentre M93p causes it to
  reboot instea of shutting down.

  This happens on an up-to-date Ubuntu Trusty 14.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.47
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gioele 1975 F pulseaudio
   /dev/snd/controlC0:  gioele 1975 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri May 16 17:28:30 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-15 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 10A7000LGE
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=f2abe8d7-641e-4e8a-917e-b909f8d55171 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/26/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: FBKT72AUS
  dmi.board.name: SHARKBAY
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnLENOVO:bvrFBKT72AUS:bd01/26/2014:svnLENOVO:pn10A7000LGE:pvrThinkCentreM93p:rvnLENOVO:rnSHARKBAY:rvr0B98401PRO:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: 10A7000LGE
  dmi.product.version: ThinkCentre M93p
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1320282/+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 1348801] Re: [HP Pavilion dv6-1390ev] Wifi network fails to come online after resuming from suspend

2014-09-05 Thread Seth Forshee
It appears that your system firmware is for some reason deciding to
apply a so-called hard block to the wireless. Based on the rfkill
command output you supplied it looks like all you should need to do is
push the wifi toggle button to reverse the state to get your wireless
back. The next time this happens check that 'rfkill list' shows the
Hard blocked state of hp-wifi and phy0 as yes, then press the wifi
toggle button and confirm that the states change to no. If both the
soft and hard blocked states for these devices are no then network
manager should attempt to connect to wireless, assuming that the Enable
Networking in the network indicator hasn't somehow become unselected.
The step of updating the password in the network settings should not
make any difference.

Fixing weird firmware behavior like this can be challenging. About all I
can do is take a look at the ACPI tables and see if I can find anything
there. If you'll run 'sudo acpidump  acpi-tables.txt' and attach acpi-
tables.txt here I'll see if I can figure anything out.

-- 
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/1348801

Title:
  [HP Pavilion dv6-1390ev] Wifi network fails to come online after
  resuming from suspend

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I am primarily connect using wifi, so after i close the lid of my
  laptop, and then open it back again, i find wifi connect won't come
  online and upon selecting enable networking nothing happens, so the
  only solution is to reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  imran  1912 F pulseaudio
   /dev/snd/controlC0:  imran  1912 F pulseaudio
  CurrentDesktop: Unity
  CurrentDmesg:
   [   18.646738] init: plymouth-upstart-bridge main process ended, respawning
   [  320.025576] perf samples too long (2507  2500), lowering 
kernel.perf_event_max_sample_rate to 5
   [ 1183.898845] systemd-hostnamed[3266]: Warning: nss-myhostname is not 
installed. Changing the local hostname might make it unresolveable. Please 
install nss-myhostname!
  Date: Sat Jul 26 00:17:53 2014
  HibernationDevice: RESUME=UUID=f64b1ebb-cf58-44da-b46e-bae95a9c8367
  InstallationDate: Installed on 2014-07-25 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-32-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.46
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3628
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 18.51
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.46:bd08/25/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvrRev1:rvnHewlett-Packard:rn3628:rvr18.51:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1348801/+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 1173206] Re: Installation of 13.04 hangs at configuring bcmwl-kernel-source

2014-09-05 Thread charlestu
** Package changed: debian-installer (Ubuntu) = ubiquity (Ubuntu)

-- 
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/1173206

Title:
   Installation of 13.04 hangs at configuring bcmwl-kernel-source

Status in “bcmwl” package in Ubuntu:
  Confirmed
Status in “ubiquity” package in Ubuntu:
  New

Bug description:
  Hello,
  I am trying to install 13.04 on an Acer Aspire 5024 laptop. Installation 
hangs at Configuring bcmwl-kernel-source and button Skip is greyed put so 
that I can't use it.
  From dmesg output I can also see two Call trace and these two lines that 
could be related to the problem:

  wl driver 6.20.155.1 (r326264) failed with code 21

  Kernel BUG at f969b9da.

  Any hints on how to proceed?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1173206/+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 1173206] Re: Installation of 13.04 hangs at configuring bcmwl-kernel-source

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

** Changed in: ubiquity (Ubuntu)
   Status: New = Confirmed

-- 
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/1173206

Title:
   Installation of 13.04 hangs at configuring bcmwl-kernel-source

Status in “bcmwl” package in Ubuntu:
  Confirmed
Status in “ubiquity” package in Ubuntu:
  New

Bug description:
  Hello,
  I am trying to install 13.04 on an Acer Aspire 5024 laptop. Installation 
hangs at Configuring bcmwl-kernel-source and button Skip is greyed put so 
that I can't use it.
  From dmesg output I can also see two Call trace and these two lines that 
could be related to the problem:

  wl driver 6.20.155.1 (r326264) failed with code 21

  Kernel BUG at f969b9da.

  Any hints on how to proceed?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1173206/+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 1366023] [NEW] USB broken on Intel NUC (Ivy Bridge D53427RKE / BOXDC53427HYE) with Utopic Kernel

2014-09-05 Thread Dustin Kirkland 
Public bug reported:

This bug is likely related, or at least has the same root cause as Bug
#1350480, which specifically is affecting Trusty.

I installed yesterday's daily Utopic build (and applied all updates) to
an Intel NUC, which has worked very well for me with 13.10 and 14.04
(except Bug #1350480).

There are lots of different NUCs out there.  This one, in particularly
is an Ivy Bridge D53427RKE / BOXDC53427HYE with i5-3427U CPU.  It also
has 16GB of RAM, a 120GB Kingston mSATA SSD, a 2TB USB3 Western Digital
external hard drive, a USB3 Ethernet adapter, and a USB keyboard/mouse.

The installation completed successfully, but subsequent reboots rendered
this machine unusable.  The USB/Keyboard and mouse were not usable in
the OS (though perfectly functional in BIOS).  The USB Ethernet dongle
was not usable.  The USB hard drive was not visible.

Note that the test kernel provided at
http://kernel.ubuntu.com/~jsalisbury/lp1350480/ fixed all of these
issues.

** 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/1366023

Title:
  USB broken on Intel NUC (Ivy Bridge D53427RKE / BOXDC53427HYE) with
  Utopic Kernel

Status in “linux” package in Ubuntu:
  New

Bug description:
  This bug is likely related, or at least has the same root cause as Bug
  #1350480, which specifically is affecting Trusty.

  I installed yesterday's daily Utopic build (and applied all updates)
  to an Intel NUC, which has worked very well for me with 13.10 and
  14.04 (except Bug #1350480).

  There are lots of different NUCs out there.  This one, in particularly
  is an Ivy Bridge D53427RKE / BOXDC53427HYE with i5-3427U CPU.  It also
  has 16GB of RAM, a 120GB Kingston mSATA SSD, a 2TB USB3 Western
  Digital external hard drive, a USB3 Ethernet adapter, and a USB
  keyboard/mouse.

  The installation completed successfully, but subsequent reboots
  rendered this machine unusable.  The USB/Keyboard and mouse were not
  usable in the OS (though perfectly functional in BIOS).  The USB
  Ethernet dongle was not usable.  The USB hard drive was not visible.

  Note that the test kernel provided at
  http://kernel.ubuntu.com/~jsalisbury/lp1350480/ fixed all of these
  issues.

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

2014-09-05 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1366023

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/1366023

Title:
  USB broken on Intel NUC (Ivy Bridge D53427RKE / BOXDC53427HYE) with
  Utopic Kernel

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This bug is likely related, or at least has the same root cause as Bug
  #1350480, which specifically is affecting Trusty.

  I installed yesterday's daily Utopic build (and applied all updates)
  to an Intel NUC, which has worked very well for me with 13.10 and
  14.04 (except Bug #1350480).

  There are lots of different NUCs out there.  This one, in particularly
  is an Ivy Bridge D53427RKE / BOXDC53427HYE with i5-3427U CPU.  It also
  has 16GB of RAM, a 120GB Kingston mSATA SSD, a 2TB USB3 Western
  Digital external hard drive, a USB3 Ethernet adapter, and a USB
  keyboard/mouse.

  The installation completed successfully, but subsequent reboots
  rendered this machine unusable.  The USB/Keyboard and mouse were not
  usable in the OS (though perfectly functional in BIOS).  The USB
  Ethernet dongle was not usable.  The USB hard drive was not visible.

  Note that the test kernel provided at
  http://kernel.ubuntu.com/~jsalisbury/lp1350480/ fixed all of these
  issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366023/+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 1348801] Re: [HP Pavilion dv6-1390ev] Wifi network fails to come online after resuming from suspend

2014-09-05 Thread Mohd Imran Jamadar
#acpi-tables dump log


** Attachment added: acpi-tables.text
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1348801/+attachment/4196412/+files/acpi-tables.text

-- 
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/1348801

Title:
  [HP Pavilion dv6-1390ev] Wifi network fails to come online after
  resuming from suspend

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I am primarily connect using wifi, so after i close the lid of my
  laptop, and then open it back again, i find wifi connect won't come
  online and upon selecting enable networking nothing happens, so the
  only solution is to reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  imran  1912 F pulseaudio
   /dev/snd/controlC0:  imran  1912 F pulseaudio
  CurrentDesktop: Unity
  CurrentDmesg:
   [   18.646738] init: plymouth-upstart-bridge main process ended, respawning
   [  320.025576] perf samples too long (2507  2500), lowering 
kernel.perf_event_max_sample_rate to 5
   [ 1183.898845] systemd-hostnamed[3266]: Warning: nss-myhostname is not 
installed. Changing the local hostname might make it unresolveable. Please 
install nss-myhostname!
  Date: Sat Jul 26 00:17:53 2014
  HibernationDevice: RESUME=UUID=f64b1ebb-cf58-44da-b46e-bae95a9c8367
  InstallationDate: Installed on 2014-07-25 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-32-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.46
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3628
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 18.51
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.46:bd08/25/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvrRev1:rvnHewlett-Packard:rn3628:rvr18.51:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1348801/+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 1365894] Re: Ubuntu hangs on boot, with the ubuntu logo displayed (plymouth)

2014-09-05 Thread Fabio
I'm going to try to update my bios. I want to add that I have noticed
that on 34 the drivers where not enabled. So in both versions without
drivers the session is loaded correctly. The problems come when I
install the nvidia 331 drivers and nvidia prime. It seems to work also
installing 304 and bumblebee but I'm still investigating. Anyway the
problem seems to not be related to linux image but something else that
maybe messed up with libraries and or dependencies.

-- 
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/1365894

Title:
  Ubuntu hangs on boot, with the ubuntu logo displayed (plymouth)

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Since the recent update of linux to 3.13.0-35 my laptop hangs on boot.
  I tried to boot with version 3.13.0-34 and it works correctly. So I
  think that the regression is between version 3.13.0-34 and 3.13.0-35.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fabio  2066 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Sep  5 10:13:50 2014
  HibernationDevice: RESUME=UUID=c60b6b7a-946e-48e9-a978-53edf78b00ff
  InstallationDate: Installed on 2014-08-14 (22 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Packard Bell EasyNote TS11HR
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=6fe06780-614a-4a70-b544-ab9a85e90b87 ro quiet splash 
acpi_backlight=vendor
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-34-generic N/A
   linux-backports-modules-3.13.0-34-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/02/2011
  dmi.bios.vendor: Packard Bell
  dmi.bios.version: V1.07
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SJV50_HR
  dmi.board.vendor: Packard Bell
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Packard Bell
  dmi.chassis.version: V1.07
  dmi.modalias: 
dmi:bvnPackardBell:bvrV1.07:bd03/02/2011:svnPackardBell:pnEasyNoteTS11HR:pvrV1.07:rvnPackardBell:rnSJV50_HR:rvrBaseBoardVersion:cvnPackardBell:ct10:cvrV1.07:
  dmi.product.name: EasyNote TS11HR
  dmi.product.version: V1.07
  dmi.sys.vendor: Packard Bell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365894/+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 1366023] Re: USB broken on Intel NUC (Ivy Bridge D53427RKE / BOXDC53427HYE) with Utopic Kernel

2014-09-05 Thread Joseph Salisbury
Can you give the latest mainline kernel a test to see if it also exhibits the 
bug, or if its fixed:
  http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-rc3-utopic/

To test this, you would have to put trusty on the affect NUC to install
this kernel.

** Tags added: bot-stop-nagging kernel-da-key utopic

** Changed in: linux (Ubuntu)
   Importance: Undecided = High

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

** Tags removed: kernel-da-key
** Tags added: kernel-key

-- 
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/1366023

Title:
  USB broken on Intel NUC (Ivy Bridge D53427RKE / BOXDC53427HYE) with
  Utopic Kernel

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  This bug is likely related, or at least has the same root cause as Bug
  #1350480, which specifically is affecting Trusty.

  I installed yesterday's daily Utopic build (and applied all updates)
  to an Intel NUC, which has worked very well for me with 13.10 and
  14.04 (except Bug #1350480).

  There are lots of different NUCs out there.  This one, in particularly
  is an Ivy Bridge D53427RKE / BOXDC53427HYE with i5-3427U CPU.  It also
  has 16GB of RAM, a 120GB Kingston mSATA SSD, a 2TB USB3 Western
  Digital external hard drive, a USB3 Ethernet adapter, and a USB
  keyboard/mouse.

  The installation completed successfully, but subsequent reboots
  rendered this machine unusable.  The USB/Keyboard and mouse were not
  usable in the OS (though perfectly functional in BIOS).  The USB
  Ethernet dongle was not usable.  The USB hard drive was not visible.

  Note that the test kernel provided at
  http://kernel.ubuntu.com/~jsalisbury/lp1350480/ fixed all of these
  issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366023/+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 1362514] Re: LE KVM support for 14.10

2014-09-05 Thread Tim Gardner
UBUNTU: [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el
UBUNTU: [Config] CONFIG_KVM_BOOK3S_64_HV=m

** Changed in: linux (Ubuntu Utopic)
   Status: Fix Released = Fix Committed

-- 
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/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Committed

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+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 1363313] Re: mpt2sas not loaded with LSISAS2008 card in trusty 14.04.1

2014-09-05 Thread Paul Johnson
The bisect log information is in the attached file.

** Attachment added: ubuntu-kernel-bisect-logs
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1363313/+attachment/4196435/+files/ubuntu-kernel-bisect-logs

** 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/1363313

Title:
  mpt2sas not loaded with LSISAS2008 card in trusty 14.04.1

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  This card has worked without a problem in 12.04 up through the current 
kernel. After an upgrade to 14.04.1, mpt2sas tries to load during boot but 
fails. An apport file from this machine is attached; note the error messages 
during boot.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  admsvr 3757 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=7192beea-6a28-4c3f-b274-3332e6d007b7
  InstallationDate: Installed on 2010-09-14 (1445 days ago)
  InstallationMedia: Ubuntu-Server 10.04 LTS Lucid Lynx - Release amd64 
(20100427)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. P55-UD3L
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=46ac1ed7-062a-4ae3-b071-52ccee0cc346 ro splash nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-08-23 (6 days ago)
  UserGroups: adm admin cdrom dialout lpadmin lpadmin mythtv plugdev sambashare 
vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/23/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F7
  dmi.board.name: P55-UD3L
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF7:bd06/23/2010:svnGigabyteTechnologyCo.,Ltd.:pnP55-UD3L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP55-UD3L:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P55-UD3L
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1363313/+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 1362199] Re: [FFe] apparmor abstract, anonymous and netlink socket mediation

2014-09-05 Thread Jamie Strandboge
** Changed in: apparmor-easyprof-ubuntu (Ubuntu)
   Importance: Undecided = Critical

** Changed in: apparmor (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

-- 
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/1362199

Title:
  [FFe] apparmor abstract, anonymous and netlink socket mediation

Status in “apparmor” package in Ubuntu:
  In Progress
Status in “apparmor-easyprof-ubuntu” package in Ubuntu:
  In Progress
Status in “isc-dhcp” package in Ubuntu:
  In Progress
Status in “libvirt” package in Ubuntu:
  In Progress
Status in “lightdm” package in Ubuntu:
  In Progress
Status in “linux” package in Ubuntu:
  In Progress
Status in “rsyslog” package in Ubuntu:
  In Progress
Status in “tlsdate” package in Ubuntu:
  In Progress

Bug description:
  Background: kernel and apparmor userspace updates to support abstract,
  anonymous and fine-grained netlink socket mediation. These packages
  are listed in one bug because they are related, but the FFes may be
  granted and the uploads may happen at different times.

  = linux =
  Summary:
  This feature freeze exception is requested for abstract, anonymous and 
fine-grained netlink socket via apparmor in the kernel. When used with a 
compatible apparmor userspace, 'unix' and 'network netlink' rules are 
supported. When used without a compatible apparmor userspace (eg, on a trusty 
system with an utopic backport kernel), abstract, anonymous and fine-grained 
netlink socket mediation is not enforced (ie, you can use this kernel with an 
old userspace without any issues).

  Testing:
  * 14.04 system with backported kernel: TODO
   * test-apparmor.py: TODO (runs extensive tests (upstream and distro))
   * exploratory manual testing: TODO (networking, aa-enforce with firefox, 
firefox works, apparmor blocks access, etc)
   * aa-status: TODO
   * lxc: TODO (containers can be created, started, shutdown)
   * libvirt: TODO (VMs started via openstack, and test-libvirt.py from QRT 
passes all tests)
  * 14.10 system (non-Touch) with current apparmor userspace: TODO (relevant 
parts of https://wiki.ubuntu.com/Process/Merges/TestPlans/AppArmor)
   * test-apparmor.py: TODO (runs extensive tests (upstream and distro))
   * exploratory manual testing: TODO (networking, aa-enforce with firefox, 
firefox works, apparmor blocks access, etc)
   * aa-status: TODO
   * lxc: TODO (containers can be created, started, shutdown)
   * libvirt: TODO (QRT/script/test-libvirt.py (though there are 3 failures 
unrelated to apparmor))
   * click-apparmor QRT touch image tests: TODO
   * apparmor-easyprof-ubuntu QRT touch image tests: TODO
  * 14.10 system (non-Touch) with updated apparmor userspace capable of 
supporting abstract, anonymous and fine-grained netlink socket: TODO (relevant 
parts of https://wiki.ubuntu.com/Process/Merges/TestPlans/AppArmor)
   * test-apparmor.py: TODO (runs extensive tests (upstream and distro))
   * exploratory manual testing: TODO (networking, aa-enforce with firefox, 
firefox works, apparmor blocks access, etc)
   * aa-status: TODO
   * lxc: TODO (containers can be created, started, shutdown)
   * libvirt: TODO (QRT/script/test-libvirt.py (though there are 3 failures 
unrelated to apparmor))
   * click-apparmor QRT touch image tests: TODO
   * apparmor-easyprof-ubuntu QRT touch image tests: TODO

  Justification:
  This feature is required to support comprehensive application confinement on 
Ubuntu Touch. This feature adds a security benefit to libvirt's qemu guest 
isolation which is fundamental to Ubuntu on Server/Cloud. This feature also 
adds a welcome improvement to administrators wishing to further protect their 
systems.

  = apparmor userspace =
  Summary:
  This feature freeze exception is requested for abstract, anonymous and 
fine-grained netlink socket for apparmor userspace. When used with a compatible 
kernel, 'unix' and 'network netlink' rules are supported. When used without a 
compatible apparmor userspace (eg, on a trusty system with an utopic backport 
kernel), abstract, anonymous and fine-grained netlink socket mediation is not 
enforced (ie, you can use this userspace with an old kernel without any issues).

  Testing:
  * 14.10 system with current kernel:
   * https://wiki.ubuntu.com/Process/Merges/TestPlans/AppArmor: DONE (includes 
click-apparmor, apparmor-easyprof-ubuntu, exploratory manual testing, etc)
  * 14.10 system with previous kernel lacking abstract, anonymous and 
fine-grained netlink socket mediation (non-Touch):
   * https://wiki.ubuntu.com/Process/Merges/TestPlans/AppArmor: DONE 
(exploratory manual testing, lxc, libvirt, etc)
   * test-apparmor.py: DONE
   * lightdm guest session: DONE (login, start browser, logout)
  * 14.10 system kernel capable of supporting abstract, anonymous and 
fine-grained netlink socket mediation (non-Touch):
   * https://wiki.ubuntu.com/Process/Merges/TestPlans/AppArmor: 

[Kernel-packages] [Bug 1354690] Re: iwlwifi (Intel Centrio Ultimate-N 6300) intermittently has issues with ieee80211_crypto_ccmp_encrypt+0xbc/0x270

2014-09-05 Thread Anthony Crognale
Sorry for the delay, I kept forgetting to respond back with school
starting back up.

This seems to be fixed using 3.17.0-031700rc1-generic. I haven't ran
into the issue since installing this kernel.

-- 
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/1354690

Title:
  iwlwifi (Intel Centrio Ultimate-N 6300) intermittently has issues with
  ieee80211_crypto_ccmp_encrypt+0xbc/0x270

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The actual stack trace of the issue is here:

  [313819.476992] [ cut here ]
  [313819.477052] WARNING: CPU: 0 PID: 0 at 
/build/buildd/linux-3.13.0/net/mac80211/wpa.c:427 
ieee80211_crypto_ccmp_encrypt+0xbc/0x270 [mac80211]()
  [313819.477060] Modules linked in: ctr ccm ipt_MASQUERADE iptable_nat 
nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack 
ipt_REJECT xt_CHECKSUM iptable_mangle xt_tcpudp bridge stp llc ip6table_filter 
ip6_tables iptable_filter ip_tables ebtable_nat ebtables x_tables acpi_call(OF) 
pci_stub vboxpci(OF) vboxnetadp(OF) vboxnetflt(OF) vboxdrv(OF) rfcomm bnep 
binfmt_misc dm_crypt uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core 
videodev btusb bluetooth arc4 iwldvm mac80211 dm_multipath scsi_dh intel_rapl 
x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel(OF) kvm(OF) 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw 
gf128mul glue_helper ablk_helper cryptd snd_hda_codec_hdmi 
snd_hda_codec_realtek joydev serio_raw iwlwifi snd_hda_intel snd_hda_codec 
cfg80211 snd_hwdep lpc_ich snd_pcm thinkpad_acpi nvram snd_page_alloc mei_me 
mei snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device 
snd_timer snd soundcore parport_pc ppdev mac_hid lp parport usb_storage 
hid_generic hid_logitech_dj usbhid hid e1000e i915 i2c_algo_bit psmouse 
drm_kms_helper ahci drm sdhci_pci libahci ptp sdhci pps_core wmi video
  [313819.477198] CPU: 0 PID: 0 Comm: swapper/0 Tainted: GF   W  O 
3.13.0-32-generic #57-Ubuntu
  [313819.477202] Hardware name: LENOVO 2342CTO/2342CTO, BIOS G1ET93WW (2.53 ) 
03/08/2013
  [313819.477205]  0009 88021e203880 8171bcb4 

  [313819.477210]  88021e2038b8 810676cd 880041e4f8e8 
880004d6ec00
  [313819.477215]  88021e203a20 05c6 001a 
88021e2038c8
  [313819.477220] Call Trace:
  [313819.477224]  IRQ  [8171bcb4] dump_stack+0x45/0x56
  [313819.477252]  [810676cd] warn_slowpath_common+0x7d/0xa0
  [313819.477257]  [810677aa] warn_slowpath_null+0x1a/0x20
  [313819.477279]  [a050644c] 
ieee80211_crypto_ccmp_encrypt+0xbc/0x270 [mac80211]
  [313819.477293]  [a05c837f] ? rs_get_rate+0x8f/0x2e0 [iwldvm]
  [313819.477323]  [a052627a] invoke_tx_handlers+0x14ea/0x1560 
[mac80211]
  [313819.477380]  [a0526427] ieee80211_tx+0x77/0xf0 [mac80211]
  [313819.477404]  [a052668d] ieee80211_xmit+0x9d/0x100 [mac80211]
  [313819.477459]  [a052709a] ieee80211_subif_start_xmit+0x68a/0xd70 
[mac80211]
  [313819.477472]  [81621d38] dev_hard_start_xmit+0x318/0x560
  [313819.477482]  [81640d6e] sch_direct_xmit+0xee/0x1c0
  [313819.477496]  [816221b0] __dev_queue_xmit+0x230/0x500
  [313819.477506]  [81622490] dev_queue_xmit+0x10/0x20
  [313819.477515]  [8165aa89] ip_finish_output+0x2c9/0x3b0
  [313819.477525]  [8165bed8] ip_output+0x58/0x90
  [313819.477533]  [8165b635] ip_local_out+0x25/0x30
  [313819.477538]  [8165b98d] ip_queue_xmit+0x13d/0x3e0
  [313819.477548]  [81672749] tcp_transmit_skb+0x469/0x8d0
  [313819.477558]  [81673bdc] __tcp_retransmit_skb+0x14c/0x510
  [313819.477568]  [810cd536] ? ktime_get_real+0x16/0x50
  [313819.477575]  [816741c9] tcp_retransmit_skb+0x19/0x120
  [313819.477584]  [8167615c] tcp_retransmit_timer+0x28c/0x730
  [313819.477593]  [816767b0] ? tcp_write_timer_handler+0x1b0/0x1b0
  [313819.477600]  [816766a0] tcp_write_timer_handler+0xa0/0x1b0
  [313819.477609]  [8167682c] tcp_write_timer+0x7c/0x80
  [313819.477619]  [81074236] call_timer_fn+0x36/0x100
  [313819.477626]  [816767b0] ? tcp_write_timer_handler+0x1b0/0x1b0
  [313819.477636]  [810751cf] run_timer_softirq+0x1ef/0x2f0
  [313819.477646]  [8106cafc] __do_softirq+0xec/0x2c0
  [313819.477657]  [8106d045] irq_exit+0x105/0x110
  [313819.477667]  [8172ea45] smp_apic_timer_interrupt+0x45/0x60
  [313819.477677]  [8172d3dd] apic_timer_interrupt+0x6d/0x80
  [313819.477684]  EOI  [815ceb02] ? cpuidle_enter_state+0x52/0xc0
  [313819.477701]  [815cec29] cpuidle_idle_call+0xb9/0x1f0
  [313819.477712]  [8101cebe] arch_cpu_idle+0xe/0x30
  [313819.477723]  [810bec65] cpu_startup_entry+0xc5/0x290
  

[Kernel-packages] [Bug 1341925] Re: [Dell Inspiron 11 - 3147] System will hang on reboot / poweroff

2014-09-05 Thread Steve Haube
I blacklisted dw_dmac and dw_dmac_core and now I can 
shutdown/reboot/suspend/resume!
I am using Linux Mint 17, based on Ubuntu 14.04, kernel 3.16.1.
Special thanks to Gilberto Tanzola for the info!

-- 
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/1341925

Title:
  [Dell Inspiron 11 - 3147] System will hang on reboot / poweroff

Status in HWE Next Project:
  Incomplete
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  CID: 201403-14888 Dell Inspiron 11 - 3147

  While rebooting this system, it will stuck on the Ubuntu splash screen, caps 
lock LED will be not responding.
  This issue happens right after 14.04 installation with USB stick.

  If you press F1 right after the Ubuntu splash screen appears, you will see 
the message indicating it's now rebooting:
  * Deactivating swap... [OK]
  * Unmounting local filesystems...  [OK]
  * Will now restart

  Steps:
  1. Install 14.04, reboot to desktop
  2. Try to reboot again

  Expect result:
  * System could be reboot normally

  Actual result:
  * It will stuck on the Ubuntu splash screen, the only way to power it off is 
to hold the power button

  Same thing could be apply to Shut Down
  * Unmounting local filesystems...  [OK]
  * Will now halt

  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1431 F pulseaudio
  CRDA:
   country TW:
    (2402 - 2472 @ 40), (3, 27)
    (5270 - 5330 @ 40), (3, 17), DFS
    (5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Mon Jul 14 22:25:58 2014
  HibernationDevice: RESUME=UUID=b30f45e9-6fc7-4aa0-adff-37e7c87c19cd
  InstallationDate: Installed on 2014-07-15 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 11 - 3147
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=cc246aa9-85c1-49ac-b06b-6c0f4e37dbea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 00K010
  dmi.board.vendor: Dell Inc.
  dmi.board.version: D02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A01
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd05/05/2014:svnDellInc.:pnInspiron11-3147:pvr:rvnDellInc.:rn00K010:rvrD02:cvnDellInc.:ct8:cvrA01:
  dmi.product.name: Inspiron 11 - 3147
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1341925/+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 1364290] Re: linux-ti-omap4: 3.2.0-1453.73 -proposed tracker

2014-09-05 Thread Brad Figg
** Description changed:

  This bug is for tracking the version to be filled 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, 02. September 2014 09:01 UTC
  kernel-stable-master-bug:1364208
  kernel-stable-Certification-testing-end:Wednesday, 03. September 2014 15:00 
UTC
  kernel-stable-Prepare-package-end:Thursday, 04. September 2014 18:01 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 04. September 2014 18:01 UTC
  ppa-package-testing-start:Thursday, 04. September 2014 18:01 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 04. September 2014 19:43 UTC
  kernel-stable-Security-signoff-start:Thursday, 04. September 2014 21:04 UTC
  kernel-stable-Verification-testing-start:Thursday, 04. September 2014 21:04 
UTC
  kernel-stable-Regression-testing-start:Thursday, 04. September 2014 21:04 UTC
- kernel-stable-phase:ReadyToBePackaged
+ kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 04. September 2014 21:05 UTC

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

Title:
  linux-ti-omap4: 3.2.0-1453.73 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-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 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:
  In Progress
Status in Kernel SRU Workflow upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux-ti-omap4” package in Ubuntu:
  New
Status in “linux-ti-omap4” source package in Precise:
  New

Bug description:
  This bug is for tracking the version to be filled 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, 02. September 2014 09:01 UTC
  kernel-stable-master-bug:1364208
  kernel-stable-Certification-testing-end:Wednesday, 03. September 2014 15:00 
UTC
  kernel-stable-Prepare-package-end:Thursday, 04. September 2014 18:01 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 04. September 2014 18:01 UTC
  ppa-package-testing-start:Thursday, 04. September 2014 18:01 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 04. September 2014 19:43 UTC
  kernel-stable-Security-signoff-start:Thursday, 04. September 2014 21:04 UTC
  kernel-stable-Verification-testing-start:Thursday, 04. September 2014 21:04 
UTC
  kernel-stable-Regression-testing-start:Thursday, 04. September 2014 21:04 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 04. September 2014 21:05 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1364290/+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 1362514] Re: LE KVM support for 14.10

2014-09-05 Thread Tim Gardner
Enabling these config options causes the following compile error:

ubuntu-utopic/arch/powerpc/kvm/book3s_hv_rmhandlers.S: Assembler messages:
ubuntu-utopic/arch/powerpc/kvm/book3s_hv_rmhandlers.S:1923: Error: operand out 
of range (0x8498 is not between 0x8000 and 
0x7ffc)

I've checked that line and assume it is complaining about the value of
KVM_ENABLED_HCALLS, e.g., 0x8498==33944

ubuntu-utopic/debian/build/build-generic/include/generated/asm-
offsets.h:#define KVM_ENABLED_HCALLS 33944 /* offsetof(struct kvm,
arch.enabled_hcalls)# */

I guess I'll not apply those configs until you figure out the compile
error.

** Changed in: linux (Ubuntu Utopic)
   Status: Fix Committed = In Progress

-- 
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/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  In Progress
Status in “linux” source package in Utopic:
  In Progress

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+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 1358153] Re: Keyboard and touchpad randomly crash after boot

2014-09-05 Thread Dani
The first Ubuntu release affected by this bug is 12.04 (I have tested
with an i386 Live CD).

Unfortunately I couldn't log any backtrace. If I boot in recovery mode,
a recovery menu shows up. If I wait too long, the keyboard crashes so I
cannot do anything. If I choose something quickly from the recovery
menu, then the keyboard won't crash, so there is no sense in logging a
backtrace.

With a crashed keyboard I cannot even change to another tty.

And I found out that the laptop functions (e. g. Fn + F1, F2, etc. for
wifi, brightness, volume, etc.) still work with a crashed keyboard.

** 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/1358153

Title:
  Keyboard and touchpad randomly crash after boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the OS boots, the keyboard and the touchpad crash and I cannot
  even type my password to log in.

  This bug is a quite old one, and present in multiple distributions, so
  I think it might be a kernel bug, but I am not sure.

  The OS itself doesn't freeze, I can use a mouse instead of the
  touchpad, and if I had an external USB keyboard, it would work also.

  One more thing: when this problem occurs, I cannot simply reboot or
  turn off the machine by selecting the appropriate option from the
  system menu, because this way the system hangs with a black screen. I
  can turn off only by pressing the power-off button.

  I am using Ubuntu 14.04 with this kernel: Ubuntu 3.13.0-32.57-generic 
3.13.11.4
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-08-29 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Package: linux (not installed)
  Tags:  trusty
  Uname: Linux 3.17.0-031700rc3-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dani   2181 F pulseaudio
   /dev/snd/controlC0:  dani   2181 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=a9f6f696-577f-4995-8f13-ffd629ddff13
  InstallationDate: Installed on 2014-08-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK Computer Inc. 1225B
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=a4260107-7842-4e50-b922-9f8387c0e9f1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  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
  StagingDrivers: keucr
  Tags:  trusty staging
  Uname: Linux 3.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 06/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: 1225B
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 209
  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.:bvr209:bd06/05/2012:svnASUSTeKComputerInc.:pn1225B:pvr1.0:rvnASUSTeKComputerInc.:rn1225B:rvr209:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: 1225B
  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/1358153/+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 1362448] Re: CVE-2014-5472

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

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

Title:
  CVE-2014-5472

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux-armadaxp” package in Ubuntu:
  Invalid
Status in “linux-ec2” package in Ubuntu:
  Invalid
Status in “linux-fsl-imx51” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-maverick” package in Ubuntu:
  New
Status in “linux-lts-backport-natty” package in Ubuntu:
  New
Status in “linux-lts-quantal” package in Ubuntu:
  Invalid
Status in “linux-lts-raring” package in Ubuntu:
  Invalid
Status in “linux-lts-saucy” package in Ubuntu:
  Invalid
Status in “linux-mvl-dove” package in Ubuntu:
  Invalid
Status in “linux-ti-omap4” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  Fix Committed
Status in “linux-armadaxp” source package in Lucid:
  Invalid
Status in “linux-ec2” source package in Lucid:
  New
Status in “linux-fsl-imx51” source package in Lucid:
  Invalid
Status in “linux-lts-backport-maverick” source package in Lucid:
  New
Status in “linux-lts-backport-natty” source package in Lucid:
  New
Status in “linux-lts-quantal” source package in Lucid:
  Invalid
Status in “linux-lts-raring” source package in Lucid:
  Invalid
Status in “linux-lts-saucy” source package in Lucid:
  Invalid
Status in “linux-mvl-dove” source package in Lucid:
  Invalid
Status in “linux-ti-omap4” source package in Lucid:
  Invalid
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux-armadaxp” source package in Precise:
  Fix Committed
Status in “linux-ec2” source package in Precise:
  Invalid
Status in “linux-fsl-imx51” source package in Precise:
  Invalid
Status in “linux-lts-backport-maverick” source package in Precise:
  New
Status in “linux-lts-backport-natty” source package in Precise:
  New
Status in “linux-lts-quantal” source package in Precise:
  New
Status in “linux-lts-raring” source package in Precise:
  Invalid
Status in “linux-lts-saucy” source package in Precise:
  New
Status in “linux-mvl-dove” source package in Precise:
  Invalid
Status in “linux-ti-omap4” source package in Precise:
  New
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux-armadaxp” source package in Trusty:
  Invalid
Status in “linux-ec2” source package in Trusty:
  Invalid
Status in “linux-fsl-imx51” source package in Trusty:
  Invalid
Status in “linux-lts-backport-maverick” source package in Trusty:
  New
Status in “linux-lts-backport-natty” source package in Trusty:
  New
Status in “linux-lts-quantal” source package in Trusty:
  Invalid
Status in “linux-lts-raring” source package in Trusty:
  Invalid
Status in “linux-lts-saucy” source package in Trusty:
  Invalid
Status in “linux-mvl-dove” source package in Trusty:
  Invalid
Status in “linux-ti-omap4” source package in Trusty:
  Invalid
Status in “linux” source package in Utopic:
  Fix Released
Status in “linux-armadaxp” source package in Utopic:
  Invalid
Status in “linux-ec2” source package in Utopic:
  Invalid
Status in “linux-fsl-imx51” source package in Utopic:
  Invalid
Status in “linux-lts-backport-maverick” source package in Utopic:
  New
Status in “linux-lts-backport-natty” source package in Utopic:
  New
Status in “linux-lts-quantal” source package in Utopic:
  Invalid
Status in “linux-lts-raring” source package in Utopic:
  Invalid
Status in “linux-lts-saucy” source package in Utopic:
  Invalid
Status in “linux-mvl-dove” source package in Utopic:
  Invalid
Status in “linux-ti-omap4” source package in Utopic:
  Invalid

Bug description:
  [unbound recursion in ISOFS - causes a deadlock in the mount process
  in inode_wait]

  Break-Fix: - 410dd3cf4c9b36f27ed4542ee18b1af5e68645a4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362448/+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 1365052] Re: linux: 3.13.0-36.63 -proposed tracker

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1365052

Title:
  linux: 3.13.0-36.63 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-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:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-36.63 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, 03. September 2014 16:10 UTC
  kernel-stable-Prepare-package-end:Thursday, 04. September 2014 05:07 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 04. September 2014 05:07 UTC
  ppa-package-testing-start:Thursday, 04. September 2014 05:07 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 04. September 2014 19:44 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 04. September 2014 21:06 UTC
  kernel-stable-Verification-testing-start:Thursday, 04. September 2014 21:06 
UTC
  kernel-stable-Certification-testing-start:Thursday, 04. September 2014 21:06 
UTC
  kernel-stable-Security-signoff-start:Thursday, 04. September 2014 21:06 UTC
  kernel-stable-Regression-testing-start:Thursday, 04. September 2014 21:06 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1365052/+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 1359507] Re: ahci_xgene: Fix the link down in first attempt for the APM X-Gene SoC AHCI SATA host controller driver

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1359507

Title:
  ahci_xgene: Fix the link down in first attempt for the APM X-Gene SoC
  AHCI SATA host controller driver

Status in “linux” package in Ubuntu:
  In Progress
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  In Progress

Bug description:
  [IMPACT]
  The link down issue in first attempt happens due to 2 H/W errata below:

  1. Due to HW errata, during speed negotiation, sometimes controller
  is not able to detect ALIGN at GEN3(6Gbps) within 54.6us results in
  a timeout. This issue can be recovered by issuing a COMRESET again.

  2. Due to HW errata, although ALIGH detection is successfull, due to
  8b/10b and disparity BERR, sometimes the signature from the drive is
  not received successfully by the Host controller. Due to this the
  communication with the host and drive is not established due to
  locking of CDR(clock and data recovery) circuit. This issue can be
  recovered by issuing a COMRESET again.

  This patch fixes the above issues by retrying the COMRESET with a
  maximum attempts of 3.

  [TEST CASE]
  Repeatedly reboot the system.

  [Regression Potential]
  Fix specific to the xgene ahci driver hardreset function.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1359507/+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 1362447] Re: CVE-2014-5471

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

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

Title:
  CVE-2014-5471

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux-armadaxp” package in Ubuntu:
  Invalid
Status in “linux-ec2” package in Ubuntu:
  Invalid
Status in “linux-fsl-imx51” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-maverick” package in Ubuntu:
  New
Status in “linux-lts-backport-natty” package in Ubuntu:
  New
Status in “linux-lts-quantal” package in Ubuntu:
  Invalid
Status in “linux-lts-raring” package in Ubuntu:
  Invalid
Status in “linux-lts-saucy” package in Ubuntu:
  Invalid
Status in “linux-mvl-dove” package in Ubuntu:
  Invalid
Status in “linux-ti-omap4” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  Fix Committed
Status in “linux-armadaxp” source package in Lucid:
  Invalid
Status in “linux-ec2” source package in Lucid:
  New
Status in “linux-fsl-imx51” source package in Lucid:
  Invalid
Status in “linux-lts-backport-maverick” source package in Lucid:
  New
Status in “linux-lts-backport-natty” source package in Lucid:
  New
Status in “linux-lts-quantal” source package in Lucid:
  Invalid
Status in “linux-lts-raring” source package in Lucid:
  Invalid
Status in “linux-lts-saucy” source package in Lucid:
  Invalid
Status in “linux-mvl-dove” source package in Lucid:
  Invalid
Status in “linux-ti-omap4” source package in Lucid:
  Invalid
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux-armadaxp” source package in Precise:
  Fix Committed
Status in “linux-ec2” source package in Precise:
  Invalid
Status in “linux-fsl-imx51” source package in Precise:
  Invalid
Status in “linux-lts-backport-maverick” source package in Precise:
  New
Status in “linux-lts-backport-natty” source package in Precise:
  New
Status in “linux-lts-quantal” source package in Precise:
  New
Status in “linux-lts-raring” source package in Precise:
  Invalid
Status in “linux-lts-saucy” source package in Precise:
  New
Status in “linux-mvl-dove” source package in Precise:
  Invalid
Status in “linux-ti-omap4” source package in Precise:
  New
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux-armadaxp” source package in Trusty:
  Invalid
Status in “linux-ec2” source package in Trusty:
  Invalid
Status in “linux-fsl-imx51” source package in Trusty:
  Invalid
Status in “linux-lts-backport-maverick” source package in Trusty:
  New
Status in “linux-lts-backport-natty” source package in Trusty:
  New
Status in “linux-lts-quantal” source package in Trusty:
  Invalid
Status in “linux-lts-raring” source package in Trusty:
  Invalid
Status in “linux-lts-saucy” source package in Trusty:
  Invalid
Status in “linux-mvl-dove” source package in Trusty:
  Invalid
Status in “linux-ti-omap4” source package in Trusty:
  Invalid
Status in “linux” source package in Utopic:
  Fix Released
Status in “linux-armadaxp” source package in Utopic:
  Invalid
Status in “linux-ec2” source package in Utopic:
  Invalid
Status in “linux-fsl-imx51” source package in Utopic:
  Invalid
Status in “linux-lts-backport-maverick” source package in Utopic:
  New
Status in “linux-lts-backport-natty” source package in Utopic:
  New
Status in “linux-lts-quantal” source package in Utopic:
  Invalid
Status in “linux-lts-raring” source package in Utopic:
  Invalid
Status in “linux-lts-saucy” source package in Utopic:
  Invalid
Status in “linux-mvl-dove” source package in Utopic:
  Invalid
Status in “linux-ti-omap4” source package in Utopic:
  Invalid

Bug description:
  [unbound recursion in ISOFS - crashes / reboots a kernel due to kernel
  stack overflow / corruption]

  Break-Fix: - 410dd3cf4c9b36f27ed4542ee18b1af5e68645a4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362447/+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 1359670] Re: Unsigned oot modules are wrongly tainted and trace events disabled

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1359670

Title:
  Unsigned oot modules are wrongly tainted and trace events disabled

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  [Impact]

  Developers are unable to unable to use kernel tracing functions on
  kernel modules they have themselves compiled.  This makes Ubuntu a
  poor platform for module developement and debugging.

  [Test Case]

  Build an OOT or modified version of a module, insert it and notice
  that tracing becomes disabled.  Apply updated kernel and confirm the
  same does not occur.

  [Regression Potential]

  This only changes the taint infrastructure to introduce a single new
  flag. Should be very low risk.

  ===

  The issue is explained in detail at http://lwn.net/Articles/588799/

  I am trying to load a backported drm module using dkms.
  It is not signed so is listed as tainted and trace points are disabled.
  As explained in the above article this is because the TAINT_FORCED MODULE 
flag is incorrectly set for unsigned modules.

  The final patch to fix this and add a TAINT_UNSIGNED_MODULE that does
  not disable trace points can be found at
  http://lwn.net/Articles/588803/ (fixed in 3.15)

  Please consider shipping this patch.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-34-generic 3.13.0-34.60
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  badger 2013 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Aug 21 11:28:15 2014
  HibernationDevice: RESUME=UUID=21f8f6b4-495d-4bc6-8dec-1f78435d4b95
  InstallationDate: Installed on 2014-06-30 (51 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 0301CTO
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=d56caf05-a203-436f-8497-b8a37294fe8a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-34-generic N/A
   linux-backports-modules-3.13.0-34-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 80ET42WW (1.19 )
  dmi.board.name: 0301CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr80ET42WW(1.19):bd10/14/2010:svnLENOVO:pn0301CTO:pvrThinkPadEdge:rvnLENOVO:rn0301CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 0301CTO
  dmi.product.version: ThinkPad Edge
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1359670/+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 1359514] Re: pci-xgene-msi: fixed deadlock in irq_set_affinity

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1359514

Title:
  pci-xgene-msi: fixed deadlock in irq_set_affinity

Status in “linux” package in Ubuntu:
  In Progress
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  In Progress

Bug description:
  [IMPACT]
  Issue:  CPU affinity is changed while irqbalance is running.

  + Problem explanation:

    - Old code

  + Call xgene_msi_cascade function (CPU x)

  + raw_spin_lock(desc-lock);  (CPU x)

  + Goto generic_handle_irq (CPU x)

  + The CPU x doesn't have a chance to exit the
  xgene_msi_cascade function to unlock desc-lock before Linux scheduce
  and call xgene_msi_set_affinity (irqbalance is caller) in the same CPU
  x

  + In irq_set_affinity, call raw_spin_lock_irqsave(desc-lock,
  flags) which cause deadlock to CPU x because it disables preempt

    - New code

  + Use chained_irq_enter and exit as the standard way to
  cascade interrupt functions.

  [TEST CASE]
  Turn off irqbalance
  Run a single tcp stream
  Randomly change the affinity of the receiving ring:

  @ ethtool -S $INTF | grep rx[0-9].*_pac @ - to detect the rx ring
  @ grep $INTF /proc/interrupts@ - to find it's interrupt
  @ printf %x $(( 2 ** $((RANDOM % 8)) ))  /proc/irq/$IRQ/smp_affinity @ - 
to change the affinity

  [Regression Potential]
  Fix specific to the xgene pci msi code.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1359514/+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 1361086] Re: No card reader support for Realtek RTL8402 [ff00:5286]

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1361086

Title:
  No card reader support for Realtek RTL8402 [ff00:5286]

Status in HWE Next Project:
  Fix Released
Status in HWE Next trusty series:
  Fix Committed
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  SRU Justification:

  Impact: Realtek RTL8402 [ff00:5286], which is widely used by PC vendors, 
won't work without this fix.
  Fix: two patches below coming from upstream, clean cherry-picks.
  Testcase: we already tested and delivered the fix by dkms in OEM projects, 
works well.

  commit 56cb3cc1872923b69fdeeb00362b7da4d6cf5590
  Author: Micky Ching micky_ch...@realsil.com.cn
  Date: Wed Dec 18 10:03:13 2013 +0800

  mfd: rtsx: Add support for card reader rtl8402

  rtl8402 is much like rtl8411, so just add it to rtl8411.c

  Signed-off-by: Micky Ching micky_ch...@realsil.com.cn
  Reviewed-by: Dan Carpenter dan.carpen...@oracle.com
  Signed-off-by: Lee Jones lee.jo...@linaro.org

  commit 0da14eeba216932db2e4b8805ab58dae72e44a45
  Author: Micky Ching micky_ch...@realsil.com.cn
  Date: Wed Dec 18 10:03:12 2013 +0800

  mfd: rtsx: Add set pull control macro and simplify rtl8411

  Add set pull control macro to reduce code for setting pull control, and
  use a common init function to reduce code for rtl8411.c. So this patch
  is used to just simplify code.

  Signed-off-by: Micky Ching micky_ch...@realsil.com.cn
  Reviewed-by: Dan Carpenter dan.carpen...@oracle.com
  Signed-off-by: Lee Jones lee.jo...@linaro.org

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1361086/+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 1359489] Re: Fix the csr-mask for APM X-Gene SoC AHCI SATA PHY clock DTS node

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1359489

Title:
  Fix the csr-mask for APM X-Gene SoC AHCI SATA PHY clock DTS node

Status in “linux” package in Ubuntu:
  In Progress
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  In Progress

Bug description:
  [IMPACT]
  The value of the csr-mask of the SATA PHY clock DTS node has a
  wrong value resulting a kernel panic as the clock/reset is not
  proper for the PHY of the SATA host controller 1. This patch
  fixes the correct csr-mask value of the SATA PHY clock DTS node
  for the SATA Host controller 1.

  [TEST CASE]
  Attempt to boot from a disk attached to SATA Host controller 1.

  [Regression Potential]
  As the 'ok' is the default status of a device tree node, this patch
  removes the status of the PHY clock node of SATA Host Controller 1.
  The status of the clock node is handled from the firmware based on
  the controller enabled/disabled by the user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1359489/+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 1358162] Re: skb_get_rxhash prematurely renamed to skb_get_hash

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1358162

Title:
  skb_get_rxhash prematurely renamed to skb_get_hash

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  3958afa1b272 net: Change skb_get_rxhash to skb_get_hash is included
  in the Trusty kernel like so:

  commit df4530d690a14dd4b72e4eadc8fe845e3c5ba12c
  Author: Tom Herbert therb...@google.com
  Date:   Sun Dec 15 22:12:06 2013 -0800

  net: Change skb_get_rxhash to skb_get_hash
  
  BugLink: http://bugs.launchpad.net/bugs/1328037
  
  Changing name of function as part of making the hash in skbuff to be
  generic property, not just for receive path.
  
  Signed-off-by: Tom Herbert therb...@google.com
  Signed-off-by: David S. Miller da...@davemloft.net
  (cherry picked from commit 3958afa1b272eb07109fd31549e69193b4d7c364)
  Signed-off-by: Tim Gardner tim.gard...@canonical.com
  Acked-by: Brad Figg brad.f...@canonical.com

  
  The referenced bug is about pulling in some up-to-date drivers.

  Kernel module authors who need to work with many different kernel
  versions deal with renames like this by using the KERNEL_VERSION
  macros to determine which wrappers/stubs/whatever to include in a
  particular build. However, because of this above change, which wasn't
  included in upstream kernels until 3.14 (while Trusty is 3.13(+extra
  magic)) this won't work.

  I propose you add a compatibility macro. Luckily, it's a straight
  rename, so this should be simple enough.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1358162/+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 1357527] Re: [Trusty] support for X-Gene PMU in perf

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1357527

Title:
  [Trusty] support for X-Gene PMU in perf

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  Trusty doesn't currently support the X-Gene PMU, which prevents perf
  from making use of hardware counters.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1357527/+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 1357014] Re: Add THP fixes in 14.10 kernel

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1357014

Title:
  Add THP fixes in 14.10 kernel

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  Hi Canonical,

  We would like to include 8 patches regarding Transparent Huge Page for
  powerpc. The patches are already upstream on Ben powerpc-next tree and
  should be sent to Linus' tree today, which mean that they are expected
  to make 3.17.

  Here are the patches

  9e813308a5c18c58f9ccae1ec72ed4e14eaf9025 powerpc/thp: Add tracepoints to 
track hugepage invalidate
  85c1fafd7262e68ad821ee1808686b1392b1167d powerpc/mm: Use read barrier when 
creating real_pte
  7e467245bf5226db34c4b12d3cbacfa2f7a15a8b powerpc/thp: Use ACCESS_ONCE when 
loading pmdp
  969b7b208f7408712a3526856e4ae60ad13f6928 powerpc/thp: Invalidate with vpn in 
loop
  fc0479557572375100ef16c71170b29a98e0d69a powerpc/thp: Handle combo pages in 
invalidate
  629149fae478f0ac6bf705a535708b192e9c6b59 powerpc/thp: Invalidate old 64K 
based hash page mapping before insert of 4k pte
  fa1f8ae80f8bb996594167ff4750a0b0a5a5bb5d powerpc/thp: Don't recompute vsid 
and ssize in loop on invalidate
  b0aa44a3dfae3d8f45bd1264349aa87f87b7774f powerpc/thp: Add write barrier after 
updating the valid bit

  I am also adding the patches here for reference.

  Thank you,
  Breno

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1357014/+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 1360140] Re: trusty still uses APM's out-of-tree xgene-enet patches

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1360140

Title:
  trusty still uses APM's out-of-tree xgene-enet patches

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  
  Now all APM's xgene-enet patches are merged to linus tree already, so it is 
time
  to replace these out-of-tree patches with upstreamed xgene-enet commits.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1360140/+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 1358498] Re: ahci-xgene falsely advertises NCQ support

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1358498

Title:
  ahci-xgene falsely advertises NCQ support

Status in “linux” package in Ubuntu:
  In Progress
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  In Progress

Bug description:
  [IMPACT]
  ahci-xgene doesn't support NCQ but it sets this flag. This causes SATA 
failures that surface as a filesystem being remounted read-only due to errors 
when using a disk that supports NCQ.
  [TEST CASE]
  Do a network boot install on an X-Gene system with an SSD drive that supports 
NCQ. The install will fail and dmesg will show the filesystem being remounted 
read-only.
  [Regression Potential]
  Minimal; we're turning off a feature that is known broken.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1358498/+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 1362443] Re: CVE-2014-3601

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

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

Title:
  CVE-2014-3601

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux-armadaxp” package in Ubuntu:
  Invalid
Status in “linux-ec2” package in Ubuntu:
  Invalid
Status in “linux-fsl-imx51” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-maverick” package in Ubuntu:
  New
Status in “linux-lts-backport-natty” package in Ubuntu:
  New
Status in “linux-lts-quantal” package in Ubuntu:
  Invalid
Status in “linux-lts-raring” package in Ubuntu:
  Invalid
Status in “linux-lts-saucy” package in Ubuntu:
  Invalid
Status in “linux-mvl-dove” package in Ubuntu:
  Invalid
Status in “linux-ti-omap4” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  Invalid
Status in “linux-armadaxp” source package in Lucid:
  Invalid
Status in “linux-ec2” source package in Lucid:
  Invalid
Status in “linux-fsl-imx51” source package in Lucid:
  Invalid
Status in “linux-lts-backport-maverick” source package in Lucid:
  New
Status in “linux-lts-backport-natty” source package in Lucid:
  New
Status in “linux-lts-quantal” source package in Lucid:
  Invalid
Status in “linux-lts-raring” source package in Lucid:
  Invalid
Status in “linux-lts-saucy” source package in Lucid:
  Invalid
Status in “linux-mvl-dove” source package in Lucid:
  Invalid
Status in “linux-ti-omap4” source package in Lucid:
  Invalid
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux-armadaxp” source package in Precise:
  Fix Committed
Status in “linux-ec2” source package in Precise:
  Invalid
Status in “linux-fsl-imx51” source package in Precise:
  Invalid
Status in “linux-lts-backport-maverick” source package in Precise:
  New
Status in “linux-lts-backport-natty” source package in Precise:
  New
Status in “linux-lts-quantal” source package in Precise:
  New
Status in “linux-lts-raring” source package in Precise:
  Invalid
Status in “linux-lts-saucy” source package in Precise:
  New
Status in “linux-mvl-dove” source package in Precise:
  Invalid
Status in “linux-ti-omap4” source package in Precise:
  New
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux-armadaxp” source package in Trusty:
  Invalid
Status in “linux-ec2” source package in Trusty:
  Invalid
Status in “linux-fsl-imx51” source package in Trusty:
  Invalid
Status in “linux-lts-backport-maverick” source package in Trusty:
  New
Status in “linux-lts-backport-natty” source package in Trusty:
  New
Status in “linux-lts-quantal” source package in Trusty:
  Invalid
Status in “linux-lts-raring” source package in Trusty:
  Invalid
Status in “linux-lts-saucy” source package in Trusty:
  Invalid
Status in “linux-mvl-dove” source package in Trusty:
  Invalid
Status in “linux-ti-omap4” source package in Trusty:
  Invalid
Status in “linux” source package in Utopic:
  Fix Released
Status in “linux-armadaxp” source package in Utopic:
  Invalid
Status in “linux-ec2” source package in Utopic:
  Invalid
Status in “linux-fsl-imx51” source package in Utopic:
  Invalid
Status in “linux-lts-backport-maverick” source package in Utopic:
  New
Status in “linux-lts-backport-natty” source package in Utopic:
  New
Status in “linux-lts-quantal” source package in Utopic:
  Invalid
Status in “linux-lts-raring” source package in Utopic:
  Invalid
Status in “linux-lts-saucy” source package in Utopic:
  Invalid
Status in “linux-mvl-dove” source package in Utopic:
  Invalid
Status in “linux-ti-omap4” source package in Utopic:
  Invalid

Bug description:
  [kvm: invalid parameter passing in kvm_iommu_map_pages()]

  Break-Fix: fcd95807fb61e67d602610e7ff7129ed769e9fee
  350b8bdd689cd2ab2c67c8a86a0be86cfa0751a7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362443/+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 1357295] Re: bcache_writebac blocks and goes silent on trusty kernel 3.13.0-24-generic #47-Ubuntu

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1357295

Title:
  bcache_writebac blocks and goes silent on trusty kernel
  3.13.0-24-generic #47-Ubuntu

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  We regularly use bcache to use SSDs as an extra block cache layer for
  performance on large working sets (archive mirrors, large databases,
  etc).  Until now we have had good success with bcache on precise LTS
  with HWE kernels up to Saucy's.

  Unfortunately when we mount a bcache-backed volume on a Trusty server,
  it immediately loses contact with bcache_writebac:

PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND   
 
501 root  20   0   0  0  0 D   0.0  0.0   0:00.00 
bcache_writebac

  kern.log shows it losing its mind pretty much immediately on startup:

  Aug 12 02:22:15 somehostname kernel: [ 6483.477618] md: bindsdc
  Aug 12 02:22:15 somehostname kernel: [ 6483.478599] md: bindsdd
  Aug 12 02:22:15 somehostname kernel: [ 6483.482016] md/raid0:md0: md_size 
is 781443072 sectors.
  Aug 12 02:22:15 somehostname kernel: [ 6483.482024] md: RAID0 
configuration for md0 - 1 zone
  Aug 12 02:22:15 somehostname kernel: [ 6483.482026] md: zone0=[sdc/sdd]
  Aug 12 02:22:15 somehostname kernel: [ 6483.482033]   zone-offset=
 0KB, device-offset= 0KB, size= 390721536KB
  Aug 12 02:22:15 somehostname kernel: [ 6483.482036] 
  Aug 12 02:22:15 somehostname kernel: [ 6483.482055] md0: detected 
capacity change from 0 to 400098852864
  Aug 12 02:22:15 somehostname kernel: [ 6483.487644]  md0: unknown 
partition table
  Aug 12 02:26:55 somehostname kernel: [ 6763.657249] bio: create slab 
bio-2 at 2
  Aug 12 02:26:55 somehostname kernel: [ 6763.658018] bcache: 
run_cache_set() invalidating existing data
  Aug 12 02:26:55 somehostname kernel: [ 6763.695447] bcache: 
register_cache() registered cache device md0
  Aug 12 02:26:55 somehostname kernel: [ 6763.696262] bcache: 
register_bdev() registered backing device sdb
  Aug 12 02:26:55 somehostname kernel: [ 6763.697833] bcache: 
bch_cached_dev_attach() Caching sdb as bcache0 on set 
13dcf71e-73ea-49f7-8cd6-fb8182c3cc17
  Aug 12 02:27:24 somehostname kernel: [ 6793.114287] EXT4-fs (bcache0): 
mounted filesystem with ordered data mode. Opts: (null)
  Aug 12 02:30:16 somehostname kernel: [ 6964.514425] INFO: task 
bcache_writebac:29721 blocked for more than 120 seconds.
  Aug 12 02:30:16 somehostname kernel: [ 6964.608861]   Not tainted 
3.13.0-24-generic #47-Ubuntu
  Aug 12 02:30:16 somehostname kernel: [ 6964.679403] echo 0  
/proc/sys/kernel/hung_task_timeout_secs disables this message.
  Aug 12 02:30:16 somehostname kernel: [ 6964.779270] bcache_writebac D 
8817dfb34440 0 29721  2 0x
  Aug 12 02:30:16 somehostname kernel: [ 6964.779278]  882fafe57eb8 
0002 882fb100afe0 882fafe57fd8
  Aug 12 02:30:16 somehostname kernel: [ 6964.779286]  00014440 
00014440 882fb100afe0 882fb7bcac80
  Aug 12 02:30:16 somehostname kernel: [ 6964.779293]  882fb11c 
a03f5840  
  Aug 12 02:30:16 somehostname kernel: [ 6964.779301] Call Trace:
  Aug 12 02:30:16 somehostname kernel: [ 6964.779335]  [a03f5840] 
? read_dirty+0x400/0x400 [bcache]
  Aug 12 02:30:16 somehostname kernel: [ 6964.779346]  [81719ee9] 
schedule+0x29/0x70
  Aug 12 02:30:16 somehostname kernel: [ 6964.779356]  [8108b2ed] 
kthread+0xad/0xf0
  Aug 12 02:30:16 somehostname kernel: [ 6964.779368]  [8108b240] 
? kthread_create_on_node+0x1d0/0x1d0
  Aug 12 02:30:16 somehostname kernel: [ 6964.779379]  [817263fc] 
ret_from_fork+0x7c/0xb0
  Aug 12 02:30:16 somehostname kernel: [ 6964.779385]  [8108b240] 
? kthread_create_on_node+0x1d0/0x1d0
  Aug 12 02:32:16 somehostname kernel: [ 7084.828482] INFO: task 
bcache_writebac:29721 blocked for more than 120 seconds.
  Aug 12 02:32:16 somehostname kernel: [ 7084.922987]   Not tainted 
3.13.0-24-generic #47-Ubuntu
  Aug 12 02:32:16 somehostname kernel: [ 7084.993239] echo 0  
/proc/sys/kernel/hung_task_timeout_secs disables this message.
  Aug 12 02:32:16 somehostname kernel: [ 7085.093858] bcache_writebac D 
8817dfb34440 0 29721  2 0x
  Aug 12 02:32:16 somehostname kernel: [ 7085.093866]  882fafe57eb8 
0002 882fb100afe0 882fafe57fd8
  Aug 12 02:32:16 somehostname kernel: [ 7085.093874]  00014440 

[Kernel-packages] [Bug 1358949] Re: arm64 iperf performance suboptimal

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1358949

Title:
  arm64 iperf performance suboptimal

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  [Impact]
  The copy_{to,from}_user implementations in the Ubuntu kernel are suboptimal. 
Optimized implementations have been submitted upstream and have shown a 
significant improvement in network performance.

  Iperf performance increase:
  -l (size)   1 core result
  Optimized   64B 44-51Mb/s
  1500B   4.9Gb/s
  3B  16.2Gb/s
  Original64B 34-50.7Mb/s
  1500B   4.7Gb/s
  3B  14.5Gb/s

  [Test Case]
  Generate traffic from one node to another using iperf (see above for config).

  [Regression Risk]
  These functions are obviously used heavily throughout the kernel, so a defect 
here could have significant impact. This risk is mitigated by using an 
implementation heavily based on the linaro string libraries (which are used in 
other places already, e.g. glibc), and through active testing of this patch on 
real hardware using a trusty-kernel base.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1358949/+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 1358855] Re: tools/testing/selftests/ptrace fails on ppc64

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1358855

Title:
  tools/testing/selftests/ptrace fails on ppc64

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  Compilation of linux/tools/testing/selftests/ptrace/peeksiginfo.c
  fails becasue the variable PAGE_SIZE is not defined.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1358855/+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 1359501] Re: ahci_xgene: Skip the PHY and clock initialization if already configured by the firmware

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1359501

Title:
  ahci_xgene: Skip the PHY and clock initialization if already
  configured by the firmware

Status in “linux” package in Ubuntu:
  In Progress
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  In Progress

Bug description:
  [IMPACT]
  Some disk types will never be seen after boot, while others can disappear 
after a reboot.

  This patch implements the feature to skip the PHY and clock
  initialization if it is already configured by the firmware.

  [TEST CASE]
  Repeatedly reboot the system.

  [Regression Potential]
  Only affects the the xgene ahci driver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1359501/+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 1353105] Re: bnx2x crashes on bxn2x_tpa_start

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1353105

Title:
  bnx2x crashes on bxn2x_tpa_start

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  [Impact]

  Random crashes when using the bnx2x driver on power 8

  [Test Case]

  heavy use of the bnx2x driver on power 8

  [Regression Potential]

  introduces a simple memory barrier and is therefore very low risk, any
  such risk would normally affect performanc e not function.

  ===

  ---Problem Description---
  bnx2x may cause crashes or stop working because of a missing memory barrier.

  Messages like the following appear on the log:

  bnx2x: [bnx2x_tpa_start:392(eth7)]start of bin not in stop [0]

  ---uname output---
  Linux ubuntu 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:50:31 UTC 2014 
ppc64le ppc64le ppc64le GNU/Linux

  ---Additional Hardware Info---
  0001:00:03.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM57800 
1/10 Gigabit Ethernet (rev 10)
  0001:00:03.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM57800 
1/10 Gigabit Ethernet (rev 10)
  0001:00:03.2 Ethernet controller: Broadcom Corporation NetXtreme II BCM57800 
1/10 Gigabit Ethernet (rev 10)
  0001:00:03.3 Ethernet controller: Broadcom Corporation NetXtreme II BCM57800 
1/10 Gigabit Ethernet (rev 10)

  Machine Type = model   : IBM pSeries (emulated by qemu)

  ---Steps to Reproduce---
   Send lots of traffic on a busy workload.

  Fix for reported issue upstream commit 
9aaae044abe95de182d09004cc3fa181bf22e6e0
  Fix for EEH related issue upstream commit 
0c0e63410a393aae4b615849625f539db775d586

  We would like to get those applied to both Ubuntu 14.04 updates and
  Ubuntu 14.10, please.

  Cascardo.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1353105/+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 1349572] Re: Wireless network disconnections on Dell XPS 13

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1349572

Title:
  Wireless network disconnections on Dell XPS 13

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  SRU Justification

  Impact: Many users with Intel 7260 wireless are seeing relatively
  frequent disconnections as a result of the firmware reporting loss of
  beacons from the access point.

  Fix: Two upstream backports, one which waits for several lost beacon
  reports before reporting beacon loss to mac80211, and another which
  fixes a bug with mac80211's handling of beacon loss reports from some
  drivers (in particular iwlwifi).

  Test Case: Tested on LP#1349572.

  Regression Potential: These patches were merged upstream in 3.14 and
  3.15 without any reported regressions.

  ---

  With kernel 3.13.0.30 and 22.1.7.0, there are lots of wireless disconnections.
  Tested also with kernel 3.13.0.32 and 22.24.8.0 , also lots of wireles 
disconnections.

  The AP is an ASL-26555 from Movistar(Spain). Firmware version:
  v2.0.0.51B_ESv6

  Seems that when the computer is working for some time it is more easy
  to reproduce this beahviour.

  Added this bug as sugested in #1293569, comment #91.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-30-generic 3.13.0-30.55
  ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcel 2611 F pulseaudio
   /dev/snd/controlC0:  marcel 2611 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jul 28 22:20:19 2014
  HibernationDevice: RESUME=UUID=01981495-0235-4fdf-b7c6-c6191e986cec
  InstallationDate: Installed on 2014-01-23 (186 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Dell Inc. XPS13 9333
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic 
root=UUID=9d324637-b4a0-4800-a447-d17e20b708f3 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-30-generic N/A
   linux-backports-modules-3.13.0-30-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-04-17 (101 days ago)
  dmi.bios.date: 12/11/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.name: 0GFTRT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd12/11/2013:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: XPS13 9333
  dmi.sys.vendor: Dell Inc.
  ---
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcel 2644 F pulseaudio
   /dev/snd/controlC0:  marcel 2644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=01981495-0235-4fdf-b7c6-c6191e986cec
  InstallationDate: Installed on 2014-01-23 (187 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Dell Inc. XPS13 9333
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=9d324637-b4a0-4800-a447-d17e20b708f3 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.127.5
  Tags:  trusty
  Uname: Linux 3.13.0-32-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-17 (103 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 12/11/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.name: 0GFTRT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd12/11/2013:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: XPS13 9333
  dmi.sys.vendor: Dell Inc.
  ---
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcel 2644 F pulseaudio
   /dev/snd/controlC0:  marcel 2644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  

[Kernel-packages] [Bug 1353021] Re: USB HIDRAW Feature Report Implementation for HID devices not working correctly in Ubuntu 14.04

2014-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

-- 
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/1353021

Title:
  USB HIDRAW Feature Report Implementation for HID devices not working
  correctly in Ubuntu 14.04

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  With the release of Ubuntu 14.04 I've been investigating an issue with
  a software library I maintain to talk to USB based HID signature pads.
  I believe I've narrowed the issue down to the HIDRAW implementation
  released with Ubuntu 14.04. Essentially what  seems to be failing is
  the ioctl to get feature reports (HIDIOCGFEATURE). Any attempt to get
  a feature report results in a failure with a ENODEV error code.

  The devices I'm testing with are USB signature pads
  (http://www.scriptel.com). These signature pads use HID feature
  reports to communicate capabilities and to set up the device. I can
  provide further information along with USB/HID descriptors if it would
  be helpful.

  I have been testing with Ubuntu 14.04 Desktop (x64) with kernel version:
  Linux hostname 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  This kernel exhibits the problematic behavior, but when testing with Ubuntu 
13.10 Desktop (x64):
  Linux hostname 3.11.0-23-generic #40-Ubuntu SMP Wed Jun 4 21:05:23 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

  The 13.10 kernel's version of HIDRAW seems to work correctly. I've also 
tested with the vanilla kernel:
  Linux hostname 3.13.1-hidtest #1 SMP Tue Aug 5 09:14:28 EDT 2014 x86_64 
x86_64 x86_64 GNU/Linux

  The vanilla kernel appears to work correctly as well. Kernel source used was 
downloaded from:
  https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.13.1.tar.xz
  The configuration file used was from config-3.13.0-32-generic provided in 
linux-image-3.13.0-32-generic

  I believe the breaking change was made as part of commit
  aa6c390c4d59c9ff4fffd887e15783b2b793951b as part of ubuntu/ubuntu-
  trusty.git.

  I have attached a simple C program to demonstrate the problem. You'll
  need a USB HID device with known feature reports.

  Please let me know if I can provide any additional information or be
  of any assistance.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mpowers2863 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Aug  5 13:51:39 2014
  HibernationDevice: RESUME=UUID=3a5a866c-6086-47d6-8080-70715896a719
  InstallationDate: Installed on 2014-04-17 (109 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  ProcFB:
   0 inteldrmfb
   1 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=9b49575f-fb86-45d7-af5e-b3fde82f91ac ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/07/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1762II1.50U
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: CZ-17
  dmi.board.version: REV:1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To be filled by O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1762II1.50U:bd12/07/2012:svn:pnCZ-17:pvrREV1.0:rvn:rnCZ-17:rvrREV1.0:cvnToBeFilledByO.E.M.:ct10:cvrTobefilledbyO.E.M.:
  dmi.product.name: CZ-17
  dmi.product.version: REV:1.0

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


  1   2   >