[Kernel-packages] [Bug 1136700] Re: [Gigabyte H77M-D3H] cpufreq ondemand governor problem

2013-11-14 Thread Christopher M. Penalver
James Hochschild, this bug report is being closed due to your last
comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1136700/comments/14
regarding this being fixed with an update. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

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

Title:
  [Gigabyte H77M-D3H] cpufreq ondemand governor problem

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  I'm seeing a problem with the cpufreq ondemand governor in 12.04 32-bit.  
When I
  load one core of my Intel i5-3570 processor, instead of switching to a steady
  3.8GHz clock as I would expect, the clock actually toggles between 1.6GHz (min
  frequency) and 3.8GHz (max frequency),  even though the core is maxed out at
  100%.  I can increase the time it spends at 3.8GHz by increasing the
  sampling_down_factor tuning parameter, but it still switches back to 1.6GHz,
  albeit less frequently.  I've also tried 12.10 32-bit and it has the same
  problem.  However, 12.04 and 12.10 64-bit do not have the problem.  I decided 
to
  look into this a little further, so I copied the source code for the ondemand
  governor module and added a little debug code to see what was going on.  I 
found
  that the __cpufreq_driver_getavg function call was sometimes returning a value
  which was several orders of magnitude too small.  For example:

  [20174.251637] mygov: freq_avg(2) = 158 freq_cur = 3801000
  [20174.251642] mygov: freq_avg(0) = 4149919 freq_cur = 160
  [20174.251645] mygov: freq_avg(1) = 4149919 freq_cur = 160
  [20174.251647] mygov: freq_avg(3) = 4120224 freq_cur = 160

  As you can see, the return value freq_avg is very small for core 2, which is 
the
  maxed out core.  This value is calculated in mperf.c using 32-bit unsigned
  integers (in the 32-bit OS case) and it includes a final 10-bit right shift.  
As
  you can see, the normal return value is greater than 4meg, so before the 
shift it
  is greater then 4gig, right at the limit of a 32-bit integer.  I believe that 
the
  erroneous return values are due to 32-bit overflow in the average frequency
  calculation.  However, in the 64-bit OS the calculation uses 64 bits since 
one of
  the variables is declared as unsigned long, so there is no overflow.  Note 
that
  slower processors wouldn't show this problem since the average frequency 
numbers
  would be smaller.  Also, I have noticed that if I load 3 or 4 cores, the 
problem
  disappears.  This is because the processor maximum clock frequency is
  automatically reduced to 3.7GHz or 3.6GHz respectively, and this frequency
  reduction is enough to avoid overflow.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-38-generic-pae 3.2.0-38.61
  ProcVersionSignature: Ubuntu 3.2.0-38.61-generic-pae 3.2.37
  Uname: Linux 3.2.0-38-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: AudioPCI [Ensoniq AudioPCI], device 0: ES1371/1 [ES1371 DAC2/ADC]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jim2351 F pulseaudio
jim F xmms
   /dev/snd/pcmC0D0p:   jim2351 F...m pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'AudioPCI'/'Ensoniq AudioPCI ENS1371 at 0xd000, irq 18'
 Mixer name : 'SigmaTel STAC9721,23'
 Components : 'AC97a:83847609'
 Controls  : 36
 Simple ctrls  : 23
  Date: Thu Feb 28 18:49:55 2013
  HibernationDevice: RESUME=UUID=9c9d7935-45a9-4dae-8d56-b28be920ca4e
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   LC_COLLATE=POSIX
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/usr/bin/tcsh
  ProcFB:
   0 inteldrmfb
   1 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-38-generic-pae 
root=UUID=8d75fd4b-1bf6-4edc-9f5b-57790e729fe1 ro vga=791 debug ignore_loglevel
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-38-generic-pae N/A
   linux-backports-modu

[Kernel-packages] [Bug 1247723] Re: [Samsung NP900X3C-A02US] Lid state changes not detected

2013-11-14 Thread Christopher M. Penalver
Սահակ, to maintain a respectful atmosphere, please follow the code of
conduct - http://www.ubuntu.com/project/about-ubuntu/conduct . Bug
reports are handled by humans, the majority of whom are volunteers, so
please bear this in mind.

With this in mind, as skilled developers know, the purpose of a
regression test is to find out if this is simply a matter of reversing a
commit, build on the foundation of the regression commit, or this has
happened as far back as one could test (typically Lucid). This type of
information is vital to a developer in diagnosing and fixing the issue.

As well, I've seen regressions go unfixed as back as far as Jaunty/9.04,
going into current kernel releases.

Hence, presuming asking for a regression test is unreasonable is counter
productive to getting a bug solved.

Regarding usb-creator-gtk crashing, this is a known issue ->
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/915626 .

A WORKAROUND to burning an ISO to USB is:
sudo dd if=custom-backup.iso of=/dev/sdb ibs=10M obs=20M

where the following is replaced by your ISO name:
custom-backup.iso

and the following is replaced with your USB drive location:
/dev/sdb

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

Title:
  [Samsung NP900X3C-A02US] Lid state changes not detected

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Neither lid open nor lid close events are detected on Samsung 900X3C
  laptop.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19 [modified: 
boot/vmlinuz-3.11.0-12-generic]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sahak  1482 F pulseaudio
  Date: Sun Nov  3 23:11:48 2013
  InstallationDate: Installed on 2013-10-26 (8 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 900X3C/900X3D/900X4C/900X4D
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=366ff628-3319-488f-b6f2-7b1872de5733 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog: Nov  3 23:05:26 samsung kernel: [ 5958.261114] perf samples too 
long (2517 > 2500), lowering kernel.perf_event_max_sample_rate to 5
  dmi.bios.date: 02/08/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P06AAC
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SAMSUNG_NP1234567890
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP06AAC:bd02/08/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn900X3C/900X3D/900X4C/900X4D:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 900X3C/900X3D/900X4C/900X4D
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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

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


[Kernel-packages] [Bug 1239183] Re: 8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low brightness setting

2013-11-14 Thread Mario Kleinsasser
Information from freedesktop.org mailing list is, that this seems to be
a firmware bug.

Bug filed as https://bugs.freedesktop.org/show_bug.cgi?id=71596

Mailinglist thread is http://lists.freedesktop.org/archives/intel-
gfx/2013-November/035949.html

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

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

Title:
  8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low
  brightness setting

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  On boot, following the bios screen and grub screen to choose ubuntu,
  the screen goes completely black.

  WORKAROUND: The fn-arrow keys can be used to turn the backlight up.

  Commit bisect revealed:
  70b12bb415463c1bd146b67c5fbf6784fd046ad9 is the first bad commit
  commit 70b12bb415463c1bd146b67c5fbf6784fd046ad9
  Author: Paulo Zanoni 
  Date: Tue Nov 20 13:32:30 2012 -0200

  drm/i915: promote Haswell to full support

  Since it should be working a little bit better now.

  Signed-off-by: Paulo Zanoni 
  Signed-off-by: Daniel Vetter 

  :04 04 f93a7761de2157a8be61f20ca9a5499264bb5c55
  1fed098470278830f06b0bca1706f61ba231d38d M drivers

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  seker  1893 F pulseaudio
   /dev/snd/controlC1:  seker  1893 F pulseaudio
  Date: Sat Oct 12 19:08:14 2013
  HibernationDevice: RESUME=UUID=cf48b287-c5f6-4b61-a5bd-3eac732c2f58
  InstallationDate: Installed on 2013-08-31 (41 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130830)
  MachineType: Acer Aspire V5-573G
  MarkForUpload: True
  ProcFB: 0 inteldrmfb1239183
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=9ec81638-697e-4b52-b175-0ab53a2518d6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.20
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.20:bd08/29/2013:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1052227] Re: 8086:4220 [Sony VAIO VGN-TX750P] hibernate intel ipw2200: network failure when resuming

2013-11-14 Thread Christopher M. Penalver
Mathias-bavay, 3.10.1-031001-generic appears to be a mainline kernel,
which is not supported in Ubuntu ->
https://wiki.ubuntu.com/Kernel/MainlineBuilds#Kernel.2BAC8-FAQ.2BAC8-DebuggingMainlineBuildsSupport.Does_the_kernel_team_support_the_mainline_kernel_builds.3F
.

This report wouldn't be linked to another, or vice versa, as this is
resolved for you in your current install.

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

Title:
  8086:4220 [Sony VAIO VGN-TX750P] hibernate intel ipw2200: network
  failure when resuming

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  On Kubuntu 12.04 (precise), after hibernation, the ipw2200 network
  card does not properly connect to the network: it start as DNS errors
  and after a minute, the network becomes "unreachable" (but nothing was
  able to go on the network since resuming). This looks very much like
  the old bugs #57697 or #550548.

  A full restart solves the problem.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bavay  1590 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xb000 irq 40'
 Mixer name : 'Realtek ALC260'
 Components : 'HDA:10ec0260,104d0400,00100300 
HDA:14f12bfa,104d0200,0009'
 Controls  : 16
 Simple ctrls  : 8
  CurrentDmesg:
   [   27.879434] ADDRCONF(NETDEV_UP): eth0: link is not ready
   [  110.420443] lib80211_crypt: registered algorithm 'CCMP'
   [  110.537017] lib80211_crypt: registered algorithm 'TKIP'
   [  122.912041] eth1: no IPv6 routers present
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=518bf2b0-bfc7-47ae-a72d-235465017853
  InstallationMedia: Kubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  MachineType: Sony Corporation VGN-TX750P
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-30-generic-pae 
root=UUID=9e00920c-ad0e-4db5-bd67-01eec0b8b8cc ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-30.48-generic-pae 3.2.27
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-30-generic-pae N/A
   linux-backports-modules-3.2.0-30-generic-pae  N/A
   linux-firmware1.79.1
  Tags:  precise
  Uname: Linux 3.2.0-30-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/01/2005
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R0051V1
  dmi.chassis.type: 10
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR0051V1:bd12/01/2005:svnSonyCorporation:pnVGN-TX750P:pvrJ001K237:cvn:ct10:cvr:
  dmi.product.name: VGN-TX750P
  dmi.product.version: J001K237
  dmi.sys.vendor: Sony Corporation

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

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


[Kernel-packages] [Bug 1006765] Re: 1033:0194 Hot plugging USB3.0 express card Not possible

2013-11-14 Thread Roland
suddenly it works with 3.11.0-13-generic 
but not always, 
try to find out when is does and don't

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

Title:
  1033:0194 Hot plugging USB3.0 express card Not possible

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  On my Lenovo T520 hot plugging USB3.0 PCI AKE Express USB 3.0 5Gbps BC618 
Express card not possible. Hot plugging USB devices in this Card is also not 
possible. In kern.log:
  May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status 
failed (err = -19)
  May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status 
failed (err = -19)
  May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status 
failed (err = -19)
  May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status 
failed (err = -19)
  May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status 
failed (err = -19)
  May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status 
failed (err = -19)
  May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status 
failed (err = -19)
  May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status 
failed (err = -19)
  May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status 
failed (err = -19)
  May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status 
