[Kernel-packages] [Bug 1622894] Re: sg devices are not being created for SCSI storage controller devices starting from v4.4.0-30

2017-01-28 Thread Amit Oren
Hi Joseph,

Seems like it doesn't.

Thanks,
Amit

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

Title:
  sg devices are not being created for SCSI storage controller devices
  starting from v4.4.0-30

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Most storage array expose a store controller device to logical unit 0.
  Following LP #1567602, when this happens and the alua driver is loaded, 
Ubuntu doesn't create the sg device for it, and linux fails to discover the 
disks that are attached to higher logical unit numbers.

  With kernel version 4.4.0-31, we tried a number of things:
  - With a disk mapped to LUN0, everything is working.
  - Without a disk mapped to LUN0, nothing works - linux doesn't see disks 
mapped to higher LUNs, calling rescan_scsi_bus throws a stack trace to syslog: 
https://gist.github.com/grzn/20c05ce3fc96062ec9572fd5b8093b55
  - When turning on SCSI logging to the maximum 
(https://access.redhat.com/articles/337903 - 0xfff), we see that after ALUA 
driver rejected the SCSI controller nothing happens (look for 18:0:0:0 which is 
a controller here 
(https://gist.github.com/grzn/f8b65dd07b2df5f3f72ca8121d8c93ad) vs 19:0:00 
which is a disk here 
(https://gist.github.com/grzn/48da86b7f7390dab2983927862cda949).
  - When removing the scsi_dh_alua driver and then reloading the lpfc driver, 
everything is working as expected when no disk is mapped to LUN0.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Sep 12 18:00 seq
   crw-rw 1 root audio 116, 33 Sep 12 18:00 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=1b089ce2-057f-44d6-9e53-5ee1b7fb5be9
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  MachineType: VMware, Inc. VMware Virtual Platform
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 svgadrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic 
root=UUID=6738fbd7-7243-4860-949f-717dfd084c43 ro quiet splash
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-31-generic N/A
   linux-backports-modules-4.4.0-31-generic  N/A
   linux-firmware1.157.3
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial xenial
  Uname: Linux 4.4.0-31-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: False
  dmi.bios.date: 09/17/2015
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 6.00
  dmi.board.name: 440BX Desktop Reference Platform
  dmi.board.vendor: Intel Corporation
  dmi.board.version: None
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd09/17/2015:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: VMware Virtual Platform
  dmi.product.version: None
  dmi.sys.vendor: VMware, Inc.

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

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


[Kernel-packages] [Bug 1660098] Re: OOM with lots of free swap

2017-01-28 Thread Nate Eldredge
** 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/1660098

Title:
  OOM with lots of free swap

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On a vps with 512MB RAM and a 2 GB swapfile, I am experiencing 100%
  reproducible OOM when running duplicity.  duplicity uses a fair amount
  of memory, about 300 MB at the time of OOM, but there should be plenty
  of swap to accommodate it.

  I have attached a syslog excerpt.  Note "Free swap  = 2004684kB".

  If I am reading the log message correctly, "order=2" at the top means
  this was an attempt to allocate 4 pages, i.e. 16KB.  It certainly
  seems that it should be possible to satisfy this by swapping.  I know
  fragmentation is a possible issue but it seems implausible that we
  couldn't find 4 pages together.

  This doesn't seem to happen when running other memory-hogging
  processes.  I wrote a small program that malloc's 1 GB and writes to
  all of it.  It runs fine, even as root.  It is slow because of
  swapping but the oom-killer does not get invoked.  So I am not sure
  what is special about duplicity.  It's an ordinary user-space backup
  utility written in Python; it reads files, encrypts data, and sends it
  out over ssh.  The only thing I can think of is that it runs gpg to do
  the encryption, and I believe gpg will mlock() some memory to keep
  keys secure, but that should be a really small amount.

  Happy to supply more information or test things.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Sun Jan 29 03:37:31 2017
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  UserGroups:
   
  _MarkForUpload: True

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

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


[Kernel-packages] [Bug 1640297] Re: 16.04.1 LTS hang during boot 4.4.0-45-generic with /etc/crypttab. Boots fine in 4.4.0-42-generic and older

2017-01-28 Thread aPlatypus
I am getting this with 4.4.0-59-generic, I'm booted off a thumb drive
using 4.4 and this systems update manager is prompting to upgrade the
kernel to 4.4.0-59.  Which I'm obviously NOT doing. However my point is
why is this still in circulation -- Shouldn't it be pulled off the list
of packages?

I am not sure how other people managed to get command output, my system
hangs just after it says Loading Virtual Drive or RAM-disk.  And
"Console not available" which sucks, since it is just dead.

Also I am not sure about numbering scheme here.  Is v4.10-rc5, 0.6
increments away from 4.4.0-59? Is that the right way to read 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/1640297

Title:
  16.04.1 LTS hang during boot 4.4.0-45-generic with /etc/crypttab.
  Boots fine in 4.4.0-42-generic and older

Status in linux package in Ubuntu:
  In Progress

Bug description:
  System hangs during boot with 4.4.0-45-generic if /etc/crypptab
  contains a valid entry. Passphrase prompt never seen. Black screen
  with blinking underscore in upper left corner. Repeated attempts to
  type passphrase have no effect.

  There are two workarounds:
  1) Comment out line referring the encrypted partition in /etc/crypttab and 
/etc/fstab. Mount the partition manually after boot completes
  2) Boot in 4.4.0-42-generic which works as do earlier versions. i.e. the user 
provides passphrase at the prompt during boot and the system finishes booting

  robert@kalymnos:~$ cat /etc/crypttab
  spare2 UUID=498b08bb-5e6b-4ddf-8b37-e059665a34e6 none luks
  robert@kalymnos:~$ grep mapper /etc/fstab
  /dev/mapper/spare2/spare2 ext4 defaults 0 2
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  robert 2413 F pulseaudio
   /dev/snd/controlC0:  robert 2413 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=291e75f9-3814-499b-bbb2-f385c164b942
  InstallationDate: Installed on 2016-08-18 (83 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IwConfig:
   lono wireless extensions.
   
   enp0s25   no wireless extensions.
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-42-generic 
root=UUID=24166ab8-327a-4477-96d2-3f57b4a47657 ro quiet splash
  ProcVersionSignature: Ubuntu 4.4.0-42.62-generic 4.4.21
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-42-generic N/A
   linux-backports-modules-4.4.0-42-generic  N/A
   linux-firmware1.157.4
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 07/29/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: SOX5810J.86A.5600.2013.0729.2250
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DX58SO
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE29331-701
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrSOX5810J.86A.5600.2013.0729.2250:bd07/29/2013:svn:pn:pvr:rvnIntelCorporation:rnDX58SO:rvrAAE29331-701:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  robert 2413 F pulseaudio
   /dev/snd/controlC0:  robert 2413 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=291e75f9-3814-499b-bbb2-f385c164b942
  InstallationDate: Installed on 2016-08-18 (83 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IwConfig:
   lono wireless extensions.
   
   enp0s25   no wireless extensions.
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-42-generic 

[Kernel-packages] [Bug 1660098] CurrentDmesg.txt

2017-01-28 Thread Nate Eldredge
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1660098/+attachment/4810282/+files/CurrentDmesg.txt

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

Title:
  OOM with lots of free swap

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a vps with 512MB RAM and a 2 GB swapfile, I am experiencing 100%
  reproducible OOM when running duplicity.  duplicity uses a fair amount
  of memory, about 300 MB at the time of OOM, but there should be plenty
  of swap to accommodate it.

  I have attached a syslog excerpt.  Note "Free swap  = 2004684kB".

  If I am reading the log message correctly, "order=2" at the top means
  this was an attempt to allocate 4 pages, i.e. 16KB.  It certainly
  seems that it should be possible to satisfy this by swapping.  I know
  fragmentation is a possible issue but it seems implausible that we
  couldn't find 4 pages together.

  This doesn't seem to happen when running other memory-hogging
  processes.  I wrote a small program that malloc's 1 GB and writes to
  all of it.  It runs fine, even as root.  It is slow because of
  swapping but the oom-killer does not get invoked.  So I am not sure
  what is special about duplicity.  It's an ordinary user-space backup
  utility written in Python; it reads files, encrypts data, and sends it
  out over ssh.  The only thing I can think of is that it runs gpg to do
  the encryption, and I believe gpg will mlock() some memory to keep
  keys secure, but that should be a really small amount.

  Happy to supply more information or test things.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Sun Jan 29 03:37:31 2017
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  UserGroups:
   
  _MarkForUpload: True

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

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


[Kernel-packages] [Bug 1660098] WifiSyslog.txt

2017-01-28 Thread Nate Eldredge
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1660098/+attachment/4810288/+files/WifiSyslog.txt

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

Title:
  OOM with lots of free swap

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a vps with 512MB RAM and a 2 GB swapfile, I am experiencing 100%
  reproducible OOM when running duplicity.  duplicity uses a fair amount
  of memory, about 300 MB at the time of OOM, but there should be plenty
  of swap to accommodate it.

  I have attached a syslog excerpt.  Note "Free swap  = 2004684kB".

  If I am reading the log message correctly, "order=2" at the top means
  this was an attempt to allocate 4 pages, i.e. 16KB.  It certainly
  seems that it should be possible to satisfy this by swapping.  I know
  fragmentation is a possible issue but it seems implausible that we
  couldn't find 4 pages together.

  This doesn't seem to happen when running other memory-hogging
  processes.  I wrote a small program that malloc's 1 GB and writes to
  all of it.  It runs fine, even as root.  It is slow because of
  swapping but the oom-killer does not get invoked.  So I am not sure
  what is special about duplicity.  It's an ordinary user-space backup
  utility written in Python; it reads files, encrypts data, and sends it
  out over ssh.  The only thing I can think of is that it runs gpg to do
  the encryption, and I believe gpg will mlock() some memory to keep
  keys secure, but that should be a really small amount.

  Happy to supply more information or test things.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Sun Jan 29 03:37:31 2017
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  UserGroups:
   
  _MarkForUpload: True

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

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


[Kernel-packages] [Bug 1660098] ProcInterrupts.txt

2017-01-28 Thread Nate Eldredge
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1660098/+attachment/4810285/+files/ProcInterrupts.txt

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

Title:
  OOM with lots of free swap

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a vps with 512MB RAM and a 2 GB swapfile, I am experiencing 100%
  reproducible OOM when running duplicity.  duplicity uses a fair amount
  of memory, about 300 MB at the time of OOM, but there should be plenty
  of swap to accommodate it.

  I have attached a syslog excerpt.  Note "Free swap  = 2004684kB".

  If I am reading the log message correctly, "order=2" at the top means
  this was an attempt to allocate 4 pages, i.e. 16KB.  It certainly
  seems that it should be possible to satisfy this by swapping.  I know
  fragmentation is a possible issue but it seems implausible that we
  couldn't find 4 pages together.

  This doesn't seem to happen when running other memory-hogging
  processes.  I wrote a small program that malloc's 1 GB and writes to
  all of it.  It runs fine, even as root.  It is slow because of
  swapping but the oom-killer does not get invoked.  So I am not sure
  what is special about duplicity.  It's an ordinary user-space backup
  utility written in Python; it reads files, encrypts data, and sends it
  out over ssh.  The only thing I can think of is that it runs gpg to do
  the encryption, and I believe gpg will mlock() some memory to keep
  keys secure, but that should be a really small amount.

  Happy to supply more information or test things.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Sun Jan 29 03:37:31 2017
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  UserGroups:
   
  _MarkForUpload: True

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

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


[Kernel-packages] [Bug 1660098] ProcCpuinfo.txt

2017-01-28 Thread Nate Eldredge
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1660098/+attachment/4810284/+files/ProcCpuinfo.txt

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

Title:
  OOM with lots of free swap

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a vps with 512MB RAM and a 2 GB swapfile, I am experiencing 100%
  reproducible OOM when running duplicity.  duplicity uses a fair amount
  of memory, about 300 MB at the time of OOM, but there should be plenty
  of swap to accommodate it.

  I have attached a syslog excerpt.  Note "Free swap  = 2004684kB".

  If I am reading the log message correctly, "order=2" at the top means
  this was an attempt to allocate 4 pages, i.e. 16KB.  It certainly
  seems that it should be possible to satisfy this by swapping.  I know
  fragmentation is a possible issue but it seems implausible that we
  couldn't find 4 pages together.

  This doesn't seem to happen when running other memory-hogging
  processes.  I wrote a small program that malloc's 1 GB and writes to
  all of it.  It runs fine, even as root.  It is slow because of
  swapping but the oom-killer does not get invoked.  So I am not sure
  what is special about duplicity.  It's an ordinary user-space backup
  utility written in Python; it reads files, encrypts data, and sends it
  out over ssh.  The only thing I can think of is that it runs gpg to do
  the encryption, and I believe gpg will mlock() some memory to keep
  keys secure, but that should be a really small amount.

  Happy to supply more information or test things.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Sun Jan 29 03:37:31 2017
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  UserGroups:
   
  _MarkForUpload: True

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

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


[Kernel-packages] [Bug 1660098] UdevDb.txt

2017-01-28 Thread Nate Eldredge
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1660098/+attachment/4810287/+files/UdevDb.txt

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

Title:
  OOM with lots of free swap

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a vps with 512MB RAM and a 2 GB swapfile, I am experiencing 100%
  reproducible OOM when running duplicity.  duplicity uses a fair amount
  of memory, about 300 MB at the time of OOM, but there should be plenty
  of swap to accommodate it.

  I have attached a syslog excerpt.  Note "Free swap  = 2004684kB".

  If I am reading the log message correctly, "order=2" at the top means
  this was an attempt to allocate 4 pages, i.e. 16KB.  It certainly
  seems that it should be possible to satisfy this by swapping.  I know
  fragmentation is a possible issue but it seems implausible that we
  couldn't find 4 pages together.

  This doesn't seem to happen when running other memory-hogging
  processes.  I wrote a small program that malloc's 1 GB and writes to
  all of it.  It runs fine, even as root.  It is slow because of
  swapping but the oom-killer does not get invoked.  So I am not sure
  what is special about duplicity.  It's an ordinary user-space backup
  utility written in Python; it reads files, encrypts data, and sends it
  out over ssh.  The only thing I can think of is that it runs gpg to do
  the encryption, and I believe gpg will mlock() some memory to keep
  keys secure, but that should be a really small amount.

  Happy to supply more information or test things.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Sun Jan 29 03:37:31 2017
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  UserGroups:
   
  _MarkForUpload: True

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

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


[Kernel-packages] [Bug 1660098] ProcModules.txt

2017-01-28 Thread Nate Eldredge
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1660098/+attachment/4810286/+files/ProcModules.txt

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

Title:
  OOM with lots of free swap

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a vps with 512MB RAM and a 2 GB swapfile, I am experiencing 100%
  reproducible OOM when running duplicity.  duplicity uses a fair amount
  of memory, about 300 MB at the time of OOM, but there should be plenty
  of swap to accommodate it.

  I have attached a syslog excerpt.  Note "Free swap  = 2004684kB".

  If I am reading the log message correctly, "order=2" at the top means
  this was an attempt to allocate 4 pages, i.e. 16KB.  It certainly
  seems that it should be possible to satisfy this by swapping.  I know
  fragmentation is a possible issue but it seems implausible that we
  couldn't find 4 pages together.

  This doesn't seem to happen when running other memory-hogging
  processes.  I wrote a small program that malloc's 1 GB and writes to
  all of it.  It runs fine, even as root.  It is slow because of
  swapping but the oom-killer does not get invoked.  So I am not sure
  what is special about duplicity.  It's an ordinary user-space backup
  utility written in Python; it reads files, encrypts data, and sends it
  out over ssh.  The only thing I can think of is that it runs gpg to do
  the encryption, and I believe gpg will mlock() some memory to keep
  keys secure, but that should be a really small amount.

  Happy to supply more information or test things.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Sun Jan 29 03:37:31 2017
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  UserGroups:
   
  _MarkForUpload: True

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

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


[Kernel-packages] [Bug 1660098] JournalErrors.txt

2017-01-28 Thread Nate Eldredge
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1660098/+attachment/4810283/+files/JournalErrors.txt

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

Title:
  OOM with lots of free swap

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a vps with 512MB RAM and a 2 GB swapfile, I am experiencing 100%
  reproducible OOM when running duplicity.  duplicity uses a fair amount
  of memory, about 300 MB at the time of OOM, but there should be plenty
  of swap to accommodate it.

  I have attached a syslog excerpt.  Note "Free swap  = 2004684kB".

  If I am reading the log message correctly, "order=2" at the top means
  this was an attempt to allocate 4 pages, i.e. 16KB.  It certainly
  seems that it should be possible to satisfy this by swapping.  I know
  fragmentation is a possible issue but it seems implausible that we
  couldn't find 4 pages together.

  This doesn't seem to happen when running other memory-hogging
  processes.  I wrote a small program that malloc's 1 GB and writes to
  all of it.  It runs fine, even as root.  It is slow because of
  swapping but the oom-killer does not get invoked.  So I am not sure
  what is special about duplicity.  It's an ordinary user-space backup
  utility written in Python; it reads files, encrypts data, and sends it
  out over ssh.  The only thing I can think of is that it runs gpg to do
  the encryption, and I believe gpg will mlock() some memory to keep
  keys secure, but that should be a really small amount.

  Happy to supply more information or test things.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Sun Jan 29 03:37:31 2017
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
  UserGroups:
   
  _MarkForUpload: True

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

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


[Kernel-packages] [Bug 1660098] Re: OOM with lots of free swap

2017-01-28 Thread Nate Eldredge
apport information

** Tags added: apport-collected

** Description changed:

  On a vps with 512MB RAM and a 2 GB swapfile, I am experiencing 100%
  reproducible OOM when running duplicity.  duplicity uses a fair amount
  of memory, about 300 MB at the time of OOM, but there should be plenty
  of swap to accommodate it.
  
  I have attached a syslog excerpt.  Note "Free swap  = 2004684kB".
  
  If I am reading the log message correctly, "order=2" at the top means
  this was an attempt to allocate 4 pages, i.e. 16KB.  It certainly seems
  that it should be possible to satisfy this by swapping.  I know
  fragmentation is a possible issue but it seems implausible that we
  couldn't find 4 pages together.
  
  This doesn't seem to happen when running other memory-hogging processes.
  I wrote a small program that malloc's 1 GB and writes to all of it.  It
  runs fine, even as root.  It is slow because of swapping but the oom-
  killer does not get invoked.  So I am not sure what is special about
  duplicity.  It's an ordinary user-space backup utility written in
  Python; it reads files, encrypts data, and sends it out over ssh.  The
  only thing I can think of is that it runs gpg to do the encryption, and
  I believe gpg will mlock() some memory to keep keys secure, but that
  should be a really small amount.
  
  Happy to supply more information or test things.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Sun Jan 29 03:37:31 2017
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
+  crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.20.1-0ubuntu2.5
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
+ IwConfig:
+  lono wireless extensions.
+  
+  eth1  no wireless extensions.
+  
+  eth0  no wireless extensions.
+ Lspci:
+  
+ Lsusb: Error: command ['lsusb'] failed with exit code 1:
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB:
+  
+ ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
+ ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
+ RelatedPackageVersions:
+  linux-restricted-modules-4.4.0-59-generic N/A
+  linux-backports-modules-4.4.0-59-generic  N/A
+  linux-firmware1.157.6
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  xenial
+ Uname: Linux 4.4.0-59-generic x86_64
+ UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)
+ UserGroups:
+  
+ _MarkForUpload: True

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1660098/+attachment/4810281/+files/CRDA.txt

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

Title:
  OOM with lots of free swap

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a vps with 512MB RAM and a 2 GB swapfile, I am experiencing 100%
  reproducible OOM when running duplicity.  duplicity uses a fair amount
  of memory, about 300 MB at the time of OOM, but there should be plenty
  of swap to accommodate it.

  I have attached a syslog excerpt.  Note "Free swap  = 2004684kB".

  If I am reading the 

[Kernel-packages] [Bug 1612895] Re: Display freezes on 2nd+subsequent logins

2017-01-28 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Display freezes on 2nd+subsequent logins

Status in linux package in Ubuntu:
  Expired

Bug description:
  First boot after a fresh install of 16.04 from the 16.04.1 amd64
  desktop ISO, with 'download updates' enabled. This is alongside an
  existing 14.04 installation, which continues to work flawlessly. In
  particular, this issue cannot be reproduced there. (I've installed the
  -lts-xenial kernel package there, so it's version 4.4.0.34.24, but NOT
  the xorg ones.)

  The first login on the new system worked fine. After simply logging
  out and in again, the display freezes just after drawing my user's
  desktop. (This first time, everything was drawn, but on subsequent
  attempts the background was black and the top Unity panel was empty.)
  The mouse cursor is movable, but no button or key presses are
  recognized.

  Eventually, I press Ctrl+Alt+F1. The mouse cursor disappears
  immediately; the display stays frozen and otherwise unchanged. After
  another two minutes or so of waiting, I am finally dumped to the
  virtual tty, which works fine. At this point a couple of kernel stack
  traces appear in dmesg (see below), with timestamps corresponding to
  "just now," i.e. when the vty switch finally occurred.

  Switching back to the X vty via Alt+F7 brings me back to the still-
  frozen display, at which point all I can do is Ctrl+Alt+F1 and wait ~2
  minutes again. Stopping, then starting the lightdm service brings me
  back to a working login screen, but logging in just freezes right back
  again. Finally, rebooting the system allows me to login to a working
  desktop exactly once -- logging out and in again reproduces this
  problem reliably.

  The full dmesg is attached, but the short version is that stack traces
  appear in pairs, summarized by the following lines on the first
  occurrence:

  [  242.116429] WARNING: CPU: 2 PID: 2539 at 
/build/linux-dcxD3m/linux-4.4.0/drivers/gpu/drm/drm_irq.c:1326 
drm_wait_one_vblank+0x1b5/0x1c0 [drm]()
  [  242.116498] CPU: 2 PID: 2539 Comm: Xorg Not tainted 4.4.0-31-generic 
#50-Ubuntu

  and by the following, slightly different ones, on the second and
  beyond:

  [  380.232443] WARNING: CPU: 1 PID: 4173 at 
/build/linux-dcxD3m/linux-4.4.0/drivers/gpu/drm/i915/intel_display.c:3963 
intel_crtc_wait_for_pending_flips+0x1e2/0x240 [i915]()
  [  380.232563] CPU: 1 PID: 4173 Comm: Xorg Tainted: GW   
4.4.0-31-generic #50-Ubuntu

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-31-generic 4.4.0-31.50 [modified: 
boot/vmlinuz-4.4.0-31-generic]
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  who3445 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Aug 12 19:51:28 2016
  HibernationDevice: RESUME=UUID=2065ee3e-d689-4432-a805-4a7822b06d0e
  InstallationDate: Installed on 2016-08-13 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 4236AR5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic 
root=UUID=093a7652-dfb2-4f9e-9ceb-23761b18c8ef ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-31-generic N/A
   linux-backports-modules-4.4.0-31-generic  N/A
   linux-firmware1.157.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/31/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 83ET66WW (1.36 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4236AR5
  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:bvr83ET66WW(1.36):bd10/31/2011:svnLENOVO:pn4236AR5:pvrThinkPadT420:rvnLENOVO:rn4236AR5:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4236AR5
  dmi.product.version: ThinkPad T420
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1644322] Re: I cant use my mousepad in Xiaomi Mi Air

2017-01-28 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  I cant use my mousepad in Xiaomi Mi Air

Status in linux package in Ubuntu:
  Expired

Bug description:
  I am using a distro based on Ubuntu (Linux Deepin). Following the
  steps of the DebuggingTouchpadDetection I found that it's a kernel
  problem (I can use a mouse but not my mousepad). I have tried using
  Fedora Live USB and the mousepad worked there.

  I have attached the debugging info files

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

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


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

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

apport-collect 1660098

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

Title:
  OOM with lots of free swap

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a vps with 512MB RAM and a 2 GB swapfile, I am experiencing 100%
  reproducible OOM when running duplicity.  duplicity uses a fair amount
  of memory, about 300 MB at the time of OOM, but there should be plenty
  of swap to accommodate it.

  I have attached a syslog excerpt.  Note "Free swap  = 2004684kB".

  If I am reading the log message correctly, "order=2" at the top means
  this was an attempt to allocate 4 pages, i.e. 16KB.  It certainly
  seems that it should be possible to satisfy this by swapping.  I know
  fragmentation is a possible issue but it seems implausible that we
  couldn't find 4 pages together.

  This doesn't seem to happen when running other memory-hogging
  processes.  I wrote a small program that malloc's 1 GB and writes to
  all of it.  It runs fine, even as root.  It is slow because of
  swapping but the oom-killer does not get invoked.  So I am not sure
  what is special about duplicity.  It's an ordinary user-space backup
  utility written in Python; it reads files, encrypts data, and sends it
  out over ssh.  The only thing I can think of is that it runs gpg to do
  the encryption, and I believe gpg will mlock() some memory to keep
  keys secure, but that should be a really small amount.

  Happy to supply more information or test things.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Sun Jan 29 03:37:31 2017
  HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)

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

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


[Kernel-packages] [Bug 1660098] [NEW] OOM with lots of free swap

2017-01-28 Thread Nate Eldredge
Public bug reported:

On a vps with 512MB RAM and a 2 GB swapfile, I am experiencing 100%
reproducible OOM when running duplicity.  duplicity uses a fair amount
of memory, about 300 MB at the time of OOM, but there should be plenty
of swap to accommodate it.

I have attached a syslog excerpt.  Note "Free swap  = 2004684kB".

If I am reading the log message correctly, "order=2" at the top means
this was an attempt to allocate 4 pages, i.e. 16KB.  It certainly seems
that it should be possible to satisfy this by swapping.  I know
fragmentation is a possible issue but it seems implausible that we
couldn't find 4 pages together.

This doesn't seem to happen when running other memory-hogging processes.
I wrote a small program that malloc's 1 GB and writes to all of it.  It
runs fine, even as root.  It is slow because of swapping but the oom-
killer does not get invoked.  So I am not sure what is special about
duplicity.  It's an ordinary user-space backup utility written in
Python; it reads files, encrypts data, and sends it out over ssh.  The
only thing I can think of is that it runs gpg to do the encryption, and
I believe gpg will mlock() some memory to keep keys secure, but that
should be a really small amount.

Happy to supply more information or test things.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-59-generic 4.4.0-59.80
ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic x86_64
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
 crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
Date: Sun Jan 29 03:37:31 2017
HibernationDevice: RESUME=UUID=7c1226a1-9254-49c2-b4e6-64d204affd15
IwConfig:
 lono wireless extensions.
 
 eth1  no wireless extensions.
 
 eth0  no wireless extensions.
Lspci:
 
Lsusb: Error: command ['lsusb'] failed with exit code 1:
PciMultimedia:
 
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:
 
ProcKernelCmdLine: root=/dev/xvda1 ro quiet splash console=hvc0
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-59-generic N/A
 linux-backports-modules-4.4.0-59-generic  N/A
 linux-firmware1.157.6
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: Upgraded to xenial on 2016-09-19 (132 days ago)

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


** Tags: amd64 apport-bug xenial

** Attachment added: "syslog excerpt"
   https://bugs.launchpad.net/bugs/1660098/+attachment/4810269/+files/syslog

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

Title:
  OOM with lots of free swap

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a vps with 512MB RAM and a 2 GB swapfile, I am experiencing 100%
  reproducible OOM when running duplicity.  duplicity uses a fair amount
  of memory, about 300 MB at the time of OOM, but there should be plenty
  of swap to accommodate it.

  I have attached a syslog excerpt.  Note "Free swap  = 2004684kB".

  If I am reading the log message correctly, "order=2" at the top means
  this was an attempt to allocate 4 pages, i.e. 16KB.  It certainly
  seems that it should be possible to satisfy this by swapping.  I know
  fragmentation is a possible issue but it seems implausible that we
  couldn't find 4 pages together.

  This doesn't seem to happen when running other memory-hogging
  processes.  I wrote a small program that malloc's 1 GB and writes to
  all of it.  It runs fine, even as root.  It is slow because of
  swapping but the oom-killer does not get invoked.  So I am not sure
  what is special about duplicity.  It's an ordinary user-space backup
  utility written in Python; it reads files, encrypts data, and sends it
  out over ssh.  The only thing I can think of is that it runs gpg to do
  the encryption, and I believe gpg will mlock() some memory to keep
  keys secure, but that should be a really small amount.

  Happy to supply more information or test things.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 21 19:31 seq
   crw-rw 1 root audio 116, 33 Jan 21 19:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 

[Kernel-packages] [Bug 1657907] Re: 555-BCOE Killer 1535 802.11ac 2x2 WiFi/Bluetooth: firmware crashes

2017-01-28 Thread Gerardus
** 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/1657907

Title:
  555-BCOE Killer 1535 802.11ac 2x2 WiFi/Bluetooth: firmware crashes

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Every not too often, my wifi adapter/driver/firmware seems to crash.

  Here is the most recent one, entry in `dmesg`:

  [20634.804968] ath10k_pci :3a:00.0: firmware crashed! (uuid 
a373e5e5-e4a9-4391-b091-f6c7b58f9f73)
  [20634.804985] ath10k_pci :3a:00.0: qca6174 hw3.2 target 0x0503 
chip_id 0x00340aff sub 1a56:1535
  [20634.804989] ath10k_pci :3a:00.0: kconfig debug 0 debugfs 1 tracing 1 
dfs 0 testmode 0
  [20634.805896] ath10k_pci :3a:00.0: firmware ver 
WLAN.RM.2.0-00180-QCARMSWPZ-1 api 4 features wowlan,ignore-otp,no-4addr-pad 
crc32 75dee6c5
  [20634.806401] ath10k_pci :3a:00.0: board_file api 2 bmi_id N/A crc32 
6fc88fe7
  [20634.806415] ath10k_pci :3a:00.0: htt-ver 3.26 wmi-op 4 htt-op 3 cal 
otp max-sta 32 raw 0 hwcrypto 1
  [20634.808476] ath10k_pci :3a:00.0: firmware register dump:
  [20634.808486] ath10k_pci :3a:00.0: [00]: 0x0503 0x15B3 
0x009860FA 0x00955B31
  [20634.808492] ath10k_pci :3a:00.0: [04]: 0x009860FA 0x00060730 
0x0004 0x0040E8A0
  [20634.808497] ath10k_pci :3a:00.0: [08]: 0x00498110 0x00955A00 
0x000B 0x0040
  [20634.808502] ath10k_pci :3a:00.0: [12]: 0x0009 0x 
0x00952CD0 0x00952CE6
  [20634.808507] ath10k_pci :3a:00.0: [16]: 0x00952CC4 0x00910712 
0x 0x0091080D
  [20634.808513] ath10k_pci :3a:00.0: [20]: 0x409860FA 0x0040E7E8 
0x 0x0041E0DC
  [20634.808518] ath10k_pci :3a:00.0: [24]: 0x800B5A1D 0x0040E848 
0x000F 0xC09860FA
  [20634.808523] ath10k_pci :3a:00.0: [28]: 0x809B3230 0x0040E948 
0x0018 0x004313B8
  [20634.808528] ath10k_pci :3a:00.0: [32]: 0x809B2992 0x0040E998 
0x0040E9C0 0x00429548
  [20634.808533] ath10k_pci :3a:00.0: [36]: 0x8091D252 0x0040E9B8 
0x 0x0002
  [20634.808538] ath10k_pci :3a:00.0: [40]: 0x809FF05D 0x0040EA68 
0x0043A380 0x00429C10
  [20634.808543] ath10k_pci :3a:00.0: [44]: 0x809FCFDB 0x0040EA88 
0x0043A380 0x0001
  [20634.808548] ath10k_pci :3a:00.0: [48]: 0x80911210 0x0040EAD8 
0x0010 0x004041D0
  [20634.808553] ath10k_pci :3a:00.0: [52]: 0x80911154 0x0040EB28 
0x0040 0x
  [20634.808558] ath10k_pci :3a:00.0: [56]: 0x8091122D 0x0040EB48 
0x 0x00400600
  [20634.911972] ieee80211 phy0: Hardware restart was requested

  The system does recover, at least partially, but system feels laggy. Might be 
subjective.
  --- 
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ruud   2685 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  HibernationDevice: RESUME=UUID=2f2d2c45-4fef-49ec-932a-8314b15c2f6b
  InstallationDate: Installed on 2016-11-08 (74 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: Dell Inc. XPS 13 9360
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-34-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-34-generic N/A
   linux-backports-modules-4.8.0-34-generic  N/A
   linux-firmware1.161.1
  Tags:  yakkety
  Uname: Linux 4.8.0-34-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 09/13/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.7
  dmi.board.name: 0T3FTF
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.7:bd09/13/2016:svnDellInc.:pnXPS139360:pvr:rvnDellInc.:rn0T3FTF:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9360
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ruud   2685 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  HibernationDevice: RESUME=UUID=2f2d2c45-4fef-49ec-932a-8314b15c2f6b
  InstallationDate: Installed on 2016-11-08 (74 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: Dell Inc. XPS 13 9360
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-34-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
  

[Kernel-packages] [Bug 1657907] Re: 555-BCOE Killer 1535 802.11ac 2x2 WiFi/Bluetooth: firmware crashes

2017-01-28 Thread Gerardus
[ 1373.065220] ath10k_pci :3a:00.0: firmware crashed! (uuid 
acddb2e9-75f5-4d34-a585-9ea43745955a)
[ 1373.065260] ath10k_pci :3a:00.0: qca6174 hw3.2 target 0x0503 chip_id 
0x00340aff sub 1a56:1535
[ 1373.065270] ath10k_pci :3a:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 
0 testmode 0
[ 1373.067262] ath10k_pci :3a:00.0: firmware ver 
WLAN.RM.2.0-00180-QCARMSWPZ-1 api 4 features wowlan,ignore-otp,no-4addr-pad 
crc32 75dee6c5
[ 1373.068193] ath10k_pci :3a:00.0: board_file api 2 bmi_id N/A crc32 
6fc88fe7
[ 1373.068215] ath10k_pci :3a:00.0: htt-ver 3.26 wmi-op 4 htt-op 3 cal otp 
max-sta 32 raw 0 hwcrypto 1
[ 1373.070246] ath10k_pci :3a:00.0: firmware register dump:
[ 1373.070273] ath10k_pci :3a:00.0: [00]: 0x0503 0x15B3 0x009860FA 
0x00955B31
[ 1373.070286] ath10k_pci :3a:00.0: [04]: 0x009860FA 0x00060730 0x0004 
0x0040E8A0
[ 1373.070297] ath10k_pci :3a:00.0: [08]: 0x00498110 0x00955A00 0x000B 
0x0040
[ 1373.070308] ath10k_pci :3a:00.0: [12]: 0x0009 0x 0x00952CD0 
0x00952CE6
[ 1373.070320] ath10k_pci :3a:00.0: [16]: 0x00952CC4 0x00910712 0x 
0x0091080D
[ 1373.070331] ath10k_pci :3a:00.0: [20]: 0x409860FA 0x0040E7E8 0x 
0x0041E0DC
[ 1373.070347] ath10k_pci :3a:00.0: [24]: 0x800B5A1D 0x0040E848 0x000F 
0xC09860FA
[ 1373.070358] ath10k_pci :3a:00.0: [28]: 0x809B3230 0x0040E948 0x0018 
0x004313B8
[ 1373.070368] ath10k_pci :3a:00.0: [32]: 0x809B2992 0x0040E998 0x0040E9C0 
0x00429548
[ 1373.070379] ath10k_pci :3a:00.0: [36]: 0x8091D252 0x0040E9B8 0x 
0x0002
[ 1373.070390] ath10k_pci :3a:00.0: [40]: 0x809FF05D 0x0040EA68 0x0043A380 
0x00429C10
[ 1373.070400] ath10k_pci :3a:00.0: [44]: 0x809FCFDB 0x0040EA88 0x0043A380 
0x0001
[ 1373.070411] ath10k_pci :3a:00.0: [48]: 0x80911210 0x0040EAD8 0x0010 
0x004041D0
[ 1373.070422] ath10k_pci :3a:00.0: [52]: 0x80911154 0x0040EB28 0x0040 
0x
[ 1373.070432] ath10k_pci :3a:00.0: [56]: 0x8091122D 0x0040EB48 0x 
0x00400600
[ 1373.181969] ieee80211 phy0: Hardware restart was requested
[ 1375.509337] ath10k_pci :3a:00.0: failed to set coverage class: expected 
slot time of 9 or 20us in HW register. It is 0us.


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

Title:
  555-BCOE Killer 1535 802.11ac 2x2 WiFi/Bluetooth: firmware crashes

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Every not too often, my wifi adapter/driver/firmware seems to crash.

  Here is the most recent one, entry in `dmesg`:

  [20634.804968] ath10k_pci :3a:00.0: firmware crashed! (uuid 
a373e5e5-e4a9-4391-b091-f6c7b58f9f73)
  [20634.804985] ath10k_pci :3a:00.0: qca6174 hw3.2 target 0x0503 
chip_id 0x00340aff sub 1a56:1535
  [20634.804989] ath10k_pci :3a:00.0: kconfig debug 0 debugfs 1 tracing 1 
dfs 0 testmode 0
  [20634.805896] ath10k_pci :3a:00.0: firmware ver 
WLAN.RM.2.0-00180-QCARMSWPZ-1 api 4 features wowlan,ignore-otp,no-4addr-pad 
crc32 75dee6c5
  [20634.806401] ath10k_pci :3a:00.0: board_file api 2 bmi_id N/A crc32 
6fc88fe7
  [20634.806415] ath10k_pci :3a:00.0: htt-ver 3.26 wmi-op 4 htt-op 3 cal 
otp max-sta 32 raw 0 hwcrypto 1
  [20634.808476] ath10k_pci :3a:00.0: firmware register dump:
  [20634.808486] ath10k_pci :3a:00.0: [00]: 0x0503 0x15B3 
0x009860FA 0x00955B31
  [20634.808492] ath10k_pci :3a:00.0: [04]: 0x009860FA 0x00060730 
0x0004 0x0040E8A0
  [20634.808497] ath10k_pci :3a:00.0: [08]: 0x00498110 0x00955A00 
0x000B 0x0040
  [20634.808502] ath10k_pci :3a:00.0: [12]: 0x0009 0x 
0x00952CD0 0x00952CE6
  [20634.808507] ath10k_pci :3a:00.0: [16]: 0x00952CC4 0x00910712 
0x 0x0091080D
  [20634.808513] ath10k_pci :3a:00.0: [20]: 0x409860FA 0x0040E7E8 
0x 0x0041E0DC
  [20634.808518] ath10k_pci :3a:00.0: [24]: 0x800B5A1D 0x0040E848 
0x000F 0xC09860FA
  [20634.808523] ath10k_pci :3a:00.0: [28]: 0x809B3230 0x0040E948 
0x0018 0x004313B8
  [20634.808528] ath10k_pci :3a:00.0: [32]: 0x809B2992 0x0040E998 
0x0040E9C0 0x00429548
  [20634.808533] ath10k_pci :3a:00.0: [36]: 0x8091D252 0x0040E9B8 
0x 0x0002
  [20634.808538] ath10k_pci :3a:00.0: [40]: 0x809FF05D 0x0040EA68 
0x0043A380 0x00429C10
  [20634.808543] ath10k_pci :3a:00.0: [44]: 0x809FCFDB 0x0040EA88 
0x0043A380 0x0001
  [20634.808548] ath10k_pci :3a:00.0: [48]: 0x80911210 0x0040EAD8 
0x0010 0x004041D0
  [20634.808553] ath10k_pci :3a:00.0: [52]: 0x80911154 0x0040EB28 
0x0040 0x
  [20634.808558] ath10k_pci :3a:00.0: [56]: 0x8091122D 0x0040EB48 
0x 0x00400600
  [20634.911972] ieee80211 phy0: Hardware restart was requested

  The system does recover, at least partially, but 

[Kernel-packages] [Bug 1657907] Re: 555-BCOE Killer 1535 802.11ac 2x2 WiFi/Bluetooth: firmware crashes

2017-01-28 Thread Gerardus
Unfortunately, the new kernel did not bring any improvements.

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

Title:
  555-BCOE Killer 1535 802.11ac 2x2 WiFi/Bluetooth: firmware crashes

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Every not too often, my wifi adapter/driver/firmware seems to crash.

  Here is the most recent one, entry in `dmesg`:

  [20634.804968] ath10k_pci :3a:00.0: firmware crashed! (uuid 
a373e5e5-e4a9-4391-b091-f6c7b58f9f73)
  [20634.804985] ath10k_pci :3a:00.0: qca6174 hw3.2 target 0x0503 
chip_id 0x00340aff sub 1a56:1535
  [20634.804989] ath10k_pci :3a:00.0: kconfig debug 0 debugfs 1 tracing 1 
dfs 0 testmode 0
  [20634.805896] ath10k_pci :3a:00.0: firmware ver 
WLAN.RM.2.0-00180-QCARMSWPZ-1 api 4 features wowlan,ignore-otp,no-4addr-pad 
crc32 75dee6c5
  [20634.806401] ath10k_pci :3a:00.0: board_file api 2 bmi_id N/A crc32 
6fc88fe7
  [20634.806415] ath10k_pci :3a:00.0: htt-ver 3.26 wmi-op 4 htt-op 3 cal 
otp max-sta 32 raw 0 hwcrypto 1
  [20634.808476] ath10k_pci :3a:00.0: firmware register dump:
  [20634.808486] ath10k_pci :3a:00.0: [00]: 0x0503 0x15B3 
0x009860FA 0x00955B31
  [20634.808492] ath10k_pci :3a:00.0: [04]: 0x009860FA 0x00060730 
0x0004 0x0040E8A0
  [20634.808497] ath10k_pci :3a:00.0: [08]: 0x00498110 0x00955A00 
0x000B 0x0040
  [20634.808502] ath10k_pci :3a:00.0: [12]: 0x0009 0x 
0x00952CD0 0x00952CE6
  [20634.808507] ath10k_pci :3a:00.0: [16]: 0x00952CC4 0x00910712 
0x 0x0091080D
  [20634.808513] ath10k_pci :3a:00.0: [20]: 0x409860FA 0x0040E7E8 
0x 0x0041E0DC
  [20634.808518] ath10k_pci :3a:00.0: [24]: 0x800B5A1D 0x0040E848 
0x000F 0xC09860FA
  [20634.808523] ath10k_pci :3a:00.0: [28]: 0x809B3230 0x0040E948 
0x0018 0x004313B8
  [20634.808528] ath10k_pci :3a:00.0: [32]: 0x809B2992 0x0040E998 
0x0040E9C0 0x00429548
  [20634.808533] ath10k_pci :3a:00.0: [36]: 0x8091D252 0x0040E9B8 
0x 0x0002
  [20634.808538] ath10k_pci :3a:00.0: [40]: 0x809FF05D 0x0040EA68 
0x0043A380 0x00429C10
  [20634.808543] ath10k_pci :3a:00.0: [44]: 0x809FCFDB 0x0040EA88 
0x0043A380 0x0001
  [20634.808548] ath10k_pci :3a:00.0: [48]: 0x80911210 0x0040EAD8 
0x0010 0x004041D0
  [20634.808553] ath10k_pci :3a:00.0: [52]: 0x80911154 0x0040EB28 
0x0040 0x
  [20634.808558] ath10k_pci :3a:00.0: [56]: 0x8091122D 0x0040EB48 
0x 0x00400600
  [20634.911972] ieee80211 phy0: Hardware restart was requested

  The system does recover, at least partially, but system feels laggy. Might be 
subjective.
  --- 
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ruud   2685 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  HibernationDevice: RESUME=UUID=2f2d2c45-4fef-49ec-932a-8314b15c2f6b
  InstallationDate: Installed on 2016-11-08 (74 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: Dell Inc. XPS 13 9360
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-34-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-34-generic N/A
   linux-backports-modules-4.8.0-34-generic  N/A
   linux-firmware1.161.1
  Tags:  yakkety
  Uname: Linux 4.8.0-34-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 09/13/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.7
  dmi.board.name: 0T3FTF
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.7:bd09/13/2016:svnDellInc.:pnXPS139360:pvr:rvnDellInc.:rn0T3FTF:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9360
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ruud   2685 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  HibernationDevice: RESUME=UUID=2f2d2c45-4fef-49ec-932a-8314b15c2f6b
  InstallationDate: Installed on 2016-11-08 (74 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: Dell Inc. XPS 13 9360
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-34-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 

[Kernel-packages] [Bug 1558646] Re: Apple Magic Keyboard A1644 fn key does not work

2017-01-28 Thread niedzielski
Same issue on XPS 9560 and MacBookPro11,3 on Ubuntu v16.10, kernel
v4.8.0-34-generic

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

Title:
  Apple Magic Keyboard A1644 fn key does not work

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I recently purchased an Apple Magic Keyboard model #A1644 (the newest
  model).  Sadly, the fn key seems to be completely nonfunctional.  In
  other words, I cannot hold down fn+left arrow and get the equivalent
  of the Home key, etc.  It just ignores the fn key and behaves like a
  left arrow key.

  I am on Ubuntu 14.04.  version_signature output is:

  Ubuntu 3.13.0-37.64-generic 3.13.11.7

  Output from running hidd is:

  04:69:F8:D5:46:48 Magic Keyboard [004c:0267] connected

  FYI,  my function keys (F1-F12) work perfectly fine and are not
  mapping to media keys by default, but I had tried all the suggestions
  on the Ubuntu wiki anyway
  (https://help.ubuntu.com/community/AppleKeyboard, "Change Function Key
  behavior").  Still no go.  I suspect this is a kernel issue, since
  there was a bug report several years ago for back then's latest Apple
  wireless keyboard that had the same issue, and the kernel just needed
  a patch for the new device ID.  But who knows?

  Thanks in advance.

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

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


[Kernel-packages] [Bug 1649326] Re: EFI stub loader broken in kernel 3.13.0-101-generic (& later in 3.13 series)

2017-01-28 Thread Rod Smith
The linux-
image-3.13.0-101-generic_3.13.0-101.148~lp1649326Commitf162bc9_amd64.deb
kernel boots fine.

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

Title:
  EFI stub loader broken in kernel 3.13.0-101-generic (& later in 3.13
  series)

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Confirmed

Bug description:
  The EFI stub loader produces consistent boot errors when booting
  Trusty starting with version 3.13.0-101-generic. This bug can be
  reproduced in many ways (using efibootmgr, an EFI shell, rEFInd,
  etc.). One approach is:

  1) Install an EFI shell on the computer and set it as the default boot
 option using efibootmgr.
  2) Copy the kernel and initrd files from /boot to /boot/efi.
  3) Rename the kernel file to use a .efi filename extension.
  4) Reboot into the EFI shell.
  5) Try to launch the kernel with a command like:
 fs0:\vmlinuz-3.13.0-104-generic.efi ro root=/dev/sda2 
initrd=\initrd.img-3.13.0-104-generic

  The result will be a hung or crashed system. (In VirtualBox, in which
  I've tested this, the VM produces a "guru meditation" and the session
  terminates.)

  I myself have tested only with the 3.13.0-104 kernel; however, reports
  from others indicate that the problem began with the 3.13.0-101
  kernel. See this Kubuntu forum thread for details:

  https://www.kubuntuforums.net/showthread.php?71204-Cannot-load-latest-
  kernels

  Note that early on, this thread focuses on rEFInd; however, the bug
  can be reproduced with other boot managers, including the EFI shell,
  as described in the preceding procedure, so I do not believe this is a
  rEFInd bug. rEFInd relies on the EFI stub loader to boot a Linux
  kernel, and I believe it's this component that's failing. The problem
  does NOT occur when using GRUB to launch the kernel. (GRUB does not
  rely on the EFI stub loader.)

  I have NOT encountered the problem with Xenial and its 4.4.0-series kernels 
(last tested: 4.4.0-53-generic) or Yakkety and its 4.8.0-series kernels (last 
tested: 4.8.0-30-generic). I have not yet tested Trusty with kernels from 
series beyond 3.13.0.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rodsmith   1675 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=561add6d-844e-4428-8378-d92bb112d0fc
  InstallationDate: Installed on 2014-04-27 (960 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-106-generic 
root=UUID=78ff568b-2c22-4b31-9e0c-72703dca4460 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-106.153-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-106-generic N/A
   linux-backports-modules-3.13.0-106-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-106-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Kernel-packages] [Bug 1656605] Re: No server console display after Grub screen until fully booted and pressing Ctrl-Alt-F1/8

2017-01-28 Thread Michael Lueck
... and I was not suppose to be booting from a lower entry than the top
entry for the particular kernel build I am testing, was I? Top has no
suffix text, next one I believe was labeled "Upstart" and third was
"Recovery".

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

Title:
  No server console display after Grub screen until fully booted and
  pressing Ctrl-Alt-F1/8

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  In Progress

Bug description:
  Today I did our first production 14.04 to 16.04 LTS server upgrade. I
  had done so a couple of times successfully on test server machines.
  Upon booting up on the 16.04 system/kernel, after the Grub screen the
  server console screen is completely blank.

  Someone suggested using Ctrl-Alt-F1/8, and indeed pressing those
  hotkeys does toggle through the tty screens.

  There is no boot process logged to the server console screen.

  I did have the last 14.04 kernel yet installed, so selected that one
  from the Grub menu. Booting that 14.04 kernel, then server console
  display behaves normally.

  So I suspected perhaps a bum install of the 16.04 kernel. I used the
  following commands while booted to the 14.04 kernel to reinstall the
  16.04 kernel:

  $ sudo dpkg -P linux-image-4.4.0-59-generic 
linux-image-extra-4.4.0-59-generic linux-image-generic
  $ sudo apt-get install linux-image-generic

  Same results booting the 16.04 kernel after those steps.

  Hardware spec is an Intel Atom D945GCLF2D boxed motherboard with Intel
  Atom 330 Dual-Core processor and 2GB RAM. RAID is 3Ware SATA RAID.

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

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


[Kernel-packages] [Bug 1651602] Re: NVMe driver regression for non-smp/1-cpu systems

2017-01-28 Thread Mathew Hodson
** Changed in: linux (Ubuntu)
   Status: Invalid => Fix Committed

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

** Project changed: curtin => ubuntu-translations

** No longer affects: ubuntu-translations

** Project changed: maas => ubuntu-translations

** No longer affects: ubuntu-translations

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

Title:
  NVMe driver regression for non-smp/1-cpu systems

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Xenial:
  Fix Released

Bug description:
  MAAS Version 2.1.1+bzr5544-0ubuntu1 (16.10.1)
  Deploying Xenial Nodes

  1) Deploy MAAS 2.1.1 on Yakkety
  2) Associate Juju 2.1 beta3
  3) Juju deploy Kubernetes Core

  Nodes begin to deploy but fail

  Installation failed with exception: Unexpected error while running command.
  Command: ['curtin', 'block-meta', 'custom']
  Exit code: 3
  Reason: -
  Stdout: b"no disk with serial 'CVMD434500BN400AGN' found\n"

  Related bugs:
   * bug 1647485: NVMe symlinks broken by devices with spaces in model or 
