[Kernel-packages] [Bug 1309754] Re: Network interfaces not working with kernel 3.13.0-24-generic

2014-10-07 Thread Theodotos Andreou
The problem exists on both 3.13 (Trusty) and 3.16 Unicorn. I tried it on
a T60 I tried to installl Ubuntu.

Here's an attachement

** Attachment added: "T60.report"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309754/+attachment/4227221/+files/T60.report

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

Title:
  Network interfaces not working with kernel 3.13.0-24-generic

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After upgrading Ubuntu server 13.10 to 14.10 the network interfaces
  are not available. They are not brought up on boot and I can't bring
  them up manually either.

  Booting with the older kernel (3.11.0-18-generic) the network works
  just fine.

  WORKAROUND: As a side note, adding
  'GRUB_CMDLINE_LINUX="biosdevname=0"' to /etc/default/grub and running
  update-grub makes (at least) 3.13.0-24 work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-generic 3.13.0.24.28
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  Uname: Linux 3.11.0-18-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.11.0-18-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/by-id', '/dev/snd/controlC0', '/dev/snd/pcmC0D0c', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Date: Sat Apr 19 00:00:05 2014
  HibernationDevice: RESUME=UUID=b3ee4d20-4439-4c3c-8a70-974c59ad1c51
  IwConfig:
   eth0  no wireless extensions.

   eth1  no wireless extensions.

   lono wireless extensions.
  MachineType: Supermicro X9DRD-7LN4F(-JBOD)/X9DRD-EF
  PciMultimedia:

  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-18-generic 
root=UUID=75d36757-b9c0-4b28-8f6c-89021cd8d60b ro splash quiet nomdmonddf 
nomdmonisw vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.127
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  dmi.bios.date: 12/05/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3.0a
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X9DRD-7LN4F
  dmi.board.vendor: Supermicro
  dmi.board.version: REV:1.02
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.0a:bd12/05/2013:svnSupermicro:pnX9DRD-7LN4F(-JBOD)/X9DRD-EF:pvr0123456789:rvnSupermicro:rnX9DRD-7LN4F:rvrREV1.02:cvnSupermicro:ct17:cvr0123456789:
  dmi.product.name: X9DRD-7LN4F(-JBOD)/X9DRD-EF
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309754/+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 1065400] Re: Support for loading Broadcom bluetooth firmware

2014-10-07 Thread Thilo Cestonaro
So, the next Ubuntu release is coming and the bug is again there.

Utopic Unicorn kernel doesn't download the correct firmware.

Jesse, could you please fix it again? :)

Thanks a lot!

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

Title:
  Support for loading Broadcom bluetooth firmware

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Released
Status in “linux” source package in Quantal:
  Fix Released
Status in “linux” source package in Raring:
  Fix Released
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  Broadcom bluetooth chips require a tool called patchram uploader [1]
  to load firmware. This applies to at least BCM20702 and BCM43142.
  Although some of the devices have an OTPROM that contains required
  firmware, but it is found that these devices would not have HFP/HSP
  support unless a upgraded firmware is loaded via patchram uploader.

  This tool requires hci device to do the firmware loading, but this may
  cause some race condition between patchram tool and bluetoothd or
  something that also works on hci interface.

  Also it needs some hooks to make firmware loads after bootup, s3,  s4,
  rfkill, and device hotplug events. Implement this loader in kernel
  module would make things more easier.

  [1] http://marc.info/?l=linux-bluetooth&m=132039175324993&w=2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1065400/+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 1374948] Re: BUG: soft lockup - CPU#1 stuck for 22s! [Xorg:1839]

2014-10-07 Thread Petr A. Sokolnikov
This kernel without bug. All working correctly.

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

Title:
  BUG: soft lockup - CPU#1 stuck for 22s! [Xorg:1839]

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 14.10 slow runing, slow rebooting, slow working.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-18-generic 3.16.0-18.25
  ProcVersionSignature: Ubuntu 3.16.0-18.25-generic 3.16.3
  Uname: Linux 3.16.0-18-generic x86_64
  Annotation: Your system might become unstablenow and might need to be 
restarted.
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alenka 2796 F pulseaudio
   /dev/snd/controlC0:  alenka 2796 F pulseaudio
  Date: Sun Sep 28 08:37:44 2014
  DuplicateSignature: BUG: soft lockup - CPU#1 stuck for 22s! [Xorg:1839] RIP: 
0010:location  location ttm_dma_unpopulate+0x79/0x380 [ttm]
  Failure: oops
  HibernationDevice: RESUME=UUID=60c4391d-b68f-4f82-acb6-96e4086cd266
  InstallationDate: Installed on 2012-09-02 (755 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  ProcFB:
   0 radeondrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-18-generic 
root=UUID=7adacb1d-cf9c-4a0c-81b9-9ff248938c36 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: kerneloops-daemon 0.12+git20090217-3ubuntu8
  SourcePackage: linux
  Title: BUG: soft lockup - CPU#1 stuck for 22s! [Xorg:1839]
  UpgradeStatus: Upgraded to utopic on 2014-09-25 (2 days ago)
  dmi.bios.date: 08/18/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.33
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3567
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 21.27
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.33:bd08/18/2011:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr0696120046160:rvnHewlett-Packard:rn3567:rvr21.27:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 0696120046160
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1374948/+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 1377654] Re: [Dell Studio Desktop] Screen blank during log-in after suspend

2014-10-07 Thread Christopher M. Penalver
Christian Heller, to clarify, have you tested a release prior to 14.04
and was able to reproduce this problem.

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

Title:
  [Dell Studio Desktop] Screen blank during log-in after suspend

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This started after I added a 2nd user w/o password; I'm not sure if this is 
related.
  After suspend, the screen goes black. I am the 1st user; clicking the up-key 
and entering my password blindly normally gets me back.
  I have a new ASUS monitor connected via HDMI cable.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  chris  6979 F pulseaudio
   /dev/snd/controlC0:  chris  6979 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Oct  5 11:08:04 2014
  HibernationDevice: RESUME=UUID=59a80550-0418-4cf5-8072-59b75a1b444f
  InstallationDate: Installed on 2013-11-26 (313 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. Studio 540
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=704a55dd-6458-439c-8f27-e99cc0f27497 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-04-20 (167 days ago)
  dmi.bios.date: 08/25/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.3
  dmi.board.name: 0M017G
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: '01'
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.3:bd08/25/2009:svnDellInc.:pnStudio540:pvr:rvnDellInc.:rn0M017G:rvrA00:cvnDellInc.:ct3:cvr'01':
  dmi.product.name: Studio 540
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377654/+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 1362098] Re: [Dell Vostro 3446] No proprietary driver available for nVidia GF117M [10de:1140] on 14.04

2014-10-07 Thread Po-Hsu Lin
Also affects 201404-14996 Dell Vostro 3546
with the same nVidia GF117M graphic card [10de:1140] on 14.04.1 (3.13.0-36)

** Tags added: 201404-14996

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

Title:
  [Dell Vostro 3446] No proprietary driver available for nVidia GF117M
  [10de:1140] on 14.04

Status in HWE Next Project:
  New
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  CID: 201402-14677 Dell Vostro 3446

  I'm not sure if this is expected behaviour, the proprietary driver does not 
available for the graphic card on this system under 14.04.1
  08:00.0 3D controller [0302]: NVIDIA Corporation GF117M [GeForce 
610M/710M/820M / GT 620M/625M/630M/720M] [10de:1140] (rev a1)

  
  This will affect the hybrid graphic tests, I will mark this as a blocker

  Steps:
  1. Install 14.04 + update (3.13.0-34)
  2. Try to install the proprietary driver by searching "driver" in the dash

  Expect result:
  * A proprietary nVidia driver available

  Actual result:
  * No proprietary driver available

  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/controlC1:  ubuntu 1597 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1597 F pulseaudio
  CRDA:
   country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Wed Aug 27 04:18:36 2014
  HibernationDevice: RESUME=UUID=863c857d-be2d-4f0c-9116-343d3909f4f6
  InstallationDate: Installed on 2014-08-27 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Vostro 3446
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic.efi.signed 
root=UUID=8954dce5-3f09-451d-9cb3-5bbbed643e9b 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
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A00
  dmi.board.name: 00I010
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd02/24/2014:svnDellInc.:pnVostro3446:pvrNotSpecified:rvnDellInc.:rn00I010:rvrA00:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Vostro 3446
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1362098/+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 1283938] Re: [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from sleep

2014-10-07 Thread Christopher M. Penalver
Ubuntuser, you would want to contact the Ubuntu Kernel Team for testing
support via IRC or mailing list ->
https://wiki.ubuntu.com/KernelTeam#Communications .

As well, please do not mark attachments as patches, as it would not be
accepted as a patch into Ubuntu as you previously created it.

darkmoonsinger, nobody is replying, nor contacting you directly, you
subscribed yourself to this bug report. If you don't want to see e-mails
related to it, then click Mute bug mail in the top right of report.

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

Title:
  [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from
  sleep

Status in The Linux Kernel:
  Unknown
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  ***
   ISSUE
  ***

  HOW TO REPRODUCE

  1. Suspend the device
  2. Wake it up

  EXPECTED BEHAVIOUR

  - The device to resume normally

  REAL BEHAVIOUR

  - The screen goes blank

  RELEVANT DETAILS

  - In the "/etc/default/grub" file; changing "quiet splash" option to
  "nomodeset" allows the wakeup, but the computer gets so slow it is
  unusable.

  **
   SOLUTION
  **

  WORK-AROUND

  - Installing the "fglrx" proprietary package.

  FIX

  - https://bugzilla.kernel.org/show_bug.cgi?id=76761#c3

  REGRESSION POTENTIAL

  - Since this affects an essential hardware component, the regression
  potential is high.

  
   TECHNICAL INFO
  

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-video-ati 1:7.3.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Feb 24 12:58:07 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.6, 3.13.0-11-generic, x86_64: installed
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7500G] [1002:990a] 
(prog-if 00 [VGA controller])
     Subsystem: Samsung Electronics Co Ltd Device [144d:c660]
   Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7550M/7570M/7650M] 
[1002:6841] (rev ff) (prog-if ff)
  InstallationDate: Installed on 2014-02-22 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140218)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 535U4C
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-11-generic 
root=UUID=9f8c7e92-a6ea-41fd-9489-a256c8b9f5d5 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P06RAF.N93.130403.LEO
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: NP535U4X-S01TH
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: SEC_SW_REVISION_1234567890ABCD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP06RAF.N93.130403.LEO:bd04/03/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn535U4C:pvrP06RAF:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP535U4X-S01TH:rvrSEC_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: 535U4C
  dmi.product.version: P06RAF
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.11+14.04.20140218-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0~rc1-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0~rc1-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Mon Feb 24 12:54:54 2014
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.0-1ubuntu6
  xserver.video_driver: radeon

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

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

[Kernel-packages] [Bug 1374212] Re: [Dell Inspiron 5547] - touchpad locks on select and unable to unlock

2014-10-07 Thread Christopher M. Penalver
Phil, would 3.17-rc7 allow you to do a test?

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

Title:
  [Dell Inspiron 5547] - touchpad locks on select and unable to unlock

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a new Dell Inspiron 5547, I am dual booting with ubuntu 14.04.1
  and win 8.1.  When running on ubuntu, I am using touchpad exclusively,
  and sometimes the touchpad gets locked into selection and I am unable
  to unlock.  I have tried hitting ESC, tabbing to another window, but
  unable to unlock.  I have other symptons (cursor jumps to other lines
  of text when typing, cusor jumps to last icon on launch pad), but I
  think those are all related.

  I have tried disabling touchpad when typing but to no avail.  It also
  sometimes seems that this sympthon sometimes survies a reboot.

  sudo xinput
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ DLL063E:00 06CB:2934id=11   [slave  pointer 
 (2)]
  ⎜   ↳ SynPS/2 Synaptics TouchPad  id=13   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ Integrated_Webcam_HDid=10   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ Dell WMI hotkeysid=14   [slave  
keyboard (3)]

  pme991@tcllp-1:/usr/local$ lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  I appreciate any guidance or assistance.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pme991 2084 F pulseaudio
   /dev/snd/controlC1:  pme991 2084 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Sep 25 16:57:22 2014
  HibernationDevice: RESUME=UUID=f38517c4-e36a-4946-9bea-30c050152453
  InstallationDate: Installed on 2014-09-16 (9 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Inspiron 5547
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic.efi.signed 
root=UUID=af854011-dbd6-4233-843b-7a8178702c5b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.6
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/20/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.name: 0598GM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A02
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd03/20/2014:svnDellInc.:pnInspiron5547:pvrA02:rvnDellInc.:rn0598GM:rvrA00:cvnDellInc.:ct8:cvrA02:
  dmi.product.name: Inspiron 5547
  dmi.product.version: A02
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1374212/+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 1309754] Re: Network interfaces not working with kernel 3.13.0-24-generic

2014-10-07 Thread Christopher M. Penalver
Theodotos Andreou, 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

** Attachment removed: "T60.report"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309754/+attachment/4227221/+files/T60.report

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

Title:
  Network interfaces not working with kernel 3.13.0-24-generic

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After upgrading Ubuntu server 13.10 to 14.10 the network interfaces
  are not available. They are not brought up on boot and I can't bring
  them up manually either.

  Booting with the older kernel (3.11.0-18-generic) the network works
  just fine.

  WORKAROUND: As a side note, adding
  'GRUB_CMDLINE_LINUX="biosdevname=0"' to /etc/default/grub and running
  update-grub makes (at least) 3.13.0-24 work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-generic 3.13.0.24.28
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  Uname: Linux 3.11.0-18-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.11.0-18-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/by-id', '/dev/snd/controlC0', '/dev/snd/pcmC0D0c', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Date: Sat Apr 19 00:00:05 2014
  HibernationDevice: RESUME=UUID=b3ee4d20-4439-4c3c-8a70-974c59ad1c51
  IwConfig:
   eth0  no wireless extensions.

   eth1  no wireless extensions.

   lono wireless extensions.
  MachineType: Supermicro X9DRD-7LN4F(-JBOD)/X9DRD-EF
  PciMultimedia:

  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-18-generic 
root=UUID=75d36757-b9c0-4b28-8f6c-89021cd8d60b ro splash quiet nomdmonddf 
nomdmonisw vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.127
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  dmi.bios.date: 12/05/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3.0a
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X9DRD-7LN4F
  dmi.board.vendor: Supermicro
  dmi.board.version: REV:1.02
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.0a:bd12/05/2013:svnSupermicro:pnX9DRD-7LN4F(-JBOD)/X9DRD-EF:pvr0123456789:rvnSupermicro:rnX9DRD-7LN4F:rvrREV1.02:cvnSupermicro:ct17:cvr0123456789:
  dmi.product.name: X9DRD-7LN4F(-JBOD)/X9DRD-EF
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309754/+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 1309754] Re: Network interfaces not working with kernel 3.13.0-24-generic

2014-10-07 Thread Christopher M. Penalver
Erik Nasaroff, could you please test the latest mainline kernel via
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-utopic/ and advise
to the results?

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

Title:
  Network interfaces not working with kernel 3.13.0-24-generic

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After upgrading Ubuntu server 13.10 to 14.10 the network interfaces
  are not available. They are not brought up on boot and I can't bring
  them up manually either.

  Booting with the older kernel (3.11.0-18-generic) the network works
  just fine.

  WORKAROUND: As a side note, adding
  'GRUB_CMDLINE_LINUX="biosdevname=0"' to /etc/default/grub and running
  update-grub makes (at least) 3.13.0-24 work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-generic 3.13.0.24.28
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  Uname: Linux 3.11.0-18-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.11.0-18-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/by-id', '/dev/snd/controlC0', '/dev/snd/pcmC0D0c', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Date: Sat Apr 19 00:00:05 2014
  HibernationDevice: RESUME=UUID=b3ee4d20-4439-4c3c-8a70-974c59ad1c51
  IwConfig:
   eth0  no wireless extensions.

   eth1  no wireless extensions.

   lono wireless extensions.
  MachineType: Supermicro X9DRD-7LN4F(-JBOD)/X9DRD-EF
  PciMultimedia:

  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-18-generic 
root=UUID=75d36757-b9c0-4b28-8f6c-89021cd8d60b ro splash quiet nomdmonddf 
nomdmonisw vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-18-generic N/A
   linux-backports-modules-3.11.0-18-generic  N/A
   linux-firmware 1.127
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  dmi.bios.date: 12/05/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3.0a
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X9DRD-7LN4F
  dmi.board.vendor: Supermicro
  dmi.board.version: REV:1.02
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.0a:bd12/05/2013:svnSupermicro:pnX9DRD-7LN4F(-JBOD)/X9DRD-EF:pvr0123456789:rvnSupermicro:rnX9DRD-7LN4F:rvrREV1.02:cvnSupermicro:ct17:cvr0123456789:
  dmi.product.name: X9DRD-7LN4F(-JBOD)/X9DRD-EF
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309754/+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 1377791] Re: [Hewlett-Packard HP Elite 7100 Microtower PC] suspend/resume failure

2014-10-07 Thread Christopher M. Penalver
** Tags added: bios-outdated-6.18

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

Title:
  [Hewlett-Packard HP Elite 7100 Microtower PC] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The error message was displayed when i started the system

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-18-generic 3.16.0-18.25
  ProcVersionSignature: Ubuntu 3.16.0-18.25-generic 3.16.3
  Uname: Linux 3.16.0-18-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  aman   2384 F pulseaudio
  Date: Mon Oct  6 09:53:36 2014
  DuplicateSignature: suspend/resume:Hewlett-Packard HP Elite 7100 Microtower 
PC:5.15
  ExecutablePath: /usr/share/apport/apportcheckresume
  ExecutableTimestamp: 1409826875
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=94c92503-80c8-4869-8f6e-8eeb7b289d1c
  InstallationDate: Installed on 2014-08-11 (55 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS "Precise Pangolin" - Release i386 
(20140204)
  InterpreterPath: /usr/bin/python3.4
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: Hewlett-Packard HP Elite 7100 Microtower PC
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcCwd: /
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-18-generic 
root=UUID=5a37ff40-cb12-409c-91ad-fe5bccba6a69 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-18-generic N/A
   linux-backports-modules-3.16.0-18-generic  N/A
   linux-firmware 1.134
  RfKill:
   
  SourcePackage: linux
  Title: [Hewlett-Packard HP Elite 7100 Microtower PC] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 06/25/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.15
  dmi.board.name: 2A9Ch
  dmi.board.vendor: MSI
  dmi.board.version: 1.1
  dmi.chassis.asset.tag: INA112X4SS
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.15:bd06/25/2010:svnHewlett-Packard:pnHPElite7100MicrotowerPC:pvrxxx0204GR0:rvnMSI:rn2A9Ch:rvr1.1:cvnHewlett-Packard:ct3:cvr:
  dmi.product.name: HP Elite 7100 Microtower PC
  dmi.product.version: xxx0204GR0
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377791/+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 1377820] Re: Computer not suspending when inactive in the main log-in prompt (kernel 3.17)

2014-10-07 Thread Christopher M. Penalver
As per
https://wiki.ubuntu.com/Kernel/MainlineBuilds#Does_the_kernel_team_support_the_mainline_kernel_builds.3F
.

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

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

Title:
  Computer not suspending when inactive in the main log-in prompt
  (kernel 3.17)

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  This happens in the latest upstream kernel, 3.17, **not** the current
  official one it works there. I included the wrong version info. This
  bug was reported after I removed the upstream kernel!

  Nothing else was changed!

  #DESCRIPTION

  My computer is set to automatically dim the screen and lock after 10
  minutes, and suspend after an hour of inactivity.

  That works fine - but only once I've logged in first.

  If I switch the computer on and then leave it, it won't suspend,
  although it will dim the screen.

  #STEPS TO REPRODUCE

  0. (computer is powered off)
  1. boot computer
  2. the log-in screen comes up
  3. wait a couple of minutes, the screen will dim and switch off
  4. wait for an hour

  What happened: computer DIDN'T suspend
  What I expected to happen: the computer would've suspended the same as if it 
locked itself after I've logged in once.

  Relevant information:

   - desktop computer
   - mobo: M5A97 EVO R2.0
   - proc: AMD FX-8320
   - graphics: AMD Radeon HD 7790

  See the attached files for further info (uname,
  /proc/version_signature, dmesg, lspci -vvnn).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jan2367 F pulseaudio
   /dev/snd/controlC0:  jan2367 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Oct  6 09:25:50 2014
  InstallationDate: Installed on 2014-07-14 (83 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=6e991daa-60a1-41a6-86b9-099d96d697f2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2501
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 EVO R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  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:bvnAmericanMegatrendsInc.:bvr2501:bd04/09/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97EVOR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377820/+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 1377849] Re: Computer freezes at log-in after suspension

2014-10-07 Thread Christopher M. Penalver
Alexandros Andrianakis, could you please provide the full computer model
as noted on the sticker of the computer itself (not from the Bug
Description)?

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

Title:
  Computer freezes at log-in after suspension

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Every time my HP laptop wakes up from suspension, it freezes and I can't use 
the keyboard or the mouse in order to log in. I run Ubuntu 14.04.1 LTS, fresh 
install with ATI graphics card. 
  I don't post the version of the package I'm using, 'cause the 'apt-cache 
policy pkgname' command returns 'N: Unable to locate package pkgname'.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alex   2027 F pulseaudio
alex   2697 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Oct  6 12:05:24 2014
  HibernationDevice: RESUME=UUID=b492f70f-9abd-4424-ade4-b21b3465f9b5
  InstallationDate: Installed on 2014-10-04 (1 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=29c7012a-3835-4837-9c72-2d4628bef215 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/24/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.66
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1670
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 09.4C
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.66:bd01/24/2013:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr05931120461620100:rvnHewlett-Packard:rn1670:rvr09.4C:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 05931120461620100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377849/+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 1377825] Re: [Acer Aspire 5742G] suspend/resume failure [non-free: wl]

2014-10-07 Thread Christopher M. Penalver
Joseph Salisbury, is there an action item here to keep this bug report
open?

** Tags added: bios-outdated-1.30

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

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

Title:
  [Acer Aspire 5742G] suspend/resume failure [non-free: wl]

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  looks my battery was empty after 2 days suspend.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-18-generic 3.16.0-18.25
  ProcVersionSignature: Ubuntu 3.16.0-18.25-generic 3.16.3
  Uname: Linux 3.16.0-18-generic x86_64
  NonfreeKernelModules: wl
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alaya  2710 F pulseaudio
  CRDA:
   country AU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (3, 23)
(5250 - 5330 @ 40), (3, 23), DFS
(5735 - 5835 @ 40), (3, 30)
  Date: Mon Oct  6 08:41:50 2014
  DuplicateSignature: suspend/resume:Acer Aspire 5742G:V1.29
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  InstallationDate: Installed on 2013-03-09 (575 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130308)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Acer Aspire 5742G
  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-18-generic 
root=UUID=c8768be0-d180-476f-8d5e-7363f0cae3e0 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-18-generic N/A
   linux-backports-modules-3.16.0-18-generic  N/A
   linux-firmware 1.134
  SourcePackage: linux
  Title: [Acer Aspire 5742G] suspend/resume failure [non-free: wl]
  UpgradeStatus: Upgraded to utopic on 2014-10-02 (4 days ago)
  UserGroups:
   
  dmi.bios.date: 03/19/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.29
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Aspire 5742G
  dmi.board.vendor: Acer
  dmi.board.version: V1.29
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.29
  dmi.modalias: 
dmi:bvnAcer:bvrV1.29:bd03/19/2012:svnAcer:pnAspire5742G:pvrV1.29:rvnAcer:rnAspire5742G:rvrV1.29:cvnAcer:ct10:cvrV1.29:
  dmi.product.name: Aspire 5742G
  dmi.product.version: V1.29
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377825/+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 1378041] Re: USB 3 unreliable

2014-10-07 Thread Christopher M. Penalver
a_user, the next step is to fully reverse commit bisect the kernel in
order to identify the fix commit. Could you please do this following
https://wiki.ubuntu.com/Kernel/KernelBisection#How_do_I_reverse_bisect_the_upstream_kernel.3F
?

** Tags added: latest-bios-2102 regression-release

** Tags added: kernel-fixed-upstream needs-reverse-bisect

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

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

Title:
  USB 3 unreliable

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  None of my external hdd's or sdcard reader are working on my usb3
  ports under ubutnu linux 14.10 (also not on ubuntu 13.10 and stoped
  working either after an early update during 13.10 or 13.04, can't
  remember).

  lately i decided to report the bug and here is the syslog snippet while i 
tried writing to an external hdd with ntfs. it disconnected and reconnected.
  http://pastebin.com/qXHX6pHN

  
  on another hdd with ext3 formated it just caused io errors. i do not have the 
logs anymore and may post them if i get the device back again. similar issues 
with my external sd-card reader.

  all of these devices work fine on usb 3 under windows and worked also
  fine some time in the past under ubuntu.

  i try to update this when i can repeat the issue (currently none of
  this devices are available for me ut will be in the near future).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-20-generic 3.16.0-20.27
  ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
  Uname: Linux 3.16.0-20-generic x86_64
  ApportVersion: 2.14.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  costin 2201 F pulseaudio
   /dev/snd/controlC1:  costin 2201 F pulseaudio
  CurrentDesktop: GNOME
  Date: Mon Oct  6 19:59:04 2014
  InstallationDate: Installed on 2014-08-30 (37 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140829)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: ASUS All Series
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.16.0-20-generic.efi.signed 
root=UUID=f1a0130c-89c0-46d7-92d4-b6bd2d7a88bf ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-20-generic N/A
   linux-backports-modules-3.16.0-20-generic  N/A
   linux-firmware 1.134
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2102
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H87M-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: 
dmi:bvnAmericanMegatrendsInc.:bvr2102:bd08/08/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnH87M-PLUS:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378041/+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 1378180] Re: wifi constantly gets disconnected = wpa_supplicant[...]: wlan0: CTRL-EVENT-DISCONNECTED

2014-10-07 Thread Christopher M. Penalver
Vish, thank you for reporting this and helping make Ubuntu better. Could you 
please 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

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.

** Tags added: bios-outdated-a05

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

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

Title:
  wifi constantly gets disconnected = wpa_supplicant[...]: wlan0: CTRL-
  EVENT-DISCONNECTED

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The wifi connection repeatedly gets disconnected.
  If the net is being used, while streaming videos or other downloads, the 
connection disconnects and does not reconnect automatically.
  Disabling the wifi and reenabling it or either choosing the network are the 
only way to reconnect.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  vish   1869 F pulseaudio
   /dev/snd/controlC0:  vish   1869 F pulseaudio
   /dev/snd/controlC1:  vish   1869 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct  7 00:56:22 2014
  HibernationDevice: RESUME=UUID=c1bae3ed-625a-4557-b3eb-e4c53d61652e
  InstallationDate: Installed on 2014-05-17 (142 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 3847
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic.efi.signed 
root=UUID=da145a9d-65f5-443b-b68a-c42fc17a50c2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 088DT1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd04/03/2014:svnDellInc.:pnInspiron3847:pvr:rvnDellInc.:rn088DT1:rvrA01:cvnDellInc.:ct3:cvr:
  dmi.product.name: Inspiron 3847
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378180/+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 1377820] Re: Computer not suspending when inactive in the main log-in prompt (kernel 3.17)

2014-10-07 Thread Jan Corazza
I posted this from school so I wasn't paying full attention - I had a
totally different bug in mind when I made that edit!

Actually all of this **does** happen in 3.13 - something unrelated
happens in 3.17.

So basically all info I gave originally is correct. Can you validate the
bug again?

I will check it with the upstream kernel as you asked as soon as
possible.

** Description changed:

- This happens in the latest upstream kernel, 3.17, **not** the current
- official one it works there. I included the wrong version info. This bug
- was reported after I removed the upstream kernel!
- 
- Nothing else was changed!
+ The kernel version and all other info attached is correct (3.13,
+ official kernel).
  
  #DESCRIPTION
  
  My computer is set to automatically dim the screen and lock after 10
  minutes, and suspend after an hour of inactivity.
  
  That works fine - but only once I've logged in first.
  
  If I switch the computer on and then leave it, it won't suspend,
  although it will dim the screen.
  
  #STEPS TO REPRODUCE
  
  0. (computer is powered off)
  1. boot computer
  2. the log-in screen comes up
  3. wait a couple of minutes, the screen will dim and switch off
  4. wait for an hour
  
  What happened: computer DIDN'T suspend
  What I expected to happen: the computer would've suspended the same as if it 