failed (err = -19)

  Plugging out the USB3 Express card:
  no messages in kern.log !!

  WORKAROUND: Power on with PCI card and USB devices connected.
  Reconnecting devices after this is not possible. Re-Plugging the drive
  or other USB products are not recognized.

  WORKAROUND: sudo echo acpiphp >> /etc/modules
  Modify /etc/default/grub to have:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1"

  and run:
  sudo update-grub

  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roland 2949 F pulseaudio
  CRDA:
   country NL:
    (2402 - 2482 @ 40), (N/A, 20)
    (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
    (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS
    (5490 - 5710 @ 40), (N/A, 27), DFS
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52'
     Mixer name : 'Intel CougarPoint HDMI'
     Components : 'HDA:14f1506e,17aa21cf,0012 
HDA:80862805,80860101,0010'
     Controls  : 37
     Simple ctrls  : 14
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
     Mixer name : 'ThinkPad EC (unknown)'
     Components : ''
     Controls  : 1
     Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 4243W29
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic 
root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-24-generic N/A
   linux-backports-modules-3.2.0-24-generic  N/A
   linux-firmware1.79
  SourcePackage: linux
  StagingDrivers: mei
  Tags:  precise staging precise staging
  Uname: Linux 3.2.0-24-generic x86_64
  UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago)
  UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse 
pulse-access sambashare vboxusers video
  dmi.bios.date: 07/11/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8AET49WW (1.29 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4243W29
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: LBNL02200
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4243W29
  dmi.product.version: ThinkPad T520
  dmi.sys.vendor: LENOVO
  ---
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roland 2795 F pulseaudio
  CurrentDmesg:
   Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] faile

[Kernel-packages] [Bug 986321] Re: READ/Write FPDMA QUEUED failures

2013-11-14 Thread Krister
This happens to me a few times a day while working:

Nov 14 10:00:25 praxis kernel: [18679.709773] ata1.00: failed command: WRITE 
FPDMA QUEUED
Nov 14 10:00:25 praxis kernel: [18679.709777] ata1.00: cmd 
61/08:68:68:88:22/00:00:27:00:00/40 tag 13 ncq 4096 out
Nov 14 10:00:25 praxis kernel: [18679.709777]  res 
40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
Nov 14 10:00:25 praxis kernel: [18679.709779] ata1.00: status: { DRDY }

Please let me know if there is anything I can do to help.

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

Title:
  READ/Write FPDMA QUEUED failures

Status in The Linux Kernel:
  Invalid
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  We have a setup of
  1- 3 Sata PCI cards (Syba PCI Express SATA II 4-Port RAID Controller Card 
SY-PEX40008) 2- connected to 9 backplanes (CFI-B53PM 5 Port Backplane 
(SiI3726)).
  Exact replica of this configuration 
http://blog.backblaze.com/2011/07/20/petabytes-on-a-budget-v2-0revealing-more-secrets/.

  We tried Ubuntu Server 12.04/Debian Stable/BSD7/BSD8 with ext4/zfs and all 
give us such read/write errors.
  ---
  AlsaDevices:
   total 0
   crw-rw---T 1 root audio 116,  1 Apr 20 14:10 seq
   crw-rw---T 1 root audio 116, 33 Apr 20 14:10 timer
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu2
  Architecture: amd64
  ArecordDevices: arecord: device_list:252: no soundcards found...
  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 12.04
  HibernationDevice: RESUME=UUID=16877cc2-98af-4f72-b1bc-7f1ee98f6fcd
  InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Beta amd64 
(20120413)
  IwConfig:
   lono wireless extensions.

   eth1  no wireless extensions.

   eth0  no wireless extensions.
  MachineType: Supermicro X8SIL
  NonfreeKernelModules: zfs zcommon znvpair zavl zunicode
  Package: linux (not installed)
  PciMultimedia:

  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-23-generic 
root=UUID=de87ad5f-e76f-4180-a7ce-9b29c9443b9f ro
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/localadmin not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic N/A
   linux-backports-modules-3.2.0-23-generic  N/A
   linux-firmware1.79
  RfKill:

  SourcePackage: linux
  Tags:  precise precise
  Uname: Linux 3.2.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 05/27/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.1
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: X8SIL
  dmi.board.vendor: Supermicro
  dmi.board.version: 0123456789
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 24
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.1:bd05/27/2010:svnSupermicro:pnX8SIL:pvr0123456789:rvnSupermicro:rnX8SIL:rvr0123456789:cvnSupermicro:ct24:cvr0123456789:
  dmi.product.name: X8SIL
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

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

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


[Kernel-packages] [Bug 1239459] Re: [RT3290] wifi doesn't connect or disconnects after few seconds

2013-11-14 Thread Jeff
I have the same error.I tried installing the drivers manually but dont
works and changing some parameters of the firmware's code  how much
guides says, but dont works too.

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

Title:
  [RT3290] wifi doesn't connect or disconnects after few seconds

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

Bug description:
  With the new 3.11.0-12-generic kernel, wifi has problems to connect with many 
errors like these:
  Oct 13 23:50:03 ubuntotto kernel: [ 1186.580726] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  Oct 13 23:50:03 ubuntotto kernel: [ 1186.740659] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  Oct 13 23:50:04 ubuntotto kernel: [ 1186.900544] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  Oct 13 23:50:04 ubuntotto kernel: [ 1187.060571] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  Oct 13 23:50:04 ubuntotto kernel: [ 1187.096576] ieee80211 phy0: 
rt2x00queue_write_tx_frame: Error - Dropping frame due to full tx queue 0
  Oct 13 23:50:05 ubuntotto kernel: [ 1188.280106] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  Oct 13 23:50:05 ubuntotto kernel: [ 1188.440128] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  Oct 13 23:51:06 ubuntotto kernel: [ 1249.560697] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  Oct 13 23:51:06 ubuntotto kernel: [ 1249.720644] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  Oct 13 23:51:07 ubuntotto kernel: [ 1249.880590] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  Oct 13 23:51:07 ubuntotto kernel: [ 1250.040543] ieee80211 phy0: 
rt2x00queue_flush_queue: Warning - Queue 2 failed to flush

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  andrea 1791 F pulseaudio
  Date: Sun Oct 13 23:45:04 2013
  HibernationDevice: RESUME=UUID=297ef090-5420-41f6-8439-f1254f3e9e15
  InstallationDate: Installed on 2013-10-12 (1 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: ASUSTeK COMPUTER INC. X200CA
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=088f2a7d-b78f-4bdd-a184-754b70a3184a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-10-13 (0 days ago)
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200CA.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200CA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200CA.208:bd09/18/2013:svnASUSTeKCOMPUTERINC.:pnX200CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200CA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

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


[Kernel-packages] [Bug 1251065] Re: HP Mini 1000 fails to resume from suspend

2013-11-14 Thread Colin King
** Changed in: linux (Ubuntu)
   Status: Incomplete => In Progress

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

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

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

Title:
  HP Mini 1000 fails to resume from suspend

Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  Booting various kernels including the mainline 3.12 kernel, HP Mini
  1000 does not resume from suspend. Problem seems to have begun
  following update to 13.10, including kernels 3.9, 3.10, 3.11.

  Ran steps on DebuggingKernelSuspend wiki page at
  https://wiki.ubuntu.com/DebugginKernelSuspend#A.22resume-
  trace.22_debugging_procedure_for_finding_buggy_drivers.

  Attached: dmesg.txt
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  DistroRelease: Ubuntu 13.10
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-11-12 (1 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release i386 (20131016.1)
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: linux (not installed)
  Tags:  saucy
  Uname: Linux 3.12.0-031200-generic i686
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Kernel-packages] [Bug 1169143] Re: Headset support on some Dell machines

2013-11-14 Thread Yang Kun (YK)
the version Anthony mentioned in comment #13 should be 12.04.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/1169143

Title:
  Headset support on some Dell machines

Status in HWE Next Project:
  In Progress
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux-lts-raring” package in Ubuntu:
  New
Status in “pulseaudio” package in Ubuntu:
  Fix Released
Status in “pulseaudio” source package in Precise:
  Fix Released

Bug description:
  [SRU Justification]
  Several new hardware has either headset jacks or headphone-or-mic jacks, 
where the system cannot detect what has been plugged in. E g, for such a 
headset jack you can either plug in a headphone or a headset, but since the 
system cannot tell which one it is, you have to manually tell the system 
whether you want to use the internal or external mic.
  In the case of a headphone-or-mic jack, you can have the jack functioning as 
either a headphone or a mic, but not as a headset.

  Without this patch, PulseAudio would not detect the jack correctly,
  and not making all options available to the user.

  [Regression Potential] is very low: this only affects machines with
  the specific name "Headphone Mic Jack" or "Headset Mic Jack", which
  started to appear for a few machines in the 3.5 kernel. People who are
  running 12.04.0 or 12.04.1 will be unaffected. More machines are
  coming in the 3.10 kernel, so this is also a preparation for making
  certification easier later on.

  [Test case] On an affected machine, plug in something into the jack.
  Then go to "Sound Settings" and note what options there are: e g, for
  a headset jack, you should be able to select both external and
  internal mic manually.

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

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


[Kernel-packages] [Bug 912231] Re: CVE-2011-4917

2013-11-14 Thread John Johansen
** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Importance: Undecided => Low

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Importance: Undecided => Low

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Importance: Undecided => Low

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Importance: Undecided => Low

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Importance: Undecided => Low

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

Title:
  CVE-2011-4917

Status in “linux” package in Ubuntu:
  New
Status in “linux-armadaxp” package in Ubuntu:
  Invalid
Status in “linux-ec2” package in Ubuntu:
  Invalid
Status in “linux-fsl-imx51” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-maverick” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-natty” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-oneiric” package in Ubuntu:
  Invalid
Status in “linux-lts-quantal” package in Ubuntu:
  Invalid
Status in “linux-lts-raring” package in Ubuntu:
  Invalid
Status in “linux-lts-saucy” package in Ubuntu:
  Invalid
Status in “linux-mvl-dove” package in Ubuntu:
  Invalid
Status in “linux-ti-omap4” package in Ubuntu:
  New
Status in “linux” source package in Lucid:
  New
Status in “linux-armadaxp” source package in Lucid:
  Invalid
Status in “linux-ec2” source package in Lucid:
  New
Status in “linux-fsl-imx51” source package in Lucid:
  Invalid
Status in “linux-lts-backport-maverick” source package in Lucid:
  Invalid
Status in “linux-lts-backport-natty” source package in Lucid:
  Won't Fix
Status in “linux-lts-backport-oneiric” source package in Lucid:
  Won't Fix
Status in “linux-lts-quantal” source package in Lucid:
  Invalid
Status in “linux-lts-raring” source package in Lucid:
  Invalid
Status in “linux-lts-saucy” source package in Lucid:
  Invalid
Status in “linux-mvl-dove” source package in Lucid:
  Invalid
Status in “linux-ti-omap4” source package in Lucid:
  Invalid
Status in “linux” source package in Precise:
  New
Status in “linux-armadaxp” source package in Precise:
  New
Status in “linux-ec2” source package in Precise:
  Invalid
Status in “linux-fsl-imx51” source package in Precise:
  Invalid
Status in “linux-lts-backport-maverick” source package in Precise:
  Invalid
Status in “linux-lts-backport-natty” source package in Precise:
  Invalid
Status in “linux-lts-backport-oneiric” source package in Precise:
  Invalid
Status in “linux-lts-quantal” source package in Precise:
  New
Status in “linux-lts-raring” source package in Precise:
  New
Status in “linux-lts-saucy” source package in Precise:
  New
Status in “linux-mvl-dove” source package in Precise:
  Invalid
Status in “linux-ti-omap4” source package in Precise:
  New
Status in “linux” source package in Quantal:
  New
Status in “linux-armadaxp” source package in Quantal:
  New
Status in “linux-ec2” source package in Quantal:
  Invalid
Status in “linux-fsl-imx51” source package in Quantal:
  Invalid
Status in “linux-lts-backport-maverick” source package in Quantal:
  Invalid
Status in “linux-lts-backport-natty” source package in Quantal:
  Invalid
Status in “linux-lts-backport-oneiric” source package in Quantal:
  Invalid
Status in “linux-lts-quantal” source package in Quantal:
  Invalid
Status in “linux-lts-raring” source package in Quantal:
  Invalid
Status in “linux-lts-saucy” source package in Quantal:
  Invalid
Status in “linux-mvl-dove” source package in Quantal:
  Invalid
Status in “linux-ti-omap4” source package in Quantal:
  New
Status in “linux” source package in Raring:
  New
Status in “linux-armadaxp” source package in Raring:
  Invalid
Status in “linux-ec2” source package in Raring:
  Invalid
Status in “linux-fsl-imx51” source package in Raring:
  Invalid
Status in “linux-lts-backport-maverick” source package in Raring:
  Invalid
Status in “linux-lts-backport-natty” source package in Raring:
  Invalid
Status in “linux-lts-backport-oneiric” source package in Raring:
  Invalid
Status in “linux-lts-quantal” source package in Raring:
  Invalid
Status in “linux-lts-raring” source package in Raring:
  Invalid
Status in “linux-lts-saucy” source package in Raring:
  Invalid
Status in “linux-mvl-dove” source package in Raring:
  Invalid
Status in “linux-ti-omap4” source package in Raring:
  New
Status in “linux” source package in Saucy:
  New
Status in “linux-armadaxp” source package in Saucy:
  Invalid
Status in “linux-ec2” source package in Saucy:
  Invalid
Status in “linux-fsl-imx51” source package in Saucy:
 

[Kernel-packages] [Bug 1164557] Re: [Lenovo ThinkPad R60] Laptop to hot - VID to high

2013-11-14 Thread Rainer
Hi,

this is not easy to answer.

As I start with Ubuntu 10.x on my laptop I got hot problems at load. I
start then to add some packages (I not rember more which one) an dthe
problem disapears!

I have done an update to the second 10.x and I don't have any problem.

After updating to Precise first I see no problem, but short after I
occurs. This is because in normal usage, like internet writng viewing, I
got no problems. When I start cpu load activity like a lot of graphics
or video work  the laptop overheads an hangup.

I tried to figure out if I have done some mistake, like wrong governor
packages i.e. Also google gave no solution. One interestin point is: I
use the package thinkfan. I have it customized just after starting the
overheating problems at the beginning. After updating to Precise I found
that thinkfan was configured to use the fan in the level 0-7. Which
means max 3900 fan speed. So I found using google that there is a fan
level disengaded (which brings an fan speed 5800. I activate this under
precis for the first time. But this don't help to prevent overheading.
At 68°C cpu temp run my fan with 5800 revolution, what he have never
done before Precise.

This seems to be a serious and useable Linux problem: I often get
computer hangups if I use different Linux live system on many computers
to do a offline backup. When I then run parallel  partimage tasks for
different disks those computers hang. I guess overheating. Running the
partimage for the disks in serial get no problem.

To circumvent my problem I have writen a pearl script which monitors the
cpu temp every 10s and switch to governor powersave at 82°C and back to
conserative at 73°C.

Hope this explains in dead what happens regards Rainer

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

Title:
  [Lenovo ThinkPad R60] Laptop to hot - VID to high

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  My laptop goes to very high temperature. First I think it was a fan
  problem. I adjusted thinkfan to use the disengaged option. Now my fan
  is at maximum speed if the temperature goes over 67°C. But still it is
  not possible to run the laptop for a longer time an 100% CPU. It then
  overheats and stops working. For example just after clamscan starts
  working the fan is at maximum speed (5600 revolutions) and the
  temperature goes up over 85°C, the CPU usage is the about 70%.

  My standard governer is "ondemand". By using "powersave" the
  temperature will be about 5-10°C decrease.

  My investigation show me that in my opinion the VID is to high. To verify 
this I do the following:
  -  rdmsr -p0 [1] 0x0199 for every speed steps
  -  the governer "ondemand" switches the MSR 0x199 between
     - 0x0613, which means 1GHz and 1.275V?
     - 0x081c, which means 1,33GHz and 1.3875V?
     - 0x0b28, which means 1,83GHz and 1.5375V?
  > by 100% CPU the laptop overheats and stops

  - set the governer to userspace 1.833GHz
  - reduce the VID using: wrmsr -p0 [1] 0x0199 0x0b20
  > the temperature goes not over 65°C by starting load that goes to 100% CPU!.

  I see that the VID is always set to 0x0b28 when the governor change
  the speed to the highest speed. I don't know if the governor or an
  other kernel module set the VID The Sped (FID) is selected by the
  governor.

  The FID/VID vor maximum should be set to 0x0b20 instead 0x0B28 and
  every thing would fine.

  sudo lshw -C display; uname -a; lsb_release -a
    *-display
     description: VGA compatible controller
     product: Radeon Mobility X1400
     vendor: Hynix Semiconductor (Hyundai Electronics)
     physical id: 0
     bus info: pci@:01:00.0
     version: 00
     width: 32 bits
     clock: 33MHz
     capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
     configuration: driver=radeon latency=0
     resources: irq:16 memory:d800-dfff ioport:2000(size=256) 
memory:ee00-ee00 memory:ee02-ee03
  Linux BN591-LINUX 3.2.0-40-generic-pae #64-Ubuntu SMP Mon Mar 25 21:44:41 UTC 
2013 i686 i686 i386 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 12.04.2 LTS
  Release:  12.04
  Codename: precise

  ---
  ApportVersion: 2.12.6-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 3165 F pulseaudio
  CasperVersion: 1.336ubuntu1
  CurrentDmesg:
   [   71.182993] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
   [   71.185122] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
   [   71.982542] iwl3945 :03:00.0: loaded firmware version 15.32.2.9
   [   72.055058] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
   [   72.055518] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  DistroRelease: Ubuntu 14.04
  LiveMediaBuild: Ubuntu 14.04 LT

[Kernel-packages] [Bug 1250778] Re: [Dell Latitude E6440] HIGH failure in fwts log on Precise

2013-11-14 Thread Alex Hung
klog: HIGH Kernel message: [ 0.00] ACPI Warning: FADT (revision 5)
is longer than ACPI 2.0 version, truncating length 268 to 244

The error was generated by older version of linux kernel which complains
ACPI version is too new. This has no impacts and is fixed in newer
kernel.


** Changed in: linux (Ubuntu)
   Status: Confirmed => Won't Fix

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

Title:
  [Dell Latitude E6440] HIGH failure in fwts log on Precise

Status in “linux” package in Ubuntu:
  Won't Fix

Bug description:
  CID: 201306-13688 Dell Latitude E6440

  HIGH failures could be found in the fwts report:
   klog: HIGH Kernel message: [0.00] ACPI Warning: FADT (revision 5) is 
longer than ACPI 2.0 version, truncating length 268 to 244 (20110623/tbfadt-288)
   klog: HIGH Kernel message: [0.002488] ENERGY_PERF_BIAS: Set to 'normal', 
was 'performance'

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-56-generic 3.2.0-56.86
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic 3.2.51
  Uname: Linux 3.2.0-56-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 1: PCH [HDA Intel PCH], device 0: ALC292 Analog [ALC292 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  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 1733 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf7d34000 irq 44'
 Mixer name : 'Generic  ID 0'
 Components : 'HDA:,80860101,0010'
 Controls  : 0
 Simple ctrls  : 0
  Card0.Amixer.values:
   
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xf7d3 irq 44'
 Mixer name : 'Realtek ALC292'
 Components : 'HDA:10ec0292,102805bd,0011'
 Controls  : 19
 Simple ctrls  : 10
  Date: Wed Nov 13 04:24:32 2013
  HibernationDevice: RESUME=UUID=aeb30de4-c85d-4d93-874d-8f06ce1303b2
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  MachineType: Dell Inc. Latitude E6440
  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-56-generic 
root=UUID=3cde48ea-3225-4afa-b02b-584a672a94e4 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic N/A
   linux-backports-modules-3.2.0-56-generic  N/A
   linux-firmware1.79.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/03/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: X23
  dmi.board.name: 02P3T1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X03
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrX23:bd07/03/2013:svnDellInc.:pnLatitudeE6440:pvr01:rvnDellInc.:rn02P3T1:rvrX03:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6440
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1250778] Re: [Dell Latitude E6440] HIGH failure in fwts log on Precise

2013-11-14 Thread Alex Hung
klog: HIGH Kernel message: [ 0.002488] ENERGY_PERF_BIAS: Set to
'normal', was 'performance'

The error is changed from error to info in fwts commit
c3a9eb921aaa468ff7fbc426d4df0cf55a8ad2e1 a while 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/1250778

Title:
  [Dell Latitude E6440] HIGH failure in fwts log on Precise

Status in “linux” package in Ubuntu:
  Won't Fix

Bug description:
  CID: 201306-13688 Dell Latitude E6440

  HIGH failures could be found in the fwts report:
   klog: HIGH Kernel message: [0.00] ACPI Warning: FADT (revision 5) is 
longer than ACPI 2.0 version, truncating length 268 to 244 (20110623/tbfadt-288)
   klog: HIGH Kernel message: [0.002488] ENERGY_PERF_BIAS: Set to 'normal', 
was 'performance'

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-56-generic 3.2.0-56.86
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic 3.2.51
  Uname: Linux 3.2.0-56-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 1: PCH [HDA Intel PCH], device 0: ALC292 Analog [ALC292 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  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 1733 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf7d34000 irq 44'
 Mixer name : 'Generic  ID 0'
 Components : 'HDA:,80860101,0010'
 Controls  : 0
 Simple ctrls  : 0
  Card0.Amixer.values:
   
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xf7d3 irq 44'
 Mixer name : 'Realtek ALC292'
 Components : 'HDA:10ec0292,102805bd,0011'
 Controls  : 19
 Simple ctrls  : 10
  Date: Wed Nov 13 04:24:32 2013
  HibernationDevice: RESUME=UUID=aeb30de4-c85d-4d93-874d-8f06ce1303b2
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  MachineType: Dell Inc. Latitude E6440
  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-56-generic 
root=UUID=3cde48ea-3225-4afa-b02b-584a672a94e4 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic N/A
   linux-backports-modules-3.2.0-56-generic  N/A
   linux-firmware1.79.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/03/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: X23
  dmi.board.name: 02P3T1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X03
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrX23:bd07/03/2013:svnDellInc.:pnLatitudeE6440:pvr01:rvnDellInc.:rn02P3T1:rvrX03:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6440
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

-- 
Mailing list: https://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 1169143] Re: Headset support on some Dell machines

2013-11-14 Thread Anthony Wong
good catch :)

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

Title:
  Headset support on some Dell machines

Status in HWE Next Project:
  In Progress
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux-lts-raring” package in Ubuntu:
  New
Status in “pulseaudio” package in Ubuntu:
  Fix Released
Status in “pulseaudio” source package in Precise:
  Fix Released

Bug description:
  [SRU Justification]
  Several new hardware has either headset jacks or headphone-or-mic jacks, 
where the system cannot detect what has been plugged in. E g, for such a 
headset jack you can either plug in a headphone or a headset, but since the 
system cannot tell which one it is, you have to manually tell the system 
whether you want to use the internal or external mic.
  In the case of a headphone-or-mic jack, you can have the jack functioning as 
either a headphone or a mic, but not as a headset.

  Without this patch, PulseAudio would not detect the jack correctly,
  and not making all options available to the user.

  [Regression Potential] is very low: this only affects machines with
  the specific name "Headphone Mic Jack" or "Headset Mic Jack", which
  started to appear for a few machines in the 3.5 kernel. People who are
  running 12.04.0 or 12.04.1 will be unaffected. More machines are
  coming in the 3.10 kernel, so this is also a preparation for making
  certification easier later on.

  [Test case] On an affected machine, plug in something into the jack.
  Then go to "Sound Settings" and note what options there are: e g, for
  a headset jack, you should be able to select both external and
  internal mic manually.

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

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


[Kernel-packages] [Bug 951736] Re: Cannot change brightness on laptop with ATI Radeon 6470M

2013-11-14 Thread madbiologist
** 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/951736

Title:
  Cannot change brightness on laptop with ATI Radeon 6470M

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

Bug description:
  "When I press Fn+F9 or F10 which are the keyboard buttons to
  decrease/increase the screen brightness of my HP Probook 6560b laptop,
  nothing happens."

  This was quoted from the following bug from the kernel.org bugtracker
  which has some more infos:
  https://bugzilla.kernel.org/show_bug.cgi?id=40862

  I manually installed the precise kernel on my oneiric install to see
  if it is fixed with a newer kernel, didn't help.

  WORKAROUND: Use fglrx.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xserver-xorg-video-radeon 1:6.14.99~git20110811.g93fc084-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Mar 10 20:02:31 2012
  InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111011)
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1250592] Re: linux: 2.6.32-54.116 -proposed tracker

2013-11-14 Thread Adam Conrad
Copied to -proposed and overrides adjusted.

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Adam Conrad 
(adconrad)

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

Title:
  linux: 2.6.32-54.116 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
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-54.116 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:50 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-phase-changed:Wednesday, 13. November 2013 02:04 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250592/+subscriptions

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


[Kernel-packages] [Bug 1242812] Re: ext4 random block I/O write performance regression with 3.11 Saucy Kernel

2013-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-saucy

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

Title:
  ext4 random block I/O write performance regression with 3.11 Saucy
  Kernel

Status in “linux” package in Ubuntu:
  Fix Committed

Bug description:
  Commit e7ea81db5(ext4: restructure writeback path) introduced a
  performance regression with random writes. Using tools such as
  bonnie++, writes with dd or even stress testing with tools such as
  'stress' one can observe a 10%-20% performance regression.

  SRU Justification:

  Commit e7ea81db5(ext4: restructure writeback path) introduced a
  performance regression with random writes. Using tools such as
  bonnie++, writes with dd or even stress testing with tools such as
  'stress' one can observe a 10%-20% performance regression.

  Impact:

  Write performance is diminished causing a noticeable regression
  compared to previous released kernels.

  Fix:

  Two patches are required:

  a) upstream fix 9c12a83 which fixes the overly aggressive writing back of 