serial strings
   * bug 1642903: introduce disk/by-id (model_serial) symlinks for NVMe drives

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

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


[Kernel-packages] [Bug 1415880] Re: 14e4:4365 bcmwl-kernel source: fix for null pointer crash

2017-01-28 Thread Mathew Hodson
** Changed in: bcmwl (Ubuntu Trusty)
   Importance: Undecided => High

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

Title:
  14e4:4365 bcmwl-kernel source: fix for null pointer crash

Status in Dell Sputnik:
  Confirmed
Status in bcmwl package in Ubuntu:
  Fix Released
Status in bcmwl source package in Precise:
  Won't Fix
Status in bcmwl source package in Trusty:
  Fix Committed
Status in bcmwl source package in Vivid:
  Won't Fix
Status in bcmwl source package in Wily:
  Fix Released

Bug description:
  [Impact]

   * bcmwl does not compile on new kernels (or HWE kernels)
   * bcmwl suffers from null reference bug 

  [Test Case]

   * public PPA provided to community and feedback
   * based on patch available to other distros
   * comment #42

  [Regression Potential]

   * for changes on kernel support it may not compile (tested with 3.2, 3.13, 
3.18 and 4.2)
   * for the null reference change -> proved to fix problem for community based 
on feedback

  [Other Info]

  Original bug description:

  The bcmwl package as of now misses one patch for a bug that occurs
  with BCM43142 and possibly other broadcom chipsets that will look like
  random disconnects, poor wifi signal and kernel warnings, See also
  #1379524.

  Adding the patch is a fairly simple process:

  * put the patch file in /usr/src/bcmwl-6.30.223.248+bdcom/patches
  * add the following line to  /usr/src/bcmwl-6.30.223.248+bdcom/dkms.conf
  PATCH[7]="0014-null-pointer-crash.patch"
  * run: /usr/lib/dkms/common.postinst bcmwl 6.30.223.248+bdcom 