locked itself after I've logged in once.
  
  Relevant information:
  
   - desktop computer
   - mobo: M5A97 EVO R2.0
   - proc: AMD FX-8320
   - graphics: AMD Radeon HD 7790
  
  See the attached files for further info (uname, /proc/version_signature,
  dmesg, lspci -vvnn).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jan2367 F pulseaudio
   /dev/snd/controlC0:  jan2367 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Oct  6 09:25:50 2014
  InstallationDate: Installed on 2014-07-14 (83 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
  
   lono wireless extensions.
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=6e991daa-60a1-41a6-86b9-099d96d697f2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill:
  
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2501
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 EVO R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  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:bvnAmericanMegatrendsInc.:bvr2501:bd04/09/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97EVOR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.

** Summary changed:

- Computer not suspending when inactive in the main log-in prompt (kernel 3.17)
+ Computer not suspending when inactive in the main log-in prompt (official 
3.13 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/1377820

Title:
  Computer not suspending when inactive in the main log-in prompt
  (official 3.13 kernel)

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  The kernel version and all other info attached is correct (3.13,
  official kernel).

  #DESCRIPTION

  My computer is set to automatically dim the screen and lock after 10
  minutes, and suspend after an hour of inactivity.

  That works fine - but only once I've logged in first.

  If I switch the computer on and then leave it, it won't suspend,
  although it will dim the screen.

  #STEPS TO REPRODUCE

  0. (computer is powered off)
  1. boot computer
  2. the log-in screen comes up
  3. wait a couple of minutes, the screen will dim and switch off
  4. wait for an hour

  What happened: computer DIDN'T suspend
  What I expected to happen: the computer would've suspended the same as if it 
locked itself after I've logged in once.

  Relevant information:

   - desktop computer
   - mobo: M5A97 EVO R2.0
   - proc: AMD FX-8320
   - graphics: AMD R

[Kernel-packages] [Bug 1279690] Re: kernel panic when inserting wl.ko for Broadcom BCM4352 wireless adapter [14e4:43b1] on 12.04.4

2014-10-07 Thread Po-Hsu Lin
Base on the test report for 201202-10546 on 12.04.5 (3.13 kernel), this issue 
does not exist.
Also verified on 201307-13942, it's not in 14.04

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

Title:
  kernel panic when inserting wl.ko for Broadcom BCM4352 wireless
  adapter [14e4:43b1] on 12.04.4

Status in Broadcom Feature Request and Bug Reporting:
  New
Status in “bcmwl” package in Ubuntu:
  New
Status in “linux-lts-trusty” package in Ubuntu:
  Incomplete

Bug description:
  Dell Latitude E5540
  http://www.ubuntu.com/certification/hardware/201307-13942/ on 12.04.4

  steps to reproduce this bug:
  1. get the propietary driver which jockey tells you [1]
  2. sudo dkms install  -m   bcmwl   -v 6.20.155.1+bdcom [2]
  3. sudo modprobe wl
  4. lsmod | grep wl

  expected result:
  wl.ko is working and there is wireless

  actual result:
  wl.ko was inserted but there is kernel panic.
  wireless didn't work.

  [1]
  the steps to get the propietary driver in my case is
  1. after installation 12.04.4, jockey will tell you there is propietary 
driver for the wireless.
  2. click jockey to download and install the driver.
  3. jockey will be on the stage of the "downloading" dialogue window
  4. go to check the /var/log/jockey.log, I found
    * jockey has downloaded the driver and built the wl.ko
    * "Segmentation fault" after the dkms was installed

  [2]
  build and install the dkms, it looks ok for this step

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25~precise1 [modified: 
boot/vmlinuz-3.11.0-15-generic]
  ProcVersionSignature: Ubuntu 3.11.0-15.25~precise1-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.11.0-15-generic.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: PCH [HDA Intel PCH], device 0: ALC292 Analog [ALC292 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1729 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1729 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'MID'/'HDA Intel MID at 0xf7e34000 irq 63'
     Mixer name : 'Intel Haswell HDMI'
     Components : 'HDA:80862807,80860101,0010'
     Controls  : 21
     Simple ctrls  : 3
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xf7e3 irq 64'
     Mixer name : 'Realtek ALC292'
     Components : 'HDA:10ec0292,102805e0,0011'
     Controls  : 28
     Simple ctrls  : 13
  Date: Thu Feb 13 03:04:26 2014
  HibernationDevice: RESUME=UUID=1298de9b-ef85-4107-b9ef-1fc727c3c1f9
  InstallationMedia: Ubuntu 12.04.4 LTS "Precise Pangolin" - Release amd64 
(20140204)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Dell Inc. Latitude E5540
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=aa9d3605-02da-4754-b862-7cb1a34c839d ro quiet splash initcall_debug
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.79.9
  RfKill:
   0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux-lts-saucy
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/19/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 0V19JF
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X02
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd09/19/2013:svnDellInc.:pnLatitudeE5540:pvr01:rvnDellInc.:rn0V19JF:rvrX02:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5540
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom/+bug/1279690/+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 1275398] Re: i915 driver/i945 hardware: Mir GL clients are rendered as black or transparent windows when using i945 graphics

2014-10-07 Thread Andreas Pokorny
It is in the 10.3. branch but a few commits after the 10.3 tags. So it
will be in 10.3.1.

Or we cherry pick that into 10.3?

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

Title:
  i915 driver/i945 hardware: Mir GL clients are rendered as black or
  transparent windows when using i945 graphics

Status in Mir:
  Confirmed
Status in “linux” package in Ubuntu:
  Invalid
Status in “mesa” package in Ubuntu:
  In Progress

Bug description:
  Running Mir on a Pentium D system with integrated i945 graphics,
  appears to work at first. The server starts and software clients are
  rendered correctly. However hardware (GL) clients are rendered as all
  black or transparent windows, despite logging to stdout that they
  think they are rendering:

  $ sudo bin/mir_demo_client_egltriangle
  Current active output is 1920x1200 +0+0
  Server supports 2 of 6 surface pixel formats. Using format: 4
  libEGL warning: unsupported platform (null)
  1 FPS
  33 FPS
  60 FPS
  60 FPS
  60 FPS
  60 FPS

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1275398/+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 1091125] Re: Unable to hotplug ExpressCard on 12.04.3

2014-10-07 Thread Po-Hsu Lin
Verified on 201307-13942 Dell Latitude E5540 with 14.04 (3.13.0-32)
And it does not work.

this message will appear in dmesg when you try to hotplug the expresscard
ACPI: Bus check notify on \_SB_.PCI0

But it works with upstream utopic kernel 3.17.0

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

Title:
  Unable to hotplug ExpressCard on 12.04.3

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux-lts-raring” package in Ubuntu:
  Won't Fix
Status in “linux” source package in Precise:
  Invalid
Status in “linux-lts-raring” source package in Precise:
  Won't Fix
Status in “linux” source package in Saucy:
  Fix Released
Status in “linux-lts-raring” source package in Saucy:
  Invalid

Bug description:
  cid: 201205-11049

  Cold plug works with my APIOTEK usb 3.0 adapter, however it is not hot 
pluggable.
  And when it's cold-plugged, usb hotplug works as usual:

  Dec 17 16:02:53 201205-11049 kernel: [  853.327844] scsi9 : usb-storage 
6-2:1.0
  Dec 17 16:02:53 201205-11049 mtp-probe: checking bus 6, device 5: 
"/sys/devices/pci:00/:00:1c.2/:04:00.0/usb6/6-2"
  Dec 17 16:02:53 201205-11049 mtp-probe: bus: 6, device: 5 was not an MTP 
device
  Dec 17 16:02:54 201205-11049 kernel: [  854.327533] scsi 9:0:0:0: 
Direct-Access ADATAUSB Flash Drive  1.00 PQ: 0 ANSI: 6
  Dec 17 16:02:54 201205-11049 kernel: [  854.328560] sd 9:0:0:0: Attached scsi 
generic sg2 type 0
  Dec 17 16:02:54 201205-11049 kernel: [  854.328800] sd 9:0:0:0: [sdb] 
30869504 512-byte logical blocks: (15.8 GB/14.7 GiB)
  Dec 17 16:02:54 201205-11049 kernel: [  854.328995] sd 9:0:0:0: [sdb] Write 
Protect is off
  Dec 17 16:02:54 201205-11049 kernel: [  854.329003] sd 9:0:0:0: [sdb] Mode 
Sense: 23 00 00 00
  Dec 17 16:02:54 201205-11049 kernel: [  854.329201] sd 9:0:0:0: [sdb] Write 
cache: disabled, read cache: disabled, doesn't support DPO or FUA
  Dec 17 16:02:54 201205-11049 kernel: [  854.331605]  sdb: sdb1
  Dec 17 16:02:54 201205-11049 kernel: [  854.332523] sd 9:0:0:0: [sdb] 
Attached SCSI removable disk
  Dec 17 16:06:44 201205-11049 wpa_supplicant[942]: WPA: Group rekeying 
completed with 68:7f:74:2f:f1:0c [GTK=CCMP]
  Dec 17 16:12:17 201205-11049 kernel: [ 1417.375484] usb 6-2: USB disconnect, 
device number 5

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-34-generic 3.2.0-34.53
  ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33
  Uname: Linux 3.2.0-34-generic x86_64
  NonfreeKernelModules: nvidia wl
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu15
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1557 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1557 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf773 irq 54'
 Mixer name : 'IDT 92HD93BXX'
 Components : 'HDA:111d76df,1028053e,00100203'
 Controls  : 19
 Simple ctrls  : 10
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xf608 irq 17'
 Mixer name : 'Nvidia GPU 42 HDMI/DP'
 Components : 'HDA:10de0042,1028053e,00100100'
 Controls  : 12
 Simple ctrls  : 2
  Date: Mon Dec 17 16:12:49 2012
  HibernationDevice: RESUME=UUID=99e407d3-5f30-472b-8141-fe37a95dd820
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  MachineType: Dell Inc. Precision M4700
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-34-generic 
root=UUID=1daafbbf-ff63-4e89-b9e9-3cf7097ee3af ro quiet splash initcall_debug 
pciehp_force=1 pciehp_poll_mode=1 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-34-generic N/A
   linux-backports-modules-3.2.0-34-generic  N/A
   linux-firmware1.79.1
  SourcePackage: linux
  StagingDrivers: mei
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/21/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 0DK7DT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X03
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd06/21/2012:svnDellInc.:pnPrecisionM4700:pvr01:rvnDellInc.:rn0DK7DT:rvrX03:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision M4700
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

[Kernel-packages] [Bug 1377849] Re: Computer freezes at log-in after suspension

2014-10-07 Thread Alexandros Andrianakis
It is an HP Pavilion g6-1170ev Notebook.

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

Title:
  Computer freezes at log-in after suspension

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Every time my HP laptop wakes up from suspension, it freezes and I can't use 
the keyboard or the mouse in order to log in. I run Ubuntu 14.04.1 LTS, fresh 
install with ATI graphics card. 
  I don't post the version of the package I'm using, 'cause the 'apt-cache 
policy pkgname' command returns 'N: Unable to locate package pkgname'.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alex   2027 F pulseaudio
alex   2697 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Oct  6 12:05:24 2014
  HibernationDevice: RESUME=UUID=b492f70f-9abd-4424-ade4-b21b3465f9b5
  InstallationDate: Installed on 2014-10-04 (1 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=29c7012a-3835-4837-9c72-2d4628bef215 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/24/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.66
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1670
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 09.4C
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.66:bd01/24/2013:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr05931120461620100:rvnHewlett-Packard:rn1670:rvr09.4C:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 05931120461620100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377849/+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 1372482] Re: mount.cifs does not work with the 3.13.0.36-generic kernel

2014-10-07 Thread Lars Behrens
And could you check out the test kernel from #12?

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

Title:
  mount.cifs does not work with the 3.13.0.36-generic kernel

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

Bug description:
  mount.cifs //server_ip/share_name mount_point -o user=user
  Password...
  mount error(5): Input/output error
  Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  From syslog:
  Sep 22 15:41:04 ds1205 kernel: [   11.778362] [ cut here 
]
  Sep 22 15:41:04 ds1205 kernel: [   11.778370] WARNING: CPU: 3 PID: 2253 at 
/build/buildd/linux-3.13.0/fs/cifs/transport.c:313 smb_send_rqst+0x215/0x270 
[cifs]()
  Sep 22 15:41:04 ds1205 kernel: [   11.778371] Send length 
mismatch(send_length=72 smb_buf_length=2164260932)
  Sep 22 15:41:04 ds1205 kernel: [   11.778372] Modules linked in: cuse rfcomm 
bnep bluetooth binfmt_misc snd_hda_codec_realtek nls_utf8 cifs fscache 
intel_rapl x86_pkg_temp_thermal intel_powerclamp snd_hda_intel coretemp 
snd_hda_codec kvm_intel kvm snd_hwdep snd_pcm crct10dif_pclmul crc32_pclmul 
snd_page_alloc ghash_clmulni_intel i915 snd_seq_midi aesni_intel 
snd_seq_midi_event aes_x86_64 lrw snd_rawmidi gf128mul snd_seq glue_helper 
ablk_helper snd_seq_device drm_kms_helper cryptd snd_timer drm keucr(C) 
parport_pc i2c_algo_bit hid_generic snd mei_me ppdev mei usb_storage lp 
soundcore serio_raw lpc_ich parport wmi mac_hid video usbhid hid psmouse ahci 
libahci r8169 mii
  Sep 22 15:41:04 ds1205 kernel: [   11.778395] CPU: 3 PID: 2253 Comm: 
mount.cifs Tainted: GWC3.13.0-36-generic #63-Ubuntu
  Sep 22 15:41:04 ds1205 kernel: [   11.778396] Hardware name: Hewlett-Packard 
HP Pro 3500 Series/2ABF, BIOS 8.11 10/24/2012
  Sep 22 15:41:04 ds1205 kernel: [   11.778397]  0009 
8800ccaf7bb0 8171e569 8800ccaf7bf8
  Sep 22 15:41:04 ds1205 kernel: [   11.778399]  8800ccaf7be8 
8106775d 8800ccaf7d00 88020fecb800
  Sep 22 15:41:04 ds1205 kernel: [   11.778401]  8800ccaf7cc8 
0001  8800ccaf7c48
  Sep 22 15:41:04 ds1205 kernel: [   11.778403] Call Trace:
  Sep 22 15:41:04 ds1205 kernel: [   11.778406]  [] 
dump_stack+0x45/0x56
  Sep 22 15:41:04 ds1205 kernel: [   11.778408]  [] 
warn_slowpath_common+0x7d/0xa0
  Sep 22 15:41:04 ds1205 kernel: [   11.778409]  [] 
warn_slowpath_fmt+0x4c/0x50
  Sep 22 15:41:04 ds1205 kernel: [   11.778415]  [] 
smb_send_rqst+0x215/0x270 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778417]  [] ? 
__inet_stream_connect+0x208/0x320
  Sep 22 15:41:04 ds1205 kernel: [   11.778422]  [] 
smb_sendv+0x3d/0x40 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778426]  [] 
smb_send+0x28/0x30 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778430]  [] 
generic_ip_connect+0x30d/0x3e0 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778432]  [] ? 
__kmalloc+0x55/0x230
  Sep 22 15:41:04 ds1205 kernel: [   11.778437]  [] 
cifs_mount+0x85c/0xaf0 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778440]  [] 
cifs_do_mount+0xa0/0x4d0 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778442]  [] 
mount_fs+0x39/0x1b0
  Sep 22 15:41:04 ds1205 kernel: [   11.778444]  [] 
vfs_kern_mount+0x67/0x110
  Sep 22 15:41:04 ds1205 kernel: [   11.778446]  [] 
do_mount+0x244/0xb20
  Sep 22 15:41:04 ds1205 kernel: [   11.778448]  [] ? 
__get_free_pages+0xe/0x50
  Sep 22 15:41:04 ds1205 kernel: [   11.778450]  [] ? 
copy_mount_options+0x36/0x170
  Sep 22 15:41:04 ds1205 kernel: [   11.778451]  [] 
SyS_mount+0x83/0xc0
  Sep 22 15:41:04 ds1205 kernel: [   11.778453]  [] 
system_call_fastpath+0x1a/0x1f
  Sep 22 15:41:04 ds1205 kernel: [   11.778454] ---[ end trace 826c79e22eb80bab 
]---
  Sep 22 15:41:04 ds1205 kernel: [   11.779826] CIFS VFS: Error connecting to 
socket. Aborting operation.
  Sep 22 15:41:04 ds1205 kernel: [   11.779890] CIFS VFS: cifs_mount failed 
w/return code = -5

  I cannot mount share from Samba 3.6.6, but I can mount a share from a Windows 
2003 server.
  But it works with 3.13.0.35-generic.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pt 2204 F pulseaudio
   /dev/snd/pcmC0D0p:   pt 2204 F...m pulseaudio
  Date: Mon Sep 22 15:52:02 2014
  HibernationDevice: RESUME=UUID=0694bd92-c10f-4c5e-8c90-e1d2a388f84f
  InstallationDate: Installed on 2013-07-09 (440 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lo  

[Kernel-packages] [Bug 1343071] Re: AMD Radeon APU E2-4000 with R2 Graphics [1002:9853] was not fully supported with open-source driver

2014-10-07 Thread Po-Hsu Lin
Also affects 201403-14842 Dell Vostro 3445
With the same graphic card [1002:9853]

** Tags added: 201403-14842

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

Title:
  AMD Radeon APU E2-4000 with R2 Graphics [1002:9853] was not fully
  supported with open-source driver

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  CID: 201403-14859 Dell Inspiron 3541

  The graphic of this APU is very slow when the proprietary driver is not 
installed
  It took me about 4 seconds to open the dash

  ubuntu@201403-14859:~/Desktop$ /usr/lib/nux/unity_support_test -c -p
  OpenGL vendor string:   VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)
  OpenGL version string:  2.1 Mesa 10.1.0

  Not software rendered:no
  Not blacklisted:  yes
  GLX fbconfig: yes
  GLX texture from pixmap:  yes
  GL npot or rect textures: yes

  Compiz supported: no

  Brightness cannot be adjusted as well.

  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/controlC1:  ubuntu 1574 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1574 F pulseaudio
  CRDA:
   country TW:
    (2402 - 2472 @ 40), (3, 27)
    (5270 - 5330 @ 40), (3, 17), DFS
    (5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Wed Jul 16 22:02:34 2014
  HibernationDevice: RESUME=UUID=43272c2a-1a8c-404b-8b62-9c6b53e1a765
  InstallationDate: Installed on 2014-07-16 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 3541
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=4f3d06a7-1106-40c0-a15b-0657fd66a382 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
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/20/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A00
  dmi.board.name: Inspiron 3541
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd03/20/2014:svnDellInc.:pnInspiron3541:pvrNotSpecified:rvnDellInc.:rnInspiron3541:rvrA00:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3541
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1343071/+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 1343071] Re: AMD Radeon APU E2-4000 with R2 Graphics [1002:9853] was not fully supported with open-source driver

2014-10-07 Thread Po-Hsu Lin
Also note that this bug might be related to bug 1323967

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

Title:
  AMD Radeon APU E2-4000 with R2 Graphics [1002:9853] was not fully
  supported with open-source driver

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  CID: 201403-14859 Dell Inspiron 3541

  The graphic of this APU is very slow when the proprietary driver is not 
installed
  It took me about 4 seconds to open the dash

  ubuntu@201403-14859:~/Desktop$ /usr/lib/nux/unity_support_test -c -p
  OpenGL vendor string:   VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)
  OpenGL version string:  2.1 Mesa 10.1.0

  Not software rendered:no
  Not blacklisted:  yes
  GLX fbconfig: yes
  GLX texture from pixmap:  yes
  GL npot or rect textures: yes

  Compiz supported: no

  Brightness cannot be adjusted as well.

  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/controlC1:  ubuntu 1574 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1574 F pulseaudio
  CRDA:
   country TW:
    (2402 - 2472 @ 40), (3, 27)
    (5270 - 5330 @ 40), (3, 17), DFS
    (5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Wed Jul 16 22:02:34 2014
  HibernationDevice: RESUME=UUID=43272c2a-1a8c-404b-8b62-9c6b53e1a765
  InstallationDate: Installed on 2014-07-16 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 3541
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=4f3d06a7-1106-40c0-a15b-0657fd66a382 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
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/20/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A00
  dmi.board.name: Inspiron 3541
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd03/20/2014:svnDellInc.:pnInspiron3541:pvrNotSpecified:rvnDellInc.:rnInspiron3541:rvrA00:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3541
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1343071/+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 1362098] Re: [Dell Vostro 3446] No proprietary driver available for nVidia GF117M [10de:1140] on 14.04

2014-10-07 Thread Alberto Milone
I'll need at least the following files (after you reproduce the error)
to see what's going on:

1) /var/log/Xorg.0.log
2) /var/log/gpu-manager.log
3) the output of dmesg (the attached dmesg shows only nouveau)

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

Title:
  [Dell Vostro 3446] No proprietary driver available for nVidia GF117M
  [10de:1140] on 14.04

Status in HWE Next Project:
  New
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  CID: 201402-14677 Dell Vostro 3446

  I'm not sure if this is expected behaviour, the proprietary driver does not 
available for the graphic card on this system under 14.04.1
  08:00.0 3D controller [0302]: NVIDIA Corporation GF117M [GeForce 
610M/710M/820M / GT 620M/625M/630M/720M] [10de:1140] (rev a1)

  
  This will affect the hybrid graphic tests, I will mark this as a blocker

  Steps:
  1. Install 14.04 + update (3.13.0-34)
  2. Try to install the proprietary driver by searching "driver" in the dash

  Expect result:
  * A proprietary nVidia driver available

  Actual result:
  * No proprietary driver available

  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/controlC1:  ubuntu 1597 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1597 F pulseaudio
  CRDA:
   country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Wed Aug 27 04:18:36 2014
  HibernationDevice: RESUME=UUID=863c857d-be2d-4f0c-9116-343d3909f4f6
  InstallationDate: Installed on 2014-08-27 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Vostro 3446
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic.efi.signed 
root=UUID=8954dce5-3f09-451d-9cb3-5bbbed643e9b 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
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A00
  dmi.board.name: 00I010
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd02/24/2014:svnDellInc.:pnVostro3446:pvrNotSpecified:rvnDellInc.:rn00I010:rvrA00:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Vostro 3446
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1362098/+subscriptions

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


Re: [Kernel-packages] [Bug 1283938] Re: [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from sleep

2014-10-07 Thread darkmoonsinger
My apologies, brain glitch.
On Oct 7, 2014 4:30 AM, "Christopher M. Penalver" <
christopher.m.penal...@gmail.com> wrote:

> Ubuntuser, you would want to contact the Ubuntu Kernel Team for testing
> support via IRC or mailing list ->
> https://wiki.ubuntu.com/KernelTeam#Communications .
>
> As well, please do not mark attachments as patches, as it would not be
> accepted as a patch into Ubuntu as you previously created it.
>
> darkmoonsinger, nobody is replying, nor contacting you directly, you
> subscribed yourself to this bug report. If you don't want to see e-mails
> related to it, then click Mute bug mail in the top right of report.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1283938
>
> Title:
>   [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from
>   sleep
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/linux/+bug/1283938/+subscriptions
>

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

Title:
  [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from
  sleep

Status in The Linux Kernel:
  Unknown
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  ***
   ISSUE
  ***

  HOW TO REPRODUCE

  1. Suspend the device
  2. Wake it up

  EXPECTED BEHAVIOUR

  - The device to resume normally

  REAL BEHAVIOUR

  - The screen goes blank

  RELEVANT DETAILS

  - In the "/etc/default/grub" file; changing "quiet splash" option to
  "nomodeset" allows the wakeup, but the computer gets so slow it is
  unusable.

  **
   SOLUTION
  **

  WORK-AROUND

  - Installing the "fglrx" proprietary package.

  FIX

  - https://bugzilla.kernel.org/show_bug.cgi?id=76761#c3

  REGRESSION POTENTIAL

  - Since this affects an essential hardware component, the regression
  potential is high.

  
   TECHNICAL INFO
  

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-video-ati 1:7.3.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Feb 24 12:58:07 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.6, 3.13.0-11-generic, x86_64: installed
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7500G] [1002:990a] 
(prog-if 00 [VGA controller])
     Subsystem: Samsung Electronics Co Ltd Device [144d:c660]
   Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7550M/7570M/7650M] 
[1002:6841] (rev ff) (prog-if ff)
  InstallationDate: Installed on 2014-02-22 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140218)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 535U4C
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-11-generic 
root=UUID=9f8c7e92-a6ea-41fd-9489-a256c8b9f5d5 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P06RAF.N93.130403.LEO
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: NP535U4X-S01TH
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: SEC_SW_REVISION_1234567890ABCD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP06RAF.N93.130403.LEO:bd04/03/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn535U4C:pvrP06RAF:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP535U4X-S01TH:rvrSEC_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: 535U4C
  dmi.product.version: P06RAF
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.11+14.04.20140218-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0~rc1-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0~rc1-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xser

[Kernel-packages] [Bug 1345895] Re: [Dell Inspiron 3541] USB3 stick speed drop to 480M after first use

2014-10-07 Thread Po-Hsu Lin
Note that for Trusty, it's fixed in  3.13.0-35.62

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

Title:
  [Dell Inspiron 3541] USB3 stick speed drop to 480M after first use

Status in HWE Next Project:
  New
Status in “linux” package in Ubuntu:
  Fix Released

Bug description:
  CID: 201403-14859 Dell Inspiron 3541

  The USB3 speed is 5000M when the first time you insert it after boot:

  ubuntu@201403-14859:~$ lsusb -t
  /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M
  |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
  /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
  /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
  |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
  |__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=rts5139, 
480M
  |__ Port 2: Dev 6, If 0, Class=Wireless, Driver=btusb, 12M
  |__ Port 2: Dev 6, If 1, Class=Wireless, Driver=btusb, 12M
  |__ Port 4: Dev 5, If 0, Class=Video, Driver=uvcvideo, 480M
  |__ Port 4: Dev 5, If 1, Class=Video, Driver=uvcvideo, 480M
  /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
  |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M

  But if you remove it and plug it to the same USB3 port again, it will drop to 
480M:
  ubuntu@201403-14859:~$ lsusb -t
  /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M
  /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
  |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 480M
  /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
  |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
  |__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=rts5139, 
480M
  |__ Port 2: Dev 6, If 0, Class=Wireless, Driver=btusb, 12M
  |__ Port 2: Dev 6, If 1, Class=Wireless, Driver=btusb, 12M
  |__ Port 4: Dev 5, If 0, Class=Video, Driver=uvcvideo, 480M
  |__ Port 4: Dev 5, If 1, Class=Video, Driver=uvcvideo, 480M
  /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
  |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M

  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
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1660 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1660 F pulseaudio
  CRDA:
   country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Thu Jul 17 02:51:28 2014
  HibernationDevice: RESUME=UUID=43272c2a-1a8c-404b-8b62-9c6b53e1a765
  InstallationDate: Installed on 2014-07-16 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 3541
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=4f3d06a7-1106-40c0-a15b-0657fd66a382 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
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/20/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A00
  dmi.board.name: Inspiron 3541
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd03/20/2014:svnDellInc.:pnInspiron3541:pvrNotSpecified:rvnDellInc.:rnInspiron3541:rvrA00:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3541
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1345895/+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 1352056] Re: linux: kdump on Ubuntu 14.04 is not generating a dump.

2014-10-07 Thread Tim Gardner
** Changed in: linux (Ubuntu Trusty)
   Status: In Progress => 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/1352056

Title:
  linux: kdump on Ubuntu 14.04 is not generating a dump.

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]
  Users of ppc64el hardware need the ability to use crashdumps to do kernel 
debugging.

  [Fix]
  Commit upstream and already in utopic:
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=429d2e8342954d337abe370d957e78291032d867

  [Test Case]
  Taken from:
  https://wiki.ubuntu.com/Kernel/CrashdumpRecipe
  https://help.ubuntu.com/14.04/serverguide/kernel-crash-dump.html

  1) apt-get install linux-crashdump
  2) increase crashdump size:
  sudo vim /etc/default/grub.d/kexec-tools.cfg
  set crashkernel=1024M
  sudo update-grub
  3) reboot the machine
  4) sudo sed -i 's/USE_KDUMP=0/USE_KDUMP=1/g' /etc/default/kdump-tools
  5) kdump-config show # should return no errors
  6) echo 'c' | sudo tee /proc/sysrq-trigger
  7) This should crash the machine and we should kexec into another kernel to 