pages which ultimulately resulted in more seeking and
  less performance.

  b) commit aeac589a7 from the dev branch of kernel/git/tytso/ext4.git
  which ensures no more pages than nr_to_write can be added to the
  extent for mapping.

  Testcase:

  Using stress-ng on a 2 CPU machine run:

  stress-ng --hdd 2 --hdd-ops 20

  (see: git://kernel.ubuntu.com/cking/stress-ng.git)

  With the fix, this consistently runs ~10-20% faster than the non-fixed
  kernel.

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

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


[Kernel-packages] [Bug 1249081] Re: Saucy update to 3.11.7 stable release

2013-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-saucy

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

Title:
  Saucy update to 3.11.7 stable release

Status in “linux” package in Ubuntu:
  New
Status in “linux” source package in Saucy:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from Linus' tree or in a minimally
     backported form of that patch. The 3.11.7 upstream stable
     patch set is now available. It should be included in the Ubuntu
     kernel as well.

     git://git.kernel.org/

  TEST CASE: TBD

     The following patches are in the 3.11.7 stable release:
  Linux 3.11.7
  usb: serial: option: blacklist Olivetti Olicard200
  USB: serial: option: add support for Inovia SEW858 device
  USB: serial: ti_usb_3410_5052: add Abbott strip port ID to 
combined table as well.
  serial: vt8500: add missing braces
  wireless: cw1200: acquire hwbus lock around cw1200_irq_handler() 
call.
  wireless: radiotap: fix parsing buffer overrun
  w1 - call request_module with w1 master mutex unlocked
  writeback: fix negative bdi max pause
  ALSA: hda - Fix inverted internal mic not indicated on some 
machines
  ALSA: us122l: Fix pcm_usb_stream mmapping regression
  mm: fix BUG in __split_huge_page_pmd
  mm/zswap: bugfix: memory leak when re-swapon
  mm: migration: do not lose soft dirty bit if page is in migration 
state
  i2c: ismt: initialize DMA buffer
  dm snapshot: fix data corruption
  gpio/lynxpoint: check if the interrupt is enabled in IRQ handler
  ext[34]: fix double put in tmpfile
  ARM: integrator: deactivate timer0 on the Integrator/CP
  ARM: 7851/1: check for number of arguments in 
syscall_get/set_arguments()
  davinci_emac.c: Fix IFF_ALLMULTI setup
  ipv6: probe routes asynchronous in rt6_probe
  netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helper
  ipv6: fill rt6i_gateway with nexthop address
  ipv6: always prefer rt6i_gateway if present
  inet: fix possible memory corruption with UDP_CORK and UFO
  net: fix cipso packet validation when !NETLABEL
  net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix 
race
  be2net: pass if_id for v1 and V2 versions of TX_CREATE cmd
  wanxl: fix info leak in ioctl
  sctp: Perform software checksum if packet has to be fragmented.
  sctp: Use software crc32 checksum when xfrm transform will happen.
  net: dst: provide accessor function to dst->xfrm
  bridge: Correctly clamp MAX forward_delay when enabling STP
  virtio-net: refill only when device is up during setting queues
  virtio-net: don't respond to cpu hotplug notifier if we're not 
ready
  bnx2x: record rx queue for LRO packets
  connector: use nlmsg_len() to check message length
  unix_diag: fix info leak
  farsync: fix info leak in ioctl
  netem: free skb's in tree on reset
  netem: update backlog after drop
  l2tp: must disable bh before calling l2tp_xmit_skb()
  vti: get rid of nf mark rule in prerouting
  Revert "bridge: only expire the mdb entry when query is received"
  bridge: update mdb expiration timer upon reports.
  net: vlan: fix nlmsg size calculation in vlan_get_size()
  net/mlx4_en: Fix pages never dma unmapped on rx
  net/mlx4_en: Rename name of mlx4_en_rx_alloc members
  xen-netback: Don't destroy the netdev until the vif is shut down
  net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are 
not selected
  can: dev: fix nlmsg size calculation in can_get_size()
  ipv4: fix ineffective source address selection
  proc connector: fix info leaks
  sit: amend "allow to use rtnl ops on fb tunnel"
  net: heap overflow in __audit_sockaddr()
  net: mv643xx_eth: fix orphaned statistics timer crash
  net: mv643xx_eth: update statistics timer from timer context only
  l2tp: Fix build warning with ipv6 disabled.
  l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses
  batman-adv: set up network coding packet handlers during mod

[Kernel-packages] [Bug 1243636] Re: ecryptfs corrupts files over 4GB size on i686

2013-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-saucy

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

Title:
  ecryptfs corrupts files over 4GB size on i686

Status in eCryptfs:
  Fix Committed
Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  [SRU Justification]

  Commit 24d15266bd86b7961f309a962fa3aa177a78c49f introduced a data corruption
  regression on 32 bit architectures when writing past the 4 GB.

  [Impact]

  32 bit users experience corruption of large files.

  [Fix]

  A cast is needed when shifting the page's index. Colin and I independently
  identified the problem. It is a simple fix that has been merged upstream:

  http://git.kernel.org/linus/43b7c6c6a4e3916edd186ceb61be0c67d1e0969e

  [Test Case]

  Inside of an eCryptfs mount on an i686 Ubuntu install, create a file 
containing
  4 GB + 1 page worth (4096 bytes) of zeros. Then inspect the file for non-zero
  bytes.

  $ rm zeros
  $ dd if=/dev/zero of=zeros bs=4096 count=$((4*1024*1024*1024/4096+4096))
  1052672+0 records in
  1052672+0 records out
  4311744512 bytes (4.3 GB) copied, 226.133 s, 19.1 MB/s
  $ hexdump -C zeros
    00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
  *
  10100

  The hexdump output should show all zeros. A non patched kernel will show
  non-zero bytes.

  [Original Bug Report]

  on extracting files with extracted size >4 GB files are getting currupted.
  interestingly file gets currupted in the very moment the file size gets more 
than 4GB.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: i386
  Date: Wed Oct 23 12:11:43 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-07-20 (94 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=e97431f7-60b7-4fbe-b22f-5ca3304f2d50 ro quiet splash vt.handoff=7
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-09-08 (45 days ago)

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

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


[Kernel-packages] [Bug 1231305] Re: Unable to adjust screen brightness with Intel Haswell-ULT Integrated Graphics Controller [8086:0a26]

2013-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-saucy

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

Title:
  Unable to adjust screen brightness with Intel Haswell-ULT Integrated
  Graphics Controller [8086:0a26]

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux-lts-raring” package in Ubuntu:
  Invalid
Status in “linux-lts-saucy” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  Invalid
Status in “linux-lts-raring” source package in Precise:
  Fix Committed
Status in “linux-lts-saucy” source package in Precise:
  Fix Committed
Status in “linux” source package in Raring:
  Fix Committed
Status in “linux-lts-raring” source package in Raring:
  Invalid
Status in “linux-lts-saucy” source package in Raring:
  Invalid
Status in “linux” source package in Saucy:
  Fix Committed
Status in “linux-lts-raring” source package in Saucy:
  Invalid
Status in “linux-lts-saucy” source package in Saucy:
  Invalid

Bug description:
  == SRU Justification ==

  Impact:
  Buggy ACPI table causes brightness unable to be adjusted, which means
  certification testing also fails.

  Fix:
  Quirk this model so that it no longer follows the Win8 AML path.

  Testcase:
  Test brightness adjustment on the machine. Already verified by test
  kernel on LP#1231305.

  

  CID: 201304-13196 Dell Inspiron 5537

  Unable to adjust the screen brightness on this system.
  Tested with 3.8.0-29 and 3.8.0-30 kernel.

  Step:
  1. Install 12.04.3 and boot to desktop.
  2. Try to adjust brightness with the brightness keys.
  2. Try to adjust brightness in "Brightness and Lock" of System settings.

  Expected result:
  Brightness could be adjusted by using the brightness keys and by adjusting in 
"Brightness and Lock" of System settings.

  Actual result:
  1. Brightness keys events (keycode 224/225) were captured, but the brightness 
cannot be adjusted. Brightness level indiciator only changes between Max and 
Max - 1
  2. Brightness cannot be adjusted in "Brightness and Lock" of System settings.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-30-generic 3.8.0-30.44~precise1
  ProcVersionSignature: Ubuntu 3.8.0-30.44~precise1-generic 3.8.13.6
  Uname: Linux 3.8.0-30-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  Date: Thu Sep 26 03:22:41 2013
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-30-generic.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: PCH [HDA Intel PCH], device 0: ALC283 Analog [ALC283 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1568 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1568 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'MID'/'HDA Intel MID at 0xb071 irq 64'
     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 0xb0714000 irq 65'
     Mixer name : 'Realtek ALC283'
     Components : 'HDA:10ec0283,102805e9,0013'
     Controls  : 16
     Simple ctrls  : 7
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=a388e401-3402-40ed-bdb8-c40bbaeb1e5c
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Dell Inc. Inspiron 5537
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-30-generic 
root=UUID=e724f925-9468-444f-987f-46d3c29b1ada ro quiet splash initcall_debug 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-30.44~precise1-generic 3.8.13.6
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-30-generic N/A
   linux-backports-modules-3.8.0-30-generic  N/A
   linux-firmware1.79.6
  RfKill:
   1: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
  StagingDrivers: rts5139
  Tags:  precise running-unity staging
  Uname: Linux 3.8.0-30-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 04/10/2013
  dmi.bios.vendor:

[Kernel-packages] [Bug 1242610] Re: 14e4:16b3 [Acer Aspire E1-572] Broadcom BCM57786 Ethernet not working

2013-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-saucy

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

Title:
  14e4:16b3 [Acer Aspire E1-572] Broadcom BCM57786 Ethernet not working

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

Bug description:
  my Gigabit Ethernet controller Broadcom Corporation NetXtreme BCM57786
  doesn't get properly recognized. I can't use it at all.

  ---
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  joshua 1348 F pulseaudio
   /dev/snd/controlC0:  joshua 1348 F pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-10-12 (8 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20130925.1)
  MachineType: Acer Aspire E1-572
  MarkForUpload: True
  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.11.0-12-generic.efi.signed 
root=UUID=287c8de2-616f-42ec-998d-1ac09ffb2d8a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 05/21/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.04
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: EA50_HW
  dmi.board.vendor: Acer
  dmi.board.version: V2.04
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.04:bd05/21/2013:svnAcer:pnAspireE1-572:pvrV2.04:rvnAcer:rnEA50_HW:rvrV2.04:cvnAcer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E1-572
  dmi.product.version: V2.04
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1234019] Re: Driver fails on load since interface id is not filled

2013-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-saucy

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

Title:
  Driver fails on load since interface id is not filled

Status in The Emulex project:
  Confirmed
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Raring:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Committed

Bug description:
  This change is needed in saucy and raring. The issue (driver fails on
  initialization) is seen only in Skyhawk controllers with firmware
  version greater than 10.0.639.0. The following net-next commit needs
  to be pulled in to resolve this issue.

  commit 81b0265531b2ff091fb91c0af9bc9675f84e6f56
  Author: Vasundhara Volam 
  Date:   Tue Oct 1 15:59:57 2013 +0530

  be2net: pass if_id for v1 and V2 versions of TX_CREATE cmd

  It is a required field for all TX_CREATE cmd versions > 0.
  Signed-off-by: Vasundhara Volam 
  Signed-off-by: Sathya Perla 
  Signed-off-by: David S. Miller 

  
  Thanks,
  Sarvesh

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

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


[Kernel-packages] [Bug 1250662] Re: linux-armadaxp: 3.5.0-1625.34 -proposed tracker

2013-11-14 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.5.0-1625.34 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 23:11 UTC
  kernel-stable-master-bug:1250577
  kernel-stable-Certification-testing-end:Wednesday, 13. November 2013 08:03 UTC
  kernel-stable-Security-signoff-end:Wednesday, 13. November 2013 08:03 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 12:03 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 12:03 UTC
  kernel-stable-phase-changed:Wednesday, 13. November 2013 12:03 UTC
+ kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:03 UTC

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

Title:
  linux-armadaxp: 3.5.0-1625.34 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 23:11 UTC
  kernel-stable-master-bug:1250577
  kernel-stable-Certification-testing-end:Wednesday, 13. November 2013 08:03 UTC
  kernel-stable-Security-signoff-end:Wednesday, 13. November 2013 08:03 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 12:03 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 12:03 UTC
  kernel-stable-phase-changed:Wednesday, 13. November 2013 12:03 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:03 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250662/+subscriptions

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


[Kernel-packages] [Bug 1250662] Re: linux-armadaxp: 3.5.0-1625.34 -proposed tracker

2013-11-14 Thread Adam Conrad
Copies to -proposed and overrides adjusted.

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Adam Conrad 
(adconrad)

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

Title:
  linux-armadaxp: 3.5.0-1625.34 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 23:11 UTC
  kernel-stable-master-bug:1250577
  kernel-stable-Certification-testing-end:Wednesday, 13. November 2013 08:03 UTC
  kernel-stable-Security-signoff-end:Wednesday, 13. November 2013 08:03 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 12:03 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 12:03 UTC
  kernel-stable-phase-changed:Wednesday, 13. November 2013 12:03 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:03 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250662/+subscriptions

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


[Kernel-packages] [Bug 1250661] Re: linux-ti-omap4: 3.5.0-236.52 -proposed tracker

2013-11-14 Thread Adam Conrad
Copied to -proposed and overrides adjusted.

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Adam Conrad 
(adconrad)

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

Title:
  linux-ti-omap4: 3.5.0-236.52 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  New
Status in “linux-ti-omap4” package in Ubuntu:
  New
Status in “linux-ti-omap4” source package in Quantal:
  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:Tuesday, 12. November 2013 23:09 UTC
  kernel-stable-master-bug:1250577
  kernel-stable-Certification-testing-end:Wednesday, 13. November 2013 11:03 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 19:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 19:04 UTC
  kernel-stable-phase-changed:Wednesday, 13. November 2013 19:04 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250661/+subscriptions

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


[Kernel-packages] [Bug 1250592] Re: linux: 2.6.32-54.116 -proposed tracker

2013-11-14 Thread Brad Figg
** Description changed:

  This bug is for tracking the 2.6.32-54.116 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:50 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-phase-changed:Wednesday, 13. November 2013 02:04 UTC
+ kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11: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/1250592

Title:
  linux: 2.6.32-54.116 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
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-54.116 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:50 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-phase-changed:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250592/+subscriptions

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


[Kernel-packages] [Bug 1250577] Re: linux: 3.5.0-44.67 -proposed tracker

2013-11-14 Thread Adam Conrad
Copied to -proposed, overrides adjusted, and linux-signed built.

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Adam Conrad 
(adconrad)

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

Title:
  linux: 3.5.0-44.67 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
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-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Quantal:
  New

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:13 UTC
  kernel-stable-Certification-testing-end:Tuesday, 12. November 2013 19:03 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 23:17 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 23:17 UTC
  kernel-stable-phase-changed:Tuesday, 12. November 2013 23:17 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250577/+subscriptions

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


[Kernel-packages] [Bug 1250558] Re: linux: 3.8.0-34.49 -proposed tracker

2013-11-14 Thread Adam Conrad
Copied to -proposed, overrides adjusted, and linux-signed built.

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Adam Conrad 
(adconrad)

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

Title:
  linux: 3.8.0-34.49 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 17:13 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 21:09 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 21:09 UTC
  kernel-stable-phase-changed:Tuesday, 12. November 2013 21:09 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250558/+subscriptions

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


[Kernel-packages] [Bug 1250540] Re: linux: 3.11.0-14.21 -proposed tracker

2013-11-14 Thread Adam Conrad
Copied to -proposed, overrides adjusted, and linux-signed built.

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Adam Conrad 
(adconrad)

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

Title:
  linux: 3.11.0-14.21 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 16:15 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 23:08 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 23:08 UTC
  kernel-stable-phase-changed:Tuesday, 12. November 2013 23:08 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250540/+subscriptions

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


[Kernel-packages] [Bug 1218547] Re: Clevo W350ST brightness keys don't work on Kubuntu

2013-11-14 Thread Surak
I updated to Saucy Salamander 13.10 and the problem persists even with
kernel 3.11.0-13-generic #20-Ubuntu SMP  x86_64 x86_64 x86_64 GNU/Linux.
Not using Xorg-Edgers PPA, anymore, since I notice nVidia-319 is
available, but still using Bumblebee.

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

Bug description:
  The Fn+F8 and Fn+F9 keys are not working on my Clevo W350ST with
  Kubuntu Raring to change screen brightness of the internal laptop
  screen. I installed linux-headers-3.11.0-4, linux-
  headers-3.11.0-4-generic,  linux-image-3.11.0-4-generic and linux-
  image-extra-3.11.0-4-generic  from Saucy packages repository but the
  problem persists.

  When trying:

  $ xev | sed -n 's/^.*state \([0-9].*\), keycode *\([0-9]\+\) *\(.*\), 
.*$/keycode \2 = \3, state = \1/p'  
  
  keycode 36 = (keysym 0xff0d, Return), state = 0x10
   
  keycode 232 = (keysym 0x1008ff03, XF86MonBrightnessDown), state = 0x10
   
  keycode 233 = (keysym 0x1008ff02, XF86MonBrightnessUp), state = 0x10

  Event codes appear correctly.

  And changing:

  /sys/class/backlight/intel_backlight/brightness

  changes the brightness of the screen, but pressing the key combination
  does not. I believe this happens because the key combination is, in
  fact, changing the value of

  /sys/class/backlight/acpi_video0/brightness

  I have

  http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu
  http://ppa.launchpad.net/bumblebee/stable/ubuntu

  in my package sources

  Thanks!
  --- 
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  silvio 2689 F pulseaudio
   /dev/snd/pcmC1D0p:   silvio 2689 F...m pulseaudio
   /dev/snd/controlC0:  silvio 2689 F pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=58f7acf2-4914-4b11-a2ac-e641cb4b39fd
  InstallationDate: Installed on 2013-08-18 (57 days ago)
  InstallationMedia: Kubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: Notebook W350STQ/W370ST
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-9-generic 
root=UUID=f0bca002-701a-49bb-befc-7343bac2e245 ro locale=pt_BR quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-9.16-generic 3.11.2
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-9-generic N/A
   linux-backports-modules-3.11.0-9-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  raring
  Uname: Linux 3.11.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo vboxusers
  dmi.bios.date: 04/11/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W350STQ/W370ST
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd04/11/2013:svnNotebook:pnW350STQ/W370ST:pvrNotApplicable:rvnNotebook:rnW350STQ/W370ST:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W350STQ/W370ST
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

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

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


[Kernel-packages] [Bug 1250821] Re: Asus USB-N11 0b05:1786 wifi adapter doesn't associate with provided firmware

2013-11-14 Thread Alexey Bazhin
With provided firmware

** Attachment added: "bad_cmd.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1250821/+attachment/3908761/+files/bad_cmd.txt

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

Title:
  Asus USB-N11 0b05:1786 wifi adapter doesn't associate with provided
  firmware

Status in “linux-firmware” package in Ubuntu:
  Triaged

Bug description:
  Asus USB-N11 0b05:1786 wifi adapter doesn't associate with networks
  using provided firmware rtl8712u.bin. But it works if I replace it to
  one I got from here
  http://mirrors.arizona.edu/raspbmc/downloads/bin/lib/wifi/rtlwifi/rtl8712u.bin
  (size: 129304, md5: 8e6396b5844a3e279ae8679555dec3f0).

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-firmware 1.116 [modified: lib/firmware/rtlwifi/rtl8712u.bin]
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Wed Nov 13 15:20:12 2013
  Dependencies:
   
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-08-14 (90 days ago)
  InstallationMedia: Xubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130723.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1250821] Re: Asus USB-N11 0b05:1786 wifi adapter doesn't associate with provided firmware

2013-11-14 Thread Alexey Bazhin
With other firmware

** Attachment added: "good_cmd.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1250821/+attachment/3908762/+files/good_cmd.txt

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

Title:
  Asus USB-N11 0b05:1786 wifi adapter doesn't associate with provided
  firmware

Status in “linux-firmware” package in Ubuntu:
  Triaged

Bug description:
  Asus USB-N11 0b05:1786 wifi adapter doesn't associate with networks
  using provided firmware rtl8712u.bin. But it works if I replace it to
  one I got from here
  http://mirrors.arizona.edu/raspbmc/downloads/bin/lib/wifi/rtlwifi/rtl8712u.bin
  (size: 129304, md5: 8e6396b5844a3e279ae8679555dec3f0).

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-firmware 1.116 [modified: lib/firmware/rtlwifi/rtl8712u.bin]
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Wed Nov 13 15:20:12 2013
  Dependencies:
   
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-08-14 (90 days ago)
  InstallationMedia: Xubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130723.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1250821] Re: Asus USB-N11 0b05:1786 wifi adapter doesn't associate with provided firmware

2013-11-14 Thread Alexey Bazhin
Same results with trusty kernel.

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

Title:
  Asus USB-N11 0b05:1786 wifi adapter doesn't associate with provided
  firmware

Status in “linux-firmware” package in Ubuntu:
  Triaged

Bug description:
  Asus USB-N11 0b05:1786 wifi adapter doesn't associate with networks
  using provided firmware rtl8712u.bin. But it works if I replace it to
  one I got from here
  http://mirrors.arizona.edu/raspbmc/downloads/bin/lib/wifi/rtlwifi/rtl8712u.bin
  (size: 129304, md5: 8e6396b5844a3e279ae8679555dec3f0).

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-firmware 1.116 [modified: lib/firmware/rtlwifi/rtl8712u.bin]
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Wed Nov 13 15:20:12 2013
  Dependencies:
   
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-08-14 (90 days ago)
  InstallationMedia: Xubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130723.2)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 998360] Re: 07ca:a815 af9015: random detection issue

2013-11-14 Thread FM33
I found a way to restrict the bisect to november 2011 according to the
dates in http://kernel.ubuntu.com/~kernel-ppa/mainline/ but the build
process fails because a 'debian" directory is missing.

$ git log --after 2011-11-01 --before 2011-11-30 > log_nov2011
$ git bisect start
$ git bisect good 45f74482a05df8aa9253ec0b228648cbad3dd7e8
$ git bisect bad a493f1a24a496711d96b91c4dc0a1bd35eb6954b
Bisecting: 5283 revisions left to test after this (roughly 12 steps)
[37be944a0270402f9cda291a930b0286f6dc92f5] Merge branch 'drm-core-next' of 
git://people.freedesktop.org/~airlied/linux

debian.master/changelog do not exist. Skipped this step

$ fakeroot debian/rules clean
/usr/bin/fakeroot: ligne 178: debian/rules: Aucun fichier ou dossier de ce type

I don't understand
https://wiki.ubuntu.com/Kernel/KernelBisection#Why_did_the_folders_debian_and_debian.master_disappear.3F

Do i need to give up the idea of restricting to november 2011 changesets
or is there a way around this ?

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

Title:
  07ca:a815 af9015: random detection issue

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The dvb stick identified as af9015 in kernel log (or af9013 in
  kaffeine) regulary fails to be detected at system startup and need to
  be unplugged/replugged.

  Log :

  kernel: [4.458135] af9015: recv bulk message failed:-110
  kernel: [4.458138] af9015: eeprom read failed:-1
  kernel: [4.458146] dvb_usb_af9015: probe of 1-1.3:1.0 failed with error -1

  After : replug :

  kernel: [  262.596415] usb 1-1.3: USB disconnect, device number 3
  kernel: [  264.620038] usb 1-1.3: new high-speed USB device number 6 using 
ehci_hcd
  kernel: [  264.717963] af9015: command failed:170
  kernel: [  265.081985] dvb-usb: found a 'AVerMedia AVerTV DVB-T Volar X' in 
cold state, will try to load a firmware
  kernel: [  265.084535] dvb-usb: downloading firmware from file 
'dvb-usb-af9015.fw'
  kernel: [  265.152971] dvb-usb: found a 'AVerMedia AVerTV DVB-T Volar X' in 
warm state.
  kernel: [  265.153038] dvb-usb: will pass the complete MPEG2 transport stream 
to the software demuxer.
  kernel: [  265.153435] DVB: registering new adapter (AVerMedia AVerTV DVB-T 
Volar X)
  kernel: [  265.157163] af9013: firmware version:4.95.0.0
  kernel: [  265.163037] DVB: registering adapter 0 frontend 0 (Afatech AF9013 
DVB-T)...
  kernel: [  265.164757] MXL5005S: Attached at address 0xc6
  kernel: [  265.187937] Registered IR keymap rc-avermedia-m135a
  kernel: [  265.188048] input: IR-receiver inside an USB DVB receiver as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.3/rc/rc0/input12
  kernel: [  265.188170] rc0: IR-receiver inside an USB DVB receiver as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.3/rc/rc0
  kernel: [  265.188176] dvb-usb: schedule remote query interval to 500 msecs.
  kernel: [  265.188180] dvb-usb: AVerMedia AVerTV DVB-T Volar X successfully 
initialized and connected.
  kernel: [  265.201289] input: AVerMedia A815 as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.1/input/input13

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-firmware-nonfree 1.11
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sat May 12 10:03:23 2012
  Dependencies:
   
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-firmware-nonfree
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 2961 F pulseaudio
  CasperVersion: 1.336
  DistroRelease: Ubuntu 13.10
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  LiveMediaBuild: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130825)
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.11.0-3.8-generic 3.11.0-rc6
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-3-generic N/A
   linux-backports-modules-3.11.0-3-generic  N/A
   linux-firmware1.113
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-3-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 05/23/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: BLH6710H

[Kernel-packages] [Bug 1250661] Re: linux-ti-omap4: 3.5.0-236.52 -proposed tracker

2013-11-14 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:Tuesday, 12. November 2013 23:09 UTC
  kernel-stable-master-bug:1250577
  kernel-stable-Certification-testing-end:Wednesday, 13. November 2013 11:03 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 19:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 19:04 UTC
  kernel-stable-phase-changed:Wednesday, 13. November 2013 19:04 UTC
+ kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12:05 UTC

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

Title:
  linux-ti-omap4: 3.5.0-236.52 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  New
Status in “linux-ti-omap4” package in Ubuntu:
  New
Status in “linux-ti-omap4” source package in Quantal:
  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:Tuesday, 12. November 2013 23:09 UTC
  kernel-stable-master-bug:1250577
  kernel-stable-Certification-testing-end:Wednesday, 13. November 2013 11:03 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 19:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 19:04 UTC
  kernel-stable-phase-changed:Wednesday, 13. November 2013 19:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12:05 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250661/+subscriptions

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


[Kernel-packages] [Bug 1250592] Re: linux: 2.6.32-54.116 -proposed tracker

2013-11-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New => In Progress

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

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

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => Confirmed

** Description changed:

  This bug is for tracking the 2.6.32-54.116 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:50 UTC
- kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 02:04 UTC
- kernel-stable-phase-changed:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:01 UTC
+ kernel-stable-phase:Verification & Testing
+ kernel-stable-phase-changed:Thursday, 14. November 2013 12:02 UTC
+ kernel-stable-Verification-testing-start:Thursday, 14. November 2013 12:02 UTC
+ kernel-stable-Certification-testing-start:Thursday, 14. November 2013 12:02 
UTC
+ kernel-stable-Security-signoff-start:Thursday, 14. November 2013 12:02 UTC
+ kernel-stable-Regression-testing-start:Thursday, 14. November 2013 12:02 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/1250592

Title:
  linux: 2.6.32-54.116 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-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:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
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-54.116 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:50 UTC
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:01 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 14. November 2013 12:02 
UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 12:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250592/+subscriptions

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


[Kernel-packages] [Bug 1250558] Re: linux: 3.8.0-34.49 -proposed tracker

2013-11-14 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.8.0-34.49 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 17:13 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 21:09 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 21:09 UTC
  kernel-stable-phase-changed:Tuesday, 12. November 2013 21:09 UTC
+ kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12: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/1250558

Title:
  linux: 3.8.0-34.49 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 17:13 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 21:09 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 21:09 UTC
  kernel-stable-phase-changed:Tuesday, 12. November 2013 21:09 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250558/+subscriptions

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


[Kernel-packages] [Bug 1250577] Re: linux: 3.5.0-44.67 -proposed tracker

2013-11-14 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.5.0-44.67 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:13 UTC
  kernel-stable-Certification-testing-end:Tuesday, 12. November 2013 19:03 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 23:17 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 23:17 UTC
  kernel-stable-phase-changed:Tuesday, 12. November 2013 23:17 UTC
+ kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12: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/1250577

Title:
  linux: 3.5.0-44.67 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
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-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Quantal:
  New

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:13 UTC
  kernel-stable-Certification-testing-end:Tuesday, 12. November 2013 19:03 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 23:17 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 23:17 UTC
  kernel-stable-phase-changed:Tuesday, 12. November 2013 23:17 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250577/+subscriptions

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


[Kernel-packages] [Bug 1250540] Re: linux: 3.11.0-14.21 -proposed tracker

2013-11-14 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.11.0-14.21 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 16:15 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 23:08 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 23:08 UTC
  kernel-stable-phase-changed:Tuesday, 12. November 2013 23:08 UTC
+ kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12: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/1250540

Title:
  linux: 3.11.0-14.21 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 16:15 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 23:08 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 23:08 UTC
  kernel-stable-phase-changed:Tuesday, 12. November 2013 23:08 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12:00 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250540/+subscriptions

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