/usr/share/bcmwl x86_64 $(uname -r)

  This has fixed the issue for me. Edit: I just wanted to add that I did
  not write the patch; I merely downloaded it from a paste that was
  linked from the respective AUR package.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu1 [modified: 
usr/src/bcmwl-6.30.223.248+bdcom/dkms.conf]
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Thu Jan 29 13:15:17 2015
  InstallationDate: Installed on 2015-01-26 (3 days ago)
  InstallationMedia: Lubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  SourcePackage: bcmwl
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1415880/+subscriptions

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


[Kernel-packages] [Bug 1342645] Re: upgrade bcmwl-kernel-source to 6.30.223.248

2017-01-28 Thread Mathew Hodson
** Changed in: bcmwl (Ubuntu Trusty)
   Importance: Undecided => Wishlist

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

Title:
  upgrade bcmwl-kernel-source to 6.30.223.248

Status in bcmwl package in Ubuntu:
  Fix Released
Status in bcmwl source package in Trusty:
  Fix Committed

Bug description:
  The latest version from broadcom is 6.30.223.248
  http://www.broadcom.com/support/802.11/linux_sta.php

  Release notes:
  WHAT'S NEW IN RELEASE 6.30.223.23X
  -
  + Upgraded to Support 3.11 kernels
  + Added cfg80211 wowlan support for Magic Packets and Disconnect

  WHAT'S NEW IN RELEASE 6.30.223.126
  --
  + Upgraded to Support 3.8.x
  + Added 43142 support
  + Added 4352 support
  + Dropped WEXT support

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

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