dump the core, then on the next reboot we should see a crash in /var/crash/*

  --

  ---Problem Description---
  kdump is not producing a dump on powerKVM LE P8 Ubuntu 14.04

  ---uname output---
  3.13.0-30-generic

  ---Additional Hardware Info---
  Power8 LE configuration.

  ---Patches Installed---
  1324544 - kdump-config load fails with vmlinux kernel (vs. vmlinuz)

  Machine Type = 8247-22L

  ---Steps to Reproduce---
  Installed kdump-tools 1.5.5-2ubuntu1 and crash 7.0.3-3ubuntu3.
  Updated /etc/default/kdump-tools, first I updated just USE_KDUMP=1. Rebooted 
the node and see:
  root=UUID=87986483-5fec-4b4d-b22e-bf2a72096df8 ro quiet splash 
crashkernel=384M-:128M
  root@c656f2n02:~# cat /proc/sys/kernel/sysrq
  1
  root@c656f2n02:~# cat /proc/sys/kernel/sysrq
  1
  root@c656f2n02:~# ^Cnd /proc | grep sysrq
  root@c656f2n02:~# kdump-config status
  current state   : ready to kdump
  root@c656f2n02:~# kdump-config show
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
  current state:ready to kdump

  kexec command:
    /sbin/kexec -p --args-linux 
--command-line="root=UUID=87986483-5fec-4b4d-b22e-bf2a72096df8 ro quiet splash  
irqpoll maxcpus=1 nousb" --initrd=/boot/initrd.img-3.13.0-30-generic 
/boot/vmlinux-3.13.0-30-generic

  root@c656f2n02:/boot/grub# cat /sys/kernel/kexec_crash_loaded
  1
  root@c656f2n02:/boot/grub# cat /sys/kernel/kexec_loaded
  0

  echo c > /proc/sysrq-trigger

  root@c656f2n02:/var/log# echo c > /proc/sysrq-trigger
  [ 1956.014243] SysRq : Trigger a crash
  [ 1956.014328] Unable to handle kernel paging request for data at address 
0x
  [ 1956.014404] Faulting instruction address: 0xc0586c2c
  [ 1956.014468] Oops: Kernel access of bad area, sig: 11 [#1]
  [ 1956.014518] SMP NR_CPUS=2048 NUMA PowerNV
  [ 1956.014570] Modules linked in: 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 autofs4 rdma_ucm(OF) 
ib_ucm(OF) rdma_cm(OF) iw_cm(OF) ib_ipoib(OF) ib_cm(OF) ib_uverbs(OF) 
ib_umad(OF) mlx5_ib(OF) mlx5_core(OF) mlx4_ib(OF) ib_sa(OF) ib_mad(OF) 
ib_core(OF) ib_addr(OF) mlx4_en(OF) mlx4_core(OF) compat(OF) nfsd auth_rpcgss 
nfs_acl nfs lockd sunrpc fscache rtc_generic powernv_rng ses enclosure ipr
  [ 1956.015306] CPU: 146 PID: 2522 Comm: bash Tainted: GF  O 
3.13.0-30-generic #54-Ubuntu
  [ 1956.015394] task: c03fcabda120 ti: c03fcac58000 task.ti: 
c03fcac58000
  [ 1956.015469] NIP: c0586c2c LR: c0587b8c CTR: 
c0586c00
  [ 1956.015543] REGS: c03fcac5b820 TRAP: 0300   Tainted: GF  O  
(3.13.0-30-generic)
  [ 1956.015617] MSR: 90009033   CR: 42422822  
XER: 2000
  [ 1956.015804] CFAR: c0009318 DAR:  DSISR: 4200 
SOFTE: 0
  GPR00: c0587b8c c03fcac5baa0 c162e840 0063
  GPR04: c2f45bd0 c2f564c8 00015ad0 c1827480
  GPR08: c0dfe840  0001 00015ad0
  GPR12: 42422822 c7e5ff00 01002fe90648 1016e008
  GPR16: 1013ad70 01002fe94648 1016fed0 1016e008
  GPR20: 100c31e0  10171fc8 1016f840
  GPR24: 0004  0001 c14b7dc8
  GPR28: c1974c90 0063 c148d9c0 c14b8188
  [ 1956.016794] NIP [c058

[Kernel-packages] [Bug 1377820] Re: Computer not suspending when inactive in the main log-in prompt (official 3.13 kernel)

2014-10-07 Thread Christopher M. Penalver
** Tags added: latest-bios-2501

** Attachment removed: "cat /proc/version_signature"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377820/+attachment/4226199/+files/version.log

** Attachment removed: "uname -a"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377820/+attachment/4226215/+files/uname-a.log

** Attachment removed: "sudo lspci -vvnn"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377820/+attachment/4226216/+files/lspci-vvnn.log

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

Title:
  Computer not suspending when inactive in the main log-in prompt
  (official 3.13 kernel)

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The kernel version and all other info attached is correct (3.13,
  official kernel).

  #DESCRIPTION

  My computer is set to automatically dim the screen and lock after 10
  minutes, and suspend after an hour of inactivity.

  That works fine - but only once I've logged in first.

  If I switch the computer on and then leave it, it won't suspend,
  although it will dim the screen.

  #STEPS TO REPRODUCE

  0. (computer is powered off)
  1. boot computer
  2. the log-in screen comes up
  3. wait a couple of minutes, the screen will dim and switch off
  4. wait for an hour

  What happened: computer DIDN'T suspend
  What I expected to happen: the computer would've suspended the same as if it 
locked itself after I've logged in once.

  Relevant information:

   - desktop computer
   - mobo: M5A97 EVO R2.0
   - proc: AMD FX-8320
   - graphics: AMD Radeon HD 7790

  See the attached files for further info (uname,
  /proc/version_signature, dmesg, lspci -vvnn).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jan2367 F pulseaudio
   /dev/snd/controlC0:  jan2367 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Oct  6 09:25:50 2014
  InstallationDate: Installed on 2014-07-14 (83 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=6e991daa-60a1-41a6-86b9-099d96d697f2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2501
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 EVO R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  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:bvnAmericanMegatrendsInc.:bvr2501:bd04/09/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97EVOR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377820/+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 1377849] Re: [HP Pavilion g6-1170ev Notebook PC] Computer freezes at log-in after suspension

2014-10-07 Thread Christopher M. Penalver
Alexandros Andrianakis, could you please provide the missing information
following https://wiki.ubuntu.com/DebuggingKernelSuspend ?

** Summary changed:

- Computer freezes at log-in after suspension
+ [HP Pavilion g6-1170ev Notebook PC] Computer freezes at log-in after 
suspension

** Tags added: latest-bios-f.66

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

Title:
  [HP Pavilion g6-1170ev Notebook PC] Computer freezes at log-in after
  suspension

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Every time my HP laptop wakes up from suspension, it freezes and I can't use 
the keyboard or the mouse in order to log in. I run Ubuntu 14.04.1 LTS, fresh 
install with ATI graphics card. 
  I don't post the version of the package I'm using, 'cause the 'apt-cache 
policy pkgname' command returns 'N: Unable to locate package pkgname'.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alex   2027 F pulseaudio
alex   2697 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Oct  6 12:05:24 2014
  HibernationDevice: RESUME=UUID=b492f70f-9abd-4424-ade4-b21b3465f9b5
  InstallationDate: Installed on 2014-10-04 (1 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=29c7012a-3835-4837-9c72-2d4628bef215 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/24/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.66
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1670
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 09.4C
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.66:bd01/24/2013:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr05931120461620100:rvnHewlett-Packard:rn1670:rvr09.4C:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 05931120461620100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377849/+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 1377820] Re: Computer not suspending when inactive in the main log-in prompt (official 3.13 kernel)

2014-10-07 Thread Jan Corazza
Hey, what do I need to do to complete the bug report? And why were the
files removed? They contained correct information.

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

Title:
  Computer not suspending when inactive in the main log-in prompt
  (official 3.13 kernel)

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The kernel version and all other info attached is correct (3.13,
  official kernel).

  #DESCRIPTION

  My computer is set to automatically dim the screen and lock after 10
  minutes, and suspend after an hour of inactivity.

  That works fine - but only once I've logged in first.

  If I switch the computer on and then leave it, it won't suspend,
  although it will dim the screen.

  #STEPS TO REPRODUCE

  0. (computer is powered off)
  1. boot computer
  2. the log-in screen comes up
  3. wait a couple of minutes, the screen will dim and switch off
  4. wait for an hour

  What happened: computer DIDN'T suspend
  What I expected to happen: the computer would've suspended the same as if it 
locked itself after I've logged in once.

  Relevant information:

   - desktop computer
   - mobo: M5A97 EVO R2.0
   - proc: AMD FX-8320
   - graphics: AMD Radeon HD 7790

  See the attached files for further info (uname,
  /proc/version_signature, dmesg, lspci -vvnn).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jan2367 F pulseaudio
   /dev/snd/controlC0:  jan2367 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Oct  6 09:25:50 2014
  InstallationDate: Installed on 2014-07-14 (83 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=6e991daa-60a1-41a6-86b9-099d96d697f2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2501
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 EVO R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  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:bvnAmericanMegatrendsInc.:bvr2501:bd04/09/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97EVOR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377820/+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 1349678] Re: [Clevo w310cz] Erratic jump/selection via Sentelic touchpad

2014-10-07 Thread exzemat
As reported before, i tested:
- 3.16.0-031600.201408031935 : still erratic jump/selection
- v3.17-rc1-utopic : no more erratic jump/selection

so, to be clear, you want that i test :
- v3.16.1-utopic
- v3.16.2-utopic
- v3.16.3-utopic 
- v3.16.4-utopic

Could you confirm please ?

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

Title:
  [Clevo w310cz] Erratic jump/selection via Sentelic touchpad

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  With my Clevo w310cz (Sentelic touchpad) the cursor jumps and select
  anywhere on the screen in Ubuntu 14.04.

  WORKAROUND: Disable two finger scrolling in touchpad-configuration GUI.
  Add to GRUB_CMDLINE_LINUX_DEFAULT (/etc/default/grub):
  i8042.nomux=1 i8042.reset=1

  and execute via a terminal:
  synclient PalmMinZ=1
  synclient PalmMinWidth=1
  synclient MaxSpeed=1

  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:  mat1385 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Jul 29 07:18:11 2014
  HibernationDevice: RESUME=UUID=26291a9d-ce6f-4b36-99f8-5521a598f7a5
  InstallationDate: Installed on 2014-05-01 (88 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  Lsusb:
   Bus 002 Device 003: ID 8087:07da Intel Corp.
   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: Notebook W310CZ
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=55364f7d-87d9-4e3c-aa41-5ffb45fee8f8 ro quiet splash acpi_osi=Linux 
acpi_backlight=vendor i8042.nomux=1 i8042.reset=1 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.4
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/03/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W310CZ
  dmi.board.vendor: Notebook
  dmi.board.version: V2.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd05/03/2013:svnNotebook:pnW310CZ:pvrNotApplicable:rvnNotebook:rnW310CZ:rvrV2.0:cvnNotebook:ct10:cvrN/A:
  dmi.product.name: W310CZ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1349678/+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 343749] Re: LSI SAS 1078 not detected when installing

2014-10-07 Thread André Scholz
Yes, this is still an issue with 14.04 server.
I have the same problem.
Here what dmesg | tail says:

[  201.820039] scsi 2:0:0:0: megasas: RESET cmd=12 retries=0
[  201.820049] megasas: [ 0]waiting for 1 commands to complete
[  202.824087] megaraid_sas: FW detected to be in faultstate, restarting it...
[  205.836096] pcidata = 
[  205.836104] mfi 1068 offset read=
[  207.844034] 1068 offset handshake read=
[  207.844042] megaraid_sas: FW restarted successfully,initiating next stage...
[  207.844044] megaraid_sas: HBA recovery state machine,state 2 starting...
[  237.964018] megasas: Waiting for FW to come to ready state
[  237.964023] megasas: FW in FAULT state!!

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

Title:
  LSI SAS 1078 not detected when installing

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” package in Fedora:
  Confirmed

Bug description:
  Binary package hint: linux-source-2.6.27

  Trying to install Ubuntu 8.10 on an IBM 3950 M2 with:

  - Chipset ICH7
  - Integrated network card Broadcom NetXtreme II BCM5709 Gigabit Eternet (rev 
06)
  - Network card Intel Pro/1000 PT 82571EB (4 ports)
  - LSI Logic/Symbios Logic SAS 1078 PCI-Express Fusion MPT SAS (rev ff)
  - RSA card 

  All devices appear correctly in an lspci command. During the install
  process, only the Broadcom network card is detected, although the
  e1000e driver is loaded. During the disk detection, no disks are
  found, although the mptsas driver is loaded.

  Here you are some information I manually copied from the screen of the
  server (dmesg while detecting the network hardware):

  [..]
  Fusion MPT base driver 3.04.07
  Copyright (c) 1999-2008 LSI Corporation
  mptsas :04:00.0: PCI INT A -> GSI 46 (level, low) -> IRQ 46
  mptbase: ioc0: Initiating bringup
  e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
  e1000e: Copyright (c) 1999-2008 Intel Corporation.
  ioc0: LSISAS1078 C2: Capabilities={Initiator}
  mptbase: ioc0: PCI-MSI enabled
  mptsas :04:00.0: setting latency timer to 64
  Calgary: DMA error on CalIOC2 PHB 0x3
  Calgary: 0x0200@CSR 0x@PLSSR 0xb0008000@CSMR 0x@MCK
  Calgary: 0x@0x810 0xfee0c000@0x820 0x@0x830 0x@0x840 
0x03804a00@0x850 0x@0x860 0x@0x870
  Calgary: 0x@0xcb0
  mptbase: ioc0: Initiating recovery
  mptbase: ioc0: WARNING - Unexpected doorbell active!
  mptbase: ioc0: WARNING - NOT READY!
  mptbase: ioc0: WARNING - Cannot recover rc = -1!
  mptbase: ioc0: WARNING - Firmware Reload FAILED!
  Clocksource tsc unstable (delta = 48342981112 ns)

  And here you are part of the result of the lspci command (copied
  manually, too):

  04:00.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1078 
PCI-Express Fusion-MPT SAS (rev ff)
  20:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet 
Controller (Copper) (rev 06)
  20:00.1 Idem.
  21:00.0 Idem.
  21:00.1 Idem.

  I have been searching the Internet for hours with no luck. I have
  tried disabling the onboard LAN controller with no luck.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/343749/+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 1353129] Re: [REGRESSION 2014-08] Volume up/down keys, and printScreen key, have stopped working

2014-10-07 Thread Teo
It's no surprise that Ubuntu is still what it is as long as bug reports
get managed this way.

This issue is intermittent, happens randomly, and is a regression (i.e. has 
started happening at a certain update, never happened before).
Ignoring it just because the reporter doesn't have the latest bios is 
ridiculous.

This is most probably not even in Linux; I chose linux just because I
have no idea what package it belongs to, and there's no generic "ubuntu"
package to report bugs against.

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

Title:
  [REGRESSION 2014-08] Volume up/down keys, and printScreen key, have
  stopped working

Status in “linux” package in Ubuntu:
  Expired
Status in “unity” package in Ubuntu:
  New

Bug description:
  All of a sudden, the volume keys from the keyboard have stopped
  working.

  The volume control on the top right corner of the screen does work if
  used with the mouse.

  I have both an external usb keyboard with dedicated volume + and -
  keys, and the builtin laptop keyboard where the volume +/-keys are the
  combination of the Fn key plus the up/down arrows.

  All these used to work up to a few minutes ago. Now none of them works.
  I think they stopped working with the last 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
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  teo2303 F pulseaudio
   /dev/snd/pcmC0D0p:   teo2303 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Tue Aug  5 23:13:35 2014
  HibernationDevice: RESUME=UUID=ff7e702a-a05a-47fd-8c14-551e81f9e9e3
  InstallationDate: Installed on 2013-10-11 (298 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: Acer Aspire V3-571G
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic.efi.signed 
root=UUID=5830b30e-69e8-4bb4-8a2b-bc2b43c7414a 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: Upgraded to trusty on 2014-05-24 (73 days ago)
  dmi.bios.date: 10/15/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.07
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: VA50_HC_CR
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.07
  dmi.modalias: 
dmi:bvnAcer:bvrV2.07:bd10/15/2012:svnAcer:pnAspireV3-571G:pvrV2.07:rvnAcer:rnVA50_HC_CR:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.07:
  dmi.product.name: Aspire V3-571G
  dmi.product.version: V2.07
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1353129/+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 1353129] Re: [REGRESSION 2014-08] Volume up/down keys, and printScreen key, have stopped working

2014-10-07 Thread Teo
It's no surprise that Ubuntu is still what it is as long as bug reports
get managed this ridiculous way.

This issue is intermittent, happens randomly, and is a regression (i.e. has 
started happening at a certain update, never happened before).
Ignoring it just because the reporter doesn't have the latest bios is 
ridiculous.

This is most probably not even in Linux; I chose linux just because I
have no idea what package it belongs to, and there's no generic "ubuntu"
package to report bugs against.

** Also affects: unity (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/1353129

Title:
  [REGRESSION 2014-08] Volume up/down keys, and printScreen key, have
  stopped working

Status in “linux” package in Ubuntu:
  Expired
Status in “unity” package in Ubuntu:
  New

Bug description:
  All of a sudden, the volume keys from the keyboard have stopped
  working.

  The volume control on the top right corner of the screen does work if
  used with the mouse.

  I have both an external usb keyboard with dedicated volume + and -
  keys, and the builtin laptop keyboard where the volume +/-keys are the
  combination of the Fn key plus the up/down arrows.

  All these used to work up to a few minutes ago. Now none of them works.
  I think they stopped working with the last 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
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  teo2303 F pulseaudio
   /dev/snd/pcmC0D0p:   teo2303 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Tue Aug  5 23:13:35 2014
  HibernationDevice: RESUME=UUID=ff7e702a-a05a-47fd-8c14-551e81f9e9e3
  InstallationDate: Installed on 2013-10-11 (298 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: Acer Aspire V3-571G
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic.efi.signed 
root=UUID=5830b30e-69e8-4bb4-8a2b-bc2b43c7414a 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: Upgraded to trusty on 2014-05-24 (73 days ago)
  dmi.bios.date: 10/15/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.07
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: VA50_HC_CR
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.07
  dmi.modalias: 
dmi:bvnAcer:bvrV2.07:bd10/15/2012:svnAcer:pnAspireV3-571G:pvrV2.07:rvnAcer:rnVA50_HC_CR:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.07:
  dmi.product.name: Aspire V3-571G
  dmi.product.version: V2.07
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1353129/+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 1377820] Re: Computer not suspending when inactive in the main log-in prompt (official 3.13 kernel)

2014-10-07 Thread Jan Corazza
Hey, what do I need to do to complete the bug report? And why were the
files removed? They contained correct information.

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

Title:
  Computer not suspending when inactive in the main log-in prompt
  (official 3.13 kernel)

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The kernel version and all other info attached is correct (3.13,
  official kernel).

  #DESCRIPTION

  My computer is set to automatically dim the screen and lock after 10
  minutes, and suspend after an hour of inactivity.

  That works fine - but only once I've logged in first.

  If I switch the computer on and then leave it, it won't suspend,
  although it will dim the screen.

  #STEPS TO REPRODUCE

  0. (computer is powered off)
  1. boot computer
  2. the log-in screen comes up
  3. wait a couple of minutes, the screen will dim and switch off
  4. wait for an hour

  What happened: computer DIDN'T suspend
  What I expected to happen: the computer would've suspended the same as if it 
locked itself after I've logged in once.

  Relevant information:

   - desktop computer
   - mobo: M5A97 EVO R2.0
   - proc: AMD FX-8320
   - graphics: AMD Radeon HD 7790

  See the attached files for further info (uname,
  /proc/version_signature, dmesg, lspci -vvnn).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jan2367 F pulseaudio
   /dev/snd/controlC0:  jan2367 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Oct  6 09:25:50 2014
  InstallationDate: Installed on 2014-07-14 (83 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=6e991daa-60a1-41a6-86b9-099d96d697f2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2501
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 EVO R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  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:bvnAmericanMegatrendsInc.:bvr2501:bd04/09/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97EVOR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377820/+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 1378180] Re: wifi constantly gets disconnected = wpa_supplicant[...]: wlan0: CTRL-EVENT-DISCONNECTED

2014-10-07 Thread Vish
Seth, 
I believe this is similar to Bug #1293569 : iwlwifi-7260-8.ucode causes network 
disconnections problems.
Opened a new bug report and subscribed you here as per your comments. PLease 
advise.

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

Title:
  wifi constantly gets disconnected = wpa_supplicant[...]: wlan0: CTRL-
  EVENT-DISCONNECTED

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The wifi connection repeatedly gets disconnected.
  At times, the connection disconnects and does not reconnect automatically. 
Disabling the wifi and reenabling it or either choosing the network are the 
only way to reconnect.
  If the net is being used, while streaming videos or other downloads, the 
disconnects are more frequent.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  vish   1869 F pulseaudio
   /dev/snd/controlC0:  vish   1869 F pulseaudio
   /dev/snd/controlC1:  vish   1869 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct  7 00:56:22 2014
  HibernationDevice: RESUME=UUID=c1bae3ed-625a-4557-b3eb-e4c53d61652e
  InstallationDate: Installed on 2014-05-17 (142 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 3847
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic.efi.signed 
root=UUID=da145a9d-65f5-443b-b68a-c42fc17a50c2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 088DT1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd04/03/2014:svnDellInc.:pnInspiron3847:pvr:rvnDellInc.:rn088DT1:rvrA01:cvnDellInc.:ct3:cvr:
  dmi.product.name: Inspiron 3847
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378180/+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 1378180] Re: wifi constantly gets disconnected = wpa_supplicant[...]: wlan0: CTRL-EVENT-DISCONNECTED

2014-10-07 Thread Vish
Syslog where connection does not reconnect and the network is missing
from the dropdown list. Only Diabling/Enabling the WiFi works.


** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378180/+attachment/4227432/+files/syslog

** Description changed:

  The wifi connection repeatedly gets disconnected.
- If the net is being used, while streaming videos or other downloads, the 
connection disconnects and does not reconnect automatically.
- Disabling the wifi and reenabling it or either choosing the network are the 
only way to reconnect.
+ At times, the connection disconnects and does not reconnect automatically. 
Disabling the wifi and reenabling it or either choosing the network are the 
only way to reconnect.
+ If the net is being used, while streaming videos or other downloads, the 
disconnects are more frequent.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  vish   1869 F pulseaudio
   /dev/snd/controlC0:  vish   1869 F pulseaudio
   /dev/snd/controlC1:  vish   1869 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct  7 00:56:22 2014
  HibernationDevice: RESUME=UUID=c1bae3ed-625a-4557-b3eb-e4c53d61652e
  InstallationDate: Installed on 2014-05-17 (142 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 3847
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic.efi.signed 
root=UUID=da145a9d-65f5-443b-b68a-c42fc17a50c2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 088DT1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd04/03/2014:svnDellInc.:pnInspiron3847:pvr:rvnDellInc.:rn088DT1:rvrA01:cvnDellInc.:ct3:cvr:
  dmi.product.name: Inspiron 3847
  dmi.sys.vendor: Dell Inc.

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

Title:
  wifi constantly gets disconnected = wpa_supplicant[...]: wlan0: CTRL-
  EVENT-DISCONNECTED

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The wifi connection repeatedly gets disconnected.
  At times, the connection disconnects and does not reconnect automatically. 
Disabling the wifi and reenabling it or either choosing the network are the 
only way to reconnect.
  If the net is being used, while streaming videos or other downloads, the 
disconnects are more frequent.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  vish   1869 F pulseaudio
   /dev/snd/controlC0:  vish   1869 F pulseaudio
   /dev/snd/controlC1:  vish   1869 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct  7 00:56:22 2014
  HibernationDevice: RESUME=UUID=c1bae3ed-625a-4557-b3eb-e4c53d61652e
  InstallationDate: Installed on 2014-05-17 (142 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 3847
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic.efi.signed 
root=UUID=da145a9d-65f5-443b-b68a-c42fc17a50c2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 088DT1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd04/03/2014:svnDellInc.:pnInspiron3847:pvr:rvnDellInc.:rn088DT1:rvrA01:cvnDellInc.:ct3:cvr:
  dmi.product.name: Inspiron 3847
  dmi.sys.vendor: Dell Inc.

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

-- 
Mailing list: https://launchpad.net/~ke

[Kernel-packages] [Bug 1377849] Re: [HP Pavilion g6-1170ev Notebook PC] Computer freezes at log-in after suspension

2014-10-07 Thread Alexandros Andrianakis
What I do and what happens:

Executing at a terminal 'sudo pm-suspend'  -> Computer goes on
suspension. After resume, it freezes.

Shutting the lid -> Black screen, never goes on suspension.

Hitting the power button and choosing suspension -> Black screen,
never goes on suspension.

Clicking the word Suspend in the GUI -> Computer goes on suspension.
After resume, it freezes on the log-in screen.

Inactivity -> Computer goes on suspension. After resume, it freezes
on the log-in screen.


Should I do the resume-trace procedure? Because it seems a bit risky.


** Attachment added: "wakeup"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377849/+attachment/4227434/+files/wakeup

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

Title:
  [HP Pavilion g6-1170ev Notebook PC] Computer freezes at log-in after
  suspension

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Every time my HP laptop wakes up from suspension, it freezes and I can't use 
the keyboard or the mouse in order to log in. I run Ubuntu 14.04.1 LTS, fresh 
install with ATI graphics card. 
  I don't post the version of the package I'm using, 'cause the 'apt-cache 
policy pkgname' command returns 'N: Unable to locate package pkgname'.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alex   2027 F pulseaudio
alex   2697 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Oct  6 12:05:24 2014
  HibernationDevice: RESUME=UUID=b492f70f-9abd-4424-ade4-b21b3465f9b5
  InstallationDate: Installed on 2014-10-04 (1 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=29c7012a-3835-4837-9c72-2d4628bef215 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/24/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.66
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1670
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 09.4C
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.66:bd01/24/2013:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr05931120461620100:rvnHewlett-Packard:rn1670:rvr09.4C:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 05931120461620100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377849/+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 1378180] Re: wifi constantly gets disconnected = wpa_supplicant[...]: wlan0: CTRL-EVENT-DISCONNECTED

2014-10-07 Thread Vish
Christopher,
I'm testing with the latest kernel, but I have encountered this error:

Setting up linux-headers-3.14.4-031404 (3.14.4-031404.201405130853) ...
dpkg: dependency problems prevent configuration of 
linux-headers-3.14.4-031404-generic:
 linux-headers-3.14.4-031404-generic depends on linux-headers-3.14.4-031404.

dpkg: error processing package linux-headers-3.14.4-031404-generic (--install):
 dependency problems - leaving unconfigured

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

Title:
  wifi constantly gets disconnected = wpa_supplicant[...]: wlan0: CTRL-
  EVENT-DISCONNECTED

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The wifi connection repeatedly gets disconnected.
  At times, the connection disconnects and does not reconnect automatically. 
Disabling the wifi and reenabling it or either choosing the network are the 
only way to reconnect.
  If the net is being used, while streaming videos or other downloads, the 
disconnects are more frequent.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  vish   1869 F pulseaudio
   /dev/snd/controlC0:  vish   1869 F pulseaudio
   /dev/snd/controlC1:  vish   1869 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct  7 00:56:22 2014
  HibernationDevice: RESUME=UUID=c1bae3ed-625a-4557-b3eb-e4c53d61652e
  InstallationDate: Installed on 2014-05-17 (142 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 3847
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic.efi.signed 
root=UUID=da145a9d-65f5-443b-b68a-c42fc17a50c2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 088DT1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd04/03/2014:svnDellInc.:pnInspiron3847:pvr:rvnDellInc.:rn088DT1:rvrA01:cvnDellInc.:ct3:cvr:
  dmi.product.name: Inspiron 3847
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378180/+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 343749] Re: LSI SAS 1078 not detected when installing

2014-10-07 Thread André Scholz
Well, an addition:

it seems to work with kernel parameter iommu=soft

Thanks for that tipp, Jaume.

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

Title:
  LSI SAS 1078 not detected when installing

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” package in Fedora:
  Confirmed

Bug description:
  Binary package hint: linux-source-2.6.27

  Trying to install Ubuntu 8.10 on an IBM 3950 M2 with:

  - Chipset ICH7
  - Integrated network card Broadcom NetXtreme II BCM5709 Gigabit Eternet (rev 
06)
  - Network card Intel Pro/1000 PT 82571EB (4 ports)
  - LSI Logic/Symbios Logic SAS 1078 PCI-Express Fusion MPT SAS (rev ff)
  - RSA card 

  All devices appear correctly in an lspci command. During the install
  process, only the Broadcom network card is detected, although the
  e1000e driver is loaded. During the disk detection, no disks are
  found, although the mptsas driver is loaded.

  Here you are some information I manually copied from the screen of the
  server (dmesg while detecting the network hardware):

  [..]
  Fusion MPT base driver 3.04.07
  Copyright (c) 1999-2008 LSI Corporation
  mptsas :04:00.0: PCI INT A -> GSI 46 (level, low) -> IRQ 46
  mptbase: ioc0: Initiating bringup
  e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
  e1000e: Copyright (c) 1999-2008 Intel Corporation.
  ioc0: LSISAS1078 C2: Capabilities={Initiator}
  mptbase: ioc0: PCI-MSI enabled
  mptsas :04:00.0: setting latency timer to 64
  Calgary: DMA error on CalIOC2 PHB 0x3
  Calgary: 0x0200@CSR 0x@PLSSR 0xb0008000@CSMR 0x@MCK
  Calgary: 0x@0x810 0xfee0c000@0x820 0x@0x830 0x@0x840 
0x03804a00@0x850 0x@0x860 0x@0x870
  Calgary: 0x@0xcb0
  mptbase: ioc0: Initiating recovery
  mptbase: ioc0: WARNING - Unexpected doorbell active!
  mptbase: ioc0: WARNING - NOT READY!
  mptbase: ioc0: WARNING - Cannot recover rc = -1!
  mptbase: ioc0: WARNING - Firmware Reload FAILED!
  Clocksource tsc unstable (delta = 48342981112 ns)

  And here you are part of the result of the lspci command (copied
  manually, too):

  04:00.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1078 
PCI-Express Fusion-MPT SAS (rev ff)
  20:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet 
Controller (Copper) (rev 06)
  20:00.1 Idem.
  21:00.0 Idem.
  21:00.1 Idem.

  I have been searching the Internet for hours with no luck. I have
  tried disabling the onboard LAN controller with no luck.

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

2014-10-07 Thread Paul Larson
For regression testing, the only failures I got were the usual
CONFIG_RODATA failure and the timeout with one of the ecryptfs tests
seen on slow platforms like panda+usbstorage.

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

** Tags added: qa-testing-passed

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

Title:
  linux-ti-omap4: 3.2.0-1455.75 -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:
  Fix Released
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:
  Invalid
Status in “linux-ti-omap4” source package in Precise:
  New

Bug description:
  This bug is for tracking the  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:Monday, 22. September 2014 23:20 UTC
  kernel-stable-master-bug:1372522
  kernel-stable-Certification-testing-end:Tuesday, 23. September 2014 09:06 UTC
  kernel-stable-Prepare-package-end:Saturday, 27. September 2014 17:02 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 27. September 2014 17:02 UTC
  ppa-package-testing-start:Saturday, 27. September 2014 17:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 01. October 2014 20:01 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Wednesday, 01. October 2014 22:01 UTC
  kernel-stable-Security-signoff-start:Wednesday, 01. October 2014 22:01 UTC
  kernel-stable-Verification-testing-start:Wednesday, 01. October 2014 22:01 UTC
  kernel-stable-Regression-testing-start:Wednesday, 01. October 2014 22:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1372683/+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 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-10-07 Thread Bryan Quigley
For anyone following at home:
http://www.spinics.net/lists/linux-nfs/msg47185.html

@Carl,  For the future, it's probably better to use
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ at
least when you're pushing upstream.   It does help a lot for possibly
SRUing to know that it works on the trusty branch too :).  Thanks for
all your work!

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

Title:
  Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

Status in “linux” package in Ubuntu:
  Confirmed
Status in “nfs-utils” package in Ubuntu:
  Confirmed
Status in “linux” source package in Trusty:
  Won't Fix
Status in “nfs-utils” source package in Trusty:
  New
Status in “linux” source package in Utopic:
  Won't Fix
Status in “nfs-utils” source package in Utopic:
  Confirmed
Status in “nfs-utils” package in Debian:
  Incomplete
Status in Fedora:
  Unknown

Bug description:
  I'm running a nfs4 server exporting a directory /home (ext4,usrquota). This 
server is running Ubuntu 12.04 amd64(up-to-date). This directory is handling 
662 homedirs for ldap authenticated users.
  /etc/exports is :
  /exports  192.168.0.0/24(rw,fsid=0,no_subtree_check)

  Important lines in /etc/idmapd.conf :
  domain=my-domain.org

  [Translation]
  Method=nsswitch.

  In /etc/default/nfs-common :
  NEED_IDMAPD=yes

  In /etc/default/nfs-kernel-server :
  RPCNFSDCOUNT=75
  RPCMOUNTDOPTS=--manage-gids

  2 Clients (rhel6 x86 & Ubuntu 12.04.2 i686) are mounting this nfs4 exported 
directory with no problems :
  When doing ls -l /home on this clients, I have :
  ...
  drwx--   4 user100 oldusers 4096 sept. 21  2011 user100
  drwx--   4 user101 oldusers 4096 sept. 21  2011 user101
  drwx--  37 user102 oldusers 4096 oct.   1 19:06 user102
  drwx--  36 user103 users4096 févr. 5 21:08 user103
  drwx--  36 user104 users4096 févr. 8 14:03 user104
  drwx--  30 user105 users4096 févr. 4 18:01 user105
  drwx--  28 user106 oldusers 4096 oct.   5  2011 user106
  drwx--  37 user107 oldusers 4096 janv.  8 14:52 user107
  drwx--  31 user108 users4096 déc.  4 11:52 user108
  drwx--   4 user109 oldusers 4096 sept. 21  2011 user109
  drwx--x--x  45 user110 oldusers 4096 janv. 22 15:53 user109
  drwx--  31 user111 users4096 janv. 29 12:03 user110
  ...
  uid/gid mapping works fine, authldap works fine, ...

  All Clients running Ubuntu 12.10 i686  or  Ubuntu 12.10 amd64 are 
experiencing the same problem :
  The config files are the same that used in ubuntu 12.04.
  Auth ldap is correctly configured, user can log in.

  This is the /etc/fstab entry for /home :
  192.168.0.1:/ /home nfs  rw,nfsvers=4 0  0

  Important lines in /etc/idmapd.conf :
  domain=my-domain.org
  [Translation]
  Method=nsswitch

  In /etc/default/nfs-common :
  NEED_IDMAPD=yes

  /etc/nsswitch.conf is :
  passwd: files ldap
  group: files ldap
  shadow: files ldap

  When doing ls -l /home there is a strange problem :

  drwx--   4 4294967294 oldusers 4096 sept. 21  2011 user100
  drwx--   4 user101oldusers 4096 sept. 21  2011 user101
  drwx--  37 user102oldusers 4096 oct.   1 19:06 user102
  drwx--  36 4294967294 users4096 févr. 5 21:08 user103
  drwx--  36 4294967294 users4096 févr. 8 14:03 user104
  drwx--  30 4294967294 users4096 févr. 4 18:01 user105
  drwx--  28 4294967294 oldusers 4096 oct.   5  2011 user106
  drwx--  37 4294967294 oldusers 4096 janv.  8 14:52 user107
  drwx--  31 4294967294 users4096 déc.  4 11:52 user108
  drwx--   4 user109oldusers 4096 sept. 21  2011 user109
  drwx--x--x  45 4294967294 oldusers 4096 janv. 22 15:53 user110
  drwx--  31 4294967294 users4096 janv. 29 12:03 user111

  for  571 homedirs (this number varies at each reboot)/662, the owner is the 
value 4294967294. For the  91 remaining homedirs,
  the owner is correct. The gidnumber is correctly mapped for all (only  5 
differents values used for gidNumber).

  In /var/log/syslog, I can see :

  For example : user110 is mapped as 4294967294.
  but the command "id user110" returns :
  uid=31124(user110) gid=666(oldusers) groupes=666(oldusers)

  user110 logs in (auth ldap) from tty1. He runs "ls -l /home/user110/"
  :

  drwxr-xr-x 8 4294967294 oldusers 4096 janv. 19  2012 Bureau
  drwxr-xr-x 3 4294967294 oldusers 4096 déc.   2  2011 Documents
  drwxr-xr-x 2 4294967294 oldusers 4096 déc.   2  2011 Images

  Then, he runs "touch /home/user110/test" :

  drwxr-xr-x 8 4294967294 oldusers 4096 janv. 19  2012 Bureau
  drwxr-xr-x 3 4294967294 oldusers 4096 déc.   2  2011 Documents
  drwxr-xr-x 2 4294967294 oldusers 4096 déc.   2  2011 Images
  drwxr-xr-x 2 4294967294 oldusers0 févr. 13 16:01 test

  On

[Kernel-packages] [Bug 1377851] Re: Kernel panic skb_segment+0x5d7/0x980

2014-10-07 Thread Frederik Kriewitz
Can't test with the 3.13 mainline as these are productive servers and we can't 
risk another outage at this time.
As mentioned in the first post it in appears to be fixed in the 3.16 mainline 
kernel.


** Tags added: kernel-unable-to-test-upstream

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

Title:
  Kernel panic skb_segment+0x5d7/0x980

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  On two Ubuntu 14.04 amd64 servers with tg3 NICs acting as a openvpn gateway 
we recently had a lot of trouble with kernel panics 
(linux-image-3.13.0-36-generic 3.13.0-36.63)
  The panics were kind of random happening sometimes already during the boot 
process and sometimes a couple of hours later.
  The boxes were running perfectly find for a couple of months before. We 
believe some kind of "special" packet triggered the bug.

  Potential related bugs:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1331219
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1313591

  Upgrading to linux-image-3.16.3-031603-generic
  (3.16.3-031603.201409171435) solved the problem for us.

  [ 6076.726520] BUG: unable to handle kernel NULL pointer dereference at 
006c
  [ 6076.737716] IP: [] skb_segment+0x5d7/0x980
  [ 6076.745780] PGD 0 
  [ 6076.748641] Oops:  [#1] SMP 
  [ 6076.753268] Modules linked in: btrfs ufs qnx4 hfsplus hfs minix ntfs msdos 
jfs xfs libcrc32c cdc_ether usbnet mii mpt3sas mpt2sas raid_class 
scsi_transport_sas mptctl mptbase ipmi_si ipmi_devintf dell_rbu gpio_ich 
intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp dcdbas kvm_intel kvm 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw 
gf128mul glue_helper ablk_helper cryptd 8021q garp stp mrp llc sb_edac 
edac_core shpchp joydev pl2303 usbserial lpc_ich wmi mei_me mei mac_hid 
acpi_power_meter ioatdma nf_conntrack dca lp parport raid10 raid456 
async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq raid1 
tg3 ahci hid_generic raid0 ptp usbhid multipath hid libahci pps_core linear 
[last unloaded: ipmi_si]
  [ 6076.850743] CPU: 3 PID: 0 Comm: swapper/3 Not tainted 3.13.0-36-generic 
#63-Ubuntu
  [ 6076.861485] Hardware name: Dell Inc. PowerEdge R620/0PXXHP, BIOS 1.6.0 
03/07/2013
  [ 6076.872104] task: 880223841800 ti: 880223848000 task.ti: 
880223848000
  [ 6076.882722] RIP: 0010:[]  [] 
skb_segment+0x5d7/0x980
  [ 6076.894243] RSP: 0018:880227263790  EFLAGS: 00010246
  [ 6076.901769] RAX: 0646 RBX: 88021f03f000 RCX: 
8801ed4fff00
  [ 6076.911893] RDX: 0646 RSI: 00c2 RDI: 
ea0007f6de00
  [ 6076.971665] RBP: 880227263858 R08: fff6 R09: 
0001
  [ 6077.031463] R10: 88021f03e800 R11: 00010552 R12: 
8801fdb1fc80
  [ 6077.091313] R13: 0001 R14:  R15: 
0646
  [ 6077.151619] FS:  () GS:88022726() 
knlGS:
  [ 6077.262424] CS:  0010 DS:  ES:  CR0: 80050033
  [ 6077.320083] CR2: 006c CR3: 01c0e000 CR4: 
000407e0
  [ 6077.379854] Stack:
  [ 6077.433555]  811a48f9 8802272772c0 fff6 
000a
  [ 6077.546280]  00010552 006a 88021f03e800 
00010020
  [ 6077.658915]  ffe4 00010012 001c055c 
88021f03f000
  [ 6077.771400] Call Trace:
  [ 6077.824494]   
  [ 6077.827251]  [] ? __kmalloc_node_track_caller+0xb9/0x290
  [ 6077.933211]  [] tcp_gso_segment+0x10d/0x3f0
  [ 6077.988641]  [] inet_gso_segment+0x132/0x360
  [ 6078.043154]  [] ? enqueue_task_fair+0x422/0x6c0
  [ 6078.097358]  [] skb_mac_gso_segment+0x9c/0x180
  [ 6078.150464]  [] gre_gso_segment+0x134/0x370
  [ 6078.202321]  [] ? ttwu_do_activate.constprop.74+0x5d/0x70
  [ 6078.255348]  [] inet_gso_segment+0x132/0x360
  [ 6078.306129]  [] ? try_to_wake_up+0x240/0x2c0
  [ 6078.355712]  [] skb_mac_gso_segment+0x9c/0x180
  [ 6078.404660]  [] __skb_gso_segment+0x5d/0xb0
  [ 6078.452918]  [] dev_hard_start_xmit+0x18a/0x560
  [ 6078.501057]  [] sch_direct_xmit+0xee/0x1c0
  [ 6078.548821]  [] __dev_queue_xmit+0x230/0x500
  [ 6078.596793]  [] dev_queue_xmit+0x10/0x20
  [ 6078.644041]  [] neigh_direct_output+0x11/0x20
  [ 6078.691822]  [] ip_finish_output+0x1b0/0x3b0
  [ 6078.739211]  [] ip_output+0x58/0x90
  [ 6078.784448]  [] ip_forward_finish+0x8b/0x170
  [ 6078.830211]  [] ip_forward+0x355/0x410
  [ 6078.874484]  [] ip_rcv_finish+0x7d/0x350
  [ 6078.918046]  [] ip_rcv+0x298/0x3d0
  [ 6078.959829]  [] __netif_receive_skb_core+0x666/0x840
  [ 6079.003064]  [] ? flush_ptrace_hw_breakpoint+0x30/0x60
  [ 6079.045844]  [] __netif_receive_skb+0x18/0x60
  [ 6079.086823]  [] netif_receive_skb+0x23/0x90
  [ 6079.126412]  [] napi

[Kernel-packages] [Bug 1352056] Re: linux: kdump on Ubuntu 14.04 is not generating a dump.

2014-10-07 Thread Mauricio Faria de Oliveira
Hi Chris,

Thanks for fixing this out.

One question:

> [Test Case]
> Taken from:
> https://wiki.ubuntu.com/Kernel/CrashdumpRecipe
> [...]
> 2) increase crashdump size:
> sudo vim /etc/default/grub.d/kexec-tools.cfg
> set crashkernel=1024M

Is there any possibility to make this value something 'per-arch? 
So we can set more ppc64el, and not mess w/ other arches. 

Like that, crashdump would work by default (at least on ppc64el), users
not having to manually adjust the crashkernel size.

I'd be happy to provide a patch/ideas if you think it's OK to go. (I
understand it might have to be later, for the feature-freeze took over
some time ago).

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

Title:
  linux: kdump on Ubuntu 14.04 is not generating a dump.

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]
  Users of ppc64el hardware need the ability to use crashdumps to do kernel 
debugging.

  [Fix]
  Commit upstream and already in utopic:
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=429d2e8342954d337abe370d957e78291032d867

  [Test Case]
  Taken from:
  https://wiki.ubuntu.com/Kernel/CrashdumpRecipe
  https://help.ubuntu.com/14.04/serverguide/kernel-crash-dump.html

  1) apt-get install linux-crashdump
  2) increase crashdump size:
  sudo vim /etc/default/grub.d/kexec-tools.cfg
  set crashkernel=1024M
  sudo update-grub
  3) reboot the machine
  4) sudo sed -i 's/USE_KDUMP=0/USE_KDUMP=1/g' /etc/default/kdump-tools
  5) kdump-config show # should return no errors
  6) echo 'c' | sudo tee /proc/sysrq-trigger
  7) This should crash the machine and we should kexec into another kernel to 
dump the core, then on the next reboot we should see a crash in /var/crash/*

  --

  ---Problem Description---
  kdump is not producing a dump on powerKVM LE P8 Ubuntu 14.04

  ---uname output---
  3.13.0-30-generic

  ---Additional Hardware Info---
  Power8 LE configuration.

  ---Patches Installed---
  1324544 - kdump-config load fails with vmlinux kernel (vs. vmlinuz)

  Machine Type = 8247-22L

  ---Steps to Reproduce---
  Installed kdump-tools 1.5.5-2ubuntu1 and crash 7.0.3-3ubuntu3.
  Updated /etc/default/kdump-tools, first I updated just USE_KDUMP=1. Rebooted 
the node and see:
  root=UUID=87986483-5fec-4b4d-b22e-bf2a72096df8 ro quiet splash 
crashkernel=384M-:128M
  root@c656f2n02:~# cat /proc/sys/kernel/sysrq
  1
  root@c656f2n02:~# cat /proc/sys/kernel/sysrq
  1
  root@c656f2n02:~# ^Cnd /proc | grep sysrq
  root@c656f2n02:~# kdump-config status
  current state   : ready to kdump
  root@c656f2n02:~# kdump-config show
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
  current state:ready to kdump

  kexec command:
    /sbin/kexec -p --args-linux 
--command-line="root=UUID=87986483-5fec-4b4d-b22e-bf2a72096df8 ro quiet splash  
irqpoll maxcpus=1 nousb" --initrd=/boot/initrd.img-3.13.0-30-generic 
/boot/vmlinux-3.13.0-30-generic

  root@c656f2n02:/boot/grub# cat /sys/kernel/kexec_crash_loaded
  1
  root@c656f2n02:/boot/grub# cat /sys/kernel/kexec_loaded
  0

  echo c > /proc/sysrq-trigger

  root@c656f2n02:/var/log# echo c > /proc/sysrq-trigger
  [ 1956.014243] SysRq : Trigger a crash
  [ 1956.014328] Unable to handle kernel paging request for data at address 
0x
  [ 1956.014404] Faulting instruction address: 0xc0586c2c
  [ 1956.014468] Oops: Kernel access of bad area, sig: 11 [#1]
  [ 1956.014518] SMP NR_CPUS=2048 NUMA PowerNV
  [ 1956.014570] Modules linked in: 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 autofs4 rdma_ucm(OF) 
ib_ucm(OF) rdma_cm(OF) iw_cm(OF) ib_ipoib(OF) ib_cm(OF) ib_uverbs(OF) 
ib_umad(OF) mlx5_ib(OF) mlx5_core(OF) mlx4_ib(OF) ib_sa(OF) ib_mad(OF) 
ib_core(OF) ib_addr(OF) mlx4_en(OF) mlx4_core(OF) compat(OF) nfsd auth_rpcgss 
nfs_acl nfs lockd sunrpc fscache rtc_generic powernv_rng ses enclosure ipr
  [ 1956.015306] CPU: 146 PID: 2522 Comm: bash Tainted: GF  O 
3.13.0-30-generic #54-Ubuntu
  [ 1956.015394] task: c03fcabda120 ti: c03fcac58000 task.ti: 
c03fcac58000
  [ 1956.015469] NIP: c0586c2c LR: c0587b8c CTR: 
c0586c00
  [ 1956.015543] REGS: c03fcac5b820 TRAP: 0300   Tainted: GF  O  
(3.13.0-30-generic)
  [ 1956.015617] MSR: 90009033   CR: 42422822  
XER: 2000
  [ 1956.015804] CFAR: c0009318 DAR:  DSISR: 4200 
SOFTE: 0
  GPR00: c0587b8c c03fcac5baa0 c162e840 0063
  GPR

[Kernel-packages] [Bug 1377153] Re: [System76, Inc. Galago UltraPro] suspend/resume failure

2014-10-07 Thread Colan Schwartz
I'm afraid I won't be able to as I need this machine to be stable, but I
can report back here once I upgrade to 14.10 (about a month after it's
released).  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/1377153

Title:
  [System76, Inc. Galago UltraPro] suspend/resume failure

Status in System76:
  New
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Wouldn't resume.  This happens infrequently, as it's usually fine.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  colan  2707 F pulseaudio
   /dev/snd/controlC0:  colan  2707 F pulseaudio
  Date: Wed Oct  1 14:15:57 2014
  DuplicateSignature: suspend/resume:System76, Inc. Galago UltraPro:4.6.5
  ExecutablePath: /usr/share/apport/apportcheckresume
  ExecutableTimestamp: 1409688128
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=a9d32626-3b65-4683-a561-cb1c17e0fcba
  InterpreterPath: /usr/bin/python3.4
  MachineType: System76, Inc. Galago UltraPro
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcCwd: /
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=9a35e457-d298-41c4-9274-a5e8eb9f78c5 ro i915.disable_power_well=0 
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.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  Title: [System76, Inc. Galago UltraPro] suspend/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-05-20 (134 days ago)
  UserGroups:

  dmi.bios.date: 07/09/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Galago UltraPro
  dmi.board.vendor: System76, Inc.
  dmi.board.version: galu1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: System76, Inc,
  dmi.chassis.version: galu1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd07/09/2013:svnSystem76,Inc.:pnGalagoUltraPro:pvrgalu1:rvnSystem76,Inc.:rnGalagoUltraPro:rvrgalu1:cvnSystem76,Inc,:ct9:cvrgalu1:
  dmi.product.name: Galago UltraPro
  dmi.product.version: galu1
  dmi.sys.vendor: System76, Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/system76/+bug/1377153/+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 1177424] Re: [Touch] no permission to access bluez on dbus

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

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

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

Title:
  [Touch] no permission to access bluez on dbus

Status in “bluez” package in Ubuntu:
  Confirmed

Bug description:
  I'm trying today's touch preview image, trying to get bluetooth
  headsets working. After installing the package (see bug 1177421 ),
  PulseAudio gets the following error message:

  bluetooth-util.c: org.bluez.Manager.GetProperties() failed:
  org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 2
  matched rules; type="method_call", sender=":1.3" (uid=32011 pid=260
  comm="pulseaudio --start --log-target=syslog ")
  interface="org.bluez.Manager" member="GetProperties" error
  name="(unset)" requested_reply="0" destination="org.bluez" (uid=0
  pid=99 comm="/usr/sbin/bluetoothd ")

  ...it looks like there is some permission error as pulseaudio is not
  allowed to talk to the bluez daemon over D-Bus. As a result,
  pulseaudio does not detect the headset.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1177424/+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 1378180] Re: wifi constantly gets disconnected = wpa_supplicant[...]: wlan0: CTRL-EVENT-DISCONNECTED

2014-10-07 Thread Joseph Salisbury
** Tags added: kernel-da-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/1378180

Title:
  wifi constantly gets disconnected = wpa_supplicant[...]: wlan0: CTRL-
  EVENT-DISCONNECTED

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The wifi connection repeatedly gets disconnected.
  At times, the connection disconnects and does not reconnect automatically. 
Disabling the wifi and reenabling it or either choosing the network are the 
only way to reconnect.
  If the net is being used, while streaming videos or other downloads, the 
disconnects are more frequent.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  vish   1869 F pulseaudio
   /dev/snd/controlC0:  vish   1869 F pulseaudio
   /dev/snd/controlC1:  vish   1869 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct  7 00:56:22 2014
  HibernationDevice: RESUME=UUID=c1bae3ed-625a-4557-b3eb-e4c53d61652e
  InstallationDate: Installed on 2014-05-17 (142 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 3847
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic.efi.signed 
root=UUID=da145a9d-65f5-443b-b68a-c42fc17a50c2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 088DT1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd04/03/2014:svnDellInc.:pnInspiron3847:pvr:rvnDellInc.:rn088DT1:rvrA01:cvnDellInc.:ct3:cvr:
  dmi.product.name: Inspiron 3847
  dmi.sys.vendor: Dell Inc.

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

2014-10-07 Thread Brad Figg
** Description changed:

  This bug is for tracking the  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:Monday, 22. September 2014 23:20 UTC
  kernel-stable-master-bug:1372522
  kernel-stable-Certification-testing-end:Tuesday, 23. September 2014 09:06 UTC
  kernel-stable-Prepare-package-end:Saturday, 27. September 2014 17:02 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 27. September 2014 17:02 UTC
  ppa-package-testing-start:Saturday, 27. September 2014 17:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 01. October 2014 20:01 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Wednesday, 01. October 2014 22:01 UTC
  kernel-stable-Security-signoff-start:Wednesday, 01. October 2014 22:01 UTC
  kernel-stable-Verification-testing-start:Wednesday, 01. October 2014 22:01 UTC
  kernel-stable-Regression-testing-start:Wednesday, 01. October 2014 22:01 UTC
+ kernel-stable-Regression-testing-end:Tuesday, 07. October 2014 14:03 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/1372683

Title:
  linux-ti-omap4: 3.2.0-1455.75 -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:
  Fix Released
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:
  Invalid
Status in “linux-ti-omap4” source package in Precise:
  New

Bug description:
  This bug is for tracking the  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:Monday, 22. September 2014 23:20 UTC
  kernel-stable-master-bug:1372522
  kernel-stable-Certification-testing-end:Tuesday, 23. September 2014 09:06 UTC
  kernel-stable-Prepare-package-end:Saturday, 27. September 2014 17:02 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 27. September 2014 17:02 UTC
  ppa-package-testing-start:Saturday, 27. September 2014 17:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 01. October 2014 20:01 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Wednesday, 01. October 2014 22:01 UTC
  kernel-stable-Security-signoff-start:Wednesday, 01. October 2014 22:01 UTC
  kernel-stable-Verification-testing-start:Wednesday, 01. October 2014 22:01 UTC
  kernel-stable-Regression-testing-start:Wednesday, 01. October 2014 22:01 UTC
  kernel-stable-Regression-testing-end:Tuesday, 07. October 2014 14:03 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1372683/+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 1378382] [NEW] [Positivo Informatica SA C14CR21] suspend/resume failure

2014-10-07 Thread Leorockbar
Public bug reported:

I don't know what's happening.  Every time i update or log my system, i
recevied error about sources list or cache.  I'm new in linux.  thanks.

ProblemType: KernelOops
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-20-generic 3.16.0-20.27
ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
Uname: Linux 3.16.0-20-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.14.7-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  leorockbar   2646 F pulseaudio
Date: Tue Oct  7 11:11:45 2014
DuplicateSignature: suspend/resume:Positivo Informatica SA C14CR21:1.00.06
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
InstallationDate: Installed on 2014-09-21 (16 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
InterpreterPath: /usr/bin/python3.4
MachineType: Positivo Informatica SA C14CR21
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-20-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root 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-20-generic N/A
 linux-backports-modules-3.16.0-20-generic  N/A
 linux-firmware 1.134
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: [Positivo Informatica SA C14CR21] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 09/21/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.00.06
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: C14CR21
dmi.board.vendor: Positivo Informatica SA
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Positivo Informatica SA
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.06:bd09/21/2012:svnPositivoInformaticaSA:pnC14CR21:pvr1.00.06:rvnPositivoInformaticaSA:rnC14CR21:rvrTobefilledbyO.E.M.:cvnPositivoInformaticaSA:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: C14CR21
dmi.product.version: 1.00.06
dmi.sys.vendor: Positivo Informatica SA

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


** Tags: amd64 apport-kerneloops need-duplicate-check resume suspend utopic

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

Title:
  [Positivo Informatica SA C14CR21] suspend/resume failure

Status in “linux” package in Ubuntu:
  New

Bug description:
  I don't know what's happening.  Every time i update or log my system,
  i recevied error about sources list or cache.  I'm new in linux.
  thanks.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-20-generic 3.16.0-20.27
  ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
  Uname: Linux 3.16.0-20-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leorockbar   2646 F pulseaudio
  Date: Tue Oct  7 11:11:45 2014
  DuplicateSignature: suspend/resume:Positivo Informatica SA C14CR21:1.00.06
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  InstallationDate: Installed on 2014-09-21 (16 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Positivo Informatica SA C14CR21
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-20-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root 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-20-generic N/A
   linux-backports-modules-3.16.0-20-generic  N/A
   linux-firmware 1.134
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [Positivo Informatica SA C14CR21] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/21/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.06
  dmi.boar

[Kernel-packages] [Bug 1372657] Re: linux: 2.6.32-67.134 -proposed tracker

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

** Changed in: kernel-sru-workflow/package-testing
   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/1372657

Title:
  linux: 2.6.32-67.134 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow package-testing series:
  Fix Released
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 prepare-package-ports-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:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-67.134 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:Monday, 22. September 2014 21:38 UTC
  kernel-stable-Prepare-package-end:Friday, 26. September 2014 21:59 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 26. September 2014 21:59 UTC
  ppa-package-testing-start:Friday, 26. September 2014 21:59 UTC
  kernel-stable-Promote-to-proposed-end:Saturday, 27. September 2014 08:00 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Saturday, 27. September 2014 09:02 UTC
  kernel-stable-Verification-testing-start:Saturday, 27. September 2014 09:02 
UTC
  kernel-stable-Certification-testing-start:Saturday, 27. September 2014 09:02 
UTC
  kernel-stable-Security-signoff-start:Saturday, 27. September 2014 09:02 UTC
  kernel-stable-Regression-testing-start:Saturday, 27. September 2014 09:02 UTC
  kernel-stable-Certification-testing-end:Thursday, 02. October 2014 13:02 UTC

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

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

** Changed in: kernel-sru-workflow/package-testing
   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/1372522

Title:
  linux: 3.2.0-70.105 -proposed tracker

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

Bug description:
  This bug is for tracking the 3.2.0-70.105 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:Monday, 22. September 2014 15:44 UTC
  kernel-stable-Prepare-package-end:Monday, 22. September 2014 23:25 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 22. September 2014 23:25 UTC
  ppa-package-testing-start:Monday, 22. September 2014 23:25 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 26. September 2014 18:24 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Friday, 26. September 2014 20:00 UTC
  kernel-stable-Verification-testing-start:Friday, 26. September 2014 20:00 UTC
  kernel-stable-Certification-testing-start:Friday, 26. September 2014 20:01 UTC
  kernel-stable-Security-signoff-start:Friday, 26. September 2014 20:01 UTC
  kernel-stable-Regression-testing-start:Friday, 26. September 2014 20:01 UTC
  kernel-stable-Regression-testing-end:Tuesday, 30. September 2014 06:00 UTC
  kernel-stable-Certification-testing-end:Thursday, 02. October 2014 13:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1372522/+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 1354349] Re: The "crash" utility doesn't run in ARM64 based devices

2014-10-07 Thread Craig Magina
Verified on an arm64 system by running:
sudo crash /boot/System.map-3.13.0-36-generic 
/usr/lib/debug/boot/vmlinux-3.13.0-36-generic
Then from the 'crash>' prompt, running 'dis sys_read' and getting the expected 
output.

** Changed in: crash (Ubuntu Trusty)
 Assignee: dann frazier (dannf) => Craig Magina (craig.magina)

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

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

Title:
  The "crash" utility doesn't run in ARM64 based devices

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

Bug description:
  [Impact]
  Crash is useless on trusty/arm64

  [Test Case]
  BAD (today):
  dannf@mustang:~$ sudo crash /usr/lib/debug/boot/vmlinux-3.13.0-37-generic 

  crash 7.0.3
  Copyright (C) 2002-2013  Red Hat, Inc.
  Copyright (C) 2004, 2005, 2006, 2010  IBM Corporation
  Copyright (C) 1999-2006  Hewlett-Packard Co
  Copyright (C) 2005, 2006, 2011, 2012  Fujitsu Limited
  Copyright (C) 2006, 2007  VA Linux Systems Japan K.K.
  Copyright (C) 2005, 2011  NEC Corporation
  Copyright (C) 1999, 2002, 2007  Silicon Graphics, Inc.
  Copyright (C) 1999, 2000, 2001, 2002  Mission Critical Linux, Inc.
  This program is free software, covered by the GNU General Public License,
  and you are welcome to change it and/or distribute copies of it under
  certain conditions.  Enter "help copying" to see the conditions.
  This program has absolutely no warranty.  Enter "help warranty" for details.
   
  WARNING: arm64_verify_symbol: function not implemented
  WARNING: arm64_verify_symbol: function not implemented
 [repeats, ad nauseum]
  WARNING: arm64_verify_symbol: function not implemented
  WARNING: arm64_verify_symbol: function not implemented
  GNU gdb (GDB) 7.6
  Copyright (C) 2013 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later 
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  and "show warranty" for details.
  This GDB was configured as "aarch64-unknown-linux-gnu"...

  crash: read error: kernel virtual address: ffc000612ce0  type: 
"cpu_possible_mask"
  dannf@mustang:~$

  
  GOOD:
  dannf@mustang:~$ sudo crash /usr/lib/debug/boot/vmlinux-3.13.0-37-generic 

  crash 7.0.3
  Copyright (C) 2002-2013  Red Hat, Inc.
  Copyright (C) 2004, 2005, 2006, 2010  IBM Corporation
  Copyright (C) 1999-2006  Hewlett-Packard Co
  Copyright (C) 2005, 2006, 2011, 2012  Fujitsu Limited
  Copyright (C) 2006, 2007  VA Linux Systems Japan K.K.
  Copyright (C) 2005, 2011  NEC Corporation
  Copyright (C) 1999, 2002, 2007  Silicon Graphics, Inc.
  Copyright (C) 1999, 2000, 2001, 2002  Mission Critical Linux, Inc.
  This program is free software, covered by the GNU General Public License,
  and you are welcome to change it and/or distribute copies of it under
  certain conditions.  Enter "help copying" to see the conditions.
  This program has absolutely no warranty.  Enter "help warranty" for details.
   
  GNU gdb (GDB) 7.6
  Copyright (C) 2013 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later 
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  and "show warranty" for details.
  This GDB was configured as "aarch64-unknown-linux-gnu"...

KERNEL: /usr/lib/debug/boot/vmlinux-3.13.0-37-generic
  DUMPFILE: /dev/mem
  CPUS: 8
  DATE: Tue Sep 30 15:24:37 2014
UPTIME: 2 days, 05:04:47
  LOAD AVERAGE: 0.20, 0.59, 0.62
 TASKS: 150
  NODENAME: mustang
   RELEASE: 3.13.0-37-generic
   VERSION: #64-Ubuntu SMP Mon Sep 22 21:32:32 UTC 2014
   MACHINE: aarch64  (unknown Mhz)
MEMORY: 16 GB
   PID: 19911
   COMMAND: "crash"
  TASK: ffc21d18c200  [THREAD_INFO: ffc3e6978000]
   CPU: 3
 STATE: TASK_RUNNING (ACTIVE)

  crash> dis sys_read
  0xffc0001a6bc0 :  stp x29, x30, [sp,#-80]!
  0xffc0001a6bc4 :mov x29, sp
  0xffc0001a6bc8 :stp x19, x20, [sp,#16]
  0xffc0001a6bcc :   mov x20, x1
  0xffc0001a6bd0 :   add x1, x29, #0x48
  0xffc0001a6bd4 :   str x21, [sp,#32]
  0xffc0001a6bd8 :   str x2, [x29,#56]
  0xffc0001a6bdc :   bl  0xffc0001c1d4c 

  0xffc0001a6be0 :   mov x19, x0
  0xffc0001a6be4 :   ldr w21, [x29,#72]
  0xffc0001a6be8 :   ldr x2, [x29,#56]
  0xffc0001a6bec :   cbz x0, 0xffc0001a6c48 

  0xffc0001a6bf0 :   ldr x4, [x0,#72]
  0xffc0001a6bf4 :   mov 

[Kernel-packages] [Bug 1365914] Re: Incorrect backport to 2.6.32-stable - NFSD regression.

2014-10-07 Thread Luis Henriques
This fix is available in upstream 2.6.32, so it can be considered as a
regular stable update -- we just SRU'ed it without waiting for the
upstream release.  As such, I'm tagging it as verified.

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

-- 
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:
  Invalid
Status in “linux” source package in Lucid:
  Fix Committed

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 
  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 1378382] Status changed to Confirmed

2014-10-07 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/1378382

Title:
  [Positivo Informatica SA C14CR21] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I don't know what's happening.  Every time i update or log my system,
  i recevied error about sources list or cache.  I'm new in linux.
  thanks.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-20-generic 3.16.0-20.27
  ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
  Uname: Linux 3.16.0-20-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leorockbar   2646 F pulseaudio
  Date: Tue Oct  7 11:11:45 2014
  DuplicateSignature: suspend/resume:Positivo Informatica SA C14CR21:1.00.06
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  InstallationDate: Installed on 2014-09-21 (16 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Positivo Informatica SA C14CR21
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-20-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root 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-20-generic N/A
   linux-backports-modules-3.16.0-20-generic  N/A
   linux-firmware 1.134
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [Positivo Informatica SA C14CR21] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/21/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.06
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: C14CR21
  dmi.board.vendor: Positivo Informatica SA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Positivo Informatica SA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.06:bd09/21/2012:svnPositivoInformaticaSA:pnC14CR21:pvr1.00.06:rvnPositivoInformaticaSA:rnC14CR21:rvrTobefilledbyO.E.M.:cvnPositivoInformaticaSA:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: C14CR21
  dmi.product.version: 1.00.06
  dmi.sys.vendor: Positivo Informatica SA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378382/+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 1378180] Re: wifi constantly gets disconnected = wpa_supplicant[...]: wlan0: CTRL-EVENT-DISCONNECTED

2014-10-07 Thread Seth Forshee
Vish: You probably don't need any headers packages, only the linux-image
package for your architecture. If you do need the headers (e.g. for dkms
modules) then you need to make sure you grab both the linux-
header*_all.deb file in addition to the one for your architecture.

However I'd suggest starting with 3.17 instead of 3.14. If it's not
fixed in 3.17 then it likely isn't fixed in 3.14 either, and if it is
fixed in 3.17 we can start hunting for the fix. You can get the 3.17
build from here:

http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-utopic/

(Note that it doesn't matter if it says trusty or utopic in the name,
that simply describes which version the configuration and packaging were
based on. You can easily install -utopic mainline builds on 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/1378180

Title:
  wifi constantly gets disconnected = wpa_supplicant[...]: wlan0: CTRL-
  EVENT-DISCONNECTED

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The wifi connection repeatedly gets disconnected.
  At times, the connection disconnects and does not reconnect automatically. 
Disabling the wifi and reenabling it or either choosing the network are the 
only way to reconnect.
  If the net is being used, while streaming videos or other downloads, the 
disconnects are more frequent.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  vish   1869 F pulseaudio
   /dev/snd/controlC0:  vish   1869 F pulseaudio
   /dev/snd/controlC1:  vish   1869 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct  7 00:56:22 2014
  HibernationDevice: RESUME=UUID=c1bae3ed-625a-4557-b3eb-e4c53d61652e
  InstallationDate: Installed on 2014-05-17 (142 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 3847
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic.efi.signed 
root=UUID=da145a9d-65f5-443b-b68a-c42fc17a50c2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 088DT1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd04/03/2014:svnDellInc.:pnInspiron3847:pvr:rvnDellInc.:rn088DT1:rvrA01:cvnDellInc.:ct3:cvr:
  dmi.product.name: Inspiron 3847
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378180/+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 1378382] Re: [Positivo Informatica SA C14CR21] suspend/resume failure

2014-10-07 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  [Positivo Informatica SA C14CR21] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I don't know what's happening.  Every time i update or log my system,
  i recevied error about sources list or cache.  I'm new in linux.
  thanks.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-20-generic 3.16.0-20.27
  ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
  Uname: Linux 3.16.0-20-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leorockbar   2646 F pulseaudio
  Date: Tue Oct  7 11:11:45 2014
  DuplicateSignature: suspend/resume:Positivo Informatica SA C14CR21:1.00.06
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  InstallationDate: Installed on 2014-09-21 (16 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Positivo Informatica SA C14CR21
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-20-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root 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-20-generic N/A
   linux-backports-modules-3.16.0-20-generic  N/A
   linux-firmware 1.134
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [Positivo Informatica SA C14CR21] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/21/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.06
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: C14CR21
  dmi.board.vendor: Positivo Informatica SA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Positivo Informatica SA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.06:bd09/21/2012:svnPositivoInformaticaSA:pnC14CR21:pvr1.00.06:rvnPositivoInformaticaSA:rnC14CR21:rvrTobefilledbyO.E.M.:cvnPositivoInformaticaSA:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: C14CR21
  dmi.product.version: 1.00.06
  dmi.sys.vendor: Positivo Informatica SA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378382/+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 1378392] [NEW] [Positivo Informatica SA C14CR21] suspend/resume failure

2014-10-07 Thread Leorockbar
Public bug reported:

???

ProblemType: KernelOops
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-20-generic 3.16.0-20.27
ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
Uname: Linux 3.16.0-20-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.14.7-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  leorockbar   2646 F pulseaudio
Date: Tue Oct  7 11:11:45 2014
DuplicateSignature: suspend/resume:Positivo Informatica SA C14CR21:1.00.06
ExecutablePath: /usr/share/apport/apportcheckresume
ExecutableTimestamp: 1412378755
Failure: suspend/resume
InstallationDate: Installed on 2014-09-21 (16 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
InterpreterPath: /usr/bin/python3.4
MachineType: Positivo Informatica SA C14CR21
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcCwd: /
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-20-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root 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-20-generic N/A
 linux-backports-modules-3.16.0-20-generic  N/A
 linux-firmware 1.134
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: [Positivo Informatica SA C14CR21] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 09/21/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.00.06
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: C14CR21
dmi.board.vendor: Positivo Informatica SA
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Positivo Informatica SA
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.06:bd09/21/2012:svnPositivoInformaticaSA:pnC14CR21:pvr1.00.06:rvnPositivoInformaticaSA:rnC14CR21:rvrTobefilledbyO.E.M.:cvnPositivoInformaticaSA:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: C14CR21
dmi.product.version: 1.00.06
dmi.sys.vendor: Positivo Informatica SA

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


** Tags: amd64 apport-kerneloops need-duplicate-check resume suspend

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

Title:
  [Positivo Informatica SA C14CR21] suspend/resume failure

Status in “linux” package in Ubuntu:
  New

Bug description:
  ???

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-20-generic 3.16.0-20.27
  ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
  Uname: Linux 3.16.0-20-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leorockbar   2646 F pulseaudio
  Date: Tue Oct  7 11:11:45 2014
  DuplicateSignature: suspend/resume:Positivo Informatica SA C14CR21:1.00.06
  ExecutablePath: /usr/share/apport/apportcheckresume
  ExecutableTimestamp: 1412378755
  Failure: suspend/resume
  InstallationDate: Installed on 2014-09-21 (16 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Positivo Informatica SA C14CR21
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcCwd: /
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-20-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root 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-20-generic N/A
   linux-backports-modules-3.16.0-20-generic  N/A
   linux-firmware 1.134
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [Positivo Informatica SA C14CR21] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/21/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.06
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: C14CR21
  dmi.board.vendor: Positivo Informatica SA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  

[Kernel-packages] [Bug 1378382] Re: [Positivo Informatica SA C14CR21] suspend/resume failure

2014-10-07 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer to 
https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v3.17 
kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-utopic/

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

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

Title:
  [Positivo Informatica SA C14CR21] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I don't know what's happening.  Every time i update or log my system,
  i recevied error about sources list or cache.  I'm new in linux.
  thanks.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-20-generic 3.16.0-20.27
  ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
  Uname: Linux 3.16.0-20-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leorockbar   2646 F pulseaudio
  Date: Tue Oct  7 11:11:45 2014
  DuplicateSignature: suspend/resume:Positivo Informatica SA C14CR21:1.00.06
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  InstallationDate: Installed on 2014-09-21 (16 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Positivo Informatica SA C14CR21
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-20-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root 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-20-generic N/A
   linux-backports-modules-3.16.0-20-generic  N/A
   linux-firmware 1.134
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [Positivo Informatica SA C14CR21] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/21/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.06
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: C14CR21
  dmi.board.vendor: Positivo Informatica SA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Positivo Informatica SA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.06:bd09/21/2012:svnPositivoInformaticaSA:pnC14CR21:pvr1.00.06:rvnPositivoInformaticaSA:rnC14CR21:rvrTobefilledbyO.E.M.:cvnPositivoInformaticaSA:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: C14CR21
  dmi.product.version: 1.00.06
  dmi.sys.vendor: Positivo Informatica SA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378382/+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 1378392] Re: [Positivo Informatica SA C14CR21] suspend/resume failure

2014-10-07 Thread Apport retracing service
*** This bug is a duplicate of bug 1378382 ***
https://bugs.launchpad.net/bugs/1378382

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1378382, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1378392/+attachment/4227517/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1378392/+attachment/4227519/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 1378382
   [Positivo Informatica SA C14CR21] suspend/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/1378392

Title:
  [Positivo Informatica SA C14CR21] suspend/resume failure

Status in “linux” package in Ubuntu:
  New

Bug description:
  ???

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-20-generic 3.16.0-20.27
  ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
  Uname: Linux 3.16.0-20-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leorockbar   2646 F pulseaudio
  Date: Tue Oct  7 11:11:45 2014
  DuplicateSignature: suspend/resume:Positivo Informatica SA C14CR21:1.00.06
  ExecutablePath: /usr/share/apport/apportcheckresume
  ExecutableTimestamp: 1412378755
  Failure: suspend/resume
  InstallationDate: Installed on 2014-09-21 (16 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Positivo Informatica SA C14CR21
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcCwd: /
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-20-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root 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-20-generic N/A
   linux-backports-modules-3.16.0-20-generic  N/A
   linux-firmware 1.134
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [Positivo Informatica SA C14CR21] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/21/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.00.06
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: C14CR21
  dmi.board.vendor: Positivo Informatica SA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Positivo Informatica SA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.00.06:bd09/21/2012:svnPositivoInformaticaSA:pnC14CR21:pvr1.00.06:rvnPositivoInformaticaSA:rnC14CR21:rvrTobefilledbyO.E.M.:cvnPositivoInformaticaSA:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: C14CR21
  dmi.product.version: 1.00.06
  dmi.sys.vendor: Positivo Informatica SA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378392/+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 1372482] Re: mount.cifs does not work with the 3.13.0.36-generic kernel

2014-10-07 Thread Bruno Bigras
I can't test the kernel from #12 since it's amd64 and I use i386.

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

Title:
  mount.cifs does not work with the 3.13.0.36-generic kernel

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

Bug description:
  mount.cifs //server_ip/share_name mount_point -o user=user
  Password...
  mount error(5): Input/output error
  Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  From syslog:
  Sep 22 15:41:04 ds1205 kernel: [   11.778362] [ cut here 
]
  Sep 22 15:41:04 ds1205 kernel: [   11.778370] WARNING: CPU: 3 PID: 2253 at 
/build/buildd/linux-3.13.0/fs/cifs/transport.c:313 smb_send_rqst+0x215/0x270 
[cifs]()
  Sep 22 15:41:04 ds1205 kernel: [   11.778371] Send length 
mismatch(send_length=72 smb_buf_length=2164260932)
  Sep 22 15:41:04 ds1205 kernel: [   11.778372] Modules linked in: cuse rfcomm 
bnep bluetooth binfmt_misc snd_hda_codec_realtek nls_utf8 cifs fscache 
intel_rapl x86_pkg_temp_thermal intel_powerclamp snd_hda_intel coretemp 
snd_hda_codec kvm_intel kvm snd_hwdep snd_pcm crct10dif_pclmul crc32_pclmul 
snd_page_alloc ghash_clmulni_intel i915 snd_seq_midi aesni_intel 
snd_seq_midi_event aes_x86_64 lrw snd_rawmidi gf128mul snd_seq glue_helper 
ablk_helper snd_seq_device drm_kms_helper cryptd snd_timer drm keucr(C) 
parport_pc i2c_algo_bit hid_generic snd mei_me ppdev mei usb_storage lp 
soundcore serio_raw lpc_ich parport wmi mac_hid video usbhid hid psmouse ahci 
libahci r8169 mii
  Sep 22 15:41:04 ds1205 kernel: [   11.778395] CPU: 3 PID: 2253 Comm: 
mount.cifs Tainted: GWC3.13.0-36-generic #63-Ubuntu
  Sep 22 15:41:04 ds1205 kernel: [   11.778396] Hardware name: Hewlett-Packard 
HP Pro 3500 Series/2ABF, BIOS 8.11 10/24/2012
  Sep 22 15:41:04 ds1205 kernel: [   11.778397]  0009 
8800ccaf7bb0 8171e569 8800ccaf7bf8
  Sep 22 15:41:04 ds1205 kernel: [   11.778399]  8800ccaf7be8 
8106775d 8800ccaf7d00 88020fecb800
  Sep 22 15:41:04 ds1205 kernel: [   11.778401]  8800ccaf7cc8 
0001  8800ccaf7c48
  Sep 22 15:41:04 ds1205 kernel: [   11.778403] Call Trace:
  Sep 22 15:41:04 ds1205 kernel: [   11.778406]  [] 
dump_stack+0x45/0x56
  Sep 22 15:41:04 ds1205 kernel: [   11.778408]  [] 
warn_slowpath_common+0x7d/0xa0
  Sep 22 15:41:04 ds1205 kernel: [   11.778409]  [] 
warn_slowpath_fmt+0x4c/0x50
  Sep 22 15:41:04 ds1205 kernel: [   11.778415]  [] 
smb_send_rqst+0x215/0x270 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778417]  [] ? 
__inet_stream_connect+0x208/0x320
  Sep 22 15:41:04 ds1205 kernel: [   11.778422]  [] 
smb_sendv+0x3d/0x40 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778426]  [] 
smb_send+0x28/0x30 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778430]  [] 
generic_ip_connect+0x30d/0x3e0 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778432]  [] ? 
__kmalloc+0x55/0x230
  Sep 22 15:41:04 ds1205 kernel: [   11.778437]  [] 
cifs_mount+0x85c/0xaf0 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778440]  [] 
cifs_do_mount+0xa0/0x4d0 [cifs]
  Sep 22 15:41:04 ds1205 kernel: [   11.778442]  [] 
mount_fs+0x39/0x1b0
  Sep 22 15:41:04 ds1205 kernel: [   11.778444]  [] 
vfs_kern_mount+0x67/0x110
  Sep 22 15:41:04 ds1205 kernel: [   11.778446]  [] 
do_mount+0x244/0xb20
  Sep 22 15:41:04 ds1205 kernel: [   11.778448]  [] ? 
__get_free_pages+0xe/0x50
  Sep 22 15:41:04 ds1205 kernel: [   11.778450]  [] ? 
copy_mount_options+0x36/0x170
  Sep 22 15:41:04 ds1205 kernel: [   11.778451]  [] 
SyS_mount+0x83/0xc0
  Sep 22 15:41:04 ds1205 kernel: [   11.778453]  [] 
system_call_fastpath+0x1a/0x1f
  Sep 22 15:41:04 ds1205 kernel: [   11.778454] ---[ end trace 826c79e22eb80bab 
]---
  Sep 22 15:41:04 ds1205 kernel: [   11.779826] CIFS VFS: Error connecting to 
socket. Aborting operation.
  Sep 22 15:41:04 ds1205 kernel: [   11.779890] CIFS VFS: cifs_mount failed 
w/return code = -5

  I cannot mount share from Samba 3.6.6, but I can mount a share from a Windows 
2003 server.
  But it works with 3.13.0.35-generic.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pt 2204 F pulseaudio
   /dev/snd/pcmC0D0p:   pt 2204 F...m pulseaudio
  Date: Mon Sep 22 15:52:02 2014
  HibernationDevice: RESUME=UUID=0694bd92-c10f-4c5e-8c90-e1d2a388f84f
  InstallationDate: Installed on 2013-07-09 (440 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensi

[Kernel-packages] [Bug 1372522] Re: linux: 3.2.0-70.105 -proposed tracker

2014-10-07 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.2.0-70.105 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:Monday, 22. September 2014 15:44 UTC
  kernel-stable-Prepare-package-end:Monday, 22. September 2014 23:25 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 22. September 2014 23:25 UTC
  ppa-package-testing-start:Monday, 22. September 2014 23:25 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 26. September 2014 18:24 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Friday, 26. September 2014 20:00 UTC
  kernel-stable-Verification-testing-start:Friday, 26. September 2014 20:00 UTC
  kernel-stable-Certification-testing-start:Friday, 26. September 2014 20:01 UTC
  kernel-stable-Security-signoff-start:Friday, 26. September 2014 20:01 UTC
  kernel-stable-Regression-testing-start:Friday, 26. September 2014 20:01 UTC
  kernel-stable-Regression-testing-end:Tuesday, 30. September 2014 06:00 UTC
  kernel-stable-Certification-testing-end:Thursday, 02. October 2014 13:02 UTC
+ kernel-stable-phase:Testing
+ kernel-stable-phase-changed:Tuesday, 07. October 2014 15:00 UTC
+ kernel-stable-Verification-testing-end:Tuesday, 07. October 2014 15: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/1372522

Title:
  linux: 3.2.0-70.105 -proposed tracker

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

Bug description:
  This bug is for tracking the 3.2.0-70.105 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:Monday, 22. September 2014 15:44 UTC
  kernel-stable-Prepare-package-end:Monday, 22. September 2014 23:25 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 22. September 2014 23:25 UTC
  ppa-package-testing-start:Monday, 22. September 2014 23:25 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 26. September 2014 18:24 UTC
  kernel-stable-Verification-testing-start:Friday, 26. September 2014 20:00 UTC
  kernel-stable-Certification-testing-start:Friday, 26. September 2014 20:01 UTC
  kernel-stable-Security-signoff-start:Friday, 26. September 2014 20:01 UTC
  kernel-stable-Regression-testing-start:Friday, 26. September 2014 20:01 UTC
  kernel-stable-Regression-testing-end:Tuesday, 30. September 2014 06:00 UTC
  kernel-stable-Certification-testing-end:Thursday, 02. October 2014 13:02 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Tuesday, 07. October 2014 15:00 UTC
  kernel-stable-Verification-testing-end:Tuesday, 07. October 2014 15:00 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1372522/+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 1352056] Re: linux: kdump on Ubuntu 14.04 is not generating a dump.

2014-10-07 Thread Chris J Arges
@mauricfo

There is an incoming patch to run kdump as a lower runlevel which may
help reduce memory usage after the kexec; I'd like to see if that fixes
the issue without having to bump up memory consumption to 1G.

Either way feel free to track this as a separate issue. First and
foremost we should get the entire stack working in utopic/trusty with
this small modification; then fix this as well.

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

Title:
  linux: kdump on Ubuntu 14.04 is not generating a dump.

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]
  Users of ppc64el hardware need the ability to use crashdumps to do kernel 
debugging.

  [Fix]
  Commit upstream and already in utopic:
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=429d2e8342954d337abe370d957e78291032d867

  [Test Case]
  Taken from:
  https://wiki.ubuntu.com/Kernel/CrashdumpRecipe
  https://help.ubuntu.com/14.04/serverguide/kernel-crash-dump.html

  1) apt-get install linux-crashdump
  2) increase crashdump size:
  sudo vim /etc/default/grub.d/kexec-tools.cfg
  set crashkernel=1024M
  sudo update-grub
  3) reboot the machine
  4) sudo sed -i 's/USE_KDUMP=0/USE_KDUMP=1/g' /etc/default/kdump-tools
  5) kdump-config show # should return no errors
  6) echo 'c' | sudo tee /proc/sysrq-trigger
  7) This should crash the machine and we should kexec into another kernel to 
dump the core, then on the next reboot we should see a crash in /var/crash/*

  --

  ---Problem Description---
  kdump is not producing a dump on powerKVM LE P8 Ubuntu 14.04

  ---uname output---
  3.13.0-30-generic

  ---Additional Hardware Info---
  Power8 LE configuration.

  ---Patches Installed---
  1324544 - kdump-config load fails with vmlinux kernel (vs. vmlinuz)

  Machine Type = 8247-22L

  ---Steps to Reproduce---
  Installed kdump-tools 1.5.5-2ubuntu1 and crash 7.0.3-3ubuntu3.
  Updated /etc/default/kdump-tools, first I updated just USE_KDUMP=1. Rebooted 
the node and see:
  root=UUID=87986483-5fec-4b4d-b22e-bf2a72096df8 ro quiet splash 
crashkernel=384M-:128M
  root@c656f2n02:~# cat /proc/sys/kernel/sysrq
  1
  root@c656f2n02:~# cat /proc/sys/kernel/sysrq
  1
  root@c656f2n02:~# ^Cnd /proc | grep sysrq
  root@c656f2n02:~# kdump-config status
  current state   : ready to kdump
  root@c656f2n02:~# kdump-config show
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
  current state:ready to kdump

  kexec command:
    /sbin/kexec -p --args-linux 
--command-line="root=UUID=87986483-5fec-4b4d-b22e-bf2a72096df8 ro quiet splash  
irqpoll maxcpus=1 nousb" --initrd=/boot/initrd.img-3.13.0-30-generic 
/boot/vmlinux-3.13.0-30-generic

  root@c656f2n02:/boot/grub# cat /sys/kernel/kexec_crash_loaded
  1
  root@c656f2n02:/boot/grub# cat /sys/kernel/kexec_loaded
  0

  echo c > /proc/sysrq-trigger

  root@c656f2n02:/var/log# echo c > /proc/sysrq-trigger
  [ 1956.014243] SysRq : Trigger a crash
  [ 1956.014328] Unable to handle kernel paging request for data at address 
0x
  [ 1956.014404] Faulting instruction address: 0xc0586c2c
  [ 1956.014468] Oops: Kernel access of bad area, sig: 11 [#1]
  [ 1956.014518] SMP NR_CPUS=2048 NUMA PowerNV
  [ 1956.014570] Modules linked in: 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 autofs4 rdma_ucm(OF) 
ib_ucm(OF) rdma_cm(OF) iw_cm(OF) ib_ipoib(OF) ib_cm(OF) ib_uverbs(OF) 
ib_umad(OF) mlx5_ib(OF) mlx5_core(OF) mlx4_ib(OF) ib_sa(OF) ib_mad(OF) 
ib_core(OF) ib_addr(OF) mlx4_en(OF) mlx4_core(OF) compat(OF) nfsd auth_rpcgss 
nfs_acl nfs lockd sunrpc fscache rtc_generic powernv_rng ses enclosure ipr
  [ 1956.015306] CPU: 146 PID: 2522 Comm: bash Tainted: GF  O 
3.13.0-30-generic #54-Ubuntu
  [ 1956.015394] task: c03fcabda120 ti: c03fcac58000 task.ti: 
c03fcac58000
  [ 1956.015469] NIP: c0586c2c LR: c0587b8c CTR: 
c0586c00
  [ 1956.015543] REGS: c03fcac5b820 TRAP: 0300   Tainted: GF  O  
(3.13.0-30-generic)
  [ 1956.015617] MSR: 90009033   CR: 42422822  
XER: 2000
  [ 1956.015804] CFAR: c0009318 DAR:  DSISR: 4200 
SOFTE: 0
  GPR00: c0587b8c c03fcac5baa0 c162e840 0063
  GPR04: c2f45bd0 c2f564c8 00015ad0 c1827480
  GPR08: c0dfe840  0001 00015ad0
  GPR12: 42422822 c7e5ff00 01002fe90648 1016e008
  GPR16: 0

[Kernel-packages] [Bug 1378401] [NEW] External USB3 hard drive fails to connect (JMicron bridge 152d:0569)

2014-10-07 Thread Matej Kenda
Public bug reported:

A Hitachi 2.5" disk in USB 3 disk enclosure with JMicron chip fails to
be connected on Ubuntu Trusty.

The same system was booted with Utopic Unicorn Beta 2 to verify whether
newer kernel resolves the problem. Unfortunatelly it does not.

The disk was properly recognised only the first time it was attached.

[  346.790756] usb 4-4: new SuperSpeed USB device number 3 using xhci_hcd
[  346.807293] usb 4-4: New USB device found, idVendor=152d, idProduct=0569
[  346.807301] usb 4-4: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[  346.807304] usb 4-4: Product: USB to ATA/ATAPI Bridge
[  346.807307] usb 4-4: Manufacturer: JMicron
[  346.807310] usb 4-4: SerialNumber: 4A3337343030383448584B595845
[  348.477947] usb-storage 4-4:1.0: USB Mass Storage device detected
[  348.478225] scsi7 : usb-storage 4-4:1.0
[  348.478395] usbcore: registered new interface driver usb-storage
[  348.588835] usbcore: registered new interface driver uas
[  349.475655] scsi 7:0:0:0: Direct-Access Hitachi  HTS727575A9E364   
PQ: 0 ANSI: 5
[  349.476095] sd 7:0:0:0: Attached scsi generic sg2 type 0
[  349.476243] sd 7:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 
GB/698 GiB)
[  349.476734] sd 7:0:0:0: [sdb] Test WP failed, assume Write Enabled
[  349.477219] sd 7:0:0:0: [sdb] Asking for cache data failed
[  349.477224] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[  349.760792]  sdb: sdb1
[  349.762218] sd 7:0:0:0: [sdb] Attached SCSI disk
[  350.097878] EXT4-fs (sdb1): recovery complete
[  350.098248] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: 
(null)
[  350.293120] systemd-hostnamed[6253]: Warning: nss-myhostname is not 
installed. Changing the local hostname might make it unresolveable. Please 
install nss-myhostname!
[  396.016083] usb 4-4: USB disconnect, device number 3

Further attempts failed, regardless of how the disk was attached:

* directly to powered USB 3 port on the laptop
* to USB 3 port in laptop dock
* via USB 2 hub with external power

[  409.808551] usb 3-1.1: new high-speed USB device number 4 using xhci_hcd
[  409.897277] usb 3-1.1: New USB device found, idVendor=152d, idProduct=0569
[  409.897284] usb 3-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=5
[  409.897287] usb 3-1.1: Product: USB to ATA/ATAPI Bridge
[  409.897290] usb 3-1.1: Manufacturer: JMicron
[  409.897293] usb 3-1.1: SerialNumber: 4A3337343030383448584B595845
[  409.897953] usb-storage 3-1.1:1.0: USB Mass Storage device detected
[  409.898260] scsi8 : usb-storage 3-1.1:1.0
[  410.897754] scsi 8:0:0:0: Direct-Access Hitachi  HTS727575A9E364   
PQ: 0 ANSI: 5
[  410.898406] sd 8:0:0:0: Attached scsi generic sg2 type 0
[  410.898589] sd 8:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 
GB/698 GiB)
[  410.899099] sd 8:0:0:0: [sdb] Test WP failed, assume Write Enabled
[  410.899549] sd 8:0:0:0: [sdb] Asking for cache data failed
[  410.899555] sd 8:0:0:0: [sdb] Assuming drive cache: write through
[  411.509408] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
[  411.509446] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
[  411.509453] usb 3-1.1: hub failed to enable device, error -22
[  411.581221] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
[  411.581268] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
[  411.581274] usb 3-1.1: hub failed to enable device, error -22
[  411.653254] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
[  411.669800] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 88030f78a9c0
[  411.669808] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 88030f78aa08
[  411.749480] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
[  411.749527] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
[  411.749534] usb 3-1.1: hub failed to enable device, error -22
[  411.821215] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
[  411.821256] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
[  411.821262] usb 3-1.1: hub failed to enable device, error -22
[  411.893315] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd

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

** Attachment added: "dmesg.txt"
   https://bugs.launchpad.net/bugs/1378401/+attachment/4227542/+files/dmesg.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/1378401

Title:
  External USB3 hard drive fails to connect (JMicron bridge 152d:0569)

Status in “linux” package in Ubuntu:
  New

Bug description:
  A Hitachi 2.5" disk in USB 3 disk enclosure with JMicron chip fails to
  be connected on Ubuntu Trusty.

  The same system was booted with Utopic Unicorn Beta 2 to verify
  whether newer kernel resolves the pro

[Kernel-packages] [Bug 1378401] Re: External USB3 JMicron hard drive fails to be connected

2014-10-07 Thread Matej Kenda
** Attachment added: "Output of lsusb -t"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378401/+attachment/4227543/+files/lsusb-t.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/1378401

Title:
  External USB3 hard drive fails to connect (JMicron bridge 152d:0569)

Status in “linux” package in Ubuntu:
  New

Bug description:
  A Hitachi 2.5" disk in USB 3 disk enclosure with JMicron chip fails to
  be connected on Ubuntu Trusty.

  The same system was booted with Utopic Unicorn Beta 2 to verify
  whether newer kernel resolves the problem. Unfortunatelly it does not.

  The disk was properly recognised only the first time it was attached.

  [  346.790756] usb 4-4: new SuperSpeed USB device number 3 using xhci_hcd
  [  346.807293] usb 4-4: New USB device found, idVendor=152d, idProduct=0569
  [  346.807301] usb 4-4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=5
  [  346.807304] usb 4-4: Product: USB to ATA/ATAPI Bridge
  [  346.807307] usb 4-4: Manufacturer: JMicron
  [  346.807310] usb 4-4: SerialNumber: 4A3337343030383448584B595845
  [  348.477947] usb-storage 4-4:1.0: USB Mass Storage device detected
  [  348.478225] scsi7 : usb-storage 4-4:1.0
  [  348.478395] usbcore: registered new interface driver usb-storage
  [  348.588835] usbcore: registered new interface driver uas
  [  349.475655] scsi 7:0:0:0: Direct-Access Hitachi  HTS727575A9E364   
PQ: 0 ANSI: 5
  [  349.476095] sd 7:0:0:0: Attached scsi generic sg2 type 0
  [  349.476243] sd 7:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 
GB/698 GiB)
  [  349.476734] sd 7:0:0:0: [sdb] Test WP failed, assume Write Enabled
  [  349.477219] sd 7:0:0:0: [sdb] Asking for cache data failed
  [  349.477224] sd 7:0:0:0: [sdb] Assuming drive cache: write through
  [  349.760792]  sdb: sdb1
  [  349.762218] sd 7:0:0:0: [sdb] Attached SCSI disk
  [  350.097878] EXT4-fs (sdb1): recovery complete
  [  350.098248] EXT4-fs (sdb1): mounted filesystem with ordered data mode. 
Opts: (null)
  [  350.293120] systemd-hostnamed[6253]: Warning: nss-myhostname is not 
installed. Changing the local hostname might make it unresolveable. Please 
install nss-myhostname!
  [  396.016083] usb 4-4: USB disconnect, device number 3

  Further attempts failed, regardless of how the disk was attached:

  * directly to powered USB 3 port on the laptop
  * to USB 3 port in laptop dock
  * via USB 2 hub with external power

  [  409.808551] usb 3-1.1: new high-speed USB device number 4 using xhci_hcd
  [  409.897277] usb 3-1.1: New USB device found, idVendor=152d, idProduct=0569
  [  409.897284] usb 3-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=5
  [  409.897287] usb 3-1.1: Product: USB to ATA/ATAPI Bridge
  [  409.897290] usb 3-1.1: Manufacturer: JMicron
  [  409.897293] usb 3-1.1: SerialNumber: 4A3337343030383448584B595845
  [  409.897953] usb-storage 3-1.1:1.0: USB Mass Storage device detected
  [  409.898260] scsi8 : usb-storage 3-1.1:1.0
  [  410.897754] scsi 8:0:0:0: Direct-Access Hitachi  HTS727575A9E364   
PQ: 0 ANSI: 5
  [  410.898406] sd 8:0:0:0: Attached scsi generic sg2 type 0
  [  410.898589] sd 8:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 
GB/698 GiB)
  [  410.899099] sd 8:0:0:0: [sdb] Test WP failed, assume Write Enabled
  [  410.899549] sd 8:0:0:0: [sdb] Asking for cache data failed
  [  410.899555] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [  411.509408] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.509446] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.509453] usb 3-1.1: hub failed to enable device, error -22
  [  411.581221] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.581268] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.581274] usb 3-1.1: hub failed to enable device, error -22
  [  411.653254] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.669800] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 88030f78a9c0
  [  411.669808] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 88030f78aa08
  [  411.749480] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.749527] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.749534] usb 3-1.1: hub failed to enable device, error -22
  [  411.821215] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.821256] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.821262] usb 3-1.1: hub failed to enable device, error -22
  [  411.893315] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd

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

-- 
Mailing list: https://launc

[Kernel-packages] [Bug 1378401] Re: External USB3 JMicron hard drive fails to be connected

2014-10-07 Thread Matej Kenda
** Attachment added: "output of lsusb -v"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378401/+attachment/4227544/+files/lsusb-v.txt

** Summary changed:

- External USB3 JMicron hard drive fails to be connected
+ External USB3 hard drive fails to connect (JMicron bridge 152d:0569)

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

Title:
  External USB3 hard drive fails to connect (JMicron bridge 152d:0569)

Status in “linux” package in Ubuntu:
  New

Bug description:
  A Hitachi 2.5" disk in USB 3 disk enclosure with JMicron chip fails to
  be connected on Ubuntu Trusty.

  The same system was booted with Utopic Unicorn Beta 2 to verify
  whether newer kernel resolves the problem. Unfortunatelly it does not.

  The disk was properly recognised only the first time it was attached.

  [  346.790756] usb 4-4: new SuperSpeed USB device number 3 using xhci_hcd
  [  346.807293] usb 4-4: New USB device found, idVendor=152d, idProduct=0569
  [  346.807301] usb 4-4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=5
  [  346.807304] usb 4-4: Product: USB to ATA/ATAPI Bridge
  [  346.807307] usb 4-4: Manufacturer: JMicron
  [  346.807310] usb 4-4: SerialNumber: 4A3337343030383448584B595845
  [  348.477947] usb-storage 4-4:1.0: USB Mass Storage device detected
  [  348.478225] scsi7 : usb-storage 4-4:1.0
  [  348.478395] usbcore: registered new interface driver usb-storage
  [  348.588835] usbcore: registered new interface driver uas
  [  349.475655] scsi 7:0:0:0: Direct-Access Hitachi  HTS727575A9E364   
PQ: 0 ANSI: 5
  [  349.476095] sd 7:0:0:0: Attached scsi generic sg2 type 0
  [  349.476243] sd 7:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 
GB/698 GiB)
  [  349.476734] sd 7:0:0:0: [sdb] Test WP failed, assume Write Enabled
  [  349.477219] sd 7:0:0:0: [sdb] Asking for cache data failed
  [  349.477224] sd 7:0:0:0: [sdb] Assuming drive cache: write through
  [  349.760792]  sdb: sdb1
  [  349.762218] sd 7:0:0:0: [sdb] Attached SCSI disk
  [  350.097878] EXT4-fs (sdb1): recovery complete
  [  350.098248] EXT4-fs (sdb1): mounted filesystem with ordered data mode. 
Opts: (null)
  [  350.293120] systemd-hostnamed[6253]: Warning: nss-myhostname is not 
installed. Changing the local hostname might make it unresolveable. Please 
install nss-myhostname!
  [  396.016083] usb 4-4: USB disconnect, device number 3

  Further attempts failed, regardless of how the disk was attached:

  * directly to powered USB 3 port on the laptop
  * to USB 3 port in laptop dock
  * via USB 2 hub with external power

  [  409.808551] usb 3-1.1: new high-speed USB device number 4 using xhci_hcd
  [  409.897277] usb 3-1.1: New USB device found, idVendor=152d, idProduct=0569
  [  409.897284] usb 3-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=5
  [  409.897287] usb 3-1.1: Product: USB to ATA/ATAPI Bridge
  [  409.897290] usb 3-1.1: Manufacturer: JMicron
  [  409.897293] usb 3-1.1: SerialNumber: 4A3337343030383448584B595845
  [  409.897953] usb-storage 3-1.1:1.0: USB Mass Storage device detected
  [  409.898260] scsi8 : usb-storage 3-1.1:1.0
  [  410.897754] scsi 8:0:0:0: Direct-Access Hitachi  HTS727575A9E364   
PQ: 0 ANSI: 5
  [  410.898406] sd 8:0:0:0: Attached scsi generic sg2 type 0
  [  410.898589] sd 8:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 
GB/698 GiB)
  [  410.899099] sd 8:0:0:0: [sdb] Test WP failed, assume Write Enabled
  [  410.899549] sd 8:0:0:0: [sdb] Asking for cache data failed
  [  410.899555] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [  411.509408] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.509446] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.509453] usb 3-1.1: hub failed to enable device, error -22
  [  411.581221] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.581268] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.581274] usb 3-1.1: hub failed to enable device, error -22
  [  411.653254] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.669800] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 88030f78a9c0
  [  411.669808] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 88030f78aa08
  [  411.749480] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.749527] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.749534] usb 3-1.1: hub failed to enable device, error -22
  [  411.821215] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.821256] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.821262] usb 3-1.1: hub failed to enable device, error -22
  [  411.893315] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd

To m

[Kernel-packages] [Bug 1372657] Re: linux: 2.6.32-67.134 -proposed tracker

2014-10-07 Thread Brad Figg
** Description changed:

  This bug is for tracking the 2.6.32-67.134 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:Monday, 22. September 2014 21:38 UTC
  kernel-stable-Prepare-package-end:Friday, 26. September 2014 21:59 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 26. September 2014 21:59 UTC
  ppa-package-testing-start:Friday, 26. September 2014 21:59 UTC
  kernel-stable-Promote-to-proposed-end:Saturday, 27. September 2014 08:00 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Saturday, 27. September 2014 09:02 UTC
  kernel-stable-Verification-testing-start:Saturday, 27. September 2014 09:02 
UTC
  kernel-stable-Certification-testing-start:Saturday, 27. September 2014 09:02 
UTC
  kernel-stable-Security-signoff-start:Saturday, 27. September 2014 09:02 UTC
  kernel-stable-Regression-testing-start:Saturday, 27. September 2014 09:02 UTC
  kernel-stable-Certification-testing-end:Thursday, 02. October 2014 13:02 UTC
+ kernel-stable-phase:Testing
+ kernel-stable-phase-changed:Tuesday, 07. October 2014 15:01 UTC
+ kernel-stable-Verification-testing-end:Tuesday, 07. October 2014 15: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/1372657

Title:
  linux: 2.6.32-67.134 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow package-testing series:
  Fix Released
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 prepare-package-ports-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:
  In Progress
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-67.134 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:Monday, 22. September 2014 21:38 UTC
  kernel-stable-Prepare-package-end:Friday, 26. September 2014 21:59 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 26. September 2014 21:59 UTC
  ppa-package-testing-start:Friday, 26. September 2014 21:59 UTC
  kernel-stable-Promote-to-proposed-end:Saturday, 27. September 2014 08:00 UTC
  kernel-stable-Verification-testing-start:Saturday, 27. September 2014 09:02 
UTC
  kernel-stable-Certification-testing-start:Saturday, 27. September 2014 09:02 
UTC
  kernel-stable-Security-signoff-start:Saturday, 27. September 2014 09:02 UTC
  kernel-stable-Regression-testing-start:Saturday, 27. September 2014 09:02 UTC
  kernel-stable-Certification-testing-end:Thursday, 02. October 2014 13:02 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Tuesday, 07. October 2014 15:01 UTC
  kernel-stable-Verification-testing-end:Tuesday, 07. October 2014 15:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1372657/+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 1216006] Re: USB32VGAE from StarTech is not working.

2014-10-07 Thread juan jose castro
Any news on that?
I also recently bought the same Startech device and I had to come back to 
windows due to that issue. 
I love ubuntu but for my daily work I need 2 additional display connection 
apart from my own laptop.
Thanks

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

Title:
  USB32VGAE from StarTech is not working.

Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  I recently purchased a USB32VGAE adapter from StarTech, but
  unfortunately it is not working. I am using 13.04, exclusive boot on a
  Lenovo ThinkPad X230. I would wager that this is simply a driver
  issue. I've looked through the bug logs here on lp for a few weeks and
  I've found related bug reports, though most of them are quite old at
  this point.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-29-generic 3.8.0-29.42
  ProcVersionSignature: Ubuntu 3.8.0-29.42-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  aj 2653 F pulseaudio
   /dev/snd/pcmC0D0p:   aj 2653 F...m pulseaudio
   /dev/snd/controlC1:  aj 2653 F pulseaudio
  Date: Fri Aug 23 10:15:25 2013
  HibernationDevice: RESUME=UUID=cce90710-9fe7-460a-963e-69c72b920f0f
  InstallationDate: Installed on 2013-07-25 (29 days ago)
  InstallationMedia: This
  MachineType: LENOVO 2306CTO
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-29-generic 
root=UUID=baea5a52-7f99-4152-b161-2e4bbb01b9f2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-29-generic N/A
   linux-backports-modules-3.8.0-29-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/30/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET32WW (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2306CTO
  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:bvrG2ET32WW(1.12):bd05/30/2012:svnLENOVO:pn2306CTO:pvrThinkPadX230:rvnLENOVO:rn2306CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2306CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1216006/+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 1352056] Re: linux: kdump on Ubuntu 14.04 is not generating a dump.

2014-10-07 Thread Mauricio Faria de Oliveira
@arges

Ok! Thanks for letting us know.

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

Title:
  linux: kdump on Ubuntu 14.04 is not generating a dump.

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]
  Users of ppc64el hardware need the ability to use crashdumps to do kernel 
debugging.

  [Fix]
  Commit upstream and already in utopic:
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=429d2e8342954d337abe370d957e78291032d867

  [Test Case]
  Taken from:
  https://wiki.ubuntu.com/Kernel/CrashdumpRecipe
  https://help.ubuntu.com/14.04/serverguide/kernel-crash-dump.html

  1) apt-get install linux-crashdump
  2) increase crashdump size:
  sudo vim /etc/default/grub.d/kexec-tools.cfg
  set crashkernel=1024M
  sudo update-grub
  3) reboot the machine
  4) sudo sed -i 's/USE_KDUMP=0/USE_KDUMP=1/g' /etc/default/kdump-tools
  5) kdump-config show # should return no errors
  6) echo 'c' | sudo tee /proc/sysrq-trigger
  7) This should crash the machine and we should kexec into another kernel to 
dump the core, then on the next reboot we should see a crash in /var/crash/*

  --

  ---Problem Description---
  kdump is not producing a dump on powerKVM LE P8 Ubuntu 14.04

  ---uname output---
  3.13.0-30-generic

  ---Additional Hardware Info---
  Power8 LE configuration.

  ---Patches Installed---
  1324544 - kdump-config load fails with vmlinux kernel (vs. vmlinuz)

  Machine Type = 8247-22L

  ---Steps to Reproduce---
  Installed kdump-tools 1.5.5-2ubuntu1 and crash 7.0.3-3ubuntu3.
  Updated /etc/default/kdump-tools, first I updated just USE_KDUMP=1. Rebooted 
the node and see:
  root=UUID=87986483-5fec-4b4d-b22e-bf2a72096df8 ro quiet splash 
crashkernel=384M-:128M
  root@c656f2n02:~# cat /proc/sys/kernel/sysrq
  1
  root@c656f2n02:~# cat /proc/sys/kernel/sysrq
  1
  root@c656f2n02:~# ^Cnd /proc | grep sysrq
  root@c656f2n02:~# kdump-config status
  current state   : ready to kdump
  root@c656f2n02:~# kdump-config show
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
  current state:ready to kdump

  kexec command:
    /sbin/kexec -p --args-linux 
--command-line="root=UUID=87986483-5fec-4b4d-b22e-bf2a72096df8 ro quiet splash  
irqpoll maxcpus=1 nousb" --initrd=/boot/initrd.img-3.13.0-30-generic 
/boot/vmlinux-3.13.0-30-generic

  root@c656f2n02:/boot/grub# cat /sys/kernel/kexec_crash_loaded
  1
  root@c656f2n02:/boot/grub# cat /sys/kernel/kexec_loaded
  0

  echo c > /proc/sysrq-trigger

  root@c656f2n02:/var/log# echo c > /proc/sysrq-trigger
  [ 1956.014243] SysRq : Trigger a crash
  [ 1956.014328] Unable to handle kernel paging request for data at address 
0x
  [ 1956.014404] Faulting instruction address: 0xc0586c2c
  [ 1956.014468] Oops: Kernel access of bad area, sig: 11 [#1]
  [ 1956.014518] SMP NR_CPUS=2048 NUMA PowerNV
  [ 1956.014570] Modules linked in: 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 autofs4 rdma_ucm(OF) 
ib_ucm(OF) rdma_cm(OF) iw_cm(OF) ib_ipoib(OF) ib_cm(OF) ib_uverbs(OF) 
ib_umad(OF) mlx5_ib(OF) mlx5_core(OF) mlx4_ib(OF) ib_sa(OF) ib_mad(OF) 
ib_core(OF) ib_addr(OF) mlx4_en(OF) mlx4_core(OF) compat(OF) nfsd auth_rpcgss 
nfs_acl nfs lockd sunrpc fscache rtc_generic powernv_rng ses enclosure ipr
  [ 1956.015306] CPU: 146 PID: 2522 Comm: bash Tainted: GF  O 
3.13.0-30-generic #54-Ubuntu
  [ 1956.015394] task: c03fcabda120 ti: c03fcac58000 task.ti: 
c03fcac58000
  [ 1956.015469] NIP: c0586c2c LR: c0587b8c CTR: 
c0586c00
  [ 1956.015543] REGS: c03fcac5b820 TRAP: 0300   Tainted: GF  O  
(3.13.0-30-generic)
  [ 1956.015617] MSR: 90009033   CR: 42422822  
XER: 2000
  [ 1956.015804] CFAR: c0009318 DAR:  DSISR: 4200 
SOFTE: 0
  GPR00: c0587b8c c03fcac5baa0 c162e840 0063
  GPR04: c2f45bd0 c2f564c8 00015ad0 c1827480
  GPR08: c0dfe840  0001 00015ad0
  GPR12: 42422822 c7e5ff00 01002fe90648 1016e008
  GPR16: 1013ad70 01002fe94648 1016fed0 1016e008
  GPR20: 100c31e0  10171fc8 1016f840
  GPR24: 0004  0001 c14b7dc8
  GPR28: c1974c90 0063 c148d9c0 c14b8188
  [ 1956.016794] NIP [c0586c2c] .sysrq_handle_crash+0x2c/0x40
  [ 1

[Kernel-packages] [Bug 1378401] Re: External USB3 hard drive fails to connect (JMicron bridge 152d:0569)

2014-10-07 Thread Matej Kenda
** Attachment added: "ubuntu-bug kernel"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378401/+attachment/4227551/+files/report.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/1378401

Title:
  External USB3 hard drive fails to connect (JMicron bridge 152d:0569)

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  A Hitachi 2.5" disk in USB 3 disk enclosure with JMicron chip fails to
  be connected on Ubuntu Trusty.

  The same system was booted with Utopic Unicorn Beta 2 to verify
  whether newer kernel resolves the problem. Unfortunatelly it does not.

  The disk was properly recognised only the first time it was attached.

  [  346.790756] usb 4-4: new SuperSpeed USB device number 3 using xhci_hcd
  [  346.807293] usb 4-4: New USB device found, idVendor=152d, idProduct=0569
  [  346.807301] usb 4-4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=5
  [  346.807304] usb 4-4: Product: USB to ATA/ATAPI Bridge
  [  346.807307] usb 4-4: Manufacturer: JMicron
  [  346.807310] usb 4-4: SerialNumber: 4A3337343030383448584B595845
  [  348.477947] usb-storage 4-4:1.0: USB Mass Storage device detected
  [  348.478225] scsi7 : usb-storage 4-4:1.0
  [  348.478395] usbcore: registered new interface driver usb-storage
  [  348.588835] usbcore: registered new interface driver uas
  [  349.475655] scsi 7:0:0:0: Direct-Access Hitachi  HTS727575A9E364   
PQ: 0 ANSI: 5
  [  349.476095] sd 7:0:0:0: Attached scsi generic sg2 type 0
  [  349.476243] sd 7:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 
GB/698 GiB)
  [  349.476734] sd 7:0:0:0: [sdb] Test WP failed, assume Write Enabled
  [  349.477219] sd 7:0:0:0: [sdb] Asking for cache data failed
  [  349.477224] sd 7:0:0:0: [sdb] Assuming drive cache: write through
  [  349.760792]  sdb: sdb1
  [  349.762218] sd 7:0:0:0: [sdb] Attached SCSI disk
  [  350.097878] EXT4-fs (sdb1): recovery complete
  [  350.098248] EXT4-fs (sdb1): mounted filesystem with ordered data mode. 
Opts: (null)
  [  350.293120] systemd-hostnamed[6253]: Warning: nss-myhostname is not 
installed. Changing the local hostname might make it unresolveable. Please 
install nss-myhostname!
  [  396.016083] usb 4-4: USB disconnect, device number 3

  Further attempts failed, regardless of how the disk was attached:

  * directly to powered USB 3 port on the laptop
  * to USB 3 port in laptop dock
  * via USB 2 hub with external power

  [  409.808551] usb 3-1.1: new high-speed USB device number 4 using xhci_hcd
  [  409.897277] usb 3-1.1: New USB device found, idVendor=152d, idProduct=0569
  [  409.897284] usb 3-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=5
  [  409.897287] usb 3-1.1: Product: USB to ATA/ATAPI Bridge
  [  409.897290] usb 3-1.1: Manufacturer: JMicron
  [  409.897293] usb 3-1.1: SerialNumber: 4A3337343030383448584B595845
  [  409.897953] usb-storage 3-1.1:1.0: USB Mass Storage device detected
  [  409.898260] scsi8 : usb-storage 3-1.1:1.0
  [  410.897754] scsi 8:0:0:0: Direct-Access Hitachi  HTS727575A9E364   
PQ: 0 ANSI: 5
  [  410.898406] sd 8:0:0:0: Attached scsi generic sg2 type 0
  [  410.898589] sd 8:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 
GB/698 GiB)
  [  410.899099] sd 8:0:0:0: [sdb] Test WP failed, assume Write Enabled
  [  410.899549] sd 8:0:0:0: [sdb] Asking for cache data failed
  [  410.899555] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [  411.509408] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.509446] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.509453] usb 3-1.1: hub failed to enable device, error -22
  [  411.581221] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.581268] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.581274] usb 3-1.1: hub failed to enable device, error -22
  [  411.653254] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.669800] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 88030f78a9c0
  [  411.669808] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 88030f78aa08
  [  411.749480] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.749527] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.749534] usb 3-1.1: hub failed to enable device, error -22
  [  411.821215] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.821256] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.821262] usb 3-1.1: hub failed to enable device, error -22
  [  411.893315] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd

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

-- 
Mailing list: https://

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

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

apport-collect 1378401

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

Title:
  External USB3 hard drive fails to connect (JMicron bridge 152d:0569)

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  A Hitachi 2.5" disk in USB 3 disk enclosure with JMicron chip fails to
  be connected on Ubuntu Trusty.

  The same system was booted with Utopic Unicorn Beta 2 to verify
  whether newer kernel resolves the problem. Unfortunatelly it does not.

  The disk was properly recognised only the first time it was attached.

  [  346.790756] usb 4-4: new SuperSpeed USB device number 3 using xhci_hcd
  [  346.807293] usb 4-4: New USB device found, idVendor=152d, idProduct=0569
  [  346.807301] usb 4-4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=5
  [  346.807304] usb 4-4: Product: USB to ATA/ATAPI Bridge
  [  346.807307] usb 4-4: Manufacturer: JMicron
  [  346.807310] usb 4-4: SerialNumber: 4A3337343030383448584B595845
  [  348.477947] usb-storage 4-4:1.0: USB Mass Storage device detected
  [  348.478225] scsi7 : usb-storage 4-4:1.0
  [  348.478395] usbcore: registered new interface driver usb-storage
  [  348.588835] usbcore: registered new interface driver uas
  [  349.475655] scsi 7:0:0:0: Direct-Access Hitachi  HTS727575A9E364   
PQ: 0 ANSI: 5
  [  349.476095] sd 7:0:0:0: Attached scsi generic sg2 type 0
  [  349.476243] sd 7:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 
GB/698 GiB)
  [  349.476734] sd 7:0:0:0: [sdb] Test WP failed, assume Write Enabled
  [  349.477219] sd 7:0:0:0: [sdb] Asking for cache data failed
  [  349.477224] sd 7:0:0:0: [sdb] Assuming drive cache: write through
  [  349.760792]  sdb: sdb1
  [  349.762218] sd 7:0:0:0: [sdb] Attached SCSI disk
  [  350.097878] EXT4-fs (sdb1): recovery complete
  [  350.098248] EXT4-fs (sdb1): mounted filesystem with ordered data mode. 
Opts: (null)
  [  350.293120] systemd-hostnamed[6253]: Warning: nss-myhostname is not 
installed. Changing the local hostname might make it unresolveable. Please 
install nss-myhostname!
  [  396.016083] usb 4-4: USB disconnect, device number 3

  Further attempts failed, regardless of how the disk was attached:

  * directly to powered USB 3 port on the laptop
  * to USB 3 port in laptop dock
  * via USB 2 hub with external power

  [  409.808551] usb 3-1.1: new high-speed USB device number 4 using xhci_hcd
  [  409.897277] usb 3-1.1: New USB device found, idVendor=152d, idProduct=0569
  [  409.897284] usb 3-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=5
  [  409.897287] usb 3-1.1: Product: USB to ATA/ATAPI Bridge
  [  409.897290] usb 3-1.1: Manufacturer: JMicron
  [  409.897293] usb 3-1.1: SerialNumber: 4A3337343030383448584B595845
  [  409.897953] usb-storage 3-1.1:1.0: USB Mass Storage device detected
  [  409.898260] scsi8 : usb-storage 3-1.1:1.0
  [  410.897754] scsi 8:0:0:0: Direct-Access Hitachi  HTS727575A9E364   
PQ: 0 ANSI: 5
  [  410.898406] sd 8:0:0:0: Attached scsi generic sg2 type 0
  [  410.898589] sd 8:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 
GB/698 GiB)
  [  410.899099] sd 8:0:0:0: [sdb] Test WP failed, assume Write Enabled
  [  410.899549] sd 8:0:0:0: [sdb] Asking for cache data failed
  [  410.899555] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [  411.509408] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.509446] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.509453] usb 3-1.1: hub failed to enable device, error -22
  [  411.581221] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.581268] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.581274] usb 3-1.1: hub failed to enable device, error -22
  [  411.653254] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.669800] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 88030f78a9c0
  [  411.669808] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 88030f78aa08
  [  411.749480] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.749527] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.749534] usb 3-1.1: hub failed to enable device, error -22
  [  411.821215] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.821256

[Kernel-packages] [Bug 874684] Re: missing space on btrfs partition

2014-10-07 Thread Rolf Leggewie
I will mark the Ubuntu task as fix released.  Please feel free to reopen
(with appropriate information) if you still experience this.

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

Title:
  missing space on btrfs partition

Status in The Linux Kernel:
  Expired
Status in “linux” package in Ubuntu:
  Fix Released

Bug description:
  df -h shows on a 9.8GB partition that only 6.4GB are used, but at the same 
time the amount available is shown to be 15MB, with a usage percent of 100.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  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:  luke   1590 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfe9fc000 irq 47'
 Mixer name : 'SigmaTel STAC9228'
 Components : 'HDA:14f12c06,14f1000f,0010 
HDA:10951392,1028022f,0010 HDA:83847616,1028022f,00100402'
 Controls  : 22
 Simple ctrls  : 12
  DistroRelease: Ubuntu 11.10
  InstallationMedia: Kubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  MachineType: Dell Inc. Inspiron 1525
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.0.0-12-generic 
root=UUID=7502179e-dcf0-4055-bd7c-0c0304e3cb6b ro rootflags=subvol=@ 
elevator=deadline quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  RelatedPackageVersions:
   linux-restricted-modules-3.0.0-12-generic N/A
   linux-backports-modules-3.0.0-12-generic  N/A
   linux-firmware1.60
  Tags:  oneiric
  Uname: Linux 3.0.0-12-generic x86_64
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 10/27/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A17
  dmi.board.name: 0U990C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA17:bd10/27/2009:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1525
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/874684/+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 1378413] [NEW] Feature request for Core infrastructure for Ubuntu 14.10

2014-10-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

-- Problem Description --
Feature request to track the Core infrastructure Fixes for Power Virt Stability 
into Ubuntu 14.10

Talked to Nathan Fontenot and Benjamin Herrenschmidt push the sparse
vmemmap patches into his next tree. IIRC, now it's time to ask Canonical
to include those as feature request of 14.10.

The 14.10 uses relatively new kernel (3.16), so the upsteam patches
could be applied directly.

I applied the patches, and the guest could boot without any issues. So I
attached all the 4 patches here.

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


** Tags: architecture-ppc64le bugnameltc-113247 severity-medium 
targetmilestone-inin1410
-- 
Feature request for Core infrastructure for Ubuntu 14.10
https://bugs.launchpad.net/bugs/1378413
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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 1378401] Re: External USB3 hard drive fails to connect (JMicron bridge 152d:0569)

2014-10-07 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.17 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-utopic/

** Changed in: linux (Ubuntu)
   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/1378401

Title:
  External USB3 hard drive fails to connect (JMicron bridge 152d:0569)

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  A Hitachi 2.5" disk in USB 3 disk enclosure with JMicron chip fails to
  be connected on Ubuntu Trusty.

  The same system was booted with Utopic Unicorn Beta 2 to verify
  whether newer kernel resolves the problem. Unfortunatelly it does not.

  The disk was properly recognised only the first time it was attached.

  [  346.790756] usb 4-4: new SuperSpeed USB device number 3 using xhci_hcd
  [  346.807293] usb 4-4: New USB device found, idVendor=152d, idProduct=0569
  [  346.807301] usb 4-4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=5
  [  346.807304] usb 4-4: Product: USB to ATA/ATAPI Bridge
  [  346.807307] usb 4-4: Manufacturer: JMicron
  [  346.807310] usb 4-4: SerialNumber: 4A3337343030383448584B595845
  [  348.477947] usb-storage 4-4:1.0: USB Mass Storage device detected
  [  348.478225] scsi7 : usb-storage 4-4:1.0
  [  348.478395] usbcore: registered new interface driver usb-storage
  [  348.588835] usbcore: registered new interface driver uas
  [  349.475655] scsi 7:0:0:0: Direct-Access Hitachi  HTS727575A9E364   
PQ: 0 ANSI: 5
  [  349.476095] sd 7:0:0:0: Attached scsi generic sg2 type 0
  [  349.476243] sd 7:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 
GB/698 GiB)
  [  349.476734] sd 7:0:0:0: [sdb] Test WP failed, assume Write Enabled
  [  349.477219] sd 7:0:0:0: [sdb] Asking for cache data failed
  [  349.477224] sd 7:0:0:0: [sdb] Assuming drive cache: write through
  [  349.760792]  sdb: sdb1
  [  349.762218] sd 7:0:0:0: [sdb] Attached SCSI disk
  [  350.097878] EXT4-fs (sdb1): recovery complete
  [  350.098248] EXT4-fs (sdb1): mounted filesystem with ordered data mode. 
Opts: (null)
  [  350.293120] systemd-hostnamed[6253]: Warning: nss-myhostname is not 
installed. Changing the local hostname might make it unresolveable. Please 
install nss-myhostname!
  [  396.016083] usb 4-4: USB disconnect, device number 3

  Further attempts failed, regardless of how the disk was attached:

  * directly to powered USB 3 port on the laptop
  * to USB 3 port in laptop dock
  * via USB 2 hub with external power

  [  409.808551] usb 3-1.1: new high-speed USB device number 4 using xhci_hcd
  [  409.897277] usb 3-1.1: New USB device found, idVendor=152d, idProduct=0569
  [  409.897284] usb 3-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=5
  [  409.897287] usb 3-1.1: Product: USB to ATA/ATAPI Bridge
  [  409.897290] usb 3-1.1: Manufacturer: JMicron
  [  409.897293] usb 3-1.1: SerialNumber: 4A3337343030383448584B595845
  [  409.897953] usb-storage 3-1.1:1.0: USB Mass Storage device detected
  [  409.898260] scsi8 : usb-storage 3-1.1:1.0
  [  410.897754] scsi 8:0:0:0: Direct-Access Hitachi  HTS727575A9E364   
PQ: 0 ANSI: 5
  [  410.898406] sd 8:0:0:0: Attached scsi generic sg2 type 0
  [  410.898589] sd 8:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 
GB/698 GiB)
  [  410.899099] sd 8:0:0:0: [sdb] Test WP failed, assume Write Enabled
  [  410.899549] sd 8:0:0:0: [sdb] Asking for cache data failed
  [  410.899555] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [  411.509408] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.509446] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.509453] usb 3-1.1: hub failed to enable device, error -22
  [  411.581221] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.581268] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 5.
  [  411.581274] usb 3-1.1: hub failed to enable device, error -22
  [  411.653254] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.669800] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 88030f78a9c0
  [  411.669808] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 88030f78aa08
  [  411.749480] usb 3-1.1: reset high-speed USB device number 4 using xhci_hcd
  [  411.749527] xhci_hcd :00:

[Kernel-packages] [Bug 1378413] Re: Feature request for Core infrastructure for Ubuntu 14.10

2014-10-07 Thread Joseph Salisbury
** Tags added: kernel-da-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/1378413

Title:
  Feature request for Core infrastructure for Ubuntu 14.10

Status in “linux” package in Ubuntu:
  New

Bug description:
  -- Problem Description --
  Feature request to track the Core infrastructure Fixes for Power Virt 
Stability into Ubuntu 14.10

  Talked to Nathan Fontenot and Benjamin Herrenschmidt push the sparse
  vmemmap patches into his next tree. IIRC, now it's time to ask
  Canonical to include those as feature request of 14.10.

  The 14.10 uses relatively new kernel (3.16), so the upsteam patches
  could be applied directly.

  I applied the patches, and the guest could boot without any issues. So
  I attached all the 4 patches here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378413/+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 1378413] Re: Feature request for Core infrastructure for Ubuntu 14.10

2014-10-07 Thread Luciano Chavez
** Package changed: ubuntu => linux (Ubuntu)

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Taco Screen team (taco-screen-team)

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

Title:
  Feature request for Core infrastructure for Ubuntu 14.10

Status in “linux” package in Ubuntu:
  New

Bug description:
  -- Problem Description --
  Feature request to track the Core infrastructure Fixes for Power Virt 
Stability into Ubuntu 14.10

  Talked to Nathan Fontenot and Benjamin Herrenschmidt push the sparse
  vmemmap patches into his next tree. IIRC, now it's time to ask
  Canonical to include those as feature request of 14.10.

  The 14.10 uses relatively new kernel (3.16), so the upsteam patches
  could be applied directly.

  I applied the patches, and the guest could boot without any issues. So
  I attached all the 4 patches here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378413/+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 1351353] Re: Kernel oops

2014-10-07 Thread Joseph Salisbury
You may also want to try the latest Utopic updates as well.

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

Title:
  Kernel oops

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  My system suddently became unresponsive so I tried to SysRq s/u/b and
  I think that's what caused another problem.

  Either way, my system hard-locked.


  Aug  1 16:15:59 faire kernel: [31778.831601] [ cut here 
]
  Aug  1 16:15:59 faire kernel: [31778.831644] WARNING: CPU: 2 PID: 1834 at 
/build/buildd/linux-3.16.0/drivers/gpu/drm/i915/intel_display.c:3313 
intel_crtc_wait_for_pending_flips+0x171/0x180 [i915]()
  Aug  1 16:15:59 faire kernel: [31778.831646] Modules linked in: cdc_acm 
ums_cypress btrfs xor raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs 
libcrc32c veth ccm overlayfs xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack 
xt_tcpudp bridge stp llc iptable_filter ip_tables x_tables deflate ctr 
twofish_generic twofish_avx_x86_64 twofish_x86_64_3way twofish_x86_64 
twofish_common camellia_generic camellia_aesni_avx2 camellia_aesni_avx_x86_64 
camellia_x86_64 serpent_avx2 serpent_avx_x86_64 serpent_sse2_x86_64 xts 
serpent_generic blowfish_generic blowfish_x86_64 blowfish_common 
cast5_avx_x86_64 cast5_generic cast_common des_generic cmac xcbc rmd160 
crypto_null af_key xfrm_algo arc4 intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp kvm_intel kvm microcode snd_hda_codec_realtek 
snd_hda_codec_generic snd_hda_codec_hdmi joydev binfmt_misc serio_raw iwlmvm 
mac80211 snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep lpc_ich 
rtsx_pci_ms iwlwifi memstick snd_pcm cfg80211 uvcvideo videobuf2_vmalloc 
videobuf2_memops shpchp videobuf2_core v4l2_common mei_me videodev mei media 
thinkpad_acpi nvram btusb snd_seq_midi snd_seq_midi_event bluetooth snd_rawmidi 
6lowpan_iphc snd_seq snd_seq_device snd_timer snd intel_smartconnect soundcore 
cuse parport_pc mac_hid ppdev lp parport nls_iso8859_1 uas usb_storage 
hid_generic usbhid hid dm_crypt mmc_block rtsx_pci_sdmmc crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd psmouse i915 ahci e1000e libahci rtsx_pci ptp 
pps_core i2c_algo_bit drm_kms_helper wmi drm video
  Aug  1 16:15:59 faire kernel: [31778.831718] CPU: 2 PID: 1834 Comm: Xorg Not 
tainted 3.16.0-6-generic #11-Ubuntu
  Aug  1 16:15:59 faire kernel: [31778.831720] Hardware name: LENOVO 
20AQCTO1WW/20AQCTO1WW, BIOS GJET71WW (2.21 ) 02/10/2014
  Aug  1 16:15:59 faire kernel: [31778.831721]  0009 
8800d6233c10 82755538 
  Aug  1 16:15:59 faire kernel: [31778.831724]  8800d6233c48 
8206bb0d  880308eed000
  Aug  1 16:15:59 faire kernel: [31778.831726]  880304108240 
8800da1e1000 8800da1e1000 8800d6233c58
  Aug  1 16:15:59 faire kernel: [31778.831729] Call Trace:
  Aug  1 16:15:59 faire kernel: [31778.831735]  [] 
dump_stack+0x45/0x56
  Aug  1 16:15:59 faire kernel: [31778.831739]  [] 
warn_slowpath_common+0x7d/0xa0
  Aug  1 16:15:59 faire kernel: [31778.831742]  [] 
warn_slowpath_null+0x1a/0x20
  Aug  1 16:15:59 faire kernel: [31778.831765]  [] 
intel_crtc_wait_for_pending_flips+0x171/0x180 [i915]
  Aug  1 16:15:59 faire kernel: [31778.831769]  [] ? 
prepare_to_wait_event+0x100/0x100
  Aug  1 16:15:59 faire kernel: [31778.831787]  [] 
intel_crtc_disable_planes+0x33/0x1c0 [i915]
  Aug  1 16:15:59 faire kernel: [31778.831790]  [] ? 
__ww_mutex_lock+0x1b/0x97
  Aug  1 16:15:59 faire kernel: [31778.831807]  [] 
haswell_crtc_disable+0x55/0x2f0 [i915]
  Aug  1 16:15:59 faire kernel: [31778.831809]  [] ? 
mutex_lock+0x12/0x2f
  Aug  1 16:15:59 faire kernel: [31778.831823]  [] 
intel_crtc_update_dpms+0x67/0xa0 [i915]
  Aug  1 16:15:59 faire kernel: [31778.831835]  [] 
intel_connector_dpms+0x59/0x70 [i915]
  Aug  1 16:15:59 faire kernel: [31778.831848]  [] 
drm_mode_obj_set_property_ioctl+0x39f/0x3b0 [drm]
  Aug  1 16:15:59 faire kernel: [31778.831858]  [] 
drm_mode_connector_property_set_ioctl+0x30/0x40 [drm]
  Aug  1 16:15:59 faire kernel: [31778.831860]  [] ? 
ipv4_conntrack_defrag+0xb0/0x163 [nf_defrag_ipv4]
  Aug  1 16:15:59 faire kernel: [31778.831868]  [] 
drm_ioctl+0x1ec/0x660 [drm]
  Aug  1 16:15:59 faire kernel: [31778.831873]  [] 
do_vfs_ioctl+0x2e0/0x4c0
  Aug  1 16:15:59 faire kernel: [31778.831876]  [] ? 
vtime_account_user+0x54/0x60
  Aug  1 16:15:59 faire kernel: [31778.831878]  [] 
SyS_ioctl+0x81/0xa0
  Aug  1 16:15:59 faire kernel: [31778.831880]  [] 
tracesys+0xe1/0xe6
  Aug  1 16:15:59 faire kernel: [31778.831881] ---[ end trace bb931f1719ba6be2 
]---

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-generic 3.16.0.6.7
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3

[Kernel-packages] [Bug 1351353] Re: Kernel oops

2014-10-07 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.17 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-utopic/

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

Title:
  Kernel oops

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  My system suddently became unresponsive so I tried to SysRq s/u/b and
  I think that's what caused another problem.

  Either way, my system hard-locked.


  Aug  1 16:15:59 faire kernel: [31778.831601] [ cut here 
]
  Aug  1 16:15:59 faire kernel: [31778.831644] WARNING: CPU: 2 PID: 1834 at 
/build/buildd/linux-3.16.0/drivers/gpu/drm/i915/intel_display.c:3313 
intel_crtc_wait_for_pending_flips+0x171/0x180 [i915]()
  Aug  1 16:15:59 faire kernel: [31778.831646] Modules linked in: cdc_acm 
ums_cypress btrfs xor raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs 
libcrc32c veth ccm overlayfs xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack 
xt_tcpudp bridge stp llc iptable_filter ip_tables x_tables deflate ctr 
twofish_generic twofish_avx_x86_64 twofish_x86_64_3way twofish_x86_64 
twofish_common camellia_generic camellia_aesni_avx2 camellia_aesni_avx_x86_64 
camellia_x86_64 serpent_avx2 serpent_avx_x86_64 serpent_sse2_x86_64 xts 
serpent_generic blowfish_generic blowfish_x86_64 blowfish_common 
cast5_avx_x86_64 cast5_generic cast_common des_generic cmac xcbc rmd160 
crypto_null af_key xfrm_algo arc4 intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp kvm_intel kvm microcode snd_hda_codec_realtek 
snd_hda_codec_generic snd_hda_codec_hdmi joydev binfmt_misc serio_raw iwlmvm 
mac80211 snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep lpc_ich 
rtsx_pci_ms iwlwifi memstick snd_pcm cfg80211 uvcvideo videobuf2_vmalloc 
videobuf2_memops shpchp videobuf2_core v4l2_common mei_me videodev mei media 
thinkpad_acpi nvram btusb snd_seq_midi snd_seq_midi_event bluetooth snd_rawmidi 
6lowpan_iphc snd_seq snd_seq_device snd_timer snd intel_smartconnect soundcore 
cuse parport_pc mac_hid ppdev lp parport nls_iso8859_1 uas usb_storage 
hid_generic usbhid hid dm_crypt mmc_block rtsx_pci_sdmmc crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd psmouse i915 ahci e1000e libahci rtsx_pci ptp 
pps_core i2c_algo_bit drm_kms_helper wmi drm video
  Aug  1 16:15:59 faire kernel: [31778.831718] CPU: 2 PID: 1834 Comm: Xorg Not 
tainted 3.16.0-6-generic #11-Ubuntu
  Aug  1 16:15:59 faire kernel: [31778.831720] Hardware name: LENOVO 
20AQCTO1WW/20AQCTO1WW, BIOS GJET71WW (2.21 ) 02/10/2014
  Aug  1 16:15:59 faire kernel: [31778.831721]  0009 
8800d6233c10 82755538 
  Aug  1 16:15:59 faire kernel: [31778.831724]  8800d6233c48 
8206bb0d  880308eed000
  Aug  1 16:15:59 faire kernel: [31778.831726]  880304108240 
8800da1e1000 8800da1e1000 8800d6233c58
  Aug  1 16:15:59 faire kernel: [31778.831729] Call Trace:
  Aug  1 16:15:59 faire kernel: [31778.831735]  [] 
dump_stack+0x45/0x56
  Aug  1 16:15:59 faire kernel: [31778.831739]  [] 
warn_slowpath_common+0x7d/0xa0
  Aug  1 16:15:59 faire kernel: [31778.831742]  [] 
warn_slowpath_null+0x1a/0x20
  Aug  1 16:15:59 faire kernel: [31778.831765]  [] 
intel_crtc_wait_for_pending_flips+0x171/0x180 [i915]
  Aug  1 16:15:59 faire kernel: [31778.831769]  [] ? 
prepare_to_wait_event+0x100/0x100
  Aug  1 16:15:59 faire kernel: [31778.831787]  [] 
intel_crtc_disable_planes+0x33/0x1c0 [i915]
  Aug  1 16:15:59 faire kernel: [31778.831790]  [] ? 
__ww_mutex_lock+0x1b/0x97
  Aug  1 16:15:59 faire kernel: [31778.831807]  [] 
haswell_crtc_disable+0x55/0x2f0 [i915]
  Aug  1 16:15:59 faire kernel: [31778.831809]  [] ? 
mutex_lock+0x12/0x2f
  Aug  1 16:15:59 faire kernel: [31778.831823]  [] 
intel_crtc_update_dpms+0x67/0xa0 [i915]
  Aug  1 16:15:59 faire kernel: [31778.831835]  [] 
intel_connector_dpms+0x59/0x70 [i915]
  Aug  1 16:15:59 faire kernel: [31778.831848]  [] 
drm_mode_obj_set_property_ioctl+0x39f/0x3b0 [drm]
  Aug  1 16:15:59 faire kernel: [31778.831858]  [] 
drm_mode_connector_property_set_ioctl+0x30/0x40 [drm]
  Aug  1 16:15:59 faire kernel: [31778.831860]  [] ? 
ipv4_conntrack_defrag+0xb0/0x163 [nf_defrag_ipv4]
  Aug  1 16:15:59 faire kern

[Kernel-packages] [Bug 1378418] [NEW] Brightness bug in kernel 3.13 and Thinkpads/Dockingstation

2014-10-07 Thread Matthias Baur
Public bug reported:

When undocking my Thinkpad T30s from my dockingstation, the brightness
is set to the lowest level and can't be changed.

Workaround:
- Dock/Undock again. After the second undocking the brightness level can be 
changed. Rule of thumb: Every uneven undocking won't work.
- Reboot

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-36-generic 3.13.0-36.63
ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
Uname: Linux 3.13.0-36-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  s0me0ne3001 F pulseaudio
Date: Tue Oct  7 17:35:56 2014
HibernationDevice: RESUME=UUID=af9ba4ae-e55a-4140-ada0-b0fe89caa5ff
InstallationDate: Installed on 2014-09-21 (16 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: LENOVO 2356LNG
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-36-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-36-generic N/A
 linux-backports-modules-3.13.0-36-generic  N/A
 linux-firmware 1.127.7
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/14/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: G7ETA0WW (2.60 )
dmi.board.asset.tag: Not Available
dmi.board.name: 2356LNG
dmi.board.vendor: LENOVO
dmi.board.version: Win8 Pro MBR TPG
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrG7ETA0WW(2.60):bd05/14/2014:svnLENOVO:pn2356LNG:pvrThinkPadT430s:rvnLENOVO:rn2356LNG:rvrWin8ProMBRTPG:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2356LNG
dmi.product.version: ThinkPad T430s
dmi.sys.vendor: LENOVO

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

Title:
  Brightness bug in kernel 3.13 and Thinkpads/Dockingstation

Status in “linux” package in Ubuntu:
  New

Bug description:
  When undocking my Thinkpad T30s from my dockingstation, the brightness
  is set to the lowest level and can't be changed.

  Workaround:
  - Dock/Undock again. After the second undocking the brightness level can be 
changed. Rule of thumb: Every uneven undocking won't work.
  - Reboot

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  s0me0ne3001 F pulseaudio
  Date: Tue Oct  7 17:35:56 2014
  HibernationDevice: RESUME=UUID=af9ba4ae-e55a-4140-ada0-b0fe89caa5ff
  InstallationDate: Installed on 2014-09-21 (16 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: LENOVO 2356LNG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-36-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/14/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G7ETA0WW (2.60 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2356LNG
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro MBR TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG7ETA0WW(2.60):bd05/14/2014:svnLENOVO:pn2356LNG:pvrThinkPadT430s:rvnLENOVO:rn2356LNG:rvrWin8ProMBRTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2356LNG
  dmi.product.version: ThinkPad T430s
  dmi.sys.vendor: LENOVO

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

[Kernel-packages] [Bug 1377279] Re: dmesg fills with "speaker allocation warnings"

2014-10-07 Thread Joseph Salisbury
This issue appears to be an upstream bug, since you tested the latest
upstream kernel. Would it be possible for you to open an upstream bug
report[0]? That will allow the upstream Developers to examine the issue,
and may provide a quicker resolution to the bug.

Please follow the instructions on the wiki page[0]. The first step is to
email the appropriate mailing list. If no response is received, then a
bug may be opened on bugzilla.kernel.org.

Once this bug is reported upstream, please add the tag: 'kernel-bug-
reported-upstream'.

[0] https://wiki.ubuntu.com/Bugs/Upstream/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/1377279

Title:
  dmesg fills with "speaker allocation warnings"

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  This is an issue with the driver message log filling with warnings,
  and NOT an actual issue with the hardware or software functionality.
  Sound on this system works as expected, but dmesg becomes cluttered
  with log information that does not appear of significant value,
  considering the frequency and repetition of the warnings.

  The following message appears, repeated on multiple consecutive lines:
  "sound hdaudioC0D0: HDMI ATI/AMD: no speaker allocation for ELD" and
  on some occasions is accompanied by an entry stating:
  "[drm:dce4_afmt_write_speaker_allocation] *ERROR* Couldn't read
  Speaker Allocation Data Block: 0"

  The system in question is a laptop with an external monitor connected
  over HDMI. It has been freshly built with Lubuntu 14.10 Beta 2, and
  the same issue also occurs when using testing the mainline kernel
  3.17.0-031700rc7.201409281835.

  The occasions on which this issue (the repeated warnings) occurs under strict 
testing conditions include:
  * Using the Monitor Preferences (LXRandR) to turn OFF and ON the external 
monitor (approx 10 warnings for each action)
  * Putting the system into the suspend power mode and subsequently resuming 
(approx 30 warnings)

  No warnings occur when:
  * unplugging or plugging the HDMI cable
  * locking and unlocking the lightdm desktop

  I have observed occasions where the warnings are written many, many
  hundreds of times, on an almost continuous basis, but I have not been
  able to reproduce this behavior in controlled circumstances.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-20-generic 3.16.0-20.27
  ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
  Uname: Linux 3.16.0-20-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  art2113 F pulseaudio
   /dev/snd/controlC0:  art2113 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  CurrentDesktop: LXDE
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Fri Oct  3 19:20:02 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-26 (7 days ago)
  InstallationMedia: Lubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  MachineType: Acer AO722
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-20-generic 
root=UUID=bf9f8de0-2b70-4f49-85ee-54f7d94a6508 ro
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   
  dmi.bios.date: 09/25/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.11
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JE10-BZ
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.11
  dmi.modalias: 
dmi:bvnAcer:bvrV1.11:bd09/25/2012:svnAcer:pnAO722:pvrV1.11:rvnAcer:rnJE10-BZ:rvrBaseBoardVersion:cvnAcer:ct10:cvrV1.11:
  dmi.product.name: AO722
  dmi.product.version: V1.11
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377279/+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 1327670] Re: WiFi connects to AP, but doesn't work. Setting rate to auto fixes it.

2014-10-07 Thread didi_X8
It would already help/ fix it for me if somebody could tell me where to put the 
mentioned iwconfig command in order to have it fix the issue automatically on 
every reboot.
I tried in /etc/rc.local and as a script in /etc/network/if-up.d/, but both 
don't have effect. I guess the timing is the problem.

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

Title:
  WiFi connects to AP, but doesn't work. Setting rate to auto fixes it.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Fresh 14.04 install on a Packard Bell Notebook.

  WiFi device:
  02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8192SE 
Wireless LAN Controller (rev 10)

  rtl8192se kernel module

  If connecting to my home WiFi, it shows as connected, but there is no 
connectivity. I can't ping anything, not even the access point itself, 
althought DHCP settings are retrieved correctly.
  iwconfig reports a rate stuck at 1Mb/s, although link quality is 70/70 and 
Signal level -28dBm.
  If I set the rate to auto with "iwconfig wlan0 rate auto", it switches to 54 
Mb/s (max the AP supports) and everything seems to work fine (I used it for few 
hours now, downloaded few 100 MB, mostly Ubuntu packages).

  When connecting to an Android Hotspot, the problem doesn't occur, thus it 
seems to be AP dependent.
  Difference in dmesg between connecting to the "bad" and the "good" AP:
  When connecting to the bad one, it additionally shows this 2 lines:
  [10961.059621] rtl8192se :02:00.0 wlan0: disabling HT as WMM/QoS is not 
supported by the AP
  [10961.059626] rtl8192se :02:00.0 wlan0: disabling VHT as WMM/QoS is not 
supported by the AP
  Don't know if that's related.

  I've been connected to this AP with a lot of devices (mainly mobile)
  without any issues.

  The AP is a Linksys WRT54GL with Tomato 1.28 firmware.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-firmware 1.127.2
  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.2
  Architecture: amd64
  Date: Sun Jun  8 02:20:45 2014
  Dependencies:
   
  InstallationDate: Installed on 2014-06-07 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  aida   1849 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=3b1b248a-c783-4dca-a900-1c7aa27863e5
  InstallationDate: Installed on 2014-06-07 (11 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  Lsusb:
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0402:9665 ALi Corp. Gateway Webcam
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Packard Bell EasyNote TK85
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic 
root=UUID=ab640bfe-9bc6-4e2d-a1a9-747545b2e0db ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  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.13.0-29-generic N/A
   linux-backports-modules-3.13.0-29-generic  N/A
   linux-firmware 1.127.2
  Tags:  trusty
  Uname: Linux 3.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 08/24/2010
  dmi.bios.vendor: Packard Bell
  dmi.bios.version: V1.05
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: EasyNote TK85
  dmi.board.vendor: Packard Bell
  dmi.board.version: V1.05
  dmi.chassis.type: 10
  dmi.chassis.vendor: Packard Bell
  dmi.chassis.version: V1.05
  dmi.modalias: 
dmi:bvnPackardBell:bvrV1.05:bd08/24/2010:svnPackardBell:pnEasyNoteTK85:pvrV1.05:rvnPackardBell:rnEasyNoteTK85:rvrV1.05:cvnPackardBell:ct10:cvrV1.05:
  dmi.product.name: EasyNote TK85
  dmi.product.version: V1.05
  dmi.sys.vendor: Packard Bell

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

-- 
Mailing list: ht

[Kernel-packages] [Bug 1375022] Re: [1005HA, Realtek ALC269, Speaker, Internal] Pulseaudio fails to detect card

2014-10-07 Thread Joseph Salisbury
Also, was there a prior kernel version that did not exhibit this bug?

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

Title:
  [1005HA, Realtek ALC269, Speaker, Internal] Pulseaudio fails to detect
  card

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  No sound

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: pulseaudio 1:4.0-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
  Uname: Linux 3.16.0-17-generic i686
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: i386
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D0', '/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  CurrentDesktop: XFCE
  Date: Sun Sep 28 20:12:08 2014
  InstallationDate: Installed on 2014-09-28 (0 days ago)
  InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Alpha i386 (20140923)
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: HDA-Intel - HDA Intel
  Symptom_Jack: Speaker, Internal
  Title: [1005HA, Realtek ALC269, Speaker, Internal] Pulseaudio fails to detect 
card
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/18/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1601
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1005HA
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1601:bd04/18/2011:svnASUSTeKComputerINC.:pn1005HA:pvrx.x:rvnASUSTeKComputerINC.:rn1005HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1005HA
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1375022/+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 1378413] Re: Feature request for Core infrastructure for Ubuntu 14.10

2014-10-07 Thread Leann Ogasawara
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

** Changed in: linux (Ubuntu)
 Assignee: Taco Screen team (taco-screen-team) => Canonical Kernel Team 
(canonical-kernel-team)

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

Title:
  Feature request for Core infrastructure for Ubuntu 14.10

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  -- Problem Description --
  Feature request to track the Core infrastructure Fixes for Power Virt 
Stability into Ubuntu 14.10

  Talked to Nathan Fontenot and Benjamin Herrenschmidt push the sparse
  vmemmap patches into his next tree. IIRC, now it's time to ask
  Canonical to include those as feature request of 14.10.

  The 14.10 uses relatively new kernel (3.16), so the upsteam patches
  could be applied directly.

  I applied the patches, and the guest could boot without any issues. So
  I attached all the 4 patches here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378413/+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 1377279] Re: dmesg fills with "speaker allocation warnings"

2014-10-07 Thread Joseph Salisbury
Also, do you happen to know if there was a prior kernel version that did
not exhibit this bug?

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

Title:
  dmesg fills with "speaker allocation warnings"

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  This is an issue with the driver message log filling with warnings,
  and NOT an actual issue with the hardware or software functionality.
  Sound on this system works as expected, but dmesg becomes cluttered
  with log information that does not appear of significant value,
  considering the frequency and repetition of the warnings.

  The following message appears, repeated on multiple consecutive lines:
  "sound hdaudioC0D0: HDMI ATI/AMD: no speaker allocation for ELD" and
  on some occasions is accompanied by an entry stating:
  "[drm:dce4_afmt_write_speaker_allocation] *ERROR* Couldn't read
  Speaker Allocation Data Block: 0"

  The system in question is a laptop with an external monitor connected
  over HDMI. It has been freshly built with Lubuntu 14.10 Beta 2, and
  the same issue also occurs when using testing the mainline kernel
  3.17.0-031700rc7.201409281835.

  The occasions on which this issue (the repeated warnings) occurs under strict 
testing conditions include:
  * Using the Monitor Preferences (LXRandR) to turn OFF and ON the external 
monitor (approx 10 warnings for each action)
  * Putting the system into the suspend power mode and subsequently resuming 
(approx 30 warnings)

  No warnings occur when:
  * unplugging or plugging the HDMI cable
  * locking and unlocking the lightdm desktop

  I have observed occasions where the warnings are written many, many
  hundreds of times, on an almost continuous basis, but I have not been
  able to reproduce this behavior in controlled circumstances.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-20-generic 3.16.0-20.27
  ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
  Uname: Linux 3.16.0-20-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  art2113 F pulseaudio
   /dev/snd/controlC0:  art2113 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  CurrentDesktop: LXDE
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Fri Oct  3 19:20:02 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-26 (7 days ago)
  InstallationMedia: Lubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  MachineType: Acer AO722
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-20-generic 
root=UUID=bf9f8de0-2b70-4f49-85ee-54f7d94a6508 ro
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   
  dmi.bios.date: 09/25/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.11
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JE10-BZ
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.11
  dmi.modalias: 
dmi:bvnAcer:bvrV1.11:bd09/25/2012:svnAcer:pnAO722:pvrV1.11:rvnAcer:rnJE10-BZ:rvrBaseBoardVersion:cvnAcer:ct10:cvrV1.11:
  dmi.product.name: AO722
  dmi.product.version: V1.11
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1377279/+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 1375022] Re: [1005HA, Realtek ALC269, Speaker, Internal] Pulseaudio fails to detect card

2014-10-07 Thread Joseph Salisbury
This issue appears to be an upstream bug, since you tested the latest
upstream kernel. Would it be possible for you to open an upstream bug
report[0]? That will allow the upstream Developers to examine the issue,
and may provide a quicker resolution to the bug.

Please follow the instructions on the wiki page[0]. The first step is to
email the appropriate mailing list. If no response is received, then a
bug may be opened on bugzilla.kernel.org.

Once this bug is reported upstream, please add the tag: 'kernel-bug-
reported-upstream'.

[0] https://wiki.ubuntu.com/Bugs/Upstream/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/1375022

Title:
  [1005HA, Realtek ALC269, Speaker, Internal] Pulseaudio fails to detect
  card

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  No sound

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: pulseaudio 1:4.0-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
  Uname: Linux 3.16.0-17-generic i686
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: i386
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D0', '/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  CurrentDesktop: XFCE
  Date: Sun Sep 28 20:12:08 2014
  InstallationDate: Installed on 2014-09-28 (0 days ago)
  InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Alpha i386 (20140923)
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: HDA-Intel - HDA Intel
  Symptom_Jack: Speaker, Internal
  Title: [1005HA, Realtek ALC269, Speaker, Internal] Pulseaudio fails to detect 
card
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/18/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1601
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1005HA
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1601:bd04/18/2011:svnASUSTeKComputerINC.:pn1005HA:pvrx.x:rvnASUSTeKComputerINC.:rn1005HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1005HA
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1375022/+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 1378413] Re: Feature request for Core infrastructure for Ubuntu 14.10

2014-10-07 Thread Joseph Salisbury
** Tags added: ppc64el

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

Title:
  Feature request for Core infrastructure for Ubuntu 14.10

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  -- Problem Description --
  Feature request to track the Core infrastructure Fixes for Power Virt 
Stability into Ubuntu 14.10

  Talked to Nathan Fontenot and Benjamin Herrenschmidt push the sparse
  vmemmap patches into his next tree. IIRC, now it's time to ask
  Canonical to include those as feature request of 14.10.

  The 14.10 uses relatively new kernel (3.16), so the upsteam patches
  could be applied directly.

  I applied the patches, and the guest could boot without any issues. So
  I attached all the 4 patches here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378413/+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 1378418] Re: Brightness bug in kernel 3.13 and Thinkpads/Dockingstation

2014-10-07 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer to 
https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v3.17 
kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-utopic/

** Changed in: linux (Ubuntu)
   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/1378418

Title:
  Brightness bug in kernel 3.13 and Thinkpads/Dockingstation

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  When undocking my Thinkpad T30s from my dockingstation, the brightness
  is set to the lowest level and can't be changed.

  Workaround:
  - Dock/Undock again. After the second undocking the brightness level can be 
changed. Rule of thumb: Every uneven undocking won't work.
  - Reboot

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  s0me0ne3001 F pulseaudio
  Date: Tue Oct  7 17:35:56 2014
  HibernationDevice: RESUME=UUID=af9ba4ae-e55a-4140-ada0-b0fe89caa5ff
  InstallationDate: Installed on 2014-09-21 (16 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: LENOVO 2356LNG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-36-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/14/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G7ETA0WW (2.60 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2356LNG
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro MBR TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG7ETA0WW(2.60):bd05/14/2014:svnLENOVO:pn2356LNG:pvrThinkPadT430s:rvnLENOVO:rn2356LNG:rvrWin8ProMBRTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2356LNG
  dmi.product.version: ThinkPad T430s
  dmi.sys.vendor: LENOVO

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

2014-10-07 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/1378418

Title:
  Brightness bug in kernel 3.13 and Thinkpads/Dockingstation

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  When undocking my Thinkpad T30s from my dockingstation, the brightness
  is set to the lowest level and can't be changed.

  Workaround:
  - Dock/Undock again. After the second undocking the brightness level can be 
changed. Rule of thumb: Every uneven undocking won't work.
  - Reboot

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-36-generic 3.13.0-36.63
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  s0me0ne3001 F pulseaudio
  Date: Tue Oct  7 17:35:56 2014
  HibernationDevice: RESUME=UUID=af9ba4ae-e55a-4140-ada0-b0fe89caa5ff
  InstallationDate: Installed on 2014-09-21 (16 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: LENOVO 2356LNG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-36-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/14/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G7ETA0WW (2.60 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2356LNG
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro MBR TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG7ETA0WW(2.60):bd05/14/2014:svnLENOVO:pn2356LNG:pvrThinkPadT430s:rvnLENOVO:rn2356LNG:rvrWin8ProMBRTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2356LNG
  dmi.product.version: ThinkPad T430s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378418/+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 1378434] [NEW] 14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

2014-10-07 Thread sgofferj
Public bug reported:

I have an asterisk server running in a KVM and give it access to the storage 
array of the host via 9p.
/etc/apparmor.d/abstractions/libvirt-qemu was missing the permissions for capa 
fowner and capa fsetid which are necessary for full access to the shares and 
which I fixed myself. Now, additionally, it seems that the helper for the KVMs 
only sets r and w permissions for the 9p shares. For full access in this case, 
also the link permission is needed. Manually adding the l flag to 
/etc/apparmor.d/libvirt-qemu/.files does NOT work. The permission 
structure seems to be hardcoded in the source of the helper. Typical log entry:

Oct  7 19:04:14 nostromo kernel: [498751.395000] type=1400
audit(1412697854.669:203): apparmor="DENIED" operation="link" profile
="libvirt-d2719da3-1869-9cee-b02f-8d86458bbea2"
name="/storage/asterisk/spool/voicemail/default/1102/Old/.lock" pid=7775
comm="pool" requested_mask="l" denied_mask="l" fsuid=0 ouid=0
target="/storage/asterisk/spool/voicemail/default/1102/Old/.lock-
0fc30204"

Possible solutions:
a) Add l permission to the source of the helper
b) Un-hardcode the permissions set by the helper and make them configurable 
through an /etc/default config or similar. This would be a preferable solution.
--- 
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Oct  2 00:29 seq
 crw-rw 1 root audio 116, 33 Oct  2 00:29 timer
AplayDevices: Error: [Errno 2] No such file or directory
ApportVersion: 2.14.1-0ubuntu3.4
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CRDA: Error: [Errno 2] No such file or directory
DistroRelease: Ubuntu 14.04
HibernationDevice: RESUME=UUID=28b31865-bf30-4c40-a9a6-32d44abec88b
InstallationDate: Installed on 2014-08-17 (50 days ago)
InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
MachineType: ASUSTeK COMPUTER INC. P9D-V Series
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
Package: linux (not installed)
PciMultimedia:
 
ProcFB: 0 astdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=c61299e4-1f7f-4807-aff6-0a3b4028b88c ro
ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-36-generic N/A
 linux-backports-modules-3.13.0-36-generic  N/A
 linux-firmware 1.127.7
RfKill: Error: [Errno 2] No such file or directory
Tags:  trusty
Uname: Linux 3.13.0-36-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
_MarkForUpload: True
dmi.bios.date: 11/13/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0601
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P9D-V Series
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 17
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd11/13/2013:svnASUSTeKCOMPUTERINC.:pnP9D-VSeries:pvrRev1.xx:rvnASUSTeKCOMPUTERINC.:rnP9D-VSeries:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
dmi.product.name: P9D-V Series
dmi.product.version: Rev 1.xx
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: apport-collected trusty

** Tags added: apport-collected trusty

** Description changed:

  I have an asterisk server running in a KVM and give it access to the storage 
array of the host via 9p.
  /etc/apparmor.d/abstractions/libvirt-qemu was missing the permissions for 
capa fowner and capa fsetid which are necessary for full access to the shares 
and which I fixed myself. Now, additionally, it seems that the helper for the 
KVMs only sets r and w permissions for the 9p shares. For full access in this 
case, also the link permission is needed. Manually adding the l flag to 
/etc/apparmor.d/libvirt-qemu/.files does NOT work. The permission 
structure seems to be hardcoded in the source of the helper. Typical log entry:
  
  Oct  7 19:04:14 nostromo kernel: [498751.395000] type=1400
  audit(1412697854.669:203): apparmor="DENIED" operation="link" profile
  ="libvirt-d2719da3-1869-9cee-b02f-8d86458bbea2"
  name="/storage/asterisk/spool/voicemail/default/1102/Old/.lock" pid=7775
  comm="pool" requested_mask="l" denied_mask="l" fsuid=0 ouid=0
  target="/storage/asterisk/spool/voicemail/default/1102/Old/.lock-
  0fc30204"
  
  Possible solutions:
  a) Add l permission to the source of the helper
  b) Un-hardcode the permissions set by the helper and make them configurable 
through an /etc/default config or similar. This would be a preferable solution.
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 Oct  2 00:29 seq
+  crw-rw 1 root audio 116, 33 Oct  2 00:29 timer
+ AplayDevices: Err

[Kernel-packages] [Bug 1378434] CurrentDmesg.txt

2014-10-07 Thread sgofferj
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1378434/+attachment/4227592/+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/1378434

Title:
  14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

Status in “linux” package in Ubuntu:
  New

Bug description:
  I have an asterisk server running in a KVM and give it access to the storage 
array of the host via 9p.
  /etc/apparmor.d/abstractions/libvirt-qemu was missing the permissions for 
capa fowner and capa fsetid which are necessary for full access to the shares 
and which I fixed myself. Now, additionally, it seems that the helper for the 
KVMs only sets r and w permissions for the 9p shares. For full access in this 
case, also the link permission is needed. Manually adding the l flag to 
/etc/apparmor.d/libvirt-qemu/.files does NOT work. The permission 
structure seems to be hardcoded in the source of the helper. Typical log entry:

  Oct  7 19:04:14 nostromo kernel: [498751.395000] type=1400
  audit(1412697854.669:203): apparmor="DENIED" operation="link" profile
  ="libvirt-d2719da3-1869-9cee-b02f-8d86458bbea2"
  name="/storage/asterisk/spool/voicemail/default/1102/Old/.lock"
  pid=7775 comm="pool" requested_mask="l" denied_mask="l" fsuid=0 ouid=0
  target="/storage/asterisk/spool/voicemail/default/1102/Old/.lock-
  0fc30204"

  Possible solutions:
  a) Add l permission to the source of the helper
  b) Un-hardcode the permissions set by the helper and make them configurable 
through an /etc/default config or similar. This would be a preferable solution.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct  2 00:29 seq
   crw-rw 1 root audio 116, 33 Oct  2 00:29 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=28b31865-bf30-4c40-a9a6-32d44abec88b
  InstallationDate: Installed on 2014-08-17 (50 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  MachineType: ASUSTeK COMPUTER INC. P9D-V Series
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=c61299e4-1f7f-4807-aff6-0a3b4028b88c ro
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 11/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0601
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9D-V Series
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd11/13/2013:svnASUSTeKCOMPUTERINC.:pnP9D-VSeries:pvrRev1.xx:rvnASUSTeKCOMPUTERINC.:rnP9D-VSeries:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
  dmi.product.name: P9D-V Series
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-10-07 Thread sgofferj
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1378434/+attachment/4227591/+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/1378434

Title:
  14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

Status in “linux” package in Ubuntu:
  New

Bug description:
  I have an asterisk server running in a KVM and give it access to the storage 
array of the host via 9p.
  /etc/apparmor.d/abstractions/libvirt-qemu was missing the permissions for 
capa fowner and capa fsetid which are necessary for full access to the shares 
and which I fixed myself. Now, additionally, it seems that the helper for the 
KVMs only sets r and w permissions for the 9p shares. For full access in this 
case, also the link permission is needed. Manually adding the l flag to 
/etc/apparmor.d/libvirt-qemu/.files does NOT work. The permission 
structure seems to be hardcoded in the source of the helper. Typical log entry:

  Oct  7 19:04:14 nostromo kernel: [498751.395000] type=1400
  audit(1412697854.669:203): apparmor="DENIED" operation="link" profile
  ="libvirt-d2719da3-1869-9cee-b02f-8d86458bbea2"
  name="/storage/asterisk/spool/voicemail/default/1102/Old/.lock"
  pid=7775 comm="pool" requested_mask="l" denied_mask="l" fsuid=0 ouid=0
  target="/storage/asterisk/spool/voicemail/default/1102/Old/.lock-
  0fc30204"

  Possible solutions:
  a) Add l permission to the source of the helper
  b) Un-hardcode the permissions set by the helper and make them configurable 
through an /etc/default config or similar. This would be a preferable solution.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct  2 00:29 seq
   crw-rw 1 root audio 116, 33 Oct  2 00:29 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=28b31865-bf30-4c40-a9a6-32d44abec88b
  InstallationDate: Installed on 2014-08-17 (50 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  MachineType: ASUSTeK COMPUTER INC. P9D-V Series
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=c61299e4-1f7f-4807-aff6-0a3b4028b88c ro
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 11/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0601
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9D-V Series
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd11/13/2013:svnASUSTeKCOMPUTERINC.:pnP9D-VSeries:pvrRev1.xx:rvnASUSTeKCOMPUTERINC.:rnP9D-VSeries:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
  dmi.product.name: P9D-V Series
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-10-07 Thread sgofferj
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1378434/+attachment/4227596/+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/1378434

Title:
  14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

Status in “linux” package in Ubuntu:
  New

Bug description:
  I have an asterisk server running in a KVM and give it access to the storage 
array of the host via 9p.
  /etc/apparmor.d/abstractions/libvirt-qemu was missing the permissions for 
capa fowner and capa fsetid which are necessary for full access to the shares 
and which I fixed myself. Now, additionally, it seems that the helper for the 
KVMs only sets r and w permissions for the 9p shares. For full access in this 
case, also the link permission is needed. Manually adding the l flag to 
/etc/apparmor.d/libvirt-qemu/.files does NOT work. The permission 
structure seems to be hardcoded in the source of the helper. Typical log entry:

  Oct  7 19:04:14 nostromo kernel: [498751.395000] type=1400
  audit(1412697854.669:203): apparmor="DENIED" operation="link" profile
  ="libvirt-d2719da3-1869-9cee-b02f-8d86458bbea2"
  name="/storage/asterisk/spool/voicemail/default/1102/Old/.lock"
  pid=7775 comm="pool" requested_mask="l" denied_mask="l" fsuid=0 ouid=0
  target="/storage/asterisk/spool/voicemail/default/1102/Old/.lock-
  0fc30204"

  Possible solutions:
  a) Add l permission to the source of the helper
  b) Un-hardcode the permissions set by the helper and make them configurable 
through an /etc/default config or similar. This would be a preferable solution.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct  2 00:29 seq
   crw-rw 1 root audio 116, 33 Oct  2 00:29 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=28b31865-bf30-4c40-a9a6-32d44abec88b
  InstallationDate: Installed on 2014-08-17 (50 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  MachineType: ASUSTeK COMPUTER INC. P9D-V Series
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=c61299e4-1f7f-4807-aff6-0a3b4028b88c ro
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 11/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0601
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9D-V Series
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd11/13/2013:svnASUSTeKCOMPUTERINC.:pnP9D-VSeries:pvrRev1.xx:rvnASUSTeKCOMPUTERINC.:rnP9D-VSeries:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
  dmi.product.name: P9D-V Series
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-10-07 Thread sgofferj
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1378434/+attachment/4227601/+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/1378434

Title:
  14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

Status in “linux” package in Ubuntu:
  New

Bug description:
  I have an asterisk server running in a KVM and give it access to the storage 
array of the host via 9p.
  /etc/apparmor.d/abstractions/libvirt-qemu was missing the permissions for 
capa fowner and capa fsetid which are necessary for full access to the shares 
and which I fixed myself. Now, additionally, it seems that the helper for the 
KVMs only sets r and w permissions for the 9p shares. For full access in this 
case, also the link permission is needed. Manually adding the l flag to 
/etc/apparmor.d/libvirt-qemu/.files does NOT work. The permission 
structure seems to be hardcoded in the source of the helper. Typical log entry:

  Oct  7 19:04:14 nostromo kernel: [498751.395000] type=1400
  audit(1412697854.669:203): apparmor="DENIED" operation="link" profile
  ="libvirt-d2719da3-1869-9cee-b02f-8d86458bbea2"
  name="/storage/asterisk/spool/voicemail/default/1102/Old/.lock"
  pid=7775 comm="pool" requested_mask="l" denied_mask="l" fsuid=0 ouid=0
  target="/storage/asterisk/spool/voicemail/default/1102/Old/.lock-
  0fc30204"

  Possible solutions:
  a) Add l permission to the source of the helper
  b) Un-hardcode the permissions set by the helper and make them configurable 
through an /etc/default config or similar. This would be a preferable solution.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct  2 00:29 seq
   crw-rw 1 root audio 116, 33 Oct  2 00:29 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=28b31865-bf30-4c40-a9a6-32d44abec88b
  InstallationDate: Installed on 2014-08-17 (50 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  MachineType: ASUSTeK COMPUTER INC. P9D-V Series
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=c61299e4-1f7f-4807-aff6-0a3b4028b88c ro
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 11/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0601
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9D-V Series
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd11/13/2013:svnASUSTeKCOMPUTERINC.:pnP9D-VSeries:pvrRev1.xx:rvnASUSTeKCOMPUTERINC.:rnP9D-VSeries:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
  dmi.product.name: P9D-V Series
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-10-07 Thread sgofferj
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1378434/+attachment/4227598/+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/1378434

Title:
  14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

Status in “linux” package in Ubuntu:
  New

Bug description:
  I have an asterisk server running in a KVM and give it access to the storage 
array of the host via 9p.
  /etc/apparmor.d/abstractions/libvirt-qemu was missing the permissions for 
capa fowner and capa fsetid which are necessary for full access to the shares 
and which I fixed myself. Now, additionally, it seems that the helper for the 
KVMs only sets r and w permissions for the 9p shares. For full access in this 
case, also the link permission is needed. Manually adding the l flag to 
/etc/apparmor.d/libvirt-qemu/.files does NOT work. The permission 
structure seems to be hardcoded in the source of the helper. Typical log entry:

  Oct  7 19:04:14 nostromo kernel: [498751.395000] type=1400
  audit(1412697854.669:203): apparmor="DENIED" operation="link" profile
  ="libvirt-d2719da3-1869-9cee-b02f-8d86458bbea2"
  name="/storage/asterisk/spool/voicemail/default/1102/Old/.lock"
  pid=7775 comm="pool" requested_mask="l" denied_mask="l" fsuid=0 ouid=0
  target="/storage/asterisk/spool/voicemail/default/1102/Old/.lock-
  0fc30204"

  Possible solutions:
  a) Add l permission to the source of the helper
  b) Un-hardcode the permissions set by the helper and make them configurable 
through an /etc/default config or similar. This would be a preferable solution.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct  2 00:29 seq
   crw-rw 1 root audio 116, 33 Oct  2 00:29 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=28b31865-bf30-4c40-a9a6-32d44abec88b
  InstallationDate: Installed on 2014-08-17 (50 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  MachineType: ASUSTeK COMPUTER INC. P9D-V Series
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=c61299e4-1f7f-4807-aff6-0a3b4028b88c ro
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 11/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0601
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9D-V Series
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd11/13/2013:svnASUSTeKCOMPUTERINC.:pnP9D-VSeries:pvrRev1.xx:rvnASUSTeKCOMPUTERINC.:rnP9D-VSeries:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
  dmi.product.name: P9D-V Series
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1378434/+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 1378413] Re: Feature request for Core infrastructure for Ubuntu 14.10

2014-10-07 Thread Chris J Arges
** Changed in: linux (Ubuntu)
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Chris J Arges 
(arges)

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

Title:
  Feature request for Core infrastructure for Ubuntu 14.10

Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  -- Problem Description --
  Feature request to track the Core infrastructure Fixes for Power Virt 
Stability into Ubuntu 14.10

  Talked to Nathan Fontenot and Benjamin Herrenschmidt push the sparse
  vmemmap patches into his next tree. IIRC, now it's time to ask
  Canonical to include those as feature request of 14.10.

  The 14.10 uses relatively new kernel (3.16), so the upsteam patches
  could be applied directly.

  I applied the patches, and the guest could boot without any issues. So
  I attached all the 4 patches here.

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

2014-10-07 Thread sgofferj
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1378434/+attachment/4227597/+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/1378434

Title:
  14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

Status in “linux” package in Ubuntu:
  New

Bug description:
  I have an asterisk server running in a KVM and give it access to the storage 
array of the host via 9p.
  /etc/apparmor.d/abstractions/libvirt-qemu was missing the permissions for 
capa fowner and capa fsetid which are necessary for full access to the shares 
and which I fixed myself. Now, additionally, it seems that the helper for the 
KVMs only sets r and w permissions for the 9p shares. For full access in this 
case, also the link permission is needed. Manually adding the l flag to 
/etc/apparmor.d/libvirt-qemu/.files does NOT work. The permission 
structure seems to be hardcoded in the source of the helper. Typical log entry:

  Oct  7 19:04:14 nostromo kernel: [498751.395000] type=1400
  audit(1412697854.669:203): apparmor="DENIED" operation="link" profile
  ="libvirt-d2719da3-1869-9cee-b02f-8d86458bbea2"
  name="/storage/asterisk/spool/voicemail/default/1102/Old/.lock"
  pid=7775 comm="pool" requested_mask="l" denied_mask="l" fsuid=0 ouid=0
  target="/storage/asterisk/spool/voicemail/default/1102/Old/.lock-
  0fc30204"

  Possible solutions:
  a) Add l permission to the source of the helper
  b) Un-hardcode the permissions set by the helper and make them configurable 
through an /etc/default config or similar. This would be a preferable solution.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct  2 00:29 seq
   crw-rw 1 root audio 116, 33 Oct  2 00:29 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=28b31865-bf30-4c40-a9a6-32d44abec88b
  InstallationDate: Installed on 2014-08-17 (50 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  MachineType: ASUSTeK COMPUTER INC. P9D-V Series
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=c61299e4-1f7f-4807-aff6-0a3b4028b88c ro
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 11/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0601
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9D-V Series
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd11/13/2013:svnASUSTeKCOMPUTERINC.:pnP9D-VSeries:pvrRev1.xx:rvnASUSTeKCOMPUTERINC.:rnP9D-VSeries:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
  dmi.product.name: P9D-V Series
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-10-07 Thread sgofferj
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1378434/+attachment/4227600/+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/1378434

Title:
  14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

Status in “linux” package in Ubuntu:
  New

Bug description:
  I have an asterisk server running in a KVM and give it access to the storage 
array of the host via 9p.
  /etc/apparmor.d/abstractions/libvirt-qemu was missing the permissions for 
capa fowner and capa fsetid which are necessary for full access to the shares 
and which I fixed myself. Now, additionally, it seems that the helper for the 
KVMs only sets r and w permissions for the 9p shares. For full access in this 
case, also the link permission is needed. Manually adding the l flag to 
/etc/apparmor.d/libvirt-qemu/.files does NOT work. The permission 
structure seems to be hardcoded in the source of the helper. Typical log entry:

  Oct  7 19:04:14 nostromo kernel: [498751.395000] type=1400
  audit(1412697854.669:203): apparmor="DENIED" operation="link" profile
  ="libvirt-d2719da3-1869-9cee-b02f-8d86458bbea2"
  name="/storage/asterisk/spool/voicemail/default/1102/Old/.lock"
  pid=7775 comm="pool" requested_mask="l" denied_mask="l" fsuid=0 ouid=0
  target="/storage/asterisk/spool/voicemail/default/1102/Old/.lock-
  0fc30204"

  Possible solutions:
  a) Add l permission to the source of the helper
  b) Un-hardcode the permissions set by the helper and make them configurable 
through an /etc/default config or similar. This would be a preferable solution.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct  2 00:29 seq
   crw-rw 1 root audio 116, 33 Oct  2 00:29 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=28b31865-bf30-4c40-a9a6-32d44abec88b
  InstallationDate: Installed on 2014-08-17 (50 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  MachineType: ASUSTeK COMPUTER INC. P9D-V Series
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=c61299e4-1f7f-4807-aff6-0a3b4028b88c ro
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 11/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0601
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9D-V Series
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd11/13/2013:svnASUSTeKCOMPUTERINC.:pnP9D-VSeries:pvrRev1.xx:rvnASUSTeKCOMPUTERINC.:rnP9D-VSeries:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
  dmi.product.name: P9D-V Series
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-10-07 Thread sgofferj
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1378434/+attachment/4227599/+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/1378434

Title:
  14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

Status in “linux” package in Ubuntu:
  New

Bug description:
  I have an asterisk server running in a KVM and give it access to the storage 
array of the host via 9p.
  /etc/apparmor.d/abstractions/libvirt-qemu was missing the permissions for 
capa fowner and capa fsetid which are necessary for full access to the shares 
and which I fixed myself. Now, additionally, it seems that the helper for the 
KVMs only sets r and w permissions for the 9p shares. For full access in this 
case, also the link permission is needed. Manually adding the l flag to 
/etc/apparmor.d/libvirt-qemu/.files does NOT work. The permission 
structure seems to be hardcoded in the source of the helper. Typical log entry:

  Oct  7 19:04:14 nostromo kernel: [498751.395000] type=1400
  audit(1412697854.669:203): apparmor="DENIED" operation="link" profile
  ="libvirt-d2719da3-1869-9cee-b02f-8d86458bbea2"
  name="/storage/asterisk/spool/voicemail/default/1102/Old/.lock"
  pid=7775 comm="pool" requested_mask="l" denied_mask="l" fsuid=0 ouid=0
  target="/storage/asterisk/spool/voicemail/default/1102/Old/.lock-
  0fc30204"

  Possible solutions:
  a) Add l permission to the source of the helper
  b) Un-hardcode the permissions set by the helper and make them configurable 
through an /etc/default config or similar. This would be a preferable solution.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct  2 00:29 seq
   crw-rw 1 root audio 116, 33 Oct  2 00:29 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=28b31865-bf30-4c40-a9a6-32d44abec88b
  InstallationDate: Installed on 2014-08-17 (50 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  MachineType: ASUSTeK COMPUTER INC. P9D-V Series
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=c61299e4-1f7f-4807-aff6-0a3b4028b88c ro
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 11/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0601
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9D-V Series
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd11/13/2013:svnASUSTeKCOMPUTERINC.:pnP9D-VSeries:pvrRev1.xx:rvnASUSTeKCOMPUTERINC.:rnP9D-VSeries:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
  dmi.product.name: P9D-V Series
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-10-07 Thread sgofferj
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1378434/+attachment/4227593/+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/1378434

Title:
  14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

Status in “linux” package in Ubuntu:
  New

Bug description:
  I have an asterisk server running in a KVM and give it access to the storage 
array of the host via 9p.
  /etc/apparmor.d/abstractions/libvirt-qemu was missing the permissions for 
capa fowner and capa fsetid which are necessary for full access to the shares 
and which I fixed myself. Now, additionally, it seems that the helper for the 
KVMs only sets r and w permissions for the 9p shares. For full access in this 
case, also the link permission is needed. Manually adding the l flag to 
/etc/apparmor.d/libvirt-qemu/.files does NOT work. The permission 
structure seems to be hardcoded in the source of the helper. Typical log entry:

  Oct  7 19:04:14 nostromo kernel: [498751.395000] type=1400
  audit(1412697854.669:203): apparmor="DENIED" operation="link" profile
  ="libvirt-d2719da3-1869-9cee-b02f-8d86458bbea2"
  name="/storage/asterisk/spool/voicemail/default/1102/Old/.lock"
  pid=7775 comm="pool" requested_mask="l" denied_mask="l" fsuid=0 ouid=0
  target="/storage/asterisk/spool/voicemail/default/1102/Old/.lock-
  0fc30204"

  Possible solutions:
  a) Add l permission to the source of the helper
  b) Un-hardcode the permissions set by the helper and make them configurable 
through an /etc/default config or similar. This would be a preferable solution.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct  2 00:29 seq
   crw-rw 1 root audio 116, 33 Oct  2 00:29 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=28b31865-bf30-4c40-a9a6-32d44abec88b
  InstallationDate: Installed on 2014-08-17 (50 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  MachineType: ASUSTeK COMPUTER INC. P9D-V Series
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=c61299e4-1f7f-4807-aff6-0a3b4028b88c ro
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 11/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0601
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9D-V Series
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd11/13/2013:svnASUSTeKCOMPUTERINC.:pnP9D-VSeries:pvrRev1.xx:rvnASUSTeKCOMPUTERINC.:rnP9D-VSeries:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
  dmi.product.name: P9D-V Series
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-10-07 Thread sgofferj
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1378434/+attachment/4227595/+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/1378434

Title:
  14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

Status in “linux” package in Ubuntu:
  New

Bug description:
  I have an asterisk server running in a KVM and give it access to the storage 
array of the host via 9p.
  /etc/apparmor.d/abstractions/libvirt-qemu was missing the permissions for 
capa fowner and capa fsetid which are necessary for full access to the shares 
and which I fixed myself. Now, additionally, it seems that the helper for the 
KVMs only sets r and w permissions for the 9p shares. For full access in this 
case, also the link permission is needed. Manually adding the l flag to 
/etc/apparmor.d/libvirt-qemu/.files does NOT work. The permission 
structure seems to be hardcoded in the source of the helper. Typical log entry:

  Oct  7 19:04:14 nostromo kernel: [498751.395000] type=1400
  audit(1412697854.669:203): apparmor="DENIED" operation="link" profile
  ="libvirt-d2719da3-1869-9cee-b02f-8d86458bbea2"
  name="/storage/asterisk/spool/voicemail/default/1102/Old/.lock"
  pid=7775 comm="pool" requested_mask="l" denied_mask="l" fsuid=0 ouid=0
  target="/storage/asterisk/spool/voicemail/default/1102/Old/.lock-
  0fc30204"

  Possible solutions:
  a) Add l permission to the source of the helper
  b) Un-hardcode the permissions set by the helper and make them configurable 
through an /etc/default config or similar. This would be a preferable solution.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct  2 00:29 seq
   crw-rw 1 root audio 116, 33 Oct  2 00:29 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=28b31865-bf30-4c40-a9a6-32d44abec88b
  InstallationDate: Installed on 2014-08-17 (50 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  MachineType: ASUSTeK COMPUTER INC. P9D-V Series
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=c61299e4-1f7f-4807-aff6-0a3b4028b88c ro
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 11/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0601
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9D-V Series
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd11/13/2013:svnASUSTeKCOMPUTERINC.:pnP9D-VSeries:pvrRev1.xx:rvnASUSTeKCOMPUTERINC.:rnP9D-VSeries:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
  dmi.product.name: P9D-V Series
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-10-07 Thread sgofferj
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1378434/+attachment/4227602/+files/WifiSyslog.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/1378434

Title:
  14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

Status in “linux” package in Ubuntu:
  New

Bug description:
  I have an asterisk server running in a KVM and give it access to the storage 
array of the host via 9p.
  /etc/apparmor.d/abstractions/libvirt-qemu was missing the permissions for 
capa fowner and capa fsetid which are necessary for full access to the shares 
and which I fixed myself. Now, additionally, it seems that the helper for the 
KVMs only sets r and w permissions for the 9p shares. For full access in this 
case, also the link permission is needed. Manually adding the l flag to 
/etc/apparmor.d/libvirt-qemu/.files does NOT work. The permission 
structure seems to be hardcoded in the source of the helper. Typical log entry:

  Oct  7 19:04:14 nostromo kernel: [498751.395000] type=1400
  audit(1412697854.669:203): apparmor="DENIED" operation="link" profile
  ="libvirt-d2719da3-1869-9cee-b02f-8d86458bbea2"
  name="/storage/asterisk/spool/voicemail/default/1102/Old/.lock"
  pid=7775 comm="pool" requested_mask="l" denied_mask="l" fsuid=0 ouid=0
  target="/storage/asterisk/spool/voicemail/default/1102/Old/.lock-
  0fc30204"

  Possible solutions:
  a) Add l permission to the source of the helper
  b) Un-hardcode the permissions set by the helper and make them configurable 
through an /etc/default config or similar. This would be a preferable solution.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct  2 00:29 seq
   crw-rw 1 root audio 116, 33 Oct  2 00:29 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=28b31865-bf30-4c40-a9a6-32d44abec88b
  InstallationDate: Installed on 2014-08-17 (50 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  MachineType: ASUSTeK COMPUTER INC. P9D-V Series
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=c61299e4-1f7f-4807-aff6-0a3b4028b88c ro
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.7
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 11/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0601
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9D-V Series
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd11/13/2013:svnASUSTeKCOMPUTERINC.:pnP9D-VSeries:pvrRev1.xx:rvnASUSTeKCOMPUTERINC.:rnP9D-VSeries:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
  dmi.product.name: P9D-V Series
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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