[Kernel-packages] [Bug 1250662] Re: linux-armadaxp: 3.5.0-1625.34 -proposed tracker

2013-11-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New => In Progress

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

** Description changed:

  This bug is for tracking the 3.5.0-1625.34 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 23:11 UTC
  kernel-stable-master-bug:1250577
  kernel-stable-Certification-testing-end:Wednesday, 13. November 2013 08:03 UTC
  kernel-stable-Security-signoff-end:Wednesday, 13. November 2013 08:03 UTC
- kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 12:03 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 12:03 UTC
- kernel-stable-phase-changed:Wednesday, 13. November 2013 12:03 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:03 UTC
+ kernel-stable-phase:Verification & Testing
+ kernel-stable-phase-changed:Thursday, 14. November 2013 12:05 UTC
+ kernel-stable-Verification-testing-start:Thursday, 14. November 2013 12:05 UTC
+ kernel-stable-Regression-testing-start:Thursday, 14. November 2013 12:06 UTC

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

Title:
  linux-armadaxp: 3.5.0-1625.34 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 23:11 UTC
  kernel-stable-master-bug:1250577
  kernel-stable-Certification-testing-end:Wednesday, 13. November 2013 08:03 UTC
  kernel-stable-Security-signoff-end:Wednesday, 13. November 2013 08:03 UTC
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 12:03 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 12:03 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:03 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 12:05 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 12:05 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 12:06 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250662/+subscriptions

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


[Kernel-packages] [Bug 1251054] Re: networking didn't return from suspend

2013-11-14 Thread Seth Forshee
I've seen some reports about NetworkManager failing to work after
suspend, and since none of your connections work I'd guess this is what
you're seeing. Next time this happens see if restarting NetworkManager
fixes 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/1251054