[Kernel-packages] [Bug 1358966] Re: Broadcom kernel module failed to build [error: macro "alloc_netdev" requires 4 arguments, but only 3 given]

2017-01-28 Thread Mathew Hodson
** Changed in: bcmwl (Ubuntu Trusty)
   Importance: Undecided => Medium

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

Title:
  Broadcom kernel module failed to build [error: macro "alloc_netdev"
  requires 4 arguments, but only 3 given]

Status in bcmwl package in Ubuntu:
  Fix Released
Status in broadcom-sta package in Ubuntu:
  Confirmed
Status in bcmwl source package in Trusty:
  Fix Committed

Bug description:
  bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu1 will not build with
  linux-3.17-rc1 from Ubuntu kernel ppa (Mainline). Tried custom kernel
  as well from kernel archives 3.17-rc1. APPORT ERROR

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu1
  Uname: Linux 3.16.1-custom x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  DKMSKernelVersion: 3.17.0-031700rc1-generic
  Date: Tue Aug 19 19:42:02 2014
  DuplicateSignature: 
dkms:bcmwl-kernel-source:6.30.223.248+bdcom-0ubuntu1:/var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_linux.c:1316:64:
 error: macro "alloc_netdev" requires 4 arguments, but only 3 given
  InstallationDate: Installed on 2014-07-05 (45 days ago)
  InstallationMedia: Ubuntu  "Utopic" - Build amd64 LIVE Binary 20140703-15:52
  PackageVersion: 6.30.223.248+bdcom-0ubuntu1
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu1: bcmwl kernel module 
failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1173761] Re: 14e4:43b1 Broadcom Corporation Device 43b1 (rev 03) - not supported