Title:
  networking didn't return from suspend

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Wireless networking did not work when I resumed from suspend.

  Using the indicator/applet to "Enable Networking" didn't associate my
  wireless with the AP. Plugging in an Ethernet cable did not bring back
  networking. The hardware rfkill switch did not bring back networking.

  A reboot allowed me to associate as I expected.

  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sarnold2966 F pulseaudio
  Date: Wed Nov 13 15:03:20 2013
  HibernationDevice: RESUME=UUID=81b2976f-2830-4449-9dae-e1d44a43fa78
  InstallationDate: Installed on 2012-10-18 (391 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  MachineType: LENOVO 2359CTO
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7b8c2e1b-d2e6-47d9-9030-c078e9701a1d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-11-06 (7 days ago)
  dmi.bios.date: 09/13/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G4ET62WW (2.04 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2359CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG4ET62WW(2.04):bd09/13/2012:svnLENOVO:pn2359CTO:pvrThinkPadT530:rvnLENOVO:rn2359CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2359CTO
  dmi.product.version: ThinkPad T530
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1249477] Re: linux: 3.12.0-2.7 -proposed tracker

2013-11-14 Thread Adam Conrad
** Changed in: kernel-development-workflow
   Status: In Progress => Fix Released

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

** Changed in: kernel-development-workflow/prepare-package-signed
   Status: In Progress => Fix Released

** Changed in: kernel-development-workflow/promote-to-release
   Status: New => Fix Released

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

Title:
  linux: 3.12.0-2.7 -proposed tracker

Status in Kernel Development Workflow:
  Fix Released
Status in Kernel Development Workflow package-testing series:
  Fix Released
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Invalid
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  Fix Released
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Released

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-Prepare-package-start:Friday, 08. November 2013 19:37 UTC
  kernel-phase-changed:Friday, 08. November 2013 19:37 UTC
  kernel-phase:Prepare

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1249477/+subscriptions

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


[Kernel-packages] [Bug 77370] Re: Laptop Fan always on after resume from suspend to RAM

2013-11-14 Thread Xiang
I confirmed that this bug have a workaround on my HP mini 5101 using
opensuse 12.3.

echo -n "0" > /sys/devices/virtual/thermal/cooling_device4/cur_state
echo -n "0" > /sys/devices/virtual/thermal/cooling_device6/cur_state

---
uname -r
3.7.10-1.16-desktop

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

Title:
  Laptop Fan always on after resume from suspend to RAM

Status in “acpi” package in Ubuntu:
  Invalid
Status in “linux” package in Ubuntu:
  Won't Fix
Status in “linux-source-2.6.17” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: initramfs-tools

  After doing a suspend to RAM, the fan is always "on" on my laptop, even if 
temperatures are low (where the fan would normally be off before going to sleep 
mode for the first time).
  I removed the /usr/share/initramfs-tools/hooks/thermal script and now 
everything works fine (fan behaviour is not anymore affected by the suspend to 
RAM). It seems like this script does a wrong initialization of something which 
is not needed on my PC.
  My laptop is a Toshiba satellite A100-308 with dual core centrino. I have a 
basic standard ACPI support, toshiba_acpi and omnibook kernel modules do not 
work with my hardware.

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

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


[Kernel-packages] [Bug 1250558] Re: linux: 3.8.0-34.49 -proposed tracker

2013-11-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New => In Progress

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

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

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => Confirmed

** Description changed:

  This bug is for tracking the 3.8.0-34.49 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 17:13 UTC
- kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 21:09 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 21:09 UTC
- kernel-stable-phase-changed:Tuesday, 12. November 2013 21:09 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12:01 UTC
+ kernel-stable-phase:Verification & Testing
+ kernel-stable-phase-changed:Thursday, 14. November 2013 13:01 UTC
+ kernel-stable-Verification-testing-start:Thursday, 14. November 2013 13:01 UTC
+ kernel-stable-Certification-testing-start:Thursday, 14. November 2013 13:01 
UTC
+ kernel-stable-Security-signoff-start:Thursday, 14. November 2013 13:01 UTC
+ kernel-stable-Regression-testing-start:Thursday, 14. November 2013 13: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/1250558

Title:
  linux: 3.8.0-34.49 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 17:13 UTC
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 21:09 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 21:09 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12:01 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 13:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 13:01 UTC
  kernel-stable-Certification-testing-start:Thursday, 14. November 2013 13:01 
UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 13:01 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 13:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250558/+subscriptions

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


[Kernel-packages] [Bug 1250577] Re: linux: 3.5.0-44.67 -proposed tracker

2013-11-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New => In Progress

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

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => Confirmed

** Description changed:

  This bug is for tracking the 3.5.0-44.67 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:13 UTC
  kernel-stable-Certification-testing-end:Tuesday, 12. November 2013 19:03 UTC
- kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 23:17 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 23:17 UTC
- kernel-stable-phase-changed:Tuesday, 12. November 2013 23:17 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12:01 UTC
+ kernel-stable-phase:Verification & Testing
+ kernel-stable-phase-changed:Thursday, 14. November 2013 13:02 UTC
+ kernel-stable-Security-signoff-start:Thursday, 14. November 2013 13:02 UTC
+ kernel-stable-Verification-testing-start:Thursday, 14. November 2013 13:02 UTC
+ kernel-stable-Regression-testing-start:Thursday, 14. November 2013 13:02 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/1250577

Title:
  linux: 3.5.0-44.67 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
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-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Quantal:
  New

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:13 UTC
  kernel-stable-Certification-testing-end:Tuesday, 12. November 2013 19:03 UTC
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 23:17 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 23:17 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12:01 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 13:02 UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 13:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 13:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 13:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250577/+subscriptions

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


[Kernel-packages] [Bug 1250540] Re: linux: 3.11.0-14.21 -proposed tracker

2013-11-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New => In Progress

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

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

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => Confirmed

** Description changed:

  This bug is for tracking the 3.11.0-14.21 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 16:15 UTC
- kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 23:08 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 23:08 UTC
- kernel-stable-phase-changed:Tuesday, 12. November 2013 23:08 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12:00 UTC
+ kernel-stable-phase:Verification & Testing
+ kernel-stable-phase-changed:Thursday, 14. November 2013 13:01 UTC
+ kernel-stable-Verification-testing-start:Thursday, 14. November 2013 13:01 UTC
+ kernel-stable-Certification-testing-start:Thursday, 14. November 2013 13:01 
UTC
+ kernel-stable-Security-signoff-start:Thursday, 14. November 2013 13:01 UTC
+ kernel-stable-Regression-testing-start:Thursday, 14. November 2013 13: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/1250540

Title:
  linux: 3.11.0-14.21 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 16:15 UTC
  kernel-stable-Prepare-package-end:Tuesday, 12. November 2013 23:08 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 12. November 2013 23:08 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12:00 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 13:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 13:01 UTC
  kernel-stable-Certification-testing-start:Thursday, 14. November 2013 13:01 
UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 13:01 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 13:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250540/+subscriptions

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


[Kernel-packages] [Bug 1250661] Re: linux-ti-omap4: 3.5.0-236.52 -proposed tracker

2013-11-14 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New => In Progress

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

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => Confirmed

** 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:Tuesday, 12. November 2013 23:09 UTC
  kernel-stable-master-bug:1250577
  kernel-stable-Certification-testing-end:Wednesday, 13. November 2013 11:03 UTC
- kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 19:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 19:04 UTC
- kernel-stable-phase-changed:Wednesday, 13. November 2013 19:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12:05 UTC
+ kernel-stable-phase:Verification & Testing
+ kernel-stable-phase-changed:Thursday, 14. November 2013 13:05 UTC
+ kernel-stable-Security-signoff-start:Thursday, 14. November 2013 13:06 UTC
+ kernel-stable-Verification-testing-start:Thursday, 14. November 2013 13:05 UTC
+ kernel-stable-Regression-testing-start:Thursday, 14. November 2013 13:05 UTC

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

Title:
  linux-ti-omap4: 3.5.0-236.52 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in “linux-ti-omap4” package in Ubuntu:
  New
Status in “linux-ti-omap4” source package in Quantal:
  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:Tuesday, 12. November 2013 23:09 UTC
  kernel-stable-master-bug:1250577
  kernel-stable-Certification-testing-end:Wednesday, 13. November 2013 11:03 UTC
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 19:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 19:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12:05 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 13:05 UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 13:06 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 13:05 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 13:05 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250661/+subscriptions

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


[Kernel-packages] [Bug 1243647] Re: [Asus 1005HA] Resuming from suspend mode : suspend loop

2013-11-14 Thread Fred Saunier
I am happy to report that upgrading to kernel 3.12.0-031200-generic has
fixed the issue.

** Tags added: kernel-fixed-upstream kernel-fixed-
upstream-3.12.0-031200-generic

** Tags removed: latest-bios-1601 needs-upstream-testing

** Tags added: latest-bios-1601

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

Title:
  [Asus 1005HA] Resuming from suspend mode : suspend loop

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Using 13.10 on my laptop (Asus EeePC 1005HA), the system goes into
  suspend mode when I close the lid. When opening the lid and pressing a
  key, the system wakes up and asks me for my password. This is the
  expected behavior.

  However, if the laptop is running on battery, the system will go back
  into suspend mode, within a few seconds ; it will do so each and every
  time I wake it up subsequently.

  If I connect the laptop to its PSU, it is acting as expected when
  resuming from suspend mode.

  I did not experience any such problem with 13.04.

  Kernel : Ubuntu 3.11.0-12.19-generic 3.11.3
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fred   3205 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=f25cda9a-ab3e-4873-9752-74587b66e784
  InstallationDate: Installed on 2010-05-26 (1245 days ago)
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  MachineType: ASUSTeK Computer INC. 1005HA
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=cdc8fdab-17fe-413b-a9be-4e534a1e2776 ro quiet splash acpi_osi=Linux 
elevator=deadline vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic i686
  UpgradeStatus: Upgraded to saucy on 2013-10-21 (1 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  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/1243647/+subscriptions

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


[Kernel-packages] [Bug 1248621] Re: Medium Errors when running cpufreq test in fwts

2013-11-14 Thread Jeff Lane
I'm going to mark this as invalid.  Narinder discovered the actual issue
appears to be that HP had installed an incorrect processor on this
machine.  After they swapped out the proc for the correct one, the issue
went away.

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

Title:
  Medium Errors when running cpufreq test in fwts

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  While running the cpufreq test on a server, we encountered the
  following (Here's the full log)

  Results generated by fwts: Version V13.09.01 (2013-09-17 07:41:02).

  Some of this work - Copyright (c) 1999 - 2010, Intel Corp. All rights 
reserved.
  Some of this work - Copyright (c) 2010 - 2013, Canonical.

  This test run on 05/11/13 at 16:05:51 on host Linux ubuntuc1n1 
3.11.0-12-generic
  #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64.

  Command: "fwts -q --stdout-summary -r /root/.checkbox/scaling_test.log 
cpufreq".
  Running tests: cpufreq.

  cpufreq: CPU frequency scaling tests.
  

  Test 1 of 1: CPU P-State Checks.
  For each processor in the system, this test steps through the various 
frequency
  states (P-states) that the BIOS advertises for the processor. For each 
processor
  /frequency combination, a quick performance value is measured. The test then
  validates that:
1. Each processor has the same number of frequency states.
2. Higher advertised frequencies have a higher performance.
3. No duplicate frequency values are reported by the BIOS.
4. BIOS doing Sw_All P-state coordination across cores.
5. BIOS doing Sw_Any P-state coordination across cores.

  CPU 0: 14 CPU frequency steps supported.
   Frequency | Relative Speed | Bogo loops
  ---++---
2.45 GHz | 100.0 %|155783
2.45 GHz |  92.3 %|143795
2.35 GHz |  92.3 %|143798
2.25 GHz |  92.3 %|143796
2.15 GHz |  92.3 %|143797
2.05 GHz |  92.3 %|143794
1.95 GHz |  92.3 %|143815
1.85 GHz |  92.3 %|143710
1.75 GHz |  92.3 %|143789
1.65 GHz |  92.3 %|143795
1500 MHz |  92.3 %|143798
1400 MHz |  92.3 %|143799
1300 MHz |  92.3 %|143796
1200 MHz |  92.3 %|143797

  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 1300 
MHz
  is slower (143796 bogo loops) than frequency 1300 MHz (143797 bogo loops) on 
CPU
  0.
  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 1500 
MHz
  is slower (143798 bogo loops) than frequency 1500 MHz (143799 bogo loops) on 
CPU
  0.
  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 1.65 
GHz
  is slower (143795 bogo loops) than frequency 1.65 GHz (143798 bogo loops) on 
CPU
  0.
  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 1.75 
GHz
  is slower (143789 bogo loops) than frequency 1.75 GHz (143795 bogo loops) on 
CPU
  0.
  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 1.85 
GHz
  is slower (143710 bogo loops) than frequency 1.85 GHz (143789 bogo loops) on 
CPU
  0.
  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 2.05 
GHz
  is slower (143794 bogo loops) than frequency 2.05 GHz (143815 bogo loops) on 
CPU
  0.
  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 2.25 
GHz
  is slower (143796 bogo loops) than frequency 2.25 GHz (143797 bogo loops) on 
CPU
  0.
  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 2.45 
GHz
  is slower (143795 bogo loops) than frequency 2.45 GHz (143798 bogo loops) on 
CPU
  0.
  Frequency scaling not supported.

  

  0 passed, 8 failed, 0 warnings, 0 aborted, 0 skipped, 0 info only.
  


  
  0 passed, 8 failed, 0 warnings, 0 aborted, 0 skipped, 0 info only.

  Test Failure Summary
  


  Critical failures: NONE

  High failures: NONE

  Medium failures: 8
   cpufreq: Supposedly higher frequency   1300 MHz is slower (143796 bogo 
loops) than frequency   1300 MHz (143797 bogo loops) on CPU 0.
   cpufreq: Supposedly higher frequency   1500 MHz is slower (143798 bogo 
loops) than frequency   1500 MHz (143799 bogo loops) on CPU 0.
   cpufreq: Supposedly higher frequency   1.65 GHz is slower (143795 bogo 
loops) than frequency   1.65 GHz (143798 bogo loops) on CPU 0.
   cpufreq: Supposedly higher frequency   1.75 GHz is slower (143789 bogo 
loo

[Kernel-packages] [Bug 1243647] Re: [Asus 1005HA] Resuming from suspend mode : suspend loop

2013-11-14 Thread Fred Saunier
Edit on comment #21 : issue only partially solved.

Upgrading to kernel 3.12.0-031200-generic has only partially solved the
issue.

There is no more suspend loop if and only if there is no modification to
the power of the computer (power vs battery) between going to
hibernation mode and the wake up. In other words, if the computer is on
power at the time the lid is closed AND is still on power when woken up,
OR the computer is on battery when closing the lid and still on battery
when woken up, there is no more suspend loop.

However, IF the system is on power when going to hibernate mode, and the
power is removed - resulting in the system going on battery - and the
system is then woken up, THEN the suspend loop still happens.

Let me know when you want to me to do any additional testing.

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

Title:
  [Asus 1005HA] Resuming from suspend mode : suspend loop

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Using 13.10 on my laptop (Asus EeePC 1005HA), the system goes into
  suspend mode when I close the lid. When opening the lid and pressing a
  key, the system wakes up and asks me for my password. This is the
  expected behavior.

  However, if the laptop is running on battery, the system will go back
  into suspend mode, within a few seconds ; it will do so each and every
  time I wake it up subsequently.

  If I connect the laptop to its PSU, it is acting as expected when
  resuming from suspend mode.

  I did not experience any such problem with 13.04.

  Kernel : Ubuntu 3.11.0-12.19-generic 3.11.3
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fred   3205 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=f25cda9a-ab3e-4873-9752-74587b66e784
  InstallationDate: Installed on 2010-05-26 (1245 days ago)
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  MachineType: ASUSTeK Computer INC. 1005HA
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=cdc8fdab-17fe-413b-a9be-4e534a1e2776 ro quiet splash acpi_osi=Linux 
elevator=deadline vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic i686
  UpgradeStatus: Upgraded to saucy on 2013-10-21 (1 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  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/1243647/+subscriptions

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


[Kernel-packages] [Bug 1248621] Re: Medium Errors when running cpufreq test in fwts

2013-11-14 Thread Colin King
That's useful to know, seems like fwts did discover an issue then ;-)

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

Title:
  Medium Errors when running cpufreq test in fwts

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  While running the cpufreq test on a server, we encountered the
  following (Here's the full log)

  Results generated by fwts: Version V13.09.01 (2013-09-17 07:41:02).

  Some of this work - Copyright (c) 1999 - 2010, Intel Corp. All rights 
reserved.
  Some of this work - Copyright (c) 2010 - 2013, Canonical.

  This test run on 05/11/13 at 16:05:51 on host Linux ubuntuc1n1 
3.11.0-12-generic
  #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64.

  Command: "fwts -q --stdout-summary -r /root/.checkbox/scaling_test.log 
cpufreq".
  Running tests: cpufreq.

  cpufreq: CPU frequency scaling tests.
  

  Test 1 of 1: CPU P-State Checks.
  For each processor in the system, this test steps through the various 
frequency
  states (P-states) that the BIOS advertises for the processor. For each 
processor
  /frequency combination, a quick performance value is measured. The test then
  validates that:
1. Each processor has the same number of frequency states.
2. Higher advertised frequencies have a higher performance.
3. No duplicate frequency values are reported by the BIOS.
4. BIOS doing Sw_All P-state coordination across cores.
5. BIOS doing Sw_Any P-state coordination across cores.

  CPU 0: 14 CPU frequency steps supported.
   Frequency | Relative Speed | Bogo loops
  ---++---
2.45 GHz | 100.0 %|155783
2.45 GHz |  92.3 %|143795
2.35 GHz |  92.3 %|143798
2.25 GHz |  92.3 %|143796
2.15 GHz |  92.3 %|143797
2.05 GHz |  92.3 %|143794
1.95 GHz |  92.3 %|143815
1.85 GHz |  92.3 %|143710
1.75 GHz |  92.3 %|143789
1.65 GHz |  92.3 %|143795
1500 MHz |  92.3 %|143798
1400 MHz |  92.3 %|143799
1300 MHz |  92.3 %|143796
1200 MHz |  92.3 %|143797

  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 1300 
MHz
  is slower (143796 bogo loops) than frequency 1300 MHz (143797 bogo loops) on 
CPU
  0.
  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 1500 
MHz
  is slower (143798 bogo loops) than frequency 1500 MHz (143799 bogo loops) on 
CPU
  0.
  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 1.65 
GHz
  is slower (143795 bogo loops) than frequency 1.65 GHz (143798 bogo loops) on 
CPU
  0.
  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 1.75 
GHz
  is slower (143789 bogo loops) than frequency 1.75 GHz (143795 bogo loops) on 
CPU
  0.
  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 1.85 
GHz
  is slower (143710 bogo loops) than frequency 1.85 GHz (143789 bogo loops) on 
CPU
  0.
  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 2.05 
GHz
  is slower (143794 bogo loops) than frequency 2.05 GHz (143815 bogo loops) on 
CPU
  0.
  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 2.25 
GHz
  is slower (143796 bogo loops) than frequency 2.25 GHz (143797 bogo loops) on 
CPU
  0.
  FAILED [MEDIUM] CPUFreqSlowerOnCPU: Test 1, Supposedly higher frequency 2.45 
GHz
  is slower (143795 bogo loops) than frequency 2.45 GHz (143798 bogo loops) on 
CPU
  0.
  Frequency scaling not supported.

  

  0 passed, 8 failed, 0 warnings, 0 aborted, 0 skipped, 0 info only.
  


  
  0 passed, 8 failed, 0 warnings, 0 aborted, 0 skipped, 0 info only.

  Test Failure Summary
  


  Critical failures: NONE

  High failures: NONE

  Medium failures: 8
   cpufreq: Supposedly higher frequency   1300 MHz is slower (143796 bogo 
loops) than frequency   1300 MHz (143797 bogo loops) on CPU 0.
   cpufreq: Supposedly higher frequency   1500 MHz is slower (143798 bogo 
loops) than frequency   1500 MHz (143799 bogo loops) on CPU 0.
   cpufreq: Supposedly higher frequency   1.65 GHz is slower (143795 bogo 
loops) than frequency   1.65 GHz (143798 bogo loops) on CPU 0.
   cpufreq: Supposedly higher frequency   1.75 GHz is slower (143789 bogo 
loops) than frequency   1.75 GHz (143795 bogo loops) on CPU 0.
   cpufreq: Supposedly higher frequency   1.85 GHz is slower (143710 bogo 
loops) than frequency   1.85 GHz (143789 bogo loops) on CPU 0.
   cpufreq: Supposedly h

[Kernel-packages] [Bug 1251065] Re: HP Mini 1000 fails to resume from suspend

2013-11-14 Thread Colin King
I can reproduce this, I will bisect the kernel and figure out what's
broken. May take a while to do.

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

Title:
  HP Mini 1000 fails to resume from suspend

Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  Booting various kernels including the mainline 3.12 kernel, HP Mini
  1000 does not resume from suspend. Problem seems to have begun
  following update to 13.10, including kernels 3.9, 3.10, 3.11.

  Ran steps on DebuggingKernelSuspend wiki page at
  https://wiki.ubuntu.com/DebugginKernelSuspend#A.22resume-
  trace.22_debugging_procedure_for_finding_buggy_drivers.

  Attached: dmesg.txt
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  DistroRelease: Ubuntu 13.10
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-11-12 (1 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release i386 (20131016.1)
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: linux (not installed)
  Tags:  saucy
  Uname: Linux 3.12.0-031200-generic i686
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Kernel-packages] [Bug 1250321] Re: Ubuntu 13.10 + 14.04 Catastrophic Random Kernel Crashes on Boot with ASUS Sabertooth 990FX

2013-11-14 Thread Michael Murphy
After replacing all of the firmware files in Trusty with Raring's, it
still crashes. I'm not sure what else could be causing it.

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

Title:
  Ubuntu 13.10 + 14.04 Catastrophic Random Kernel Crashes on Boot with
  ASUS Sabertooth 990FX

Status in “linux-firmware” package in Ubuntu:
  Confirmed

Bug description:
  System Specs:

  ASUS Sabertooth 990FX (with the latest BIOS)
  AMD FX-8120
  AMD Radeon HD 7950
  240GB Seagate SSD (20GiB / partition)
  2TB WD HDD (/home)

  I have installed Ubuntu 14.04 three times and each met the same fate.
  The first time you boot into the system after installing it, it works fine. 
However, after you install your usual programs like Steam, Skype, smplayer, 
etc. and reboot the system will fail on such a grand catastrophic scale that 
you can't even boot into recovery mode since that will begin spamming error 
messages quickly as well.

  It isn't related to the kernel because I used the same kernel in
  Ubuntu 13.04. I also had the same problems with Ubuntu 13.10 (I'm not
  sure if that still applies but I will soon find out).

  Meanwhile, Ubuntu 13.04 with kernel 3.12 works perfectly.

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

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


[Kernel-packages] [Bug 1251256] [NEW] Qualcomm Atheros AR9285 Wireless Network Adapter Can't Connect After Screen Locks

2013-11-14 Thread Michael Murphy
Public bug reported:

Wait for the screen to lock, then log back in...voila! You will no
longer be able to reconnect to any network connections until you reboot
(of which I can't seem to get Ubuntu 12.04.3) to shut down.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-firmware 1.79.7
ProcVersionSignature: Ubuntu 3.8.0-33.48~precise1-generic 3.8.13.11
Uname: Linux 3.8.0-33-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Thu Nov 14 08:05:54 2013
Dependencies:
 
InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-firmware
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise running-unity

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

Title:
  Qualcomm Atheros AR9285 Wireless Network Adapter Can't Connect After
  Screen Locks

Status in “linux-firmware” package in Ubuntu:
  New

Bug description:
  Wait for the screen to lock, then log back in...voila! You will no
  longer be able to reconnect to any network connections until you
  reboot (of which I can't seem to get Ubuntu 12.04.3) to shut down.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-firmware 1.79.7
  ProcVersionSignature: Ubuntu 3.8.0-33.48~precise1-generic 3.8.13.11
  Uname: Linux 3.8.0-33-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Nov 14 08:05:54 2013
  Dependencies:
   
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1250661] Re: linux-ti-omap4: 3.5.0-236.52 -proposed tracker

2013-11-14 Thread Adam Conrad
** Changed in: linux-ti-omap4 (Ubuntu)
   Status: New => Invalid

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

Title:
  linux-ti-omap4: 3.5.0-236.52 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
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 Quantal:
  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:Tuesday, 12. November 2013 23:09 UTC
  kernel-stable-master-bug:1250577
  kernel-stable-Certification-testing-end:Wednesday, 13. November 2013 11:03 UTC
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 19:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 19:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 12:05 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 13:05 UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 13:06 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 13:05 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 13:05 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250661/+subscriptions

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


[Kernel-packages] [Bug 1250321] Re: Ubuntu 13.10 + 14.04 Catastrophic Random Kernel Crashes on Boot with ASUS Sabertooth 990FX

2013-11-14 Thread Michael Murphy
Perhaps this is a bug with systemd-udev? after all, one of the errors I
get is 'systemd-udevd tainted'

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

Title:
  Ubuntu 13.10 + 14.04 Catastrophic Random Kernel Crashes on Boot with
  ASUS Sabertooth 990FX

Status in “linux-firmware” package in Ubuntu:
  Confirmed

Bug description:
  System Specs:

  ASUS Sabertooth 990FX (with the latest BIOS)
  AMD FX-8120
  AMD Radeon HD 7950
  240GB Seagate SSD (20GiB / partition)
  2TB WD HDD (/home)

  I have installed Ubuntu 14.04 three times and each met the same fate.
  The first time you boot into the system after installing it, it works fine. 
However, after you install your usual programs like Steam, Skype, smplayer, 
etc. and reboot the system will fail on such a grand catastrophic scale that 
you can't even boot into recovery mode since that will begin spamming error 
messages quickly as well.

  It isn't related to the kernel because I used the same kernel in
  Ubuntu 13.04. I also had the same problems with Ubuntu 13.10 (I'm not
  sure if that still applies but I will soon find out).

  Meanwhile, Ubuntu 13.04 with kernel 3.12 works perfectly.

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

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


[Kernel-packages] [Bug 1251268] [NEW] Please merge crash-7.0.3-3 (main) from Debian unstable (utils)

2013-11-14 Thread Louis Bouchard
Public bug reported:

Current Ubuntu : 6.1.6-1
Current Debian : 7.0.3-3

** Affects: crash (Ubuntu)
 Importance: Wishlist
 Assignee: Louis Bouchard (louis-bouchard)
 Status: In Progress

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

** Changed in: crash (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: crash (Ubuntu)
 Assignee: (unassigned) => Louis Bouchard (louis-bouchard)

** Changed in: crash (Ubuntu)
   Status: Confirmed => In Progress

** Summary changed:

-  Please merge crash-7.0.3-3 (universe) from Debian unstable (utils)
+ Please merge crash-7.0.3-3 (main) from Debian unstable (utils)

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

Title:
  Please merge crash-7.0.3-3 (main) from Debian unstable (utils)

Status in “crash” package in Ubuntu:
  In Progress

Bug description:
  Current Ubuntu : 6.1.6-1
  Current Debian : 7.0.3-3

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

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


[Kernel-packages] [Bug 1251268] Re: Please merge crash-7.0.3-3 (main) from Debian unstable (utils)

2013-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~louis-bouchard/ubuntu/trusty/crash/crash

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

Title:
  Please merge crash-7.0.3-3 (main) from Debian unstable (utils)

Status in “crash” package in Ubuntu:
  In Progress

Bug description:
  Current Ubuntu : 6.1.6-1
  Current Debian : 7.0.3-3

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

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


[Kernel-packages] [Bug 1250949] Re: Slow WiFi with Intel 5300 on N networks

2013-11-14 Thread Brad Figg
Florian,

Can you:

1) Boot up the 3.11.0-12.19 kernel and verify that this kernel does not
have these issues?

2) There is now a new kernel in -proposed. Can you please test that
kernel? You can either enable the -proposed pocket or you can manually
fetch and install the debs from:
https://launchpad.net/ubuntu/+source/linux/3.11.0-14.21

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

Title:
  Slow WiFi with Intel 5300 on N networks

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I use Ubuntu 13.10 on a Thinkpad X200 (Intel Ultimate N WiFi Link 5300
  WLAN).

  What I expect to happen (what happened before):
  - Connect to N network
  - Do a speedest.net
  - get ~32Mbps

  What actually happens:
  - With N network I get ~1Mbps
  - Disabled wifi / speedtest via ethernet ~32Mbps / restarted modem and router 
anyway, same results

  What I do instead:
  - I change my router settings to BG-mixed (for the same network)
  - then I get ~8Mbps

  Now, I was offered a few updates earlier today and didn't really look
  at what was updated. However, this behaviour is new, it didn't happen
  before and I think it might be due to some update regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-13-generic 3.11.0-13.20
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  florian4689 F pulseaudio
  Date: Wed Nov 13 17:59:53 2013
  InstallationDate: Installed on 2013-02-27 (259 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  MachineType: LENOVO 7454CTO
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic 
root=UUID=50e476cc-6677-4bed-967c-a76d5860f056 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-13-generic N/A
   linux-backports-modules-3.11.0-13-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  StagingDrivers: zram
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (24 days ago)
  dmi.bios.date: 05/18/2009
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6DET53WW (3.03 )
  dmi.board.name: 7454CTO
  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:bvr6DET53WW(3.03):bd05/18/2009:svnLENOVO:pn7454CTO:pvrThinkPadX200:rvnLENOVO:rn7454CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7454CTO
  dmi.product.version: ThinkPad X200
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1251035] Re: kernel stack trace when running openvswitch DEP-8 tests

2013-11-14 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade? Was there a
kernel version where you were not having this particular problem? This
will help determine if the problem you are seeing is the result of the
introduction of a regression, and when this regression was introduced.
If this is a regression, we can perform a kernel bisect to identify the
commit that introduced the problem.

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

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

Title:
  kernel stack trace when running openvswitch DEP-8 tests

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  The DEP-8 test exercises the openvswitch userspace and kernel module
  by setting up to bridges, connecting 7 'hosts' to each bridge,
  patching the bridges together and then running performance and ping
  tests between hosts on different bridges.

  The stack trace occurs on teardown of the bridges/switches.

  [  426.965530] [ cut here ]
  [  426.965538] WARNING: CPU: 2 PID: 16575 at 
/build/buildd/linux-3.12.0/net/core/dev.c:5319 
rollback_registered_many+0x219/0x250()
  [  426.965540] Modules linked in: openvswitch vxlan ip_tunnel(F) gre(F) 
libcrc32c(F) veth(F) hid_generic usbhid hid xt_conntrack(F) ipt_REJECT(F) 
xt_CHECKSUM(F) iptable_mangle(F) xt_tcpudp(F) ip6table_filter(F) ip6_tables(F) 
iptable_filter(F) ebtable_nat(F) ebtables(F) dm_crypt(F) ipt_MASQUERADE(F) 
iptable_nat(F) nf_conntrack_ipv4(F) nf_defrag_ipv4(F) nf_nat_ipv4(F) nf_nat(F) 
nf_conntrack(F) ip_tables(F) x_tables(F) bridge(F) stp(F) llc(F) joydev(F) 
x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel(F) kvm(F) 
crct10dif_pclmul(F) crc32_pclmul(F) ghash_clmulni_intel(F) aesni_intel(F) 
aes_x86_64(F) lrw(F) gf128mul(F) glue_helper(F) ablk_helper(F) cryptd(F) 
arc4(F) parport_pc(F) iwldvm ppdev(F) snd_hda_codec_hdmi mac80211 
snd_hda_codec_realtek uvcvideo videobuf2_vmalloc videobuf2_memops 
videobuf2_core videodev btusb microcode(F) snd_hda_intel snd_hda_codec iwlwifi 
snd_hwdep(F) psmouse(F) thinkpad_acpi snd_pcm(F) serio_raw(F) nvram(F) cfg80211 
snd_seq_midi(F) lpc_ich snd_seq_midi_event(F) snd_rawmidi(F) bnep snd_seq(F) 
rfcomm snd_page_alloc(F) snd_seq_device(F) snd_timer(F) bluetooth snd(F) 
soundcore(F) tpm_tis mac_hid mei_me mei lp(F) parport(F) nls_iso8859_1(F) i915 
i2c_algo_bit drm_kms_helper drm sdhci_pci ahci(F) libahci(F) sdhci e1000e(F) 
ptp(F) pps_core(F) wmi video(F) [last unloaded: ip_tunnel]
  [  426.965609] CPU: 2 PID: 16575 Comm: ip Tainted: GF   W
3.12.0-2-generic #7-Ubuntu
  [  426.965610] Hardware name: LENOVO 2324CTO/2324CTO, BIOS G2ET91WW (2.51 ) 
01/14/2013
  [  426.965612]  0009 8803ba8bd8e8 8170feef 

  [  426.965616]  8803ba8bd920 8106430d 8803d0dd9000 
8803ba8bd918
  [  426.965618]  8803ba8bd988  81cd5f80 
8803ba8bd930
  [  426.965621] Call Trace:
  [  426.965627]  [] dump_stack+0x45/0x56
  [  426.965631]  [] warn_slowpath_common+0x7d/0xa0
  [  426.965634]  [] warn_slowpath_null+0x1a/0x20
  [  426.965637]  [] rollback_registered_many+0x219/0x250
  [  426.965640]  [] unregister_netdevice_many+0x17/0x70
  [  426.965644]  [] rtnl_dellink+0xbf/0x130
  [  426.965647]  [] rtnetlink_rcv_msg+0x99/0x260
  [  426.965651]  [] ? __kmalloc_node_track_caller+0x58/0x1e0
  [  426.965654]  [] ? kmem_cache_alloc+0x31/0x140
  [  426.965658]  [] ? __alloc_skb+0x7e/0x2b0
  [  426.965660]  [] ? rtnetlink_rcv+0x30/0x30
  [  426.965664]  [] netlink_rcv_skb+0xa9/0xc0
  [  426.965667]  [] rtnetlink_rcv+0x28/0x30
  [  426.965670]  [] netlink_unicast+0xdd/0x190
  [  426.965673]  [] ? memcpy_fromiovec+0x4d/0x90
  [  426.965676]  [] netlink_sendmsg+0x2ff/0x740
  [  426.965679]  [] sock_sendmsg+0x8b/0xc0
  [  426.965683]  [] ? page_add_new_anon_rmap+0xd8/0x170
  [  426.965686]  [] ? move_addr_to_kernel.part.14+0x1e/0x60
  [  426.965689]  [] ? move_addr_to_kernel+0x21/0x30
  [  426.965692]  [] ___sys_sendmsg+0x3b8/0x3d0
  [  426.965695]  [] ? handle_mm_fault+0x36c/0x750
  [  426.965699]  [] ? __do_page_fault+0x21c/0x560
  [  426.965704]  [] ? acct_account_cputime+0x1c/0x20
  [  426.965707]  [] ? account_user_time+0x8b/0xa0
  [  426.965710]  [] __sys_sendmsg+0x42/0x80
  [  426.965713]  [] SyS_sendmsg+0x12/0x20
  [  426.965716]  [] tracesys+0xe1/0xe6
  [  426.965718] ---[ end trace 82879f5d4f934596 ]---

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-generic 3.12.0.2.4
  ProcVersionSignature: Ubuntu 3.12.0-2.7-generic 3.12.0
  Uname: Linux 3.12.0-2-generic x86_64
  ApportVersion: 2.12.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jamespage   2869 F pulseaudio
  Date: Wed Nov 13 21:26:50 2013
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=

[Kernel-packages] [Bug 1250964] Re: source code file bug in Ubuntu 13.10

2013-11-14 Thread Joseph Salisbury
Did you experience any other symptoms other than the dialog box?  Can
you attach any files you find in /var/crash

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

Title:
  source code file bug in Ubuntu 13.10

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Model--Dell Inspiron 1440

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vishal 1944 F pulseaudio
  CRDA:
   country IN:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20)
(5250 - 5330 @ 40), (N/A, 20), DFS
(5735 - 5835 @ 40), (N/A, 20)
  Date: Wed Nov 13 23:09:17 2013
  HibernationDevice: RESUME=UUID=c466a991-9d8c-4793-a6dc-fd00ef7cb85c
  InstallationDate: Installed on 2013-07-21 (115 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
  MachineType: Dell Inc. Inspiron 1440
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=f54ab1e0-bab6-4819-8da2-e7e67d2fee34 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-10-29 (15 days ago)
  dmi.bios.date: 12/21/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0K138P
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd12/21/2009:svnDellInc.:pnInspiron1440:pvr:rvnDellInc.:rn0K138P:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1440
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 917706] Re: CVE-2012-0038

2013-11-14 Thread John Johansen
** Changed in: linux-lts-saucy (Ubuntu Precise)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Precise)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Importance: Undecided => Medium

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

Title:
  CVE-2012-0038

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

[Kernel-packages] [Bug 1250592] Re: linux: 2.6.32-54.116 -proposed tracker

2013-11-14 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed 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/1250592

Title:
  linux: 2.6.32-54.116 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-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:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
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-54.116 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:50 UTC
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:01 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 14. November 2013 12:02 
UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 12:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250592/+subscriptions

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


[Kernel-packages] [Bug 1250592] Re: linux: 2.6.32-54.116 -proposed tracker

2013-11-14 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed 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/1250592

Title:
  linux: 2.6.32-54.116 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-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:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
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-54.116 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 12. November 2013 18:50 UTC
  kernel-stable-Prepare-package-end:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 13. November 2013 02:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 14. November 2013 11:01 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 14. November 2013 12:02 
UTC
  kernel-stable-Security-signoff-start:Thursday, 14. November 2013 12:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 14. November 2013 12:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1250592/+subscriptions

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


[Kernel-packages] [Bug 1251054] Re: networking didn't return from suspend

2013-11-14 Thread Joseph Salisbury
** 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/1251054

Title:
  networking didn't return from suspend

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Wireless networking did not work when I resumed from suspend.

  Using the indicator/applet to "Enable Networking" didn't associate my
  wireless with the AP. Plugging in an Ethernet cable did not bring back
  networking. The hardware rfkill switch did not bring back networking.

  A reboot allowed me to associate as I expected.

  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sarnold2966 F pulseaudio
  Date: Wed Nov 13 15:03:20 2013
  HibernationDevice: RESUME=UUID=81b2976f-2830-4449-9dae-e1d44a43fa78
  InstallationDate: Installed on 2012-10-18 (391 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  MachineType: LENOVO 2359CTO
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7b8c2e1b-d2e6-47d9-9030-c078e9701a1d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-11-06 (7 days ago)
  dmi.bios.date: 09/13/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G4ET62WW (2.04 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2359CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG4ET62WW(2.04):bd09/13/2012:svnLENOVO:pn2359CTO:pvrThinkPadT530:rvnLENOVO:rn2359CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2359CTO
  dmi.product.version: ThinkPad T530
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1249758] Re: 12.04 freezing after update to 3.2.0-55/56

2013-11-14 Thread Tim Crowther
** Tags added: kernel-unable-to-test-upstream

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

Title:
  12.04 freezing after update to 3.2.0-55/56

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After the most recent kernel upgrade to 12.04 released on or about
  November 8th 2013 my machine started to freeze after a variable period
  of use but only a few minutes in each case. The only thing I could
  then do was to power down and reboot - file system errors were usually
  found on restart. fsck was able to fix those. I have never previously
  had any such problems.

  Two full passes with Memcheck found no errors and disk utility reports
  no disk errors - read error rate is 0, reallocated sector count is 0.

  I have enabled the Grub menu and am now using 3.2.0-54 with no
  problems at all.

  The kernel and system logs do appear to show call stack dumps and
  'BUG' messages.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-54-generic-pae 3.2.0-54.82
  ProcVersionSignature: Ubuntu 3.2.0-54.82-generic-pae 3.2.50
  Uname: Linux 3.2.0-54-generic-pae i686
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: VT1708B 8-Ch Analog [VT1708B 8-Ch 
Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tim1653 F pulseaudio
   /dev/snd/pcmC0D0p:   tim1653 F...m pulseaudio
  CRDA:
   country GB:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20)
(5250 - 5330 @ 40), (N/A, 20), DFS
(5490 - 5710 @ 40), (N/A, 27), DFS
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf9ffc000 irq 44'
 Mixer name : 'VIA VT1708B 8-Ch'
 Components : 'HDA:1106e721,104382ea,00100100'
 Controls  : 45
 Simple ctrls  : 20
  Date: Sun Nov 10 11:13:07 2013
  HibernationDevice: RESUME=UUID=0eec47a6-66e1-4ebf-9bbd-06f927a182f3
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-54-generic-pae 
root=UUID=3750354b-b3b5-411f-ad7f-62fbedf289f4 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-54-generic-pae N/A
   linux-backports-modules-3.2.0-54-generic-pae  N/A
   linux-firmware1.79.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/10/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0511
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5KPL-AM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0511:bd04/10/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5KPL-AM:rvrx.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1251042] Re: Ubuntu gnome freeze after start - nvidia drivers

2013-11-14 Thread Joseph Salisbury
Is this a new issue in Saucy?   Do you happen to know if this issue
happened with prior Ubuntu releases?

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

Title:
  Ubuntu gnome freeze after start - nvidia drivers

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Nouveau is unstable - sometimes is freezing, i tried to use current
  proprietary drivers.

  But after login - monitor is flickering and freezing.

  Ubuntu GNOME 13.10 (Saucy Salamander) Release  - clean install.

  
  I used Gentoo before, and this line helped for me, to solve my problem:
  options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 
NVreg_DeviceFileGID=27 NVreg_ModifyDeviceFiles=1 
NVreg_RegistryDwords="PerfLevelSrc=0x"

  But in Ubuntu, it doesn't help.

  This doesn't help:

  me@ubuntu-vbi:~$ cat /etc/modprobe.d/options 
  #Fix for nvidia flickering - (K)ubuntu 9.04 and 9.10
  options nvidia NVreg_RegistryDwords='PerfLevelSrc=0x'
  options nvidia NVreg_Mobile=1

  
  This doesn't help:

  me@ubuntu-vbi:~$ cat /etc/modprobe.d/options 
  options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 
NVreg_DeviceFileGID=27 NVreg_ModifyDeviceFiles=1 
NVreg_RegistryDwords="PerfLevelSrc=0x"


  It's blocking - nouveau is unstable, nvidia drivers is totaly
  unstable. 3 min to freeze.

  Nouveau bug is reported there: 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1242767
  but still unasigned

  How to reproduce: Use Ubuntu and Nvidia proprietary drivers. The 3 min
  to freeze.

  There is a video: http://www.youtube.com/watch?v=6NX7lQ5oDYo
  As you can see, 3 min and PC is not responding. I can only move by mouse - 
that's all.

  
  me@ubuntu-vbi:~$ cat /proc/version_signature 
  Ubuntu 3.11.0-13.20-generic 3.11.6
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nosek  2827 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=fb299f47-ddfa-4008-8941-f248e28549b0
  InstallationDate: Installed on 2013-10-24 (20 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 
(20131017)
  MachineType: To Be Filled By O.E.M. Z97V
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-13-generic 
root=/dev/mapper/vg--ubnt-ubuntu ro quiet splash
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-13-generic N/A
   linux-backports-modules-3.11.0-13-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 09/03/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0702
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: Z97V
  dmi.board.vendor: To Be Filled By O.E.M.
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0702:bd09/03/2008:svnToBeFilledByO.E.M.:pnZ97V:pvr1.0:rvnToBeFilledByO.E.M.:rnZ97V:rvr1.00:cvnToBeFilledByO.E.M.:ct10:cvr1.0:
  dmi.product.name: Z97V
  dmi.product.version: 1.0
  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/1251042/+subscriptions

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


[Kernel-packages] [Bug 1251268] Re: Please merge crash-7.0.3-3 (main) from Debian unstable (utils)

2013-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~louis-bouchard/ubuntu/trusty/crash/crash

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

Title:
  Please merge crash-7.0.3-3 (main) from Debian unstable (utils)

Status in “crash” package in Ubuntu:
  In Progress

Bug description:
  Current Ubuntu : 6.1.6-1
  Current Debian : 7.0.3-3

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

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


[Kernel-packages] [Bug 1251256] Re: Qualcomm Atheros AR9285 Wireless Network Adapter Can't Connect After Screen Locks

2013-11-14 Thread Joseph Salisbury
Did this issue occur in a previous version of Ubuntu, or is this a new
issue?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.12 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.12-trusty/

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

** Package changed: linux-firmware (Ubuntu) => linux (Ubuntu)

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

Title:
  Qualcomm Atheros AR9285 Wireless Network Adapter Can't Connect After
  Screen Locks

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Wait for the screen to lock, then log back in...voila! You will no
  longer be able to reconnect to any network connections until you
  reboot (of which I can't seem to get Ubuntu 12.04.3) to shut down.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-firmware 1.79.7
  ProcVersionSignature: Ubuntu 3.8.0-33.48~precise1-generic 3.8.13.11
  Uname: Linux 3.8.0-33-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Nov 14 08:05:54 2013
  Dependencies:
   
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


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

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

apport-collect 1251256

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

Title:
  Qualcomm Atheros AR9285 Wireless Network Adapter Can't Connect After
  Screen Locks

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Wait for the screen to lock, then log back in...voila! You will no
  longer be able to reconnect to any network connections until you
  reboot (of which I can't seem to get Ubuntu 12.04.3) to shut down.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-firmware 1.79.7
  ProcVersionSignature: Ubuntu 3.8.0-33.48~precise1-generic 3.8.13.11
  Uname: Linux 3.8.0-33-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Nov 14 08:05:54 2013
  Dependencies:
   
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1248504] Re: [saucy] [armhf] [calxeda] add mac address learning capabilities

2013-11-14 Thread Brad Figg
** Changed in: linux (Ubuntu Saucy)
   Status: Confirmed => In Progress

** Changed in: linux (Ubuntu Saucy)
 Assignee: (unassigned) => Paolo Pisati (p-pisati)

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

Title:
  [saucy] [armhf] [calxeda] add mac address learning capabilities

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Saucy:
  In Progress

Bug description:
  SRU Justification:

  Impact: Calxeda xgmac must learn secondary mac addresses such as those
  behind a bridge in order to properly receive packets with those mac
  addresses.

  Fix: apply the attached patch and recompile a kernel

  Test: add a patched and an unpatched instances to a bridge and then do

  "bridge fdb show"

  on both of them and see the difference - on the patched instance
  you'll see all the mac addresses behind the bridge, while you won't
  see them in the unpatched one.

  --

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

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


[Kernel-packages] [Bug 1248492] Re: [saucy] [armhf] use pstore to save console log messages

2013-11-14 Thread Brad Figg
** Changed in: linux (Ubuntu Saucy)
   Status: Confirmed => In Progress

** Changed in: linux (Ubuntu Saucy)
 Assignee: (unassigned) => Paolo Pisati (p-pisati)

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

Title:
  [saucy] [armhf] use pstore to save console log messages

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Saucy:
  In Progress

Bug description:
  SRU Justification:

  Impact: on platforms when there's a persistent memory storage (or when
  ram is not cleared during bootup like on arm), pstore and it's pstore-
  ram backend can be used to to save log messages on a previously
  defined and unallocated memory portion. Unfortunately, if we want to
  save bootup messages, we need the pstore-ram backend to be build in.

  Fix: apply the attached patch and recompile.

  Test: e.g., for a 256MB board, bootup a kernel with the following
  parameters:

  "mem=128M ramoops.mem_address=0x800 ramoops.mem_size=1048576"

  mem will tell the kernel to use only the first 128MB of ram, while ramoops 
address and size will the pstore where to find its storage and how big it is.
  Later on you can retrieve those messages from the u-boot command line dumping 
that memory region (mdw 0x800...) or you can bootup another kernel, mount 
pstore and retrieve the logs stored there:

  mount -t pstore  - /sys/fs/pstore
  cp /sys/fs/pstore/dmesg* .

  --

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

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


[Kernel-packages] [Bug 1243636] Re: ecryptfs corrupts files over 4GB size on i686

2013-11-14 Thread Brad Figg
** Changed in: linux (Ubuntu)
   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/1243636

Title:
  ecryptfs corrupts files over 4GB size on i686

Status in eCryptfs:
  Fix Committed
Status in “linux” package in Ubuntu:
  Fix Committed

Bug description:
  [SRU Justification]

  Commit 24d15266bd86b7961f309a962fa3aa177a78c49f introduced a data corruption
  regression on 32 bit architectures when writing past the 4 GB.

  [Impact]

  32 bit users experience corruption of large files.

  [Fix]

  A cast is needed when shifting the page's index. Colin and I independently
  identified the problem. It is a simple fix that has been merged upstream:

  http://git.kernel.org/linus/43b7c6c6a4e3916edd186ceb61be0c67d1e0969e

  [Test Case]

  Inside of an eCryptfs mount on an i686 Ubuntu install, create a file 
containing
  4 GB + 1 page worth (4096 bytes) of zeros. Then inspect the file for non-zero
  bytes.

  $ rm zeros
  $ dd if=/dev/zero of=zeros bs=4096 count=$((4*1024*1024*1024/4096+4096))
  1052672+0 records in
  1052672+0 records out
  4311744512 bytes (4.3 GB) copied, 226.133 s, 19.1 MB/s
  $ hexdump -C zeros
    00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
  *
  10100

  The hexdump output should show all zeros. A non patched kernel will show
  non-zero bytes.

  [Original Bug Report]

  on extracting files with extracted size >4 GB files are getting currupted.
  interestingly file gets currupted in the very moment the file size gets more 
than 4GB.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: i386
  Date: Wed Oct 23 12:11:43 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-07-20 (94 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=e97431f7-60b7-4fbe-b22f-5ca3304f2d50 ro quiet splash vt.handoff=7
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-09-08 (45 days ago)

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

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


[Kernel-packages] [Bug 1250964] Re: source code file bug in Ubuntu 13.10

2013-11-14 Thread Jetson
@Joseph Salisbury (jsalisbury) hereby i attached /var/crash files...!!

** Attachment added: "crash.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1250964/+attachment/3908937/+files/crash.tar.gz

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

Title:
  source code file bug in Ubuntu 13.10

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Model--Dell Inspiron 1440

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vishal 1944 F pulseaudio
  CRDA:
   country IN:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20)
(5250 - 5330 @ 40), (N/A, 20), DFS
(5735 - 5835 @ 40), (N/A, 20)
  Date: Wed Nov 13 23:09:17 2013
  HibernationDevice: RESUME=UUID=c466a991-9d8c-4793-a6dc-fd00ef7cb85c
  InstallationDate: Installed on 2013-07-21 (115 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
  MachineType: Dell Inc. Inspiron 1440
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=f54ab1e0-bab6-4819-8da2-e7e67d2fee34 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-10-29 (15 days ago)
  dmi.bios.date: 12/21/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0K138P
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd12/21/2009:svnDellInc.:pnInspiron1440:pvr:rvnDellInc.:rn0K138P:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1440
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1249758] Re: 12.04 freezing after update to 3.2.0-55/56

2013-11-14 Thread Tim Crowther
I have not been able to test the upstream kernel - it seems to be unable
to set my graphics card to produce any output.

However, I have been able to create a fresh install of 12.04 on a
different hard disk - the other hardware exactly the same, just a
different hard disk. I started with the original 12.04 CD and then took
all the available updates including 3.2.0-56 so that the setup should
have been as near as possible the same as the one that caused trouble.

The result is - it seems to run just fine. Hence at the moment my
assumption is that the problem was due to some unidentified mishap
during the update to 3.2.0-56.

I am intending to do an install of 13.10 to a different hard disk. When
I have that established as a working environment I will  try a surface
scan of the disk with the problem setup and perhaps try to uninstall and
reinstall 3.2.0-56 to see what happens.

I do have a copy of the relevant kernel log showing call stack dumps and
'BUG' messages that I could add if you think it would be of any help.
Otherwise I will update this report if I can find anything that might be
of interest when I am in a position to investigate further.

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

Title:
  12.04 freezing after update to 3.2.0-55/56

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After the most recent kernel upgrade to 12.04 released on or about
  November 8th 2013 my machine started to freeze after a variable period
  of use but only a few minutes in each case. The only thing I could
  then do was to power down and reboot - file system errors were usually
  found on restart. fsck was able to fix those. I have never previously
  had any such problems.

  Two full passes with Memcheck found no errors and disk utility reports
  no disk errors - read error rate is 0, reallocated sector count is 0.

  I have enabled the Grub menu and am now using 3.2.0-54 with no
  problems at all.

  The kernel and system logs do appear to show call stack dumps and
  'BUG' messages.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-54-generic-pae 3.2.0-54.82
  ProcVersionSignature: Ubuntu 3.2.0-54.82-generic-pae 3.2.50
  Uname: Linux 3.2.0-54-generic-pae i686
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: VT1708B 8-Ch Analog [VT1708B 8-Ch 
Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tim1653 F pulseaudio
   /dev/snd/pcmC0D0p:   tim1653 F...m pulseaudio
  CRDA:
   country GB:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20)
(5250 - 5330 @ 40), (N/A, 20), DFS
(5490 - 5710 @ 40), (N/A, 27), DFS
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf9ffc000 irq 44'
 Mixer name : 'VIA VT1708B 8-Ch'
 Components : 'HDA:1106e721,104382ea,00100100'
 Controls  : 45
 Simple ctrls  : 20
  Date: Sun Nov 10 11:13:07 2013
  HibernationDevice: RESUME=UUID=0eec47a6-66e1-4ebf-9bbd-06f927a182f3
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-54-generic-pae 
root=UUID=3750354b-b3b5-411f-ad7f-62fbedf289f4 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-54-generic-pae N/A
   linux-backports-modules-3.2.0-54-generic-pae  N/A
   linux-firmware1.79.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/10/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0511
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5KPL-AM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0511:bd04/10/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5KPL-AM:rvrx.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

[Kernel-packages] [Bug 1251042] Re: Ubuntu gnome freeze after start - nvidia drivers

2013-11-14 Thread Petr Nosek
I'm newbie in Ubuntu desktop - I used Gentoo before.

But when I installed nvidia drivers, this file has been created:

me@ubuntu-vbi:~$ cat /etc/modprobe.d/options
#Fix for nvidia flickering - (K)ubuntu 9.04 and 9.10
options nvidia NVreg_RegistryDwords='PerfLevelSrc=0x'
options nvidia NVreg_Mobile=1


So I thing, that the same problem was in prior versions and 
/etc/modprobe.d/options solves problem. But I can't confirm if it really works 
in older version of Ubuntu. 

In Gentoo this options works. If you delete options in Gentoo, symptoms
of my problem are the same. Screen is flickering and freezing. With
options in Gentoo no freezing, no flickering.

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

Title:
  Ubuntu gnome freeze after start - nvidia drivers

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Nouveau is unstable - sometimes is freezing, i tried to use current
  proprietary drivers.

  But after login - monitor is flickering and freezing.

  Ubuntu GNOME 13.10 (Saucy Salamander) Release  - clean install.

  
  I used Gentoo before, and this line helped for me, to solve my problem:
  options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 
NVreg_DeviceFileGID=27 NVreg_ModifyDeviceFiles=1 
NVreg_RegistryDwords="PerfLevelSrc=0x"

  But in Ubuntu, it doesn't help.

  This doesn't help:

  me@ubuntu-vbi:~$ cat /etc/modprobe.d/options 
  #Fix for nvidia flickering - (K)ubuntu 9.04 and 9.10
  options nvidia NVreg_RegistryDwords='PerfLevelSrc=0x'
  options nvidia NVreg_Mobile=1

  
  This doesn't help:

  me@ubuntu-vbi:~$ cat /etc/modprobe.d/options 
  options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 
NVreg_DeviceFileGID=27 NVreg_ModifyDeviceFiles=1 
NVreg_RegistryDwords="PerfLevelSrc=0x"


  It's blocking - nouveau is unstable, nvidia drivers is totaly
  unstable. 3 min to freeze.

  Nouveau bug is reported there: 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1242767
  but still unasigned

  How to reproduce: Use Ubuntu and Nvidia proprietary drivers. The 3 min
  to freeze.

  There is a video: http://www.youtube.com/watch?v=6NX7lQ5oDYo
  As you can see, 3 min and PC is not responding. I can only move by mouse - 
that's all.

  
  me@ubuntu-vbi:~$ cat /proc/version_signature 
  Ubuntu 3.11.0-13.20-generic 3.11.6
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nosek  2827 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=fb299f47-ddfa-4008-8941-f248e28549b0
  InstallationDate: Installed on 2013-10-24 (20 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 
(20131017)
  MachineType: To Be Filled By O.E.M. Z97V
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-13-generic 
root=/dev/mapper/vg--ubnt-ubuntu ro quiet splash
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-13-generic N/A
   linux-backports-modules-3.11.0-13-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 09/03/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0702
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: Z97V
  dmi.board.vendor: To Be Filled By O.E.M.
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0702:bd09/03/2008:svnToBeFilledByO.E.M.:pnZ97V:pvr1.0:rvnToBeFilledByO.E.M.:rnZ97V:rvr1.00:cvnToBeFilledByO.E.M.:ct10:cvr1.0:
  dmi.product.name: Z97V
  dmi.product.version: 1.0
  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/1251042/+subscriptions

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


[Kernel-packages] [Bug 1251333] [NEW] System freezes after suspend to RAM

2013-11-14 Thread Graeme Hewson
Public bug reported:

After upgrading to Kubuntu Saucy with kernel 3.11.0-12 the system was
OK, but after upgrading to kernel 3.11.0-13 I started experiencing the
problem.

After sleeping the system overnight, it would partially wake up but then
be unresponsive. The previous time I had the problem I could enter a few
letters of my password into LightDM, but then the system became
unresponsive to the keyboard and mouse, and didn't respond to pings.
Today (with some other Kubuntu upgrades installed in the meantime) there
was just a black screen apart from the mouse cursor, and the system was
unresponsive to the keyboard and mouse straight away after waking the
system with the keyboard. It responded to pings, and I could open a TCP
session to it on port 22, but sshd was unresponsive.

If I sleep the system for only a short time, it wakes OK. I see messages
in syslog about the TSC, so maybe that's the reason for the problem.

Possibly related to bug 1241582.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-13-generic 3.11.0-13.20
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ghewson2761 F pulseaudio
 /dev/snd/controlC0:  ghewson2761 F pulseaudio
Date: Thu Nov 14 16:34:53 2013
InstallationDate: Installed on 2012-01-02 (682 days ago)
InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MachineType: System manufacturer System Product Name
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic 
root=UUID=74c50ca0-562b-4669-93e3-eb1b729f ro quiet splash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-13-generic N/A
 linux-backports-modules-3.11.0-13-generic  N/A
 linux-firmware 1.116
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to saucy on 2013-10-20 (25 days ago)
dmi.bios.date: 09/08/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1701
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A88TD-M EVO
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.:bvr1701:bd09/08/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A88TD-MEVO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug saucy

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

Title:
  System freezes after suspend to RAM

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to Kubuntu Saucy with kernel 3.11.0-12 the system was
  OK, but after upgrading to kernel 3.11.0-13 I started experiencing the
  problem.

  After sleeping the system overnight, it would partially wake up but
  then be unresponsive. The previous time I had the problem I could
  enter a few letters of my password into LightDM, but then the system
  became unresponsive to the keyboard and mouse, and didn't respond to
  pings. Today (with some other Kubuntu upgrades installed in the
  meantime) there was just a black screen apart from the mouse cursor,
  and the system was unresponsive to the keyboard and mouse straight
  away after waking the system with the keyboard. It responded to pings,
  and I could open a TCP session to it on port 22, but sshd was
  unresponsive.

  If I sleep the system for only a short time, it wakes OK. I see
  messages in syslog about the TSC, so maybe that's the reason for the
  problem.

  Possibly related to bug 1241582.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-13-generic 3.11.0-13.20
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ghewson2761 F pulseaudio
   /dev/snd/controlC0:  ghewson2761 F pulseaudio
  Date: Thu Nov 14 16:34:53 2013
  InstallationDate: Installed on 2012-01-02 (682 days ago)
  Installati

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

2013-11-14 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  System freezes after suspend to RAM

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to Kubuntu Saucy with kernel 3.11.0-12 the system was
  OK, but after upgrading to kernel 3.11.0-13 I started experiencing the
  problem.

  After sleeping the system overnight, it would partially wake up but
  then be unresponsive. The previous time I had the problem I could
  enter a few letters of my password into LightDM, but then the system
  became unresponsive to the keyboard and mouse, and didn't respond to
  pings. Today (with some other Kubuntu upgrades installed in the
  meantime) there was just a black screen apart from the mouse cursor,
  and the system was unresponsive to the keyboard and mouse straight
  away after waking the system with the keyboard. It responded to pings,
  and I could open a TCP session to it on port 22, but sshd was
  unresponsive.

  If I sleep the system for only a short time, it wakes OK. I see
  messages in syslog about the TSC, so maybe that's the reason for the
  problem.

  Possibly related to bug 1241582.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-13-generic 3.11.0-13.20
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ghewson2761 F pulseaudio
   /dev/snd/controlC0:  ghewson2761 F pulseaudio
  Date: Thu Nov 14 16:34:53 2013
  InstallationDate: Installed on 2012-01-02 (682 days ago)
  InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic 
root=UUID=74c50ca0-562b-4669-93e3-eb1b729f ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-13-generic N/A
   linux-backports-modules-3.11.0-13-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-10-20 (25 days ago)
  dmi.bios.date: 09/08/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1701
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A88TD-M EVO
  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.:bvr1701:bd09/08/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A88TD-MEVO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1244478] Re: 1814:3290 [HP 650 Notebook PC] Kernel update from 3.2.0-54 to 3.2.0-55 renders Ralink RT3290 Wireless (rt2800pci) unusable

2013-11-14 Thread Ale
** 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/1244478

Title:
  1814:3290 [HP 650 Notebook PC] Kernel update from 3.2.0-54 to 3.2.0-55
  renders Ralink RT3290 Wireless (rt2800pci) unusable

Status in “linux” package in Ubuntu:
  Fix Released

Bug description:
  On a Notebook HP 650 with Ubuntu 12.04 LTS 64-bit i received updates
  for kernel 3.2.0-55-generic (exactly 3.2.0-55.85) and starting the
  notebook with that kernel results in unavailable connection, no wifi.
  Starting from grub with previous kernel (3.2.0-54.82) solve the issue.

  WORKAROUND:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1244478/comments/31

  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  giardia2010 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0x5260 irq 44'
     Mixer name : 'Intel PantherPoint HDMI'
     Components : 'HDA:10ec0269,103c1858,00100202 
HDA:80862806,103c1858,0010'
     Controls  : 25
     Simple ctrls  : 11
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-osaka-precise-amd64-20121101-2
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=9e6434e2-89cc-47ca-aa26-a2ac6825ff3c
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20121101-11:02
  MachineType: Hewlett-Packard HP 650 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-54-generic 
root=UUID=98bb0642-ce40-4a4b-956f-8c4f30c60aba ro i915.modeset=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-54.82-generic 3.2.50
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-54-generic N/A
   linux-backports-modules-3.2.0-54-generic  N/A
   linux-firmware1.79.7
  StagingDrivers: mei
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-54-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/19/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.32
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 1858
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 65.33
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.32:bd10/19/2012:svnHewlett-Packard:pnHP650NotebookPC:pvr088412005B10002600010:rvnHewlett-Packard:rn1858:rvr65.33:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 650 Notebook PC
  dmi.product.version: 088412005B10002600010
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1251333] Re: System freezes after suspend to RAM

2013-11-14 Thread Joseph Salisbury
Does this issue go away if you boot back into the 3.11.0-12 kernel?

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

** Tags added: needs-bisect regression-update

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

Title:
  System freezes after suspend to RAM

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to Kubuntu Saucy with kernel 3.11.0-12 the system was
  OK, but after upgrading to kernel 3.11.0-13 I started experiencing the
  problem.

  After sleeping the system overnight, it would partially wake up but
  then be unresponsive. The previous time I had the problem I could
  enter a few letters of my password into LightDM, but then the system
  became unresponsive to the keyboard and mouse, and didn't respond to
  pings. Today (with some other Kubuntu upgrades installed in the
  meantime) there was just a black screen apart from the mouse cursor,
  and the system was unresponsive to the keyboard and mouse straight
  away after waking the system with the keyboard. It responded to pings,
  and I could open a TCP session to it on port 22, but sshd was
  unresponsive.

  If I sleep the system for only a short time, it wakes OK. I see
  messages in syslog about the TSC, so maybe that's the reason for the
  problem.

  Possibly related to bug 1241582.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-13-generic 3.11.0-13.20
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ghewson2761 F pulseaudio
   /dev/snd/controlC0:  ghewson2761 F pulseaudio
  Date: Thu Nov 14 16:34:53 2013
  InstallationDate: Installed on 2012-01-02 (682 days ago)
  InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic 
root=UUID=74c50ca0-562b-4669-93e3-eb1b729f ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-13-generic N/A
   linux-backports-modules-3.11.0-13-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-10-20 (25 days ago)
  dmi.bios.date: 09/08/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1701
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A88TD-M EVO
  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.:bvr1701:bd09/08/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A88TD-MEVO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1251333] Re: System freezes after suspend to RAM

2013-11-14 Thread Graeme Hewson
Yes, it goes away with 3.11.0-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/1251333

Title:
  System freezes after suspend to RAM

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to Kubuntu Saucy with kernel 3.11.0-12 the system was
  OK, but after upgrading to kernel 3.11.0-13 I started experiencing the
  problem.

  After sleeping the system overnight, it would partially wake up but
  then be unresponsive. The previous time I had the problem I could
  enter a few letters of my password into LightDM, but then the system
  became unresponsive to the keyboard and mouse, and didn't respond to
  pings. Today (with some other Kubuntu upgrades installed in the
  meantime) there was just a black screen apart from the mouse cursor,
  and the system was unresponsive to the keyboard and mouse straight
  away after waking the system with the keyboard. It responded to pings,
  and I could open a TCP session to it on port 22, but sshd was
  unresponsive.

  If I sleep the system for only a short time, it wakes OK. I see
  messages in syslog about the TSC, so maybe that's the reason for the
  problem.

  Possibly related to bug 1241582.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-13-generic 3.11.0-13.20
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ghewson2761 F pulseaudio
   /dev/snd/controlC0:  ghewson2761 F pulseaudio
  Date: Thu Nov 14 16:34:53 2013
  InstallationDate: Installed on 2012-01-02 (682 days ago)
  InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic 
root=UUID=74c50ca0-562b-4669-93e3-eb1b729f ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-13-generic N/A
   linux-backports-modules-3.11.0-13-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-10-20 (25 days ago)
  dmi.bios.date: 09/08/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1701
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A88TD-M EVO
  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.:bvr1701:bd09/08/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A88TD-MEVO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~jamesodhunt/ubuntu/trusty/upstart/1.11

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

Title:
  uevent spam causes libdbus client code in session upstart to consume
  massive amounts of memory on Ubuntu Touch

Status in Upstart:
  Fix Committed
Status in “linux” package in Ubuntu:
  Invalid
Status in “systemd” package in Ubuntu:
  Invalid
Status in “unity” package in Ubuntu:
  Confirmed
Status in “upstart” package in Ubuntu:
  In Progress
Status in “linux” source package in Saucy:
  Invalid
Status in “systemd” source package in Saucy:
  Invalid
Status in “unity” source package in Saucy:
  Confirmed
Status in “upstart” source package in Saucy:
  Fix Released

Bug description:
  using ubuntu touch image 82 i see the session init consume about 10MB per 
minute as long as the screen is on  with Mir.
  running the same session with surfaceflinger only consumes 1MB per minute.

  in both cases the system starts to swap heavily at some point, making
  the UI unresponsive.

  http://paste.ubuntu.com/6196223/ has the top output of a Mir session
  after 30min, the UI just got completely unresponsive when this
  snapshot was taken.

  http://paste.ubuntu.com/6196332/ is the top output of a surfaceflinger
  session where the screen was off for about 10min

  apparently the leak only occurs while the screen is on, it seems to be
  permanently there but in the case of surfaceflinger it hits less hard.

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

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


[Kernel-packages] [Bug 987569] Re: CVE-2012-2121

2013-11-14 Thread John Johansen
** Changed in: linux-lts-saucy (Ubuntu Precise)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Precise)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Importance: Undecided => Medium

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

Title:
  CVE-2012-2121

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

[Kernel-packages] [Bug 1148649] Re: HP Pavilion G7 - FWTS HIGH errors during suspend/resume and batch testing

2013-11-14 Thread lokz
I can confirm that I use:

Linux HP-Pavilion-g7-LV 3.11.0-13-generic #20-Ubuntu SMP Wed Oct 23
07:38:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

And suspend does not work, nor error reporting.

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

Title:
  HP Pavilion G7 - FWTS HIGH errors during suspend/resume and batch
  testing

Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  Gonna just start putting them all into a single bug for each machine,
  otherwise I'll be filing 2 - 4 bugs per machine just about every time
  I do a certification test ;-)

  So this is 12.04.2 plus latest SRU kernel for certification.  FWTS
  reported HIGH errors during Hibernate, Suspend and batch testing.
  I've attached the logs from each.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: fwts 0.25.06precise1
  ProcVersionSignature: Ubuntu 3.5.0-25.39~precise1-generic 3.5.7.4
  Uname: Linux 3.5.0-25-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Wed Mar  6 00:21:36 2013
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: fwts
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1236532] Re: [Hewlett-Packard HP Pavilion g7 Notebook PC] suspend/resume failure [non-free: fglrx]

2013-11-14 Thread lokz
I can confirm that I use:

Linux HP-Pavilion-g7-LV 3.11.0-13-generic #20-Ubuntu SMP Wed Oct 23
07:38:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

an problem is still here. Error reporting does not work any more.

If you can provide step by step instructions for newer kernel version, I
can try with it. But I woild likt to be able to downgrade in case
something goes wrong.

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

Title:
  [Hewlett-Packard HP Pavilion g7 Notebook PC] suspend/resume failure
  [non-free: fglrx]

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I tried several times, when lid on laprop HP G7 is closed and opened
  again, computer will not come from standby, power light is on, but
  screen is black (i left it some time to check will it come back on).

  There is no other solution but to long-press power key and shit down
  laptop.

  Machine has AMD processor and Radeon graphics. Hope this will help.
  Best regards,

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-11-generic 3.11.0-11.17
  ProcVersionSignature: Ubuntu 3.11.0-11.17-generic 3.11.3
  Uname: Linux 3.11.0-11-generic x86_64
  NonfreeKernelModules: fglrx
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  korisnik   1776 F pulseaudio
   /dev/snd/pcmC1D0p:   korisnik   1776 F...m pulseaudio
   /dev/snd/controlC0:  korisnik   1776 F pulseaudio
  Date: Mon Oct  7 20:26:56 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=5445a60b-3ee9-4e92-b571-d7422ee0bffa
  InstallationDate: Installed on 2013-10-03 (3 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20130925.1)
  InterpreterPath: /usr/bin/python3.3
  MachineType: Hewlett-Packard HP Pavilion g7 Notebook PC
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-11-generic.efi.signed 
root=UUID=3fbbaf75-40d1-47ae-a558-8a4ac49ed928 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-11-generic N/A
   linux-backports-modules-3.11.0-11-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  Title: [Hewlett-Packard HP Pavilion g7 Notebook PC] suspend/resume failure 