2017-01-28 Thread Mathew Hodson
** Also affects: hwe-next
   Importance: Undecided
   Status: New

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

Title:
  14e4:43b1 Broadcom Corporation Device 43b1 (rev 03) - not supported

Status in Broadcom Team:
  New
Status in HWE Next:
  New
Status in bcmwl package in Ubuntu:
  Fix Released
Status in broadcom-sta package in Ubuntu:
  Triaged
Status in bcmwl source package in Trusty:
  Fix Committed

Bug description:
  Both during and after installation, 13.04 doesn't support the
  Broadcom-based 802.11ac wifi chipsets.  lspci reports it as "Network
  controller: Broadcom Corporation Device 43b1 (rev 03)".

  WORKAROUND: 6_30_223_95 driver in
  http://people.canonical.com/~ypwong/drivers/broadcom/ , install an old
  version: https://launchpad.net/ubuntu/saucy/amd64/bcmwl-kernel-
  source/6.30.223.30+bdcom-0ubuntu3 (found at
  http://gaspuu.blogspot.no/2014/05/dell-precision-m4800-with-ubuntu-
  linux.html), or simply replace the wifi module with another one with
  better driver support (if laptop has no whitelist for modules).

  ---
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  DistroRelease: Ubuntu 13.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-04-27 (0 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  Tags:  raring
  Uname: Linux 3.9.0-030900rc8-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  ---
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  atrauzzi   2141 F pulseaudio
   /dev/snd/controlC0:  atrauzzi   2141 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  CurrentDmesg: [  176.287266] atl1c :04:00.0: vpd r/w failed.  This is 
likely a firmware bug on this device.  Contact the card vendor for a firmware 
update.
  DistroRelease: Ubuntu 13.04
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=90e84f80-b3fc-4480-b4cd-21d15e3abc6d
  InstallationDate: Installed on 2013-04-27 (0 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: ASUSTeK COMPUTER INC. G75VX
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=b0911040-5a49-4581-9a7a-bac9d830a0ba ro nomodeset quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  StagingDrivers: r8712u
  Tags:  raring staging
  Uname: Linux 3.8.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/23/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: G75VX.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: G75VX
  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.:bvrG75VX.203:bd10/23/2012:svnASUSTeKCOMPUTERINC.:pnG75VX:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnG75VX:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: G75VX
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

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


[Kernel-packages] [Bug 1424676] Re: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu2: bcmwl kernel module failed to build with kernel 4.0 [error: ‘STATION_INFO_TX_BITRATE’ undeclared (first use in this

2017-01-28 Thread Mathew Hodson
** Changed in: bcmwl (Ubuntu Trusty)
   Importance: Undecided => High

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

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

Title:
  bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu2: bcmwl kernel module
  failed to build with kernel 4.0 [error: ‘STATION_INFO_TX_BITRATE’
  undeclared (first use in this function)]

Status in bcmwl package in Ubuntu:
  Fix Released
Status in bcmwl source package in Precise:
  Won't Fix
Status in bcmwl source package in Trusty:
  Fix Committed
Status in bcmwl source package in Vivid:
  Won't Fix

Bug description:
  bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu2: bcmwl kernel module
  failed to build

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  DKMSKernelVersion: 4.0.0-04rc1-generic
  Date: Mon Feb 23 18:14:07 2015
  DuplicateSignature: 
dkms:bcmwl-kernel-source:6.30.223.248+bdcom-0ubuntu2:/var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:1444:20:
 error: ‘STATION_INFO_TX_BITRATE’ undeclared (first use in this function)
  InstallationDate: Installed on 2014-11-22 (93 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141121)
  PackageVersion: 6.30.223.248+bdcom-0ubuntu2
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu2: bcmwl kernel module 
failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1498074] Re: Package is not being installed if you install from a usb pendrive created from disks

2017-01-28 Thread Mathew Hodson
** Changed in: bcmwl (Ubuntu Trusty)
   Importance: Undecided => Critical

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

Title:
  Package is not being installed if you install from a usb pendrive
  created from disks

Status in bcmwl package in Ubuntu:
  Fix Released
Status in bcmwl source package in Trusty:
  Fix Committed

Bug description:
  WORKAROUND:
  The issue here is that the driver is not able to be automatically installed, 
you can however install it manually.

  From the usbkey used to install the system copy the following files to your 
home directory:
  Ubuntu 15.10 amd64/pool/main/d/dkms dkms_2.2.0.3-2ubuntu2_all.deb
  Ubuntu 15.10 amd64/pool/restricted/b/bcmwl 
bcmwl-kernel-source_6.30.223.248+bdcom-0ubuntu6_amd64.deb

  Now open terminal and from the home directory run sudo dpkg -i
  dkms_2.2.0.3-2ubuntu2_all.deb bcmwl-kernel-source_6.30.223.248+bdcom-
  0ubuntu6_amd64.deb

  You should see a message to say networks available from the network-
  indicator and then be able to connect to wifi.

  STEPS:
  Pre-requisite: Laptop with bcmwl supported chipset, intel based macs or dell 
xps for example.

  1. Grab the latest 15.10 daily image from cdimages
  2. Plug a usb pendrive into the system
  3. Open Disks
  4. Format the pendrive
  5. Select restore image to drive
  6. Select the image you just downloaded
  7. Click on okay if the install is happening on the pendrive
  8. Click on okay again to confirm
  9. Add the user password for permission to write to the drive
  10. Insert the written image into the laptop you want to install on
  11. In the uefi menu select the pendrive
  12. Select the live session
  13. Open system settings
  14. Open Software and updates
  15. Tap on the Additional Drivers tab

  EXPECTED:
  I expect to the bcmwl driver available to install

  ACTUAL:
  I see only micro code driver for the cpu (see screenshot)

  Included files:
  Screenshot
  /etc/apt/sources.list

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

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


[Kernel-packages] [Bug 1647036] Re: Client does not ACK auth/assoc responses from Cisco AP3800

2017-01-28 Thread Mathew Hodson
** Changed in: bcmwl (Ubuntu Trusty)
   Importance: Undecided => High

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

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

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

Title:
  Client does not ACK auth/assoc responses from Cisco AP3800

Status in bcmwl package in Ubuntu:
  Fix Released
Status in bcmwl source package in Trusty:
  Fix Committed
Status in bcmwl source package in Xenial:
  Fix Committed
Status in bcmwl source package in Yakkety:
  Fix Committed
Status in bcmwl source package in Zesty:
  Fix Released

Bug description:
  This client does not ACK Assoc Responses from a Cisco 3800.  Traces
  attached.

  - Model:Dell XPS13 9343
  - OS Version:Ubuntu 14.04.5 LTS
  - WNIC:Broadcom BCM4352 rev. 03 driver version 6.30.223.248
  - SSID:user.wifi (WPA2/dot1x )
  - MAC address:c4:8e:8f:f5:4a:7f
  -Cisco AP : 3800 (wave 2)

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

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


[Kernel-packages] [Bug 1656605] Re: No server console display after Grub screen until fully booted and pressing Ctrl-Alt-F1/8

2017-01-28 Thread Michael Lueck
Wowsers... this bug is already present in linux-image-4.4.0-1-generic!

So was linux-image-4.4.0-1-generic the very next version after
v4.4-wily? Or do I need to test some additional versions?

The URL link you posted for the Yakkey(16.10) kernel leads directly to
amd64 specific... this system is running the i386 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/1656605

Title:
  No server console display after Grub screen until fully booted and
  pressing Ctrl-Alt-F1/8

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  In Progress

Bug description:
  Today I did our first production 14.04 to 16.04 LTS server upgrade. I
  had done so a couple of times successfully on test server machines.
  Upon booting up on the 16.04 system/kernel, after the Grub screen the
  server console screen is completely blank.

  Someone suggested using Ctrl-Alt-F1/8, and indeed pressing those
  hotkeys does toggle through the tty screens.

  There is no boot process logged to the server console screen.

  I did have the last 14.04 kernel yet installed, so selected that one
  from the Grub menu. Booting that 14.04 kernel, then server console
  display behaves normally.

  So I suspected perhaps a bum install of the 16.04 kernel. I used the
  following commands while booted to the 14.04 kernel to reinstall the
  16.04 kernel:

  $ sudo dpkg -P linux-image-4.4.0-59-generic 
linux-image-extra-4.4.0-59-generic linux-image-generic
  $ sudo apt-get install linux-image-generic

  Same results booting the 16.04 kernel after those steps.

  Hardware spec is an Intel Atom D945GCLF2D boxed motherboard with Intel
  Atom 330 Dual-Core processor and 2GB RAM. RAID is 3Ware SATA RAID.

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

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


[Kernel-packages] [Bug 1173761] Re: 14e4:43b1 Broadcom Corporation Device 43b1 (rev 03) - not supported

2017-01-28 Thread Mathew Hodson
** No longer affects: linux (Ubuntu)

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

** Project changed: linux => ubuntu-translations

** No longer affects: ubuntu-translations

** Package changed: linux (Fedora) => ubuntu-translations

** Changed in: ubuntu-translations
   Importance: Unknown => Undecided

** Changed in: ubuntu-translations
   Status: Unknown => New

** Changed in: ubuntu-translations
 Remote watch: Red Hat Bugzilla #1027651 => None

** No longer affects: ubuntu-translations

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

Title:
  14e4:43b1 Broadcom Corporation Device 43b1 (rev 03) - not supported

Status in Broadcom Team:
  New
Status in bcmwl package in Ubuntu:
  Fix Released
Status in broadcom-sta package in Ubuntu:
  Triaged
Status in bcmwl source package in Trusty:
  Fix Committed

Bug description:
  Both during and after installation, 13.04 doesn't support the
  Broadcom-based 802.11ac wifi chipsets.  lspci reports it as "Network
  controller: Broadcom Corporation Device 43b1 (rev 03)".

  WORKAROUND: 6_30_223_95 driver in
  http://people.canonical.com/~ypwong/drivers/broadcom/ , install an old
  version: https://launchpad.net/ubuntu/saucy/amd64/bcmwl-kernel-
  source/6.30.223.30+bdcom-0ubuntu3 (found at
  http://gaspuu.blogspot.no/2014/05/dell-precision-m4800-with-ubuntu-
  linux.html), or simply replace the wifi module with another one with
  better driver support (if laptop has no whitelist for modules).

  ---
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  DistroRelease: Ubuntu 13.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-04-27 (0 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  Tags:  raring
  Uname: Linux 3.9.0-030900rc8-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  ---
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  atrauzzi   2141 F pulseaudio
   /dev/snd/controlC0:  atrauzzi   2141 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  CurrentDmesg: [  176.287266] atl1c :04:00.0: vpd r/w failed.  This is 
likely a firmware bug on this device.  Contact the card vendor for a firmware 
update.
  DistroRelease: Ubuntu 13.04
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=90e84f80-b3fc-4480-b4cd-21d15e3abc6d
  InstallationDate: Installed on 2013-04-27 (0 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: ASUSTeK COMPUTER INC. G75VX
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=b0911040-5a49-4581-9a7a-bac9d830a0ba ro nomodeset quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  StagingDrivers: r8712u
  Tags:  raring staging
  Uname: Linux 3.8.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/23/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: G75VX.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: G75VX
  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.:bvrG75VX.203:bd10/23/2012:svnASUSTeKCOMPUTERINC.:pnG75VX:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnG75VX:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: G75VX
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

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


[Kernel-packages] [Bug 1656259] Re: Linux ZFS port doesn't respect RLIMIT_FSIZE

2017-01-28 Thread Bug Watch Updater
** Changed in: linux
   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/1656259

Title:
  Linux ZFS port doesn't respect RLIMIT_FSIZE

Status in Linux:
  Fix Released
Status in linux package in Ubuntu:
  In Progress

Bug description:
bash -c 'ulimit -f 1024; yes | head -n2097152'
  >/path/on/filesystem/under/test

  On ext4, this test case prints something along the lines of:

bash: line 1: 11274 Broken pipe yes
 11275 File size limit exceeded(core dumped) | head -n2097152

  On ZFS, this test case incorrectly exits zero with no output,
  demonstrating that ZFS does not respect RLIMIT_FSIZE.

  I asked a friend to run this on Solaris 5.10 and FreeBSD 10.0-CURRENT,
  and on those systems this test case correctly generates SIGXFSZ; so it
  seems that this is a bug in the Linux port of ZFS.

  (This was discovered while tracking down Launchpad test suite failures
  under LXD on ZFS.  Launchpad uses RLIMIT_FSIZE in one place to guard
  against bugs that cause debdiff to generate arbitrarily large amounts
  of output and fill the disk.)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-57-generic 4.4.0-57.78
  ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35
  Uname: Linux 4.4.0-57-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jan 13 10:01:36 2017
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=139ad421-b014-4c34-ae8c-dd1d15205875
  InstallationDate: Installed on 2013-03-01 (1413 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130223.1)
  MachineType: LENOVO 20BXCTO1WW
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-57-generic.efi.signed 
root=UUID=12c52021-a1ab-4984-9dd7-63cf0dcaac16 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-57-generic N/A
   linux-backports-modules-4.4.0-57-generic  N/A
   linux-firmware1.157.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/21/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET49WW (1.14 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BXCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50512 STD
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET49WW(1.14):bd05/21/2015:svnLENOVO:pn20BXCTO1WW:pvrThinkPadT450s:rvnLENOVO:rn20BXCTO1WW:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BXCTO1WW
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1659381] Re: linux: 4.8.0-37.39 -proposed tracker

2017-01-28 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

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

Title:
  linux: 4.8.0-37.39 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.8.0-37.39 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


[Kernel-packages] [Bug 1618550] Re: [HP 15-r085no Notebook PC (ENERGY STAR)] Suspend/resume freezes

2017-01-28 Thread Arto Makkonen
Still there, 4.10-rc5

** Tags removed: kernel-bug-exists-upstream-4.9-rc8
** Tags added: kernel-bug-exists-upstream-4.10-rc5

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

Title:
  [HP 15-r085no Notebook PC (ENERGY STAR)] Suspend/resume freezes

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  My HP notebook won't wake from suspend with 16.04 LTS, waited for the
  latest 4.4.0-36 kernel update before reporting this bug. Computer goes
  to suspend, but attempts to wake it up just start the fan (and HDD)
  while the display remains black.

  Also tested this with the mainline upstream kernel
  4.8.0-040800rc3-generic. With this version there was different
  behaviour but still a bug: the display woke up but Ubuntu was very
  unstable, did not connect to Wifi and the GUI froze very soon after
  resume.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-36-generic 4.4.0-36.55
  ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
  Uname: Linux 4.4.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  arto   3449 F pulseaudio
   /dev/snd/controlC1:  arto   3449 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Aug 30 19:42:38 2016
  HibernationDevice: RESUME=UUID=8b70a4a1-df29-4f51-9b65-c2a17b4361a2
  InstallationDate: Installed on 2015-09-18 (347 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic.efi.signed 
root=UUID=c1e1c032-887a-44c8-b4d2-0850b57082e8 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-36-generic N/A
   linux-backports-modules-4.4.0-36-generic  N/A
   linux-firmware1.157.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-08-15 (15 days ago)
  dmi.bios.date: 05/21/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.18
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2212
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 86.28
  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.18:bd05/21/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr097610405F0620180:rvnHewlett-Packard:rn2212:rvr86.28:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 097610405F0620180
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1642044] onibi (i386) - tests ran: 19, failed: 0

2017-01-28 Thread Brad Figg
tests ran:  19, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-35.37~16.04.1-generic/onibi__4.8.0-35.37~16.04.1__2017-01-28_12-41-00/results-index.html

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

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.9.0-6.7 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


[Kernel-packages] [Bug 1642044] onza (i386) - tests ran: 19, failed: 0

2017-01-28 Thread Brad Figg
tests ran:  19, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-35.37~16.04.1-generic/onza__4.8.0-35.37~16.04.1__2017-01-28_12-36-00/results-index.html

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

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.9.0-6.7 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


[Kernel-packages] [Bug 1642044] modoc (ppc64el) - tests ran: 64, failed: 0

2017-01-28 Thread Brad Figg
tests ran:  64, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-35.37~16.04.1-generic/modoc__4.8.0-35.37~16.04.1__2017-01-28_13-08-00/results-index.html

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

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.9.0-6.7 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


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

2017-01-28 Thread Marcelo
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1660027/+attachment/4810044/+files/IwConfig.txt

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
  InstallationDate: Installed on 2017-01-22 (5 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
   Bus 001 Device 006: ID 062a:363e Creative Labs 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-574
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/27/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Zoro_SL
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd11/27/2015:svnAcer:pnAspireE5-574:pvrV1.10:rvnAcer:rnZoro_SL:rvrV1.10:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-574
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1660027] ProcInterrupts.txt

2017-01-28 Thread Marcelo
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1660027/+attachment/4810049/+files/ProcInterrupts.txt

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
  InstallationDate: Installed on 2017-01-22 (5 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
   Bus 001 Device 006: ID 062a:363e Creative Labs 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-574
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/27/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Zoro_SL
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd11/27/2015:svnAcer:pnAspireE5-574:pvrV1.10:rvnAcer:rnZoro_SL:rvrV1.10:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-574
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1660027] ProcEnviron.txt

2017-01-28 Thread Marcelo
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1660027/+attachment/4810048/+files/ProcEnviron.txt

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
  InstallationDate: Installed on 2017-01-22 (5 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
   Bus 001 Device 006: ID 062a:363e Creative Labs 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-574
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/27/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Zoro_SL
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd11/27/2015:svnAcer:pnAspireE5-574:pvrV1.10:rvnAcer:rnZoro_SL:rvrV1.10:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-574
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1660027] PulseList.txt

2017-01-28 Thread Marcelo
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1660027/+attachment/4810051/+files/PulseList.txt

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
  InstallationDate: Installed on 2017-01-22 (5 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
   Bus 001 Device 006: ID 062a:363e Creative Labs 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-574
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/27/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Zoro_SL
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd11/27/2015:svnAcer:pnAspireE5-574:pvrV1.10:rvnAcer:rnZoro_SL:rvrV1.10:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-574
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1660027] Lspci.txt

2017-01-28 Thread Marcelo
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1660027/+attachment/4810046/+files/Lspci.txt

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
  InstallationDate: Installed on 2017-01-22 (5 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
   Bus 001 Device 006: ID 062a:363e Creative Labs 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-574
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/27/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Zoro_SL
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd11/27/2015:svnAcer:pnAspireE5-574:pvrV1.10:rvnAcer:rnZoro_SL:rvrV1.10:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-574
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1660027] ProcModules.txt

2017-01-28 Thread Marcelo
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1660027/+attachment/4810050/+files/ProcModules.txt

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
  InstallationDate: Installed on 2017-01-22 (5 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
   Bus 001 Device 006: ID 062a:363e Creative Labs 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-574
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/27/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Zoro_SL
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd11/27/2015:svnAcer:pnAspireE5-574:pvrV1.10:rvnAcer:rnZoro_SL:rvrV1.10:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-574
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1660027] JournalErrors.txt

2017-01-28 Thread Marcelo
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1660027/+attachment/4810045/+files/JournalErrors.txt

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
  InstallationDate: Installed on 2017-01-22 (5 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
   Bus 001 Device 006: ID 062a:363e Creative Labs 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-574
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/27/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Zoro_SL
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd11/27/2015:svnAcer:pnAspireE5-574:pvrV1.10:rvnAcer:rnZoro_SL:rvrV1.10:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-574
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1660027] ProcCpuinfo.txt

2017-01-28 Thread Marcelo
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1660027/+attachment/4810047/+files/ProcCpuinfo.txt

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
  InstallationDate: Installed on 2017-01-22 (5 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
   Bus 001 Device 006: ID 062a:363e Creative Labs 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-574
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/27/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Zoro_SL
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd11/27/2015:svnAcer:pnAspireE5-574:pvrV1.10:rvnAcer:rnZoro_SL:rvrV1.10:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-574
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1660027] WifiSyslog.txt

2017-01-28 Thread Marcelo
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1660027/+attachment/4810054/+files/WifiSyslog.txt

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

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
  InstallationDate: Installed on 2017-01-22 (5 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
   Bus 001 Device 006: ID 062a:363e Creative Labs 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-574
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/27/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Zoro_SL
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd11/27/2015:svnAcer:pnAspireE5-574:pvrV1.10:rvnAcer:rnZoro_SL:rvrV1.10:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-574
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1660027] CurrentDmesg.txt

2017-01-28 Thread Marcelo
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1660027/+attachment/4810043/+files/CurrentDmesg.txt

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
  InstallationDate: Installed on 2017-01-22 (5 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
   Bus 001 Device 006: ID 062a:363e Creative Labs 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-574
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/27/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Zoro_SL
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd11/27/2015:svnAcer:pnAspireE5-574:pvrV1.10:rvnAcer:rnZoro_SL:rvrV1.10:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-574
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1660027] CRDA.txt

2017-01-28 Thread Marcelo
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1660027/+attachment/4810042/+files/CRDA.txt

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
  InstallationDate: Installed on 2017-01-22 (5 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
   Bus 001 Device 006: ID 062a:363e Creative Labs 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-574
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/27/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Zoro_SL
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd11/27/2015:svnAcer:pnAspireE5-574:pvrV1.10:rvnAcer:rnZoro_SL:rvrV1.10:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-574
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1660027] RfKill.txt

2017-01-28 Thread Marcelo
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1660027/+attachment/4810052/+files/RfKill.txt

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
  InstallationDate: Installed on 2017-01-22 (5 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
   Bus 001 Device 006: ID 062a:363e Creative Labs 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-574
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/27/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Zoro_SL
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd11/27/2015:svnAcer:pnAspireE5-574:pvrV1.10:rvnAcer:rnZoro_SL:rvrV1.10:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-574
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1660027] UdevDb.txt

2017-01-28 Thread Marcelo
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1660027/+attachment/4810053/+files/UdevDb.txt

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
  InstallationDate: Installed on 2017-01-22 (5 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
   Bus 001 Device 006: ID 062a:363e Creative Labs 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-574
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/27/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Zoro_SL
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd11/27/2015:svnAcer:pnAspireE5-574:pvrV1.10:rvnAcer:rnZoro_SL:rvrV1.10:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-574
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1660027] Re: Kernel Problem: Incorrectly detected the touchpad in Acer Aspire E5-574

2017-01-28 Thread Marcelo
apport information

** Tags added: apport-collected xenial

** Description changed:

  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.
  
  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo
  
  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"
  
  I checked by connecting an external mouse to see if that works or not.
  And it worked.
  
  So I followed the step 2: If yes, execute at a terminal:
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.5
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
+ InstallationDate: Installed on 2017-01-22 (5 days ago)
+ InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
+  Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
+  Bus 001 Device 006: ID 062a:363e Creative Labs 
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: Acer Aspire E5-574
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
+ RelatedPackageVersions:
+  linux-restricted-modules-4.4.0-59-generic N/A
+  linux-backports-modules-4.4.0-59-generic  N/A
+  linux-firmware1.157.6
+ Tags:  xenial
+ Uname: Linux 4.4.0-59-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 11/27/2015
+ dmi.bios.vendor: Insyde Corp.
+ dmi.bios.version: V1.10
+ dmi.board.asset.tag: Type2 - Board Asset Tag
+ dmi.board.name: Zoro_SL
+ dmi.board.vendor: Acer
+ dmi.board.version: V1.10
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Chassis Manufacturer
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd11/27/2015:svnAcer:pnAspireE5-574:pvrV1.10:rvnAcer:rnZoro_SL:rvrV1.10:cvnChassisManufacturer:ct10:cvrChassisVersion:
+ dmi.product.name: Aspire E5-574
+ dmi.product.version: V1.10
+ dmi.sys.vendor: Acer

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1660027/+attachment/4810041/+files/AlsaInfo.txt

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marceloimg93   1955 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=090ef119-2cc9-4437-8d56-9109538b6799
  InstallationDate: Installed on 2017-01-22 (5 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 003: ID 04f2:b520 Chicony Electronics Co., Ltd 
   Bus 001 Device 006: ID 062a:363e Creative Labs 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire E5-574
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic 
root=UUID=4d601ad2-59cb-4f63-ae44-01e4a798e04a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/27/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board 

[Kernel-packages] [Bug 1642044] modoc (ppc64el) - tests ran: 2, failed: 0

2017-01-28 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-35.37~16.04.1-generic/modoc__4.8.0-35.37~16.04.1__2017-01-28_12-29-00/results-index.html

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

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.9.0-6.7 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


[Kernel-packages] [Bug 1659381] Re: linux: 4.8.0-37.39 -proposed tracker

2017-01-28 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing
   Status: New => Confirmed

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

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

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

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

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

** Changed in: kernel-sru-workflow/automated-testing
   Status: Confirmed => Incomplete

** Description changed:

  This bug is for tracking the 4.8.0-37.39 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
  
  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Uploaded
+ kernel-stable-phase-changed:Saturday, 28. January 2017 12:18 UTC
+ kernel-stable-phase:Promoted to proposed

** Description changed:

  This bug is for tracking the 4.8.0-37.39 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
  
  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
- phase: Uploaded
- kernel-stable-phase-changed:Saturday, 28. January 2017 12:18 UTC
- kernel-stable-phase:Promoted to proposed
+ phase: Promoted to proposed
+ proposed-announcement-sent: true
+ proposed-testing-requested: true

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

Title:
  linux: 4.8.0-37.39 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.8.0-37.39 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

-- 
Mailing list: https://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 1625381] Re: Crash on Ubuntu 14.04.5 LTS linux kernel 4.4.0-21-generic #37~14.04.1-Ubuntu

2017-01-28 Thread Abalan
Please, do not send me bugs , I cannot unsubscrible


On 28/01/2017 05:17, Launchpad Bug Tracker wrote:
> [Expired for linux (Ubuntu) because there has been no activity for 60
> days.]
>
> ** Changed in: linux (Ubuntu)
> Status: Incomplete => Expired
>

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

Title:
  Crash on Ubuntu 14.04.5 LTS linux kernel 4.4.0-21-generic
  #37~14.04.1-Ubuntu

Status in linux package in Ubuntu:
  Expired

Bug description:
  On Ubuntu 14.04.5 LTS linux kernel 4.4.0-21-generic #37~14.04.1-Ubuntu
  there is a crash that randomly happens.

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

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


[Kernel-packages] [Bug 1642044] onza (amd64) - tests ran: 19, failed: 0

2017-01-28 Thread Brad Figg
tests ran:  19, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-35.37~16.04.1-generic/onza__4.8.0-35.37~16.04.1__2017-01-28_11-12-00/results-index.html

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

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.9.0-6.7 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


[Kernel-packages] [Bug 1642044] onibi (amd64) - tests ran: 19, failed: 0

2017-01-28 Thread Brad Figg
tests ran:  19, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-35.37~16.04.1-generic/onibi__4.8.0-35.37~16.04.1__2017-01-28_11-00-00/results-index.html

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

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.9.0-6.7 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


[Kernel-packages] [Bug 1642044] modoc (ppc64el) - tests ran: 141, failed: 0

2017-01-28 Thread Brad Figg
tests ran: 141, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-35.37~16.04.1-generic/modoc__4.8.0-35.37~16.04.1__2017-01-28_11-23-00/results-index.html

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

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.9.0-6.7 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


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

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

apport-collect 1660027

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

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:

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

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


[Kernel-packages] [Bug 1660027] [NEW] Kernel Problem: Incorrectly detected the touchpad in Acer Aspire E5-574

2017-01-28 Thread Marcelo
Public bug reported:

I have a Acer Aspire E5-574-592s and my touchpad is not working with
Ubuntu 16.04.

I followed this procedure:
https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

Section: "In case your Touchpad doesn't work at all (No response from
the Touchpad)"

I checked by connecting an external mouse to see if that works or not.
And it worked.

So I followed the step 2: If yes, execute at a terminal:

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

** Attachment added: "dmesg"
   
https://bugs.launchpad.net/bugs/1660027/+attachment/4810033/+files/touchpad-acer-aspire-bug-report-files.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/1660027

Title:
  Kernel Problem: Incorrectly detected the touchpad in Acer Aspire
  E5-574

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have a Acer Aspire E5-574-592s and my touchpad is not working with
  Ubuntu 16.04.

  I followed this procedure:
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo

  Section: "In case your Touchpad doesn't work at all (No response from
  the Touchpad)"

  I checked by connecting an external mouse to see if that works or not.
  And it worked.

  So I followed the step 2: If yes, execute at a terminal:

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

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


[Kernel-packages] [Bug 1659340] Re: Linux kernel 4.8 hangs at boot up

2017-01-28 Thread lotek
4.8.0-040800rc7-generic #201701271606 passed

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

Title:
  Linux kernel 4.8 hangs at boot up

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Trusty:
  In Progress
Status in linux source package in Yakkety:
  In Progress
Status in linux source package in Zesty:
  In Progress

Bug description:
  I've got an Acer Aspire V5-551G with a 64-bit AMD processor with dual boot,
  Windows 10 and Ubuntu 16.10.

  Ubuntu can be started and runs without problems with Linux kernel 4.4.0-45.
  When I try to start with any of the 4.8.0 kernels delivered with regular
  Ubuntu updates, they all hang after printing

Läser in Linux 4.8.0-34-generic ...
Läser in initial ramdisk ...

  Sorry for the partly Swedish text. I guess that the lines would start with
  "Loading" instead of "Läser in" on an English version.

  The behaviour is the same with all 4.8.0 versions up to the latest 4.8.0-34
  and with -generic, -generic (upstart) and -generic (recovery mode).

  After a while the fan runs at full speed, as if the processor is working
  hard, but nothing happens.

  After I've tried in vain to start with Linux 4.8.0-xx, and then starts
  with 4.4.0-45, the following errors are usually printed:

  [  2.511733] usb 4-3: string descriptor 0 read error: -22
  [  3.841872] [drm:radeon_scpi_init [radeon]] *ERROR* Cannot find backlight 
controller
  /dev/sda7: clean, 807007/9363456 files, 7364300/37423360 blocks
  [ 21.335117] usb 4-3: string descriptor 0 read error: -22

  When a successful start has not been immediately preceded by a failed start,
  only the line beginning "/dev/sda7" is printed.

  I have previously commented on bug #1635447. As recommended there, I've
  also tested with the upstream kernel 4.10-rc3. It worked just as bad as
  4.8.0.

  I tried to report this bug with 'ubuntu-bug linux' after I had booted with
  the 4.4.0-45 kernel, but I couldn't. It said that linux-image-4.4.0-45-
  generic is not an official Ubuntu package.
  --- 
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  kjell  2022 F pulseaudio
   /dev/snd/controlC1:  kjell  2022 F pulseaudio
   /dev/snd/controlC0:  kjell  2022 F pulseaudio
  CurrentDesktop: GNOME-Flashback:Unity
  DistroRelease: Ubuntu 16.10
  HibernationDevice: RESUME=UUID=d42f8b71-8244-45d9-a814-ca7b9fb474bb
  InstallationDate: Installed on 2013-09-25 (1218 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: Acer Aspire V5-551G
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-45-generic.efi.signed 
root=UUID=b953dea5-2c7a-4d65-9b8e-446b111ccce8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-45-generic N/A
   linux-backports-modules-4.4.0-45-generic  N/A
   linux-firmware1.161.1
  Tags:  yakkety
  Uname: Linux 4.4.0-45-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-10-26 (91 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/11/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Havok
  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.14:bd03/11/2013:svnAcer:pnAspireV5-551G:pvrV2.14:rvnAcer:rnHavok:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-551G
  dmi.product.version: V2.14
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1642044] modoc (ppc64el) - tests ran: 16, failed: 2

2017-01-28 Thread Brad Figg
tests ran:  16, failed: 2;
  
http://kernel.ubuntu.com/testing/4.8.0-35.37~16.04.1-generic/modoc__4.8.0-35.37~16.04.1__2017-01-28_10-24-00/results-index.html

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

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.9.0-6.7 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


[Kernel-packages] [Bug 1642044] onza (i386) - tests ran: 23, failed: 1

2017-01-28 Thread Brad Figg
tests ran:  23, failed: 1;
  
http://kernel.ubuntu.com/testing/4.8.0-35.37~16.04.1-generic/onza__4.8.0-35.37~16.04.1__2017-01-28_09-23-00/results-index.html

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

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.9.0-6.7 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


[Kernel-packages] [Bug 1642044] onibi (i386) - tests ran: 20, failed: 0

2017-01-28 Thread Brad Figg
tests ran:  20, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-35.37~16.04.1-generic/onibi__4.8.0-35.37~16.04.1__2017-01-28_09-05-00/results-index.html

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

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.9.0-6.7 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


[Kernel-packages] [Bug 1642044] modoc (ppc64el) - tests ran: 36, failed: 4

2017-01-28 Thread Brad Figg
tests ran:  36, failed: 4;
  
http://kernel.ubuntu.com/testing/4.8.0-35.37~16.04.1-generic/modoc__4.8.0-35.37~16.04.1__2017-01-28_08-32-00/results-index.html

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

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.9.0-6.7 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


[Kernel-packages] [Bug 1642044] onza (amd64) - tests ran: 36, failed: 0

2017-01-28 Thread Brad Figg
tests ran:  36, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-35.37~16.04.1-generic/onza__4.8.0-35.37~16.04.1__2017-01-28_07-35-00/results-index.html

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

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.9.0-6.7 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


[Kernel-packages] [Bug 1659340] Re: Linux kernel 4.8 hangs at boot up

2017-01-28 Thread kjellahl
v4.8-rc7-201701271606 passed (i.e. no bug in this version)

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

Title:
  Linux kernel 4.8 hangs at boot up

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Trusty:
  In Progress
Status in linux source package in Yakkety:
  In Progress
Status in linux source package in Zesty:
  In Progress

Bug description:
  I've got an Acer Aspire V5-551G with a 64-bit AMD processor with dual boot,
  Windows 10 and Ubuntu 16.10.

  Ubuntu can be started and runs without problems with Linux kernel 4.4.0-45.
  When I try to start with any of the 4.8.0 kernels delivered with regular
  Ubuntu updates, they all hang after printing

Läser in Linux 4.8.0-34-generic ...
Läser in initial ramdisk ...

  Sorry for the partly Swedish text. I guess that the lines would start with
  "Loading" instead of "Läser in" on an English version.

  The behaviour is the same with all 4.8.0 versions up to the latest 4.8.0-34
  and with -generic, -generic (upstart) and -generic (recovery mode).

  After a while the fan runs at full speed, as if the processor is working
  hard, but nothing happens.

  After I've tried in vain to start with Linux 4.8.0-xx, and then starts
  with 4.4.0-45, the following errors are usually printed:

  [  2.511733] usb 4-3: string descriptor 0 read error: -22
  [  3.841872] [drm:radeon_scpi_init [radeon]] *ERROR* Cannot find backlight 
controller
  /dev/sda7: clean, 807007/9363456 files, 7364300/37423360 blocks
  [ 21.335117] usb 4-3: string descriptor 0 read error: -22

  When a successful start has not been immediately preceded by a failed start,
  only the line beginning "/dev/sda7" is printed.

  I have previously commented on bug #1635447. As recommended there, I've
  also tested with the upstream kernel 4.10-rc3. It worked just as bad as
  4.8.0.

  I tried to report this bug with 'ubuntu-bug linux' after I had booted with
  the 4.4.0-45 kernel, but I couldn't. It said that linux-image-4.4.0-45-
  generic is not an official Ubuntu package.
  --- 
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  kjell  2022 F pulseaudio
   /dev/snd/controlC1:  kjell  2022 F pulseaudio
   /dev/snd/controlC0:  kjell  2022 F pulseaudio
  CurrentDesktop: GNOME-Flashback:Unity
  DistroRelease: Ubuntu 16.10
  HibernationDevice: RESUME=UUID=d42f8b71-8244-45d9-a814-ca7b9fb474bb
  InstallationDate: Installed on 2013-09-25 (1218 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: Acer Aspire V5-551G
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-45-generic.efi.signed 
root=UUID=b953dea5-2c7a-4d65-9b8e-446b111ccce8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-45-generic N/A
   linux-backports-modules-4.4.0-45-generic  N/A
   linux-firmware1.161.1
  Tags:  yakkety
  Uname: Linux 4.4.0-45-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-10-26 (91 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/11/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Havok
  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.14:bd03/11/2013:svnAcer:pnAspireV5-551G:pvrV2.14:rvnAcer:rnHavok:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-551G
  dmi.product.version: V2.14
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1642044] onibi (amd64) - tests ran: 33, failed: 0

2017-01-28 Thread Brad Figg
tests ran:  33, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-35.37~16.04.1-generic/onibi__4.8.0-35.37~16.04.1__2017-01-28_07-08-00/results-index.html

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

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.9.0-6.7 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


[Kernel-packages] [Bug 1659381] Re: linux: 4.8.0-37.39 -proposed tracker

2017-01-28 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => 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/1659381

Title:
  linux: 4.8.0-37.39 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
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 Committed
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:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Yakkety:
  New

Bug description:
  This bug is for tracking the 4.8.0-37.39 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Uploaded

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

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


[Kernel-packages] [Bug 1659381] Re: linux: 4.8.0-37.39 -proposed tracker

2017-01-28 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Fix Committed => In Progress

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: In Progress => 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/1659381

Title:
  linux: 4.8.0-37.39 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
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 Committed
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:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Yakkety:
  New

Bug description:
  This bug is for tracking the 4.8.0-37.39 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Uploaded

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

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


[Kernel-packages] [Bug 1642044] modoc (ppc64el) - tests ran: 8, failed: 1

2017-01-28 Thread Brad Figg
tests ran:   8, failed: 1;
  
http://kernel.ubuntu.com/testing/4.8.0-35.37~16.04.1-generic/modoc__4.8.0-35.37~16.04.1__2017-01-28_07-22-00/results-index.html

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

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.9.0-6.7 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

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


[Kernel-packages] [Bug 1659381] Re: linux: 4.8.0-37.39 -proposed tracker

2017-01-28 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => Fix Committed

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Andy 
Whitcroft (apw)

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

Title:
  linux: 4.8.0-37.39 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
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:
  Confirmed
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:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Yakkety:
  New

Bug description:
  This bug is for tracking the 4.8.0-37.39 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

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Uploaded

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

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