[non-free: fglrx]
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 02/21/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.26
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 184C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 57.35
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.26:bd02/21/2013:svnHewlett-Packard:pnHPPaviliong7NotebookPC:pvr07911020561620100:rvnHewlett-Packard:rn184C:rvr57.35:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g7 Notebook PC
  dmi.product.version: 07911020561620100
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1002505] Re: CVE-2012-2375

2013-11-14 Thread John Johansen
** Changed in: linux-lts-saucy (Ubuntu Precise)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Precise)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Importance: Undecided => Medium

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

Title:
  CVE-2012-2375

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

[Kernel-packages] [Bug 949905] Re: CVE-2012-1097

2013-11-14 Thread John Johansen
** Changed in: linux-lts-saucy (Ubuntu Precise)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Precise)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Importance: Undecided => Medium

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

Title:
  CVE-2012-1097

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

[Kernel-packages] [Bug 1131331] Re: CVE-2012-4542

2013-11-14 Thread John Johansen
** Changed in: linux-lts-saucy (Ubuntu Precise)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Importance: Undecided => Medium

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Importance: Undecided => Medium

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

Title:
  CVE-2012-4542

Status in “linux” package in Ubuntu:
  New
Status in “linux-armadaxp” package in Ubuntu:
  Invalid
Status in “linux-ec2” package in Ubuntu:
  Invalid
Status in “linux-fsl-imx51” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-maverick” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-natty” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-oneiric” package in Ubuntu:
  Invalid
Status in “linux-lts-quantal” package in Ubuntu:
  Invalid
Status in “linux-lts-raring” package in Ubuntu:
  Invalid
Status in “linux-lts-saucy” package in Ubuntu:
  Invalid
Status in “linux-mvl-dove” package in Ubuntu:
  Invalid
Status in “linux-ti-omap4” package in Ubuntu:
  New
Status in “linux” source package in Lucid:
  New
Status in “linux-armadaxp” source package in Lucid:
  Invalid
Status in “linux-ec2” source package in Lucid:
  New
Status in “linux-fsl-imx51” source package in Lucid:
  Invalid
Status in “linux-lts-backport-maverick” source package in Lucid:
  Invalid
Status in “linux-lts-backport-natty” source package in Lucid:
  Won't Fix
Status in “linux-lts-backport-oneiric” source package in Lucid:
  Invalid
Status in “linux-lts-quantal” source package in Lucid:
  Invalid
Status in “linux-lts-raring” source package in Lucid:
  Invalid
Status in “linux-lts-saucy” source package in Lucid:
  Invalid
Status in “linux-mvl-dove” source package in Lucid:
  Invalid
Status in “linux-ti-omap4” source package in Lucid:
  Invalid
Status in “linux” source package in Precise:
  New
Status in “linux-armadaxp” source package in Precise:
  New
Status in “linux-ec2” source package in Precise:
  Invalid
Status in “linux-fsl-imx51” source package in Precise:
  Invalid
Status in “linux-lts-backport-maverick” source package in Precise:
  Invalid
Status in “linux-lts-backport-natty” source package in Precise:
  Invalid
Status in “linux-lts-backport-oneiric” source package in Precise:
  Invalid
Status in “linux-lts-quantal” source package in Precise:
  New
Status in “linux-lts-raring” source package in Precise:
  New
Status in “linux-lts-saucy” source package in Precise:
  New
Status in “linux-mvl-dove” source package in Precise:
  Invalid
Status in “linux-ti-omap4” source package in Precise:
  New
Status in “linux” source package in Quantal:
  New
Status in “linux-armadaxp” source package in Quantal:
  New
Status in “linux-ec2” source package in Quantal:
  Invalid
Status in “linux-fsl-imx51” source package in Quantal:
  Invalid
Status in “linux-lts-backport-maverick” source package in Quantal:
  Invalid
Status in “linux-lts-backport-natty” source package in Quantal:
  Invalid
Status in “linux-lts-backport-oneiric” source package in Quantal:
  Invalid
Status in “linux-lts-quantal” source package in Quantal:
  Invalid
Status in “linux-lts-raring” source package in Quantal:
  Invalid
Status in “linux-lts-saucy” source package in Quantal:
  Invalid
Status in “linux-mvl-dove” source package in Quantal:
  Invalid
Status in “linux-ti-omap4” source package in Quantal:
  New
Status in “linux” source package in Raring:
  New
Status in “linux-armadaxp” source package in Raring:
  Invalid
Status in “linux-ec2” source package in Raring:
  Invalid
Status in “linux-fsl-imx51” source package in Raring:
  Invalid
Status in “linux-lts-backport-maverick” source package in Raring:
  Invalid
Status in “linux-lts-backport-natty” source package in Raring:
  Invalid
Status in “linux-lts-backport-oneiric” source package in Raring:
  Invalid
Status in “linux-lts-quantal” source package in Raring:
  Invalid
Status in “linux-lts-raring” source package in Raring:
  Invalid
Status in “linux-lts-saucy” source package in Raring:
  Invalid
Status in “linux-mvl-dove” source package in Raring:
  Invalid
Status in “linux-ti-omap4” source package in Raring:
  New
Status in “linux” source package in Saucy:
  New
Status in “linux-armadaxp” source package in Saucy:
  Invalid
Status in “li

[Kernel-packages] [Bug 1091188] Re: CVE-2012-5375

2013-11-14 Thread John Johansen
** Changed in: linux-lts-saucy (Ubuntu Precise)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Precise)
   Importance: Undecided => Low

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Importance: Undecided => Low

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Importance: Undecided => Low

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Importance: Undecided => Low

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Importance: Undecided => Low

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Importance: Undecided => Low

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

Title:
  CVE-2012-5375

Status in “linux” package in Ubuntu:
  Fix Committed
Status in “linux-armadaxp” package in Ubuntu:
  Invalid
Status in “linux-ec2” package in Ubuntu:
  Invalid
Status in “linux-fsl-imx51” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-maverick” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-natty” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-oneiric” package in Ubuntu:
  Invalid
Status in “linux-lts-quantal” package in Ubuntu:
  Invalid
Status in “linux-lts-raring” package in Ubuntu:
  Invalid
Status in “linux-lts-saucy” package in Ubuntu:
  Invalid
Status in “linux-mvl-dove” package in Ubuntu:
  Invalid
Status in “linux-ti-omap4” package in Ubuntu:
  Fix Released
Status in “linux” source package in Lucid:
  New
Status in “linux-armadaxp” source package in Lucid:
  Invalid
Status in “linux-ec2” source package in Lucid:
  New
Status in “linux-fsl-imx51” source package in Lucid:
  Invalid
Status in “linux-lts-backport-maverick” source package in Lucid:
  Invalid
Status in “linux-lts-backport-natty” source package in Lucid:
  Won't Fix
Status in “linux-lts-backport-oneiric” source package in Lucid:
  Invalid
Status in “linux-lts-quantal” source package in Lucid:
  Invalid
Status in “linux-lts-raring” source package in Lucid:
  Invalid
Status in “linux-lts-saucy” source package in Lucid:
  Invalid
Status in “linux-mvl-dove” source package in Lucid:
  Invalid
Status in “linux-ti-omap4” source package in Lucid:
  Invalid
Status in “linux” source package in Precise:
  Fix Released
Status in “linux-armadaxp” source package in Precise:
  Fix Released
Status in “linux-ec2” source package in Precise:
  Invalid
Status in “linux-fsl-imx51” source package in Precise:
  Invalid
Status in “linux-lts-backport-maverick” source package in Precise:
  Invalid
Status in “linux-lts-backport-natty” source package in Precise:
  Invalid
Status in “linux-lts-backport-oneiric” source package in Precise:
  Invalid
Status in “linux-lts-quantal” source package in Precise:
  Fix Released
Status in “linux-lts-raring” source package in Precise:
  Invalid
Status in “linux-lts-saucy” source package in Precise:
  Invalid
Status in “linux-mvl-dove” source package in Precise:
  Invalid
Status in “linux-ti-omap4” source package in Precise:
  Fix Released
Status in “linux” source package in Quantal:
  Fix Released
Status in “linux-armadaxp” source package in Quantal:
  Fix Released
Status in “linux-ec2” source package in Quantal:
  Invalid
Status in “linux-fsl-imx51” source package in Quantal:
  Invalid
Status in “linux-lts-backport-maverick” source package in Quantal:
  Invalid
Status in “linux-lts-backport-natty” source package in Quantal:
  Invalid
Status in “linux-lts-backport-oneiric” source package in Quantal:
  Invalid
Status in “linux-lts-quantal” source package in Quantal:
  Invalid
Status in “linux-lts-raring” source package in Quantal:
  Invalid
Status in “linux-lts-saucy” source package in Quantal:
  Invalid
Status in “linux-mvl-dove” source package in Quantal:
  Invalid
Status in “linux-ti-omap4” source package in Quantal:
  Fix Released
Status in “linux” source package in Raring:
  Fix Committed
Status in “linux-armadaxp” source package in Raring:
  Invalid
Status in “linux-ec2” source package in Raring:
  Invalid
Status in “linux-fsl-imx51” source package in Raring:
  Invalid
Status in “linux-lts-backport-maverick” source package in Raring:
  Invalid
Status in “linux-lts-backport-natty” source package in Raring:
  Invalid
Status in “linux-lts-backport-oneiric” source package in Raring:
  Invalid
Status in “linux-lts-quantal” source package in Raring:
  Invalid
Status in “linux-lts-raring” source package in Raring:
  Invalid
Status in “linux-lts-saucy” source package in Raring:
  Invalid
Status in “linux-mvl-dove” source package in Raring:
  Invalid
Status in “linux-ti-om

[Kernel-packages] [Bug 1091187] Re: CVE-2012-5374

2013-11-14 Thread John Johansen
** Changed in: linux-lts-saucy (Ubuntu Precise)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Precise)
   Importance: Undecided => Low

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Saucy)
   Importance: Undecided => Low

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Lucid)
   Importance: Undecided => Low

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Trusty)
   Importance: Undecided => Low

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Quantal)
   Importance: Undecided => Low

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Status: New => Invalid

** Changed in: linux-lts-saucy (Ubuntu Raring)
   Importance: Undecided => Low

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

Title:
  CVE-2012-5374

Status in “linux” package in Ubuntu:
  Fix Committed
Status in “linux-armadaxp” package in Ubuntu:
  Invalid
Status in “linux-ec2” package in Ubuntu:
  Invalid
Status in “linux-fsl-imx51” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-maverick” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-natty” package in Ubuntu:
  Invalid
Status in “linux-lts-backport-oneiric” package in Ubuntu:
  Invalid
Status in “linux-lts-quantal” package in Ubuntu:
  Invalid
Status in “linux-lts-raring” package in Ubuntu:
  Invalid
Status in “linux-lts-saucy” package in Ubuntu:
  Invalid
Status in “linux-mvl-dove” package in Ubuntu:
  Invalid
Status in “linux-ti-omap4” package in Ubuntu:
  Fix Released
Status in “linux” source package in Lucid:
  New
Status in “linux-armadaxp” source package in Lucid:
  Invalid
Status in “linux-ec2” source package in Lucid:
  New
Status in “linux-fsl-imx51” source package in Lucid:
  Invalid
Status in “linux-lts-backport-maverick” source package in Lucid:
  Invalid
Status in “linux-lts-backport-natty” source package in Lucid:
  Won't Fix
Status in “linux-lts-backport-oneiric” source package in Lucid:
  Invalid
Status in “linux-lts-quantal” source package in Lucid:
  Invalid
Status in “linux-lts-raring” source package in Lucid:
  Invalid
Status in “linux-lts-saucy” source package in Lucid:
  Invalid
Status in “linux-mvl-dove” source package in Lucid:
  Invalid
Status in “linux-ti-omap4” source package in Lucid:
  Invalid
Status in “linux” source package in Precise:
  Fix Released
Status in “linux-armadaxp” source package in Precise:
  Fix Released
Status in “linux-ec2” source package in Precise:
  Invalid
Status in “linux-fsl-imx51” source package in Precise:
  Invalid
Status in “linux-lts-backport-maverick” source package in Precise:
  Invalid
Status in “linux-lts-backport-natty” source package in Precise:
  Invalid
Status in “linux-lts-backport-oneiric” source package in Precise:
  Invalid
Status in “linux-lts-quantal” source package in Precise:
  Fix Released
Status in “linux-lts-raring” source package in Precise:
  Invalid
Status in “linux-lts-saucy” source package in Precise:
  Invalid
Status in “linux-mvl-dove” source package in Precise:
  Invalid
Status in “linux-ti-omap4” source package in Precise:
  Fix Released
Status in “linux” source package in Quantal:
  Fix Released
Status in “linux-armadaxp” source package in Quantal:
  Fix Released
Status in “linux-ec2” source package in Quantal:
  Invalid
Status in “linux-fsl-imx51” source package in Quantal:
  Invalid
Status in “linux-lts-backport-maverick” source package in Quantal:
  Invalid
Status in “linux-lts-backport-natty” source package in Quantal:
  Invalid
Status in “linux-lts-backport-oneiric” source package in Quantal:
  Invalid
Status in “linux-lts-quantal” source package in Quantal:
  Invalid
Status in “linux-lts-raring” source package in Quantal:
  Invalid
Status in “linux-lts-saucy” source package in Quantal:
  Invalid
Status in “linux-mvl-dove” source package in Quantal:
  Invalid
Status in “linux-ti-omap4” source package in Quantal:
  Fix Released
Status in “linux” source package in Raring:
  Fix Committed
Status in “linux-armadaxp” source package in Raring:
  Invalid
Status in “linux-ec2” source package in Raring:
  Invalid
Status in “linux-fsl-imx51” source package in Raring:
  Invalid
Status in “linux-lts-backport-maverick” source package in Raring:
  Invalid
Status in “linux-lts-backport-natty” source package in Raring:
  Invalid
Status in “linux-lts-backport-oneiric” source package in Raring:
  Invalid
Status in “linux-lts-quantal” source package in Raring:
  Invalid
Status in “linux-lts-raring” source package in Raring:
  Invalid
Status in “linux-lts-saucy” source package in Raring:
  Invalid
Status in “linux-mvl-dove” source package in Raring:
  Invalid
Status in “linux-ti-om

[Kernel-packages] [Bug 1249219] Re: backlight control acpi_video0 instead intel_backlight

2013-11-14 Thread Тимофей
** Tags added: kernel-bug-exists-upstream

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

Title:
  backlight control acpi_video0 instead intel_backlight

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After upgrading to new release (13.10), i got a little bug.
  When i control brightness, system change value in file 
/sys/class/backlight/acpi_video0/brightness instead of 
/sys/class/backlight/intel_backlight/brightness by default
  How i can fix it?
  --- 
  ApportVersion: 2.12.6-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  timofey2907 F pulseaudio
  CurrentDmesg:
   Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Permission denied
   dmesg: write failed: Broken pipe
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2013-05-28 (169 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: LENOVO HuronRiver Platform
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.12.0-2-generic 
root=UUID=5f54dc08-5f0f-4ab1-bdf2-844517b2419b ro rootflags=subvol=@ 
acpi_backlight=vendor
  ProcVersionSignature: Ubuntu 3.12.0-2.7-generic 3.12.0
  Tags:  trusty
  Uname: Linux 3.12.0-2-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2013-07-08 (127 days ago)
  UserGroups: audio autopilot libvirtd sudo video
  WifiSyslog:
   
  dmi.bios.date: 10/27/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 44CN43WW
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Emerald Lake
  dmi.board.vendor: LENOVO
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnLENOVO:bvr44CN43WW:bd10/27/2011:svnLENOVO:pnHuronRiverPlatform:pvrLenovoB570:rvnLENOVO:rnEmeraldLake:rvrFAB1:cvnLENOVO:ct10:cvr0.1:
  dmi.product.name: HuronRiver Platform
  dmi.product.version: Lenovo B570
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1233753] Re: [HP Envy 15t-1100] saucy images boot to black screen

2013-11-14 Thread Joe Barnett
3.9.0-7.15: good
3.10.0-0.6: bad

but these are not linear commits, the wiki page says "Bisecting across
non-linear tags is usually a bad idea", but doesn't seem to say what to
do in this case?

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

Title:
  [HP Envy 15t-1100] saucy images boot to black screen

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Downloaded latest saucy images and boots to nothing but a black
  screen.  Get the same behavior with 3.11 mainline kernel package as
  per bug #1167586

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-31-generic 3.8.0-31.46
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.9.2-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jbarnett   3518 F pulseaudio
   /dev/snd/controlC0:  jbarnett   3518 F pulseaudio
  Date: Tue Oct  1 09:31:14 2013
  HibernationDevice: RESUME=UUID=6a792c43-ea80-4425-961e-ccde894552ed
  InstallationDate: Installed on 2010-04-19 (1261 days ago)
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Release Candidate amd64 
(20100419.1)
  MachineType: Hewlett-Packard HP ENVY 15 Notebook PC
  MarkForUpload: True
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-31-generic 
root=UUID=639dc488-e095-42a4-8c1f-ffb1a9299e1c ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-31-generic N/A
   linux-backports-modules-3.8.0-31-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-04-26 (157 days ago)
  dmi.bios.date: 10/12/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.2B
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1522
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 36.35
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.2B:bd10/12/2010:svnHewlett-Packard:pnHPENVY15NotebookPC:pvr048F1124192000153:rvnHewlett-Packard:rn1522:rvr36.35:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP ENVY 15 Notebook PC
  dmi.product.version: 048F1124192000153
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1249880] Re: kernel 3.11.0-13 freezes on qemu+kvm VM start

2013-11-14 Thread Joseph Salisbury
I started a kernel bisect between v3.11.4  and v3.11.5 The kernel bisect
will require testing of about 7-10 test kernels.

I built the first test kernel, up to the following commit:
698dc640e9dc5722d8ce4bf34524986ef5236390

The test kernel can be downloaded from:
http://kernel.ubuntu.com/~jsalisbury/lp1249880

Can you test that kernel and report back if it has the bug or not. I
will build the next test kernel based on your test results.

Thanks in advance

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

Title:
  kernel 3.11.0-13 freezes on qemu+kvm VM start

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I updated my Ubuntu 13.10 workstation with newest kernel 3.11.0-13 and
  every time I start my Windows7 VM made of qemu+kvm the workstation
  freezes.

  I reverted to 3.11.0-12 for the time being.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  zm5s-trnc   2084 F pulseaudio
  Date: Mon Nov 11 11:07:01 2013
  HibernationDevice: RESUME=UUID=cff75e59-746a-4d33-b21f-fb68d7dda4cf
  MachineType: Dell Inc. OptiPlex 390
  MarkForUpload: True
  ProcFB:
   0 EFI VGA
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-12-generic 
root=UUID=f845956f-07fb-4b93-b7ae-32e4039cf283 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (24 days ago)
  dmi.bios.date: 10/26/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0M5DCD
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd10/26/2011:svnDellInc.:pnOptiPlex390:pvr01:rvnDellInc.:rn0M5DCD:rvrA00:cvnDellInc.:ct3:cvr:
  dmi.product.name: OptiPlex 390
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1107150] Re: B75 Chipset I/O Problems

2013-11-14 Thread Joseph Salisbury
Thanks for the feedback, everyone.  I restarted the kernel bisect.

I built the next test kernel, up to the following commit:
7c9c684160bc2c6668abbd2701b440e18bb9ef35

The test kernel can be downloaded from:
http://kernel.ubuntu.com/~jsalisbury/lp1107150

Can you test that kernel and report back if it has the bug or not. I
will build the next test kernel based on your test results.

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

Title:
  B75 Chipset I/O Problems

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I built a new system and installed Ubuntu 12.10. The system has the
  following specifications:

  Samsung 840 Pro 128 GB 
  Gigabyte P75-D3
  Intel i7 3770
  32 GB Ram
  Western Digital 1 TB Black (mounted as /home)
  Western Digital 3 TB Green (mounted as /media/data_drive)

  The initial Ubuntu 12.10 install took almost 6 hours as transfer rates
  were very slow. After reboot everything appeared very fast. However
  when I did an "apt-get update" the download took 20 seconds and the
  processing of lists took 19 minutes.

  I had 12.10 installed on another computer which was working great
  (older Althon system) so I installed the drive and tested the new
  machine. It suffered the same performance problems.

  I installed Windows 7 and performed speeds tests, it reported great
  results.

  I installed 12.04 onto the 1 TB drive and it did not suffer the same
  performance problems. Everything ran great.

  I then upgraded 12.10 to 13.04 (January 27, 2013) and it too suffered
  from the performance issue.

  It appears that a change between 12.04 to 12.10 impacts AHCI based
  systems specifically running the Intel B75 chipset. I am not certain
  but I think that either the motherboard is misrepresenting something
  (that 12.04 ignores but it impacts 12.10) or the kernel is not
  detecting the system correctly.

  I created a couple of pastebins with data collected:

  12.10 Install: http://pastebin.ubuntu.com/1561660/
  12.04 Live Disk (was checked against installed version and data is mostly the 
same): http://paste.ubuntu.com/1565140/

  I have a thread on the ubuntu forums that may provide additional
  details: http://ubuntuforums.org/showthread.php?t=2104709

  I also started an e-mail thread to the ubuntu-users mailing list:
  http://ubuntu.5.n6.nabble.com/Seeking-Help-td5010422.html

  I have done a lot of troubleshooting and I feel that the problem must
  either be the kernel or the bios misrepresenting information. In
  either case I am stuck without any idea of where to go next with the
  debuging and diagnoses path.

  If any additional information needs to be collected, please let me know and I 
will work to assist.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  bakers 1729 F pulseaudio
   /dev/snd/controlC0:  bakers 1729 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 0xf711 irq 45'
 Mixer name : 'Realtek ALC887-VD'
 Components : 'HDA:10ec0887,1458a002,00100302'
 Controls  : 39
 Simple ctrls  : 20
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xf708 irq 17'
 Mixer name : 'Nvidia GPU 42 HDMI/DP'
 Components : 'HDA:10de0042,14583553,00100100'
 Controls  : 18
 Simple ctrls  : 3
  DistroRelease: Ubuntu 12.04
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-36-generic-pae 
root=UUID=4f30252c-fa56-4d53-be78-117cddab55f4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-36.57-generic-pae 3.2.35
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-36-generic-pae N/A
   linux-backports-modules-3.2.0-36-generic-pae  N/A
   linux-firmware1.79.1
  RfKill:
   
  StagingDrivers: mei
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-36-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 08/21/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P75-D3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.ve

[Kernel-packages] [Bug 945127] Re: 8086:2582 kernel BUG at /build/buildd/linux-3.2.0/drivers/gpu/drm/i915/i915_gem.c:3330!

2013-11-14 Thread Carsten Lehrach
The prob still exists in Ubuntu 13.10.

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Carsten Lehrach (carsten-g)

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

Title:
  8086:2582 kernel BUG at
  /build/buildd/linux-3.2.0/drivers/gpu/drm/i915/i915_gem.c:3330!

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  After running system-testing application and submitting report
  application closed, but in launcher icon was present. When I clicked
  the icon system freezed and I had to do hard reset

  ProblemType: KernelOops
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-17-generic-pae 3.2.0-17.27
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic-pae 3.2.6
  Uname: Linux 3.2.0-17-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 1.93-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hit-ubuntu1204   1466 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with AD1981B at irq 21'
 Mixer name : 'Analog Devices AD1981B'
 Components : 'AC97a:41445374'
 Controls  : 34
 Simple ctrls  : 23
  Date: Sat Mar  3 02:06:29 2012
  Failure: oops
  HibernationDevice: RESUME=UUID=76797f27-a1c2-41c7-8dfc-cf62442881d7
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta i386 (20120301)
  IwConfig:
   ppp0  no wireless extensions.
   
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: Hewlett-Packard HP Compaq dx6100 MT(PK081PA)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-17-generic-pae 
root=UUID=91e301f1-f036-4994-b2e5-bb7df096ed87 ro quiet splash vt.handoff=7
  PulseSinks: Error: command ['pacmd', 'list-sinks'] failed with exit code 1: 
No PulseAudio daemon running, or not running as session daemon.
  PulseSources: Error: command ['pacmd', 'list-sources'] failed with exit code 
1: No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-1ubuntu18
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: kernel BUG at 
/build/buildd/linux-3.2.0/drivers/gpu/drm/i915/i915_gem.c:3330!
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/06/2004
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786C1 v01.06
  dmi.board.name: 0984h
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: INI43709VQ
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786C1v01.06:bd07/06/2004:svnHewlett-Packard:pnHPCompaqdx6100MT(PK081PA):pvr:rvnHewlett-Packard:rn0984h:rvr:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Compaq dx6100 MT(PK081PA)
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1242938] Re: 13.10: Kernel panic - not syncing (on system start)

2013-11-14 Thread Joseph Salisbury
I built the next test kernel, up to the following commit:
077f893bd942b23d8e27c90f8f60018ce21010a0

The test kernel can be downloaded from:
http://kernel.ubuntu.com/~jsalisbury/lp1242938

Can you test that kernel and report back if it has the bug or not. I
will build the next test kernel based on your test results.

Thanks in advance

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

Title:
  13.10: Kernel panic - not syncing (on system start)

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  If i start ubuntu 13.10 i always get the error (see attached picture).
  This happens if i start via live-usb stick and after normal update
  from 13.04 to 13.10 within ubuntu. The same usb-live stick works on
  another computer without any errors.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: ubuntu-release-upgrader-core 1:0.205
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic i686
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: i386
  CrashDB: ubuntu
  Date: Tue Oct 22 00:31:43 2013
  InstallationDate: Installed on 2013-08-05 (77 days ago)
  InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Release i386 
(20130424)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: Upgraded to saucy on 2013-10-20 (0 days ago)
  VarLogDistupgradeTermlog:
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fabian 1845 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=411d36d6-4f07-4f5b-a060-18096ace08de
  InstallationDate: Installed on 2013-08-05 (79 days ago)
  InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Release i386 
(20130424)
  MachineType: Medion P8610
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-31-generic 
root=/dev/mapper/ubuntu--gnome--vg-root ro quiet splash
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-31-generic N/A
   linux-backports-modules-3.8.0-31-generic  N/A
   linux-firmware1.116
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.8.0-31-generic i686
  UpgradeStatus: Upgraded to saucy on 2013-10-20 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 11/28/2008
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: M1.04
  dmi.board.name: P8610
  dmi.board.vendor: Medion
  dmi.board.version: REFERENCE
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrM1.04:bd11/28/2008:svnMedion:pnP8610:pvrREFERENCE:rvnMedion:rnP8610:rvrREFERENCE:cvnMedion:ct10:cvr:
  dmi.product.name: P8610
  dmi.product.version: REFERENCE
  dmi.sys.vendor: Medion

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

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


[Kernel-packages] [Bug 1042612] Re: [Lenovo ThinkPad W520] KVM Guests only use one CPU after host wakes up from sleep

2013-11-14 Thread Michael Cook
Retesting:
I tested suspending the host but this time with the latest updates to U12.04 
applied to the host & guest.

HOST: Linux thinkpad-w520 3.2.0-55-generic #85-Ubuntu SMP Wed Oct 2 12:29:27 
UTC 2013 x86_64 x86_64 x86_64 
GUEST: Linux tpa 3.2.0-41-generic #66-Ubuntu SMP Thu Apr 25 03:27:11 UTC 2013 
x86_64 x86_64 x86_64 

1) I stressed out the guest to see which CPUs were in use.  I used "stress 
--cpu 2"
2) I noticed the VM Manager's CPU for this guest go solidly to 100% and CPU 5 & 
6 to roughly constant 98%.
3) On resuming the host, I noticed "stress" continued to run but the VM Manager 
CPU graph had spikes every ~2-3 seconds.
4) Host Sys-monitor showed CPUs for this guest was roughly constant at 94%.  

But there was two instead of just one being used by the guest... which
is different from my original issue where they all head to just one host
CPU.  I repeated this suspension several times and the CPU guest spiking
did not occur again.  So it looks like an improvement.

BIOS Update:
Next, as requested above, I tried to update my W520 BIOS from 1.06 (2011) to 
1.42 (latest from Lenovo 2013).

I download the ISO from Lenovo and this booted to "Starting PC DOS" at which 
point it seems to have hung.
So, I quickly looked into trying to extract and apply the BIOS image in Ubuntu. 
 This does not seem very straightforward either. I've found one guide on 
ThinkWiki which has step-by-step process (with plenty of warnings) for the "old 
style" BIOS image .exe to build a new ISO to boot.  I extracted the 'new' style 
using innoextract but I have not found/or understood what do with these files 
from the ThinkWiki page.  

Any help here on updating W520 with the newer 1.42 bios ISO/.exe?

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

Title:
  [Lenovo ThinkPad W520] KVM Guests only use one CPU after host wakes up
  from sleep

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  ThinkPad W520 running U12.04 with the latest updates applied.
  VT-d enabled in BIOS
  NVIDIA driver disabled (because it simply doesn't boot with VT-d enabled)
  KVM Guests of Windows7, RHEL5.3

  i) Start KVM Guest and you can see all host CPUs timeslicing and guest is 
fast and responsive.
  ii) Shutdown KVM Guest.
  iii) Place Host laptop into sleep mode.
  iv) Wake up host and restart KVM Guest
  v) KVM Guest CPU graph is at 50%, never fluctuates and behaviour is like 
single-core.  All host CPUs are idling except for one at 100%.

  This is quite reproducable.  It is identical in performance and KVM Guest 
behaviour if you disabled VT-d in the BIOS (but have VT enabled).
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kvm2293 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf3b2 irq 54'
 Mixer name : 'Conexant CX20590'
 Components : 'HDA:14f1506e,17aa21cf,0010 
HDA:14f12c06,17aa2122,0010'
 Controls  : 20
 Simple ctrls  : 10
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
 Mixer name : 'ThinkPad EC (unknown)'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ef35a2f8-8839-44d5-ac77-fcc3fd10dfa2
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MachineType: LENOVO 427638U
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic 
root=UUID=6ddbc439-93f6-4c59-a307-902d009a430d ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-29-generic N/A
   linux-backports-modules-3.2.0-29-generic  N/A
   linux-firmware1.79
  StagingDrivers: mei
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  dmi.bios.date:

[Kernel-packages] [Bug 1251116] Re: Card reader: O2Micro 8520 [1217:8520] does not work on Precise

2013-11-14 Thread Anthony Wong
This is a known issue and we have been working with O2 micro to help
them upstream their driver. This issue has been tracking in
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239938.

** Changed in: linux (Ubuntu)
 Assignee: Anthony Wong (anthonywong) => Adam Lee (adam8157)

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

Title:
  Card reader: O2Micro 8520 [1217:8520] does not work on Precise

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  CID: 201306-13688 Dell Latitude E6440

  Steps:
  1. Install 12.04.3 + update (3.2.0-56) and boot to desktop
  2. Insert a SD card

  Expected result:
  SD card will be mounted automatically.

  Actual result:
  Nothing happened.

  Error message could be found in dmesg, 
  it seems that there something wrong with the driver:
  [3.892434] sdhci-pci :0e:00.0: SDHCI controller found [1217:8520] 
(rev 1)
  [3.892464] sdhci-pci :0e:00.0: PCI INT A -> GSI 19 (level, low) -> 
IRQ 19
  [3.892468] sdhci-pci :0e:00.0: Invalid iomem size. You may experience 
problems.
  [3.892506] mmc0: Unknown controller version (3). You may experience 
problems.
  [3.892516] sdhci-pci :0e:00.0: setting latency timer to 64

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-56-generic 3.2.0-56.86
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic 3.2.51
  Uname: Linux 3.2.0-56-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 1: PCH [HDA Intel PCH], device 0: ALC292 Analog [ALC292 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  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 1588 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf7d34000 irq 43'
 Mixer name : 'Generic  ID 0'
 Components : 'HDA:,80860101,0010'
 Controls  : 0
 Simple ctrls  : 0
  Card0.Amixer.values:
   
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xf7d3 irq 43'
 Mixer name : 'Realtek ALC292'
 Components : 'HDA:10ec0292,102805bd,0011'
 Controls  : 19
 Simple ctrls  : 10
  Date: Thu Nov 14 00:04:38 2013
  HibernationDevice: RESUME=UUID=aeb30de4-c85d-4d93-874d-8f06ce1303b2
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  MachineType: Dell Inc. Latitude E6440
  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-56-generic 
root=UUID=3cde48ea-3225-4afa-b02b-584a672a94e4 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic N/A
   linux-backports-modules-3.2.0-56-generic  N/A
   linux-firmware1.79.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/03/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: X23
  dmi.board.name: 02P3T1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X03
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrX23:bd07/03/2013:svnDellInc.:pnLatitudeE6440:pvr01:rvnDellInc.:rn02P3T1:rvrX03:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6440
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1250321] Re: Ubuntu 13.10 + 14.04 Catastrophic Random Kernel Crashes on Boot with ASUS Sabertooth 990FX

2013-11-14 Thread Joseph Salisbury
Can you follow the "Boot options" instructions on the following wiki to
enable additional output on boot:

https://wiki.ubuntu.com/DebuggingKernelBoot

As mentioned on the wiki, it would be great if you can attach a log file
which may have captured any messages you see. If you are unable to
capture a log file, a digital photo will work just as well. As a last
resort you can even copy messages down by hand.

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

Title:
  Ubuntu 13.10 + 14.04 Catastrophic Random Kernel Crashes on Boot with
  ASUS Sabertooth 990FX

Status in “linux-firmware” package in Ubuntu:
  Confirmed

Bug description:
  System Specs:

  ASUS Sabertooth 990FX (with the latest BIOS)
  AMD FX-8120
  AMD Radeon HD 7950
  240GB Seagate SSD (20GiB / partition)
  2TB WD HDD (/home)

  I have installed Ubuntu 14.04 three times and each met the same fate.
  The first time you boot into the system after installing it, it works fine. 
However, after you install your usual programs like Steam, Skype, smplayer, 
etc. and reboot the system will fail on such a grand catastrophic scale that 
you can't even boot into recovery mode since that will begin spamming error 
messages quickly as well.

  It isn't related to the kernel because I used the same kernel in
  Ubuntu 13.04. I also had the same problems with Ubuntu 13.10 (I'm not
  sure if that still applies but I will soon find out).

  Meanwhile, Ubuntu 13.04 with kernel 3.12 works perfectly.

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

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


[Kernel-packages] [Bug 1249086] Re: Wireless dies out constantly on 13.10

2013-11-14 Thread Joseph Salisbury
Can you follow the "Boot options" instructions on the following wiki to
enable additional output on boot:

https://wiki.ubuntu.com/DebuggingKernelBoot

As mentioned on the wiki, it would be great if you can attach a log file
which may have captured any messages you see. If you are unable to
capture a log file, a digital photo will work just as well. As a last
resort you can even copy messages down by hand.

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

Title:
  Wireless dies out constantly on 13.10

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  The wifi disconnects constantly. It can take an hour or five minutes. I 
originally used the normal Network Manager, case in which the connection i was 
connecting to would actually disappear from the list until i requested the 
Network to be disabled and enabled again. I changed to Wicd, following a 
suggestion in another report and the disappearance of the connection was fixed, 
though it would still disconnect. 
  Everytime the connection is about to drop, the computer laggs.
  This problem began during Kernel 3.5. I used to boot to that in order to 
avoid it and the wifi worked flawelessly. Unfortunately with Salamander, that 
Kernel doesn't start the graphics properly (I get a funky X instead of a mouse 
pointer). After 3.5, I tried every kernel that was out as they were 
periodically updated, until 3.11, to no avail.

  I realize this is a bug diplicated from this bug:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1115998

  and this bug:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1181011

  that use my same laptop and present the same problem. Unfortunatelly both 
bugs have expired. Plus, bug report ettiquete states to file a bug per machine 
:D
  Needless to say, I'm not nerdy enough to bisect kernel (read that term for 
the first time right now) but I'm ready to learn :)
  Help me Obi Wan Kenobi's, you're my only hope!! ':(

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  leunar 1517 F pulseaudio
   /dev/snd/controlC0:  leunar 1517 F pulseaudio
  Date: Thu Nov  7 21:17:21 2013
  InstallationDate: Installed on 2012-08-15 (449 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MachineType: Acer Aspire V3-551
  MarkForUpload: True
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=56817674-5aab-40c0-8e79-03a068408779 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (19 days ago)
  dmi.bios.date: 10/24/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.07
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VA50_CM
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAcer:bvrV1.07:bd10/24/2012:svnAcer:pnAspireV3-551:pvrV1.07:rvnAcer:rnVA50_CM:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V3-551
  dmi.product.version: V1.07
  dmi.sys.vendor: Acer

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

-- 
Mailing list: https://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   >