[Kernel-packages] [Bug 2057960] Re: Problems on Fibre Channel over Ethernet on Ubuntu 22.04.4

2024-04-24 Thread Anderson Soares Ferreira
Hello Kleber,

I've installed the last kernel update (5.15.0-106.116) and it's solved the 
problem.
Now FCoE interfaces are correctly detected and the system got storage disks 
access back.

Regards,

Anderson

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

Title:
  Problems on Fibre Channel over Ethernet on Ubuntu 22.04.4

Status in linux package in Ubuntu:
  New

Bug description:
  Since I've upgraded my server's to Ubuntu 22.04.4  I'm facing problems to 
make my fcoe setup to work correctly.
  Firstly, some context. We have a HPE Synergy appliance with a bunch of 
Synergy 480 Gen10 servers still running Ubuntu 20.04. 
  Each 480 server has 4 QLogic BCM57840 NetXtreme II Ethernet Multi Function 
network adapters with two of them dedicated to storage communication through 
FCoE.

  Recently, I've upgraded one of them to Ubuntu 22.04 and realized that after 
the upgrade, all the Fibre Channel LUNs have disappeared. During the diagnostic 
process I noticed that both network (bnx2x) and fcoe (fcoe, bnx2fc) kernel 
drivers have been loaded properly, FCoE vlans were correctly detected by 
fcoe-utils, but there was no connection between the server and the storage and 
the server could not detect any LUN.
  I also noticed that fcoeadm was reporting the following status:

  # fcoeadm -i
  Description:  BCM57840 NetXtreme II Ethernet Multi Function
  Revision: 11
  Manufacturer: Broadcom Inc. and subsidiaries
  Serial Number:9440C953B7F0

  Driver:   bnx2x Unknown
  Number of Ports:  1

  Symbolic Name: bnx2fc (QLogic BCM57840) v2.12.13 over 
ens3f2.4093-fco
  OS Device Name:host2
  Node Name: 0x1a3d2725
  Port Name: 0x1a3d2724
  Fabric Name:   0x0
  Speed: 20 Gbit
  Supported Speed:   1 Gbit, 10 Gbit
  MaxFrameSize:  2048 bytes
  FC-ID (Port ID):   0x
  State: Offline
  Description:  BCM57840 NetXtreme II Ethernet Multi Function
  Revision: 11
  Manufacturer: Broadcom Inc. and subsidiaries
  Serial Number:9440C953B7F0

  Driver:   bnx2x Unknown
  Number of Ports:  1

  Symbolic Name: bnx2fc (QLogic BCM57840) v2.12.13 over 
ens3f3.4094-fco
  OS Device Name:host3
  Node Name: 0x1a3d2727
  Port Name: 0x1a3d2726
  Fabric Name:   0x0
  Speed: 20 Gbit
  Supported Speed:   1 Gbit, 10 Gbit
  MaxFrameSize:  2048 bytes
  FC-ID (Port ID):   0x
  State: Offline

  Although most of information displayed was correct, the port state was
  always offline (what explains no storage connectivity) and the FC-ID
  reported was 0x for both interfaces.

  Supposing that something went wrong during the upgrade process, I decided to 
make a fresh install of the server and, for my surprise, the fcoe ports went 
online and all luns were detected correctly.
  Unfortunately, the ports went offline again after a dist-upgrade.
  Trying to understand what was happening I performed another fresh install of 
the Ubuntu 22.04, but this time collecting some information about kernel and 
packages versions from before and after dist-upgrade.
  What I discovered was that all packages related (fcoe-utils, lldpad) had the 
same versions before and after, the only exception was the kernel itself. 
Before the dist-upgrade the kernel in use was 5.15.0-25-generic and after 
dist-upgrade the kernel was 5.15.0-100-generic.
  Suspecting a kernel problem I installed and booted different kernel versions 
from 5.15.0-25 and 5.15.0-100 and discovered that the problem probably was 
introduced with kernel 5.15.0-94, since it is the first version showing the 
describe behavior.
  Looking at the changelog of linux-modules package, I noticed some changes on 
fcoe and other scsi modules, right after the 5.15.0-91 version. 
  Could those changes be the cause of the behavior observed on my server or 
just a coincidence? Is there any fix to it?

  Thanks in advance.

  Anderson

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-94-generic 5.15.0-94.104
  ProcVersionSignature: Ubuntu 5.15.0-94.104-generic 5.15.136
  Uname: Linux 5.15.0-94-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Mar 14 11:03 seq
   crw-rw 1 root audio 116, 33 Mar 14 11:03 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.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

Re: [Kernel-packages] [Bug 2057960] Re: Problems on Fibre Channel over Ethernet on Ubuntu 22.04.4

2024-04-04 Thread Anderson Soares Ferreira
Hello, Kleber.

Thank you for the instructions for installing the proposed kernel
packages.  Unfortunately, booting the system with the kernel 5.15.0-102.112
resulted in the same behavior, fcoe interfaces offline and reporting the
FC-IDs as 0x.
If you need further information, please let me know.

Best regards,


Anderson Soares Ferreira - anderson.soa...@embrapa.br
Núcleo de Tecnologia da Informação - NTI
Embrapa Territorial
Tel.: (19) 3211-6200


Em qua., 3 de abr. de 2024 às 09:49, Kleber Sacilotto de Souza <
2057...@bugs.launchpad.net> escreveu:

> Hello Anderson,
>
> Thank you for reporting the issue. We have a new kernel for 22.04
> (version 5.15.0-102.112) that is about to be released in the next few
> days. Could you please test it again with this kernel and report the
> results? You can either enable -proposed in your system and update the
> kernel, or wait until it gets promoted to -updates and a simple dist-
> upgrate will update the kernel.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2057960
>
> Title:
>   Problems on Fibre Channel over Ethernet on Ubuntu 22.04.4
>
> Status in linux package in Ubuntu:
>   New
>
> Bug description:
>   Since I've upgraded my server's to Ubuntu 22.04.4  I'm facing problems
> to make my fcoe setup to work correctly.
>   Firstly, some context. We have a HPE Synergy appliance with a bunch of
> Synergy 480 Gen10 servers still running Ubuntu 20.04.
>   Each 480 server has 4 QLogic BCM57840 NetXtreme II Ethernet Multi
> Function network adapters with two of them dedicated to storage
> communication through FCoE.
>
>   Recently, I've upgraded one of them to Ubuntu 22.04 and realized that
> after the upgrade, all the Fibre Channel LUNs have disappeared. During the
> diagnostic process I noticed that both network (bnx2x) and fcoe (fcoe,
> bnx2fc) kernel drivers have been loaded properly, FCoE vlans were correctly
> detected by fcoe-utils, but there was no connection between the server and
> the storage and the server could not detect any LUN.
>   I also noticed that fcoeadm was reporting the following status:
>
>   # fcoeadm -i
>   Description:  BCM57840 NetXtreme II Ethernet Multi Function
>   Revision: 11
>   Manufacturer: Broadcom Inc. and subsidiaries
>   Serial Number:9440C953B7F0
>
>   Driver:   bnx2x Unknown
>   Number of Ports:  1
>
>   Symbolic Name: bnx2fc (QLogic BCM57840) v2.12.13 over
> ens3f2.4093-fco
>   OS Device Name:host2
>   Node Name: 0x1a3d2725
>   Port Name: 0x1a3d2724
>   Fabric Name:   0x0
>   Speed: 20 Gbit
>   Supported Speed:   1 Gbit, 10 Gbit
>   MaxFrameSize:  2048 bytes
>   FC-ID (Port ID):   0x
>   State: Offline
>   Description:  BCM57840 NetXtreme II Ethernet Multi Function
>   Revision: 11
>   Manufacturer: Broadcom Inc. and subsidiaries
>   Serial Number:9440C953B7F0
>
>   Driver:   bnx2x Unknown
>   Number of Ports:  1
>
>   Symbolic Name: bnx2fc (QLogic BCM57840) v2.12.13 over
> ens3f3.4094-fco
>   OS Device Name:host3
>   Node Name: 0x1a3d2727
>   Port Name: 0x1a3d2726
>   Fabric Name:   0x0
>   Speed: 20 Gbit
>   Supported Speed:   1 Gbit, 10 Gbit
>   MaxFrameSize:  2048 bytes
>   FC-ID (Port ID):   0x
>   State: Offline
>
>   Although most of information displayed was correct, the port state was
>   always offline (what explains no storage connectivity) and the FC-ID
>   reported was 0x for both interfaces.
>
>   Supposing that something went wrong during the upgrade process, I
> decided to make a fresh install of the server and, for my surprise, the
> fcoe ports went online and all luns were detected correctly.
>   Unfortunately, the ports went offline again after a dist-upgrade.
>   Trying to understand what was happening I performed another fresh
> install of the Ubuntu 22.04, but this time collecting some information
> about kernel and packages versions from before and after dist-upgrade.
>   What I discovered was that all packages related (fcoe-utils, lldpad) had
> the same versions before and after, the only exception was the kernel
> itself. Before the dist-upgrade the kernel in use was 5.15.0-25-generic and
> after dist-upgrade the kernel was 5.15.0-100-generic.
>   Suspecting a kernel problem I installed and booted diff

[Kernel-packages] [Bug 2057960] [NEW] Problems on Fibre Channel over Ethernet on Ubuntu 22.04.4

2024-03-14 Thread Anderson Soares Ferreira
Public bug reported:

Since I've upgraded my server's to Ubuntu 22.04.4  I'm facing problems to make 
my fcoe setup to work correctly.
Firstly, some context. We have a HPE Synergy appliance with a bunch of Synergy 
480 Gen10 servers still running Ubuntu 20.04. 
Each 480 server has 4 QLogic BCM57840 NetXtreme II Ethernet Multi Function 
network adapters with two of them dedicated to storage communication through 
FCoE.

Recently, I've upgraded one of them to Ubuntu 22.04 and realized that after the 
upgrade, all the Fibre Channel LUNs have disappeared. During the diagnostic 
process I noticed that both network (bnx2x) and fcoe (fcoe, bnx2fc) kernel 
drivers have been loaded properly, FCoE vlans were correctly detected by 
fcoe-utils, but there was no connection between the server and the storage and 
the server could not detect any LUN.
I also noticed that fcoeadm was reporting the following status:

# fcoeadm -i
Description:  BCM57840 NetXtreme II Ethernet Multi Function
Revision: 11
Manufacturer: Broadcom Inc. and subsidiaries
Serial Number:9440C953B7F0

Driver:   bnx2x Unknown
Number of Ports:  1

Symbolic Name: bnx2fc (QLogic BCM57840) v2.12.13 over 
ens3f2.4093-fco
OS Device Name:host2
Node Name: 0x1a3d2725
Port Name: 0x1a3d2724
Fabric Name:   0x0
Speed: 20 Gbit
Supported Speed:   1 Gbit, 10 Gbit
MaxFrameSize:  2048 bytes
FC-ID (Port ID):   0x
State: Offline
Description:  BCM57840 NetXtreme II Ethernet Multi Function
Revision: 11
Manufacturer: Broadcom Inc. and subsidiaries
Serial Number:9440C953B7F0

Driver:   bnx2x Unknown
Number of Ports:  1

Symbolic Name: bnx2fc (QLogic BCM57840) v2.12.13 over 
ens3f3.4094-fco
OS Device Name:host3
Node Name: 0x1a3d2727
Port Name: 0x1a3d2726
Fabric Name:   0x0
Speed: 20 Gbit
Supported Speed:   1 Gbit, 10 Gbit
MaxFrameSize:  2048 bytes
FC-ID (Port ID):   0x
State: Offline

Although most of information displayed was correct, the port state was
always offline (what explains no storage connectivity) and the FC-ID
reported was 0x for both interfaces.

Supposing that something went wrong during the upgrade process, I decided to 
make a fresh install of the server and, for my surprise, the fcoe ports went 
online and all luns were detected correctly.
Unfortunately, the ports went offline again after a dist-upgrade.
Trying to understand what was happening I performed another fresh install of 
the Ubuntu 22.04, but this time collecting some information about kernel and 
packages versions from before and after dist-upgrade.
What I discovered was that all packages related (fcoe-utils, lldpad) had the 
same versions before and after, the only exception was the kernel itself. 
Before the dist-upgrade the kernel in use was 5.15.0-25-generic and after 
dist-upgrade the kernel was 5.15.0-100-generic.
Suspecting a kernel problem I installed and booted different kernel versions 
from 5.15.0-25 and 5.15.0-100 and discovered that the problem probably was 
introduced with kernel 5.15.0-94, since it is the first version showing the 
describe behavior.
Looking at the changelog of linux-modules package, I noticed some changes on 
fcoe and other scsi modules, right after the 5.15.0-91 version. 
Could those changes be the cause of the behavior observed on my server or just 
a coincidence? Is there any fix to it?

Thanks in advance.

Anderson

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: linux-image-5.15.0-94-generic 5.15.0-94.104
ProcVersionSignature: Ubuntu 5.15.0-94.104-generic 5.15.136
Uname: Linux 5.15.0-94-generic x86_64
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Mar 14 11:03 seq
 crw-rw 1 root audio 116, 33 Mar 14 11:03 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.11-0ubuntu82.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:
CasperMD5CheckResult: unknown
Date: Thu Mar 14 14:57:14 2024
HibernationDevice: RESUME=UUID=c4f1e832-fa46-4c58-913e-2093e8a4a4f0
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 002: ID 0bda:0329 Realtek Semiconductor Corp. USB3.0-CRW
 Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 002 Device 002: ID 0424:2660 Microchip Technology, Inc. (formerly SMSC) Hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Lsusb-t:
 /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 5000M

[Kernel-packages] [Bug 1628204] Re: linux: 4.4.0-41.61 -proposed tracker

2024-03-05 Thread james anderson
one of the best information be like the  https://rugnroll.com.au

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

Title:
  linux: 4.4.0-41.61 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
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:
  Confirmed
Status in Kernel SRU Workflow promote-to-updates series:
  Confirmed
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  Fix Released

Bug description:
  This bug is for tracking the 4.4.0-41.61 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/1628204/+subscriptions


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


[Kernel-packages] [Bug 1628204] Re: linux: 4.4.0-41.61 -proposed tracker

2024-03-05 Thread james anderson
thanks for sharing you can visit to the https://advancewithai.net/ai-
image-generators/leonardo-ai.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/1628204

Title:
  linux: 4.4.0-41.61 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
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:
  Confirmed
Status in Kernel SRU Workflow promote-to-updates series:
  Confirmed
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  Fix Released

Bug description:
  This bug is for tracking the 4.4.0-41.61 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/1628204/+subscriptions


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


[Kernel-packages] [Bug 1628204] Re: linux: 4.4.0-41.61 -proposed tracker

2023-12-01 Thread james anderson
best information like the http://cryptopostage.info/

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

Title:
  linux: 4.4.0-41.61 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
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:
  Confirmed
Status in Kernel SRU Workflow promote-to-updates series:
  Confirmed
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  Fix Released

Bug description:
  This bug is for tracking the 4.4.0-41.61 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/1628204/+subscriptions


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


[Kernel-packages] [Bug 2009243] Re: kernel 5.19.0-35 clobbers Creative S/B AE-7 Sound Card

2023-04-25 Thread Matt Anderson
It still doesn't work on 5.19.0-40-generic. If i revert back to
5.19.0-32 the sound works but the nvidia graphics driver stops working.

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

Title:
  kernel 5.19.0-35 clobbers Creative S/B AE-7 Sound Card

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe-5.19 package in Ubuntu:
  Confirmed

Bug description:
  2023-03-03
  Attempted install of kernel 5.19.0-35 using the Linux Mint package installer 
LM 21.1 Vera, release 21.1).
  Clobbered my Sound Blaster AE-7.
  Could not even locate the device using Sound manager utility on Linux Mint 
Panel (the enumerated device showed up as the embedded sound chip on the mobo 
which I had previously disabled in the UEFI setup).
  Uninstalled kernel and reverted back to 5.19.0-32 using Timeshift restore 
feature which worked fine before the update to 5.19.0-35.
  Tried again to install 5.19.0-35 the same way, just to be sure.
  The SB AE-7 got clobbered again.
  So restored back to 5.19.0-32 generic one more time, using Timeshift. SB AE-7 
works fine now with this lower version kernel.
  Current hardware config:
  
  Asus Prime Z790-P wifi mobo.
  Intel Core i3-13100 processor (with Intel UHD 730 graphics).
  Corsair Vengeance DDR5 32gb (2x16) ram, 5200Mhz.
  3 x Nvme SSD. 
  Boot drive is Western Digital Black SN770 500gb.
  Asus Nvidia RTX-3050 PCIe graphics card.
  Creative Labs Sound Blaster AE-7 audio card (PCIe).
  On-board audio chip (Realtek 7.1 Surround Sound High Definition Audio) is 
disabled in UEFI.
  UEFI is AMI/BIOS, revision 0812.
  Linux Mint 21.1 is running on barebones hardware, no VM involved.
  No other O/S's are installed on the machine.
  -
  Running sudo lspci -vnvn > lspci-vnvn.log
  gave the following error message...
  pcilib: sysfs_read_vpd: read failed: No such device
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mikey  4106 F wireplumber
   /dev/snd/controlC0:  mikey  4106 F wireplumber
   /dev/snd/seq:mikey  4105 F pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux Mint 21.1
  InstallationDate: Installed on 2023-01-31 (32 days ago)
  InstallationMedia: Linux Mint 21.1 "Vera" - Release amd64 20221217
  MachineType: ASUS System Product Name
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-32-generic 
root=UUID=854c280c-7c5c-494d-a304-db66cf592baf ro quiet splash
  ProcVersionSignature: Ubuntu 5.19.0-32.33~22.04.1-generic 5.19.17
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.19.0-32-generic N/A
   linux-backports-modules-5.19.0-32-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  Tags:  vera
  Uname: Linux 5.19.0-32-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/24/2023
  dmi.bios.release: 8.12
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0812
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z790-P WIFI
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0812:bd02/24/2023:br8.12:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ790-PWIFI:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuSKU:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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


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


[Kernel-packages] [Bug 1969853] Re: No Bluetooth Found on QCA9565 (but replacing the ar3k firmware works)

2022-05-02 Thread Anderson Luiz Alves
Bluetooth worked with linux-firmware 20220329.git681281e4-0ubuntu3.

** Tags added: verification-done-jammy

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

Title:
  No Bluetooth Found on QCA9565 (but replacing the ar3k firmware works)

Status in linux package in Ubuntu:
  Invalid
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Confirmed
Status in linux-firmware source package in Jammy:
  Fix Committed

Bug description:
  [Impact]

  No bluetooth found on QCA9565.

  [Test Case]

  See below.

  [Fix]

  Provide ar3k/* firmware blobs.

  [Where Problems Could Occur]

  None expected, this is a regression from Impish.

  [Original Description]

  After updating to version 22.04, with kernel 5.15.0-25, Bluettoth
  stopped working via menu. Before I used versions 20.04 and 21.10, the
  latter with kernel 5.13, and Bluetooth was recognized normally. The
  bluetooth status in the terminal is this:

  diego@diego-Inspiron:~$ sudo systemctl status bluetooth.service
  ● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor 
preset: enabled)
   Active: active (running) since Thu 2022-04-21 18:16:17 -03; 16min ago
     Docs: man:bluetoothd(8)
     Main PID: 1100 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 18808)
   Memory: 1.8M
  CPU: 66ms
   CGroup: /system.slice/bluetooth.service
   └─1100 /usr/lib/bluetooth/bluetoothd

  abr 21 18:16:16 diego-Inspiron systemd[1]: Starting Bluetooth service...
  abr 21 18:16:17 diego-Inspiron bluetoothd[1100]: Bluetooth daemon 5.64
  abr 21 18:16:17 diego-Inspiron systemd[1]: Started Bluetooth service.
  abr 21 18:16:17 diego-Inspiron bluetoothd[1100]: Starting SDP server
  abr 21 18:16:17 diego-Inspiron bluetoothd[1100]: Bluetooth management 
interface 1.21 initialized
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  diego  2220 F pulseaudio
   /dev/snd/pcmC0D0p:   diego  2220 F...m pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-04-23 (2 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: Dell Inc. Inspiron 15-3567
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=bf1a2827-c8db-4042-aa45-5db6ad9d1449 ro quiet splash
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu1
  Tags:  wayland-session jammy
  Uname: Linux 5.15.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/15/2021
  dmi.bios.release: 2.18
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.18.0
  dmi.board.name: 0MM5K1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.18.0:bd12/15/2021:br2.18:svnDellInc.:pnInspiron15-3567:pvr:rvnDellInc.:rn0MM5K1:rvrA00:cvnDellInc.:ct9:cvr:sku078B:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 15-3567
  dmi.product.sku: 078B
  dmi.sys.vendor: Dell Inc.

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


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


[Kernel-packages] [Bug 1970916] [NEW] bluetooth not working in 22.04

2022-04-29 Thread Anderson Luiz Alves
Public bug reported:

Bluetooth is not working in Ubuntu 22.04 jammy.
It works on 20.04.

dmesg says:
Bluetooth: Patch file not found ar3k/AthrBT_0x3101.dfu

version:
linux-firmware 20220329.git681281e4-0ubuntu1
linux-image-5.15.0-27-generic
linux-modules-5.15.0-27-generic
linux-modules-extra-5.15.0-27-generic

hardware:
Dell Inspiron 5437
06:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless 
Network Adapter [168c:0036] (rev 01)

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

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

Title:
  bluetooth not working in 22.04

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  Bluetooth is not working in Ubuntu 22.04 jammy.
  It works on 20.04.

  dmesg says:
  Bluetooth: Patch file not found ar3k/AthrBT_0x3101.dfu

  version:
  linux-firmware 20220329.git681281e4-0ubuntu1
  linux-image-5.15.0-27-generic
  linux-modules-5.15.0-27-generic
  linux-modules-extra-5.15.0-27-generic

  hardware:
  Dell Inspiron 5437
  06:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless 
Network Adapter [168c:0036] (rev 01)

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


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


[Kernel-packages] [Bug 1965843] [NEW] Alto consumo de processamento ao executar chrome + youtube

2022-03-21 Thread Anderson Simplício
Public bug reported:

Desde o kernel 5.4.0-77 sempre que o chrome está em excução existe um excesso 
de cosumo de processamento.
Presumo que seja por causa do kernel pois ao utilizar a versão 5.4.0-77 a taxa 
de processamento fica em níveis baixos.

Meu sistema:
Linux Mint 20.2 Cinnamon
versão do Cinamon 5.0.7
kernel linux : 5.4.0-105-generic (Testando para verificar se houve melhora)
Processador: Intel© Core™ i7-2620M CPU @ 2.70GHz × 2
RAM: 7.7 GiB
HD_SSD:481.2 GB
Placa de Video: Intel Corporation 2nd Generation Core Processor Family 
Integrated Graphics Controller
Placa de video: Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 
6630M/6650M/6750M/7670M/7690M] (prog-if 00 [VGA controller])

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

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

Title:
  Alto consumo de processamento ao executar chrome + youtube

Status in linux package in Ubuntu:
  New

Bug description:
  Desde o kernel 5.4.0-77 sempre que o chrome está em excução existe um excesso 
de cosumo de processamento.
  Presumo que seja por causa do kernel pois ao utilizar a versão 5.4.0-77 a 
taxa de processamento fica em níveis baixos.

  Meu sistema:
  Linux Mint 20.2 Cinnamon
  versão do Cinamon 5.0.7
  kernel linux : 5.4.0-105-generic (Testando para verificar se houve melhora)
  Processador: Intel© Core™ i7-2620M CPU @ 2.70GHz × 2
  RAM: 7.7 GiB
  HD_SSD:481.2 GB
  Placa de Video: Intel Corporation 2nd Generation Core Processor Family 
Integrated Graphics Controller
  Placa de video: Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 
6630M/6650M/6750M/7670M/7690M] (prog-if 00 [VGA controller])

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


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


[Kernel-packages] [Bug 1936998] Re: e1000e blocks the boot process when it tried to write checksum to its NVM

2021-07-30 Thread Dean Anderson
I have a Dell Precision 7560, with this issue.  I just installed the
proposed 5.10.0-1041 oem kernel package for testing.

While it did fix the boot issue, the e1000e driver is failing and I
cannot use the wired network interface.

Here is the dmesg output of `modprobe e1000e`:

[  293.106059] e1000e: Intel(R) PRO/1000 Network Driver
[  293.106059] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[  293.106442] e1000e :00:1f.6: Interrupt Throttling Rate (ints/sec) set to 
dynamic conservative mode
[  293.194836] e1000e :00:1f.6: The NVM Checksum Is Not Valid
[  293.240151] e1000e: probe of :00:1f.6 failed with error -5

Previously I was working around the e1000e NVM issues by building the
e1000e module from the 3.8.7 source package from sourceforge.  Applying
the patches from https://bugzilla.kernel.org/show_bug.cgi?id=213667 to
the 5.10.1038-oem kernel source and re-building the e1000e module also
solved the issue.

** Bug watch added: Linux Kernel Bug Tracker #213667
   https://bugzilla.kernel.org/show_bug.cgi?id=213667

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

Title:
  e1000e blocks the boot process when it tried to write checksum to its
  NVM

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.13 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux-oem-5.13 source package in Focal:
  Fix Committed
Status in linux source package in Hirsute:
  In Progress
Status in linux-oem-5.10 source package in Hirsute:
  Invalid
Status in linux-oem-5.13 source package in Hirsute:
  Invalid
Status in linux source package in Impish:
  In Progress
Status in linux-oem-5.10 source package in Impish:
  Invalid
Status in linux-oem-5.13 source package in Impish:
  Invalid

Bug description:
  [Impact]
  While probing e1000e, it checks its NVM checksum, and write correct checksum 
back if the checksum is not correct. But for recent GBE update for security, 
its NVM could be written once for MAC address during production, so write 
checksum during driver probing is not allowed and would block the boot process.

  [Fix]
  Intel provides a fix for it.
  
https://patchwork.ozlabs.org/project/intel-wired-lan/patch/20210718041031.3619696-1-sasha.nef...@intel.com/

  [Test]
  Verified on a Dell machine which has wrong NVM checksum.

  [Where problems could occur]
  From what Intel told us, the checksum isn't correct is not a big deal, we 
could ignore it and it won't lead to any issues.

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


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


[Kernel-packages] [Bug 1926938] Re: Recent mainline packages are built with Hirsuite 21.04, not Focal 20.04 LTS

2021-06-03 Thread Thomas Anderson
Same issue with the latest stable kernel published today:

linux-headers-5.12.9-051209-generic : Depends: libc6 (>= 2.33) but
2.31-0ubuntu9.2 is installed

Ubuntu Server 20.04.2 LTS machine.

Please fix it. I don't feel comfortable installing 3rd party Kernels and I need 
to use mainline kernel to be able to use the iGPU on my 11gen Intel CPU for 
rendering. 
Thanks in advance!!

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

Title:
  Recent mainline packages are built with Hirsuite 21.04, not Focal
  20.04 LTS

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,

  The Mainline wiki states that the mainline kernels are built with the
  previous LTS toolchain, but the recent 5.12.x and 5.11.x releases are
  being built with Hirsuite 21.04, and before that Groovy? If this is
  intentional, then the wiki should be updated to reflect the change in
  policy.

  From https://wiki.ubuntu.com/Kernel/MainlineBuilds

Mainline kernel build toolchain
These kernels are built with the toolchain (gcc, g++, etc.) from the 
previous Ubuntu LTS release. 
(e.g. Ubuntu 14.04 "Trusty Tahr" / 16.04 "Xenial Xerus" / 18.04 "Bionic 
Beaver", etc.) Therefore, 
out-of-tree kernel modules you already have built and installed for use 
with your release kernels 
are not likely to work with the mainline builds.

  The 5.12 kernel was built with GCC 10.3.0, and 5.11.16 with 10.2.0. On
  my Focal LTS system I have GCC 9.3.0.

  The Mainline kernel build toolchain
  These kernels are built with the toolchain (gcc, g++, etc.) from the previous 
Ubuntu LTS release. (e.g. Ubuntu 14.04 "Trusty Tahr" / 16.04 "Xenial Xerus" / 
18.04 "Bionic Beaver", etc.) Therefore, out-of-tree kernel modules you already 
have built and installed for use with your release kernels are not likely to 
work with the mainline builds.

  The *linux-headers-generic* packages have unmet dependencies on 20.04
  LTS.

  I could install Groovy built kernels fine, but the Hirsuite ones built
  with GCC 10.3.0 appear to require libc6 >= 2.33. So the new kernels
  can't be installed on Focal (libc 2.31).

  Thanks,
  Mark

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

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


[Kernel-packages] [Bug 1870189] Re: initramfs does not get loaded

2021-01-26 Thread Richard Anderson
Is there any update on this?

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

Title:
  initramfs does not get loaded

Status in cloud-images:
  Confirmed
Status in grub2 package in Ubuntu:
  Won't Fix
Status in linux-azure package in Ubuntu:
  Invalid
Status in livecd-rootfs package in Ubuntu:
  Triaged
Status in grub2 source package in Focal:
  Confirmed
Status in linux-azure source package in Focal:
  Invalid
Status in livecd-rootfs source package in Focal:
  Confirmed

Bug description:
  A Gen-1 Ubuntu 19.10 VM on Azure was created and upgraded to Ubuntu
  20.04 by “do-release-upgrade –d”.

  Then the latest Ubuntu v5.6 kernel was installed from
  https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.6/. As soon as a
  reboot was performed, a panic with the v5.6 kernel occured because the
  rootfs can not be found.

  It turns out by default, initramfs does not get loaded:

  /boot/grub/grub.cfg:
  menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 'gnulinux-simple-3d2737e8-
  b95a-42bf-bac1-bb6fb4cda87f' {
  …
  if [ "${initrdfail}" = 1 ]; then
linux /boot/vmlinuz-5.6.0-050600-generic 
root=PARTUUID=bc3d472f-401e-4774-affa-df1acba65a73 ro  console=tty1 
console=ttyS0 earlyprintk=ttyS0 ignore_loglevel sysrq_always_enabled 
unknown_nmi_panic
initrd/boot/initrd.img-5.6.0-050600-generic
  else
linux /boot/vmlinuz-5.6.0-050600-generic 
root=PARTUUID=bc3d472f-401e-4774-affa-df1acba65a73 ro  console=tty1 
console=ttyS0 earlyprintk=ttyS0 ignore_loglevel sysrq_always_enabled 
unknown_nmi_panic panic=-1
#Dexuan: here the initrd line is missing!
  fi
  initrdfail
  }

  
  As we can see, Ubuntu only uses the initrd.img if initrdfail=1. Normally, 
initrdfail = 0, so when we boot the v5.6 kernel for the first time, we must hit 
the “fail to mount rootfs” panic and the kernel will automatically reboot….   

  Also, the “initrdfail” here marks initrdfail=1, so when the kernel
  boots for the 2nd time, the kernel should successfully boot up.  Next,
  when the kernel boots for the 3rd time, it panics again since the
  userspace program resets initrdfail to 0, and next time when the
  kernel boots, it can boot up successfully -- this
  “panic/success/panic/success” pattern repeats forever…

  
  The linux-azure kernels are not affected since they have the vmbus driver and 
storage drivers built-in (i.e. “=y”):
  /boot/config-5.3.0-1013-azure:CONFIG_HYPERV_STORAGE=y
  /boot/config-5.3.0-1013-azure:CONFIG_HYPERV=y
  /boot/config-5.4.0-1006-azure:CONFIG_HYPERV_STORAGE=y
  /boot/config-5.4.0-1006-azure:CONFIG_HYPERV=y
  /boot/config-5.6.0-050600-generic:CONFIG_HYPERV_STORAGE=m
  /boot/config-5.6.0-050600-generic:CONFIG_HYPERV=m
  The v5.6 kernel uses =m rather than =y, so is affected here.

  
  It looks the setting may be intentional, but we should not assume a customer 
kernel must have the necessary vmbus/storage drivers built-in. 

  This issue only happens to the Ubuntu Marketplace image (19.10 and maybe 
19.04 as well?) on Azure. 
  We installed a Ubuntu  20.04 VM from the .iso file from 
http://cdimage.ubuntu.com/daily-live/pending/ and don’t see the strange grub 
issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1870189/+subscriptions

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


[Kernel-packages] [Bug 1896904] Re: Intel 9560 WLAN (8086:9df0) producing computer hanging and wifi breakdown

2020-10-01 Thread Nathanael Anderson
I can confirm this issue with a 9260 on on Kernel .48, booting back into
.47 works.


** Attachment added: "Dmesg output"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1896904/+attachment/5416228/+files/9260.log

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

Title:
  Intel 9560 WLAN (8086:9df0) producing computer hanging and wifi
  breakdown

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  If I do video conferences for example my wifi breaks down. I'm preety
  sure the it happens since I updated my WiFi router (FritzBox 7590 to
  Firmware 7.20). I was in contact with the manufacturer. They don't
  know any problems.

  I checked dmesg and saw a lot of error messages. So i thought I should
  report a bug here.

  Some times WiFi breaks down and comes up again after a few seconds,
  sometimes it will not come back and I have to restart the computer.
  Sometimes I can't even turn of WiFi in the Ubuntu menu. Settings
  telling me something link "network manager not available" (not sure
  what the exact message is).

  All firmware updates are installed, I updated to the latest kernel and
  had the problem again.

  The logs generated with "ubuntu-bug linux" in this ticket are with
  symptom "recovers after some seconds" with massive hanging of hole
  Ubuntu (was not able to move mouse / press strg+alt+t to open
  terminal).

  Before I learned how to generate proper logs I saved output of dmesg.
  I will append some of this to this ticket. There are different error
  messages. Some without recovering. I will append more proper generated
  logs (ubuntu-bug linux) to this ticket if I get similar problems and
  if you would like to see them.

  It's a ThinkPad T490, it's Ubuntu 20.04.1 LTS, it's a "Intel Corp.
  Intel 9560 WLAN (8086:9df0)" WiFi card.

  fnpk@cl003287:~$ uname -a
  Linux cl003287 5.4.0-48-generic #52-Ubuntu SMP Thu Sep 10 10:58:49 UTC 2020 
x86_64 x86_64 x86_64 GNU/Linux

  fnpk@cl003287:~$ fwupdmgr get-updates 
  • Thunderbolt Controller has the latest available firmware version
  • Prometheus has the latest available firmware version
  • Prometheus IOTA Config has the latest available firmware version
  • SAMSUNG MZVLB512HBJQ-000L7 has no available firmware updates
  • System Firmware has the latest available firmware version
  • UEFI Device Firmware has the latest available firmware version
  • UEFI Device Firmware has the latest available firmware version
  • UEFI Device Firmware has no available firmware updates
  • UEFI Device Firmware has no available firmware updates

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-48-generic 5.4.0-48.52
  ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
  Uname: Linux 5.4.0-48-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.8
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Sep 24 09:06:55 2020
  InstallationDate: Installed on 2020-01-10 (257 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: LENOVO 20N2000KGE
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-48-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-48-generic N/A
   linux-backports-modules-5.4.0-48-generic  N/A
   linux-firmware1.187.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-05-12 (134 days ago)
  dmi.bios.date: 08/12/2020
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N2IET91W (1.69 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20N2000KGE
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN2IET91W(1.69):bd08/12/2020:svnLENOVO:pn20N2000KGE:pvrThinkPadT490:rvnLENOVO:rn20N2000KGE:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T490
  dmi.product.name: 20N2000KGE
  dmi.product.sku: LENOVO_MT_20N2_BU_Think_FM_ThinkPad T490
  dmi.product.version: ThinkPad T490
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1863810] Re: Focal Fossa (20.04) feature request - Enable CONFIG_X86_UV

2020-03-13 Thread Russ Anderson
This looks good.  The UV message show up as expected.

Attached is boot output.

** Attachment added: "ubuntu-5.4.0-15.UV.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1863810/+attachment/5336628/+files/ubuntu-5.4.0-15.UV.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/1863810

Title:
  Focal Fossa (20.04) feature request - Enable CONFIG_X86_UV

Status in linux package in Ubuntu:
  Fix Committed

Bug description:
  Superdome Flex depends on CONFIG_X86_UV config option to enable
  platform support and currently it is not enabled on Ubuntu.  The ask
  is to formally request to enable this option in Ubuntu to allow
  Superdome Flex to work properly.

  Specifically, this small change "CONFIG_X86_UV=y" is needed in the
  default config file.

  
  linux:/images # grep CONFIG_X86_UV x86_64-ubuntu-19.04/boot/config*
# CONFIG_X86_UV is not set

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

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


[Kernel-packages] [Bug 1786195] Re: broken audio/muffled, no system audio

2018-09-10 Thread Dominic Anderson
The bug was not gone when using kernel 4.4

there was also an additional kernel between 4.4 and 4.15 that was
available. I tried that as well. same result.no fix.

Since then I backed up my system and did a completely fresh install of
18.04LTS and the issue is still not fixed.

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

Title:
  broken audio/muffled, no system audio

Status in linux package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 18.04.1 LTS
  pulseaudio:
Installed: 1:11.1-1ubuntu7.1
Candidate: 1:11.1-1ubuntu7.1
Version table:
   *** 1:11.1-1ubuntu7.1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:11.1-1ubuntu7 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

  
  expected sound to return to normal/crisp throughout system and media 
applications.

  sound became muffled/distorted throughout all media applications,
  while other system sounds failed altogether. volume up/down failed.
  Chime on reboot also distorted. system and application sounds appear
  normal when used via bluetooth.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: pulseaudio 1:11.1-1ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
  Uname: Linux 4.15.0-30-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  novgorod   1787 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Aug  9 01:40:50 2018
  InstallationDate: Installed on 2018-08-01 (7 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/02/18
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MB61.88Z.00CC.B00.1802021826
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-F22C8AC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.asset.tag: Asset Tag#
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F22C8AC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMB61.88Z.00CC.B00.1802021826:bd02/02/18:svnAppleInc.:pnMacBook6,1:pvr1.0:rvnAppleInc.:rnMac-F22C8AC8:rvr:cvnAppleInc.:ct10:cvrMac-F22C8AC8:
  dmi.product.family: MacBook
  dmi.product.name: MacBook6,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1786195] Re: broken audio/muffled, no system audio

2018-09-10 Thread Dominic Anderson
The bug was not gone when using kernel 4.4

there was also an additional kernel between 4.4 and 4.15 that was
available. I tried that as well. same result.no fix.

Since then I backed up my system and did a completely fresh install of
18.04LTS and the issue is still not fixed.

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

Title:
  broken audio/muffled, no system audio

Status in linux package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 18.04.1 LTS
  pulseaudio:
Installed: 1:11.1-1ubuntu7.1
Candidate: 1:11.1-1ubuntu7.1
Version table:
   *** 1:11.1-1ubuntu7.1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:11.1-1ubuntu7 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

  
  expected sound to return to normal/crisp throughout system and media 
applications.

  sound became muffled/distorted throughout all media applications,
  while other system sounds failed altogether. volume up/down failed.
  Chime on reboot also distorted. system and application sounds appear
  normal when used via bluetooth.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: pulseaudio 1:11.1-1ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
  Uname: Linux 4.15.0-30-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  novgorod   1787 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Aug  9 01:40:50 2018
  InstallationDate: Installed on 2018-08-01 (7 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/02/18
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MB61.88Z.00CC.B00.1802021826
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-F22C8AC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.asset.tag: Asset Tag#
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F22C8AC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMB61.88Z.00CC.B00.1802021826:bd02/02/18:svnAppleInc.:pnMacBook6,1:pvr1.0:rvnAppleInc.:rnMac-F22C8AC8:rvr:cvnAppleInc.:ct10:cvrMac-F22C8AC8:
  dmi.product.family: MacBook
  dmi.product.name: MacBook6,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1786195] Re: broken audio/muffled, no system audio

2018-08-09 Thread Dominic Anderson
"16.04 used kernel 4.4 and you are presently using kernel 4.15"

Have been running 18.04 for a week. Until earlier today issue was not
present, each day until now however, had been just fine. Is "4.15" the
same kernel used at install of "18.04"?

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

Title:
  broken audio/muffled, no system audio

Status in linux package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 18.04.1 LTS
  pulseaudio:
Installed: 1:11.1-1ubuntu7.1
Candidate: 1:11.1-1ubuntu7.1
Version table:
   *** 1:11.1-1ubuntu7.1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:11.1-1ubuntu7 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

  
  expected sound to return to normal/crisp throughout system and media 
applications.

  sound became muffled/distorted throughout all media applications,
  while other system sounds failed altogether. volume up/down failed.
  Chime on reboot also distorted. system and application sounds appear
  normal when used via bluetooth.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: pulseaudio 1:11.1-1ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
  Uname: Linux 4.15.0-30-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  novgorod   1787 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Aug  9 01:40:50 2018
  InstallationDate: Installed on 2018-08-01 (7 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/02/18
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MB61.88Z.00CC.B00.1802021826
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-F22C8AC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.asset.tag: Asset Tag#
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F22C8AC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMB61.88Z.00CC.B00.1802021826:bd02/02/18:svnAppleInc.:pnMacBook6,1:pvr1.0:rvnAppleInc.:rnMac-F22C8AC8:rvr:cvnAppleInc.:ct10:cvrMac-F22C8AC8:
  dmi.product.family: MacBook
  dmi.product.name: MacBook6,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1786195] Re: broken audio/muffled, no system audio

2018-08-09 Thread Dominic Anderson
uname -a
Linux novgorod-LinuxBook 4.4.146-0404146-generic #201808061143 SMP Mon Aug 6 
15:51:56 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  broken audio/muffled, no system audio

Status in linux package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 18.04.1 LTS
  pulseaudio:
Installed: 1:11.1-1ubuntu7.1
Candidate: 1:11.1-1ubuntu7.1
Version table:
   *** 1:11.1-1ubuntu7.1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:11.1-1ubuntu7 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

  
  expected sound to return to normal/crisp throughout system and media 
applications.

  sound became muffled/distorted throughout all media applications,
  while other system sounds failed altogether. volume up/down failed.
  Chime on reboot also distorted. system and application sounds appear
  normal when used via bluetooth.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: pulseaudio 1:11.1-1ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
  Uname: Linux 4.15.0-30-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  novgorod   1787 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Aug  9 01:40:50 2018
  InstallationDate: Installed on 2018-08-01 (7 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/02/18
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MB61.88Z.00CC.B00.1802021826
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-F22C8AC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.asset.tag: Asset Tag#
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F22C8AC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMB61.88Z.00CC.B00.1802021826:bd02/02/18:svnAppleInc.:pnMacBook6,1:pvr1.0:rvnAppleInc.:rnMac-F22C8AC8:rvr:cvnAppleInc.:ct10:cvrMac-F22C8AC8:
  dmi.product.family: MacBook
  dmi.product.name: MacBook6,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Kernel-packages] [Bug 1763371] Re: rtl8188ee wifi doesn't work in bionic

2018-04-13 Thread Anderson Luiz Alves
doesn't work on v4.16

doesn't work with:
linux-image-4.16.2-041602-generic_4.16.2-041602.201804121130_amd64.deb
linux-image-4.16.1-041601-generic_4.16.1-041601.201804081334_amd64.deb
linux-image-4.16.0-041600-generic_4.16.0-041600.201804012230_amd64.deb
linux-image-4.15.17-041517-generic_4.15.17-041517.201804120730_amd64.deb
linux-image-4.15.0-041500-generic_4.15.0-041500.201802011154_amd64.deb
linux-image-4.15.0-041500rc1-generic_4.15.0-041500rc1.201711262030_amd64.deb

works with:
linux-image-4.14.34-041434-generic_4.14.34-041434.201804120731_amd64.deb
linux-image-4.13.16-041316-generic_4.13.16-041316.201711240901_amd64.deb


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

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

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

Title:
  rtl8188ee wifi doesn't work in bionic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In Bionic with kernel 4.15 when connecting rtl8188ee wifi to WPA2
  Enterprise it doesn't get ip address.

  It worked with kernel 4.13 from Artful.

  Also works with: https://github.com/lwfinger/rtlwifi_new

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

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


[Kernel-packages] [Bug 1763371] [NEW] rtl8188ee wifi doesn't work in bionic

2018-04-12 Thread Anderson Luiz Alves
Public bug reported:

In Bionic with kernel 4.15 when connecting rtl8188ee wifi to WPA2
Enterprise it doesn't get ip address.

It worked with kernel 4.13 from Artful.

Also works with: https://github.com/lwfinger/rtlwifi_new

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


** Tags: bionic

** Attachment added: "ubuntu-bug linux"
   https://bugs.launchpad.net/bugs/1763371/+attachment/5112133/+files/rtlwifi

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

Title:
  rtl8188ee wifi doesn't work in bionic

Status in linux package in Ubuntu:
  New

Bug description:
  In Bionic with kernel 4.15 when connecting rtl8188ee wifi to WPA2
  Enterprise it doesn't get ip address.

  It worked with kernel 4.13 from Artful.

  Also works with: https://github.com/lwfinger/rtlwifi_new

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

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


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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917414/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1685442/+attachment/4917400/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1685442/+attachment/4917416/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917412/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

[Kernel-packages] [Bug 1685442] Lsusb.txt

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1685442/+attachment/4917395/+files/Lsusb.txt

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

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1685442/+attachment/4917410/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

[Kernel-packages] [Bug 1685442] Re: Errors: flip_done timed out during boot-up; slow boot

2017-07-19 Thread Bart Anderson
I installed Ubuntu Mate 16.04.2 (with no updates) onto hard disk. After
reboot, I could log in, but the computer hung.  Afte a second reboot, I
logged in and the computer seemd to work okay.  I entered the command
"apport-collect 1685442" as requested. Then I entered the command a
second time, since I wasn't sure it worked (I had gotten warning
messages).  Sorry if this made things comfusing.

I will load all updates now.

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

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1685442/+attachment/4917406/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917413/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917397/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

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

** Description changed:

  I had been running Ubuntu 16.04 LTS on many laptop computers (especially
  Dell D620, D630, E6400) with no problem.
  
  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to the
  30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".
  
  When the Ubuntu desktop appeared, the mouse cursor hung for a while, but
  then came back to life. I didn't do much testing from there.  I did a
  Live session with the 16.04.2 LTS  on a different D630 laptop, and the
  same problem occureed.
  
  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581
  
  The suggestion was that the bug was related to kernel version 4.8.x and
  the 965GM chipset, which is what the D630 has.
  
  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892
  
  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and the
  problem did NOT occur.
  
  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.5
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  test   2194 F pulseaudio
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
+ InstallationDate: Installed on 2017-07-19 (0 days ago)
+ InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
+ MachineType: Dell Inc. Latitude D630
+ Package: linux (not installed)
+ PccardctlIdent:
+  Socket 0:
+no product info available
+ PccardctlStatus:
+  Socket 0:
+no card
+ ProcEnviron:
+  LANGUAGE=en_US
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
+  No PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-4.8.0-36-generic N/A
+  linux-backports-modules-4.8.0-36-generic  N/A
+  linux-firmware1.157.8
+ Tags:  xenial
+ Uname: Linux 4.8.0-36-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1685442/+attachment/4917399/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

[Kernel-packages] [Bug 1685442] AlsaInfo.txt

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917405/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917417/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1685442/+attachment/4917415/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917409/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917396/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917398/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

[Kernel-packages] [Bug 1685442] Lsusb.txt

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1685442/+attachment/4917411/+files/Lsusb.txt

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

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917407/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1685442/+attachment/4917390/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917408/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917392/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917393/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917391/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

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

2017-07-19 Thread Bart Anderson
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1685442/+attachment/4917394/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892

  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and
  the problem did NOT occur.

  So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  test   2194 F pulseaudio
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
  InstallationDate: Installed on 2017-07-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  MachineType: Dell Inc. Latitude D630
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   

[Kernel-packages] [Bug 1685442] Re: Errors: flip_done timed out during boot-up; slow boot

2017-07-19 Thread Bart Anderson
apport information

** Tags added: apport-collected

** Description changed:

  I had been running Ubuntu 16.04 LTS on many laptop computers (especially
  Dell D620, D630, E6400) with no problem.
  
  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to the
  30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".
  
  When the Ubuntu desktop appeared, the mouse cursor hung for a while, but
  then came back to life. I didn't do much testing from there.  I did a
  Live session with the 16.04.2 LTS  on a different D630 laptop, and the
  same problem occureed.
  
  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581
  
  The suggestion was that the bug was related to kernel version 4.8.x and
  the 965GM chipset, which is what the D630 has.
  
  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and the 
problem DID NOT occur.
  ---
  For a similar boot-up problem, Ubuntu Forum suggested going back to an 
earlier version of Ubuntu.
  https://ubuntuforums.org/showthread.php?t=2348892
  
  I tried Ubuntu Mate 16.04.1 (with the 4.4.0-31-generic kernel), and the
  problem did NOT occur.
  
- So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS
- rather than 16.04.2.
+ So I'm solving the problem for myself by using Ubuntu Mate 16.04.1 LTS rather 
than 16.04.2.
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.5
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  test   2194 F pulseaudio
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=UUID=a754e82c-72cb-44d1-9fa4-58777803b24d
+ InstallationDate: Installed on 2017-07-19 (0 days ago)
+ InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
+ MachineType: Dell Inc. Latitude D630
+ Package: linux (not installed)
+ PccardctlIdent:
+  Socket 0:
+no product info available
+ PccardctlStatus:
+  Socket 0:
+no card
+ ProcEnviron:
+  LANGUAGE=en_US
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=2a3b3861-8ac7-41e0-86cf-999434bd112e ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
+  No PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-4.8.0-36-generic N/A
+  linux-backports-modules-4.8.0-36-generic  N/A
+  linux-firmware1.157.8
+ Tags:  xenial
+ Uname: Linux 4.8.0-36-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 06/04/2013
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A19
+ dmi.board.name: 0KU184
+ dmi.board.vendor: Dell Inc.
+ dmi.chassis.type: 8
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
+ dmi.product.name: Latitude D630
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1685442/+attachment/4917389/+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/1685442

Title:
  Errors:  flip_done timed out  during boot-up; slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I had been running Ubuntu 16.04 LTS on many laptop computers
  (especially Dell D620, D630, E6400) with no problem.

  I created a Live USB with Ubuntu 16.04.2 LTS and tried it on a Dell
  D630.  It was very slow to boot up (about 90 seconds) as opposed to
  the 30-45 seconds it usually takes. For a few seconds there were error
  messages that included the phrase "flip_done timed out".

  When the Ubuntu desktop appeared, the mouse cursor hung for a while,
  but then came back to life. I didn't do much testing from there.  I
  did a Live session with the 16.04.2 LTS  on a different D630 laptop,
  and the same problem occureed.

  I Googled the problem, and found several hits.
  -
  On an Arch forum, someone reported the problem on a Dell D630, like mine. It 
also occured on other laptops:
  https://bbs.archlinux.org/viewtopic.php?id=218581

  The suggestion was that the bug was related to kernel version 4.8.x
  and the 965GM chipset, which is what the D630 has.

  So I tried Ubuntu Mate 16.04.2 on a Dell D620 (with a 945GM chipset) and 

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

2016-12-03 Thread Stephen Anderson
Public bug reported:

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)

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

** Attachment added: "No ACK Issue.png"
   
https://bugs.launchpad.net/bugs/1647036/+attachment/4786853/+files/No%20ACK%20Issue.png

-- 
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:
  New

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 1595765] Re: Wifi drivers all fail to build [error: ‘IEEE80211_BAND_2GHZ’ undeclared here]

2016-11-07 Thread Anderson Diego Kulpa Fachini
I installed kernel 4.8.6 and it's working normally for me

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

Title:
  Wifi drivers all fail to build [error: ‘IEEE80211_BAND_2GHZ’
  undeclared here]

Status in bcmwl package in Ubuntu:
  Confirmed
Status in broadcom-sta package in Ubuntu:
  Confirmed
Status in rtl8812au package in Ubuntu:
  Confirmed

Bug description:
  error update for kernel 4.7 RC 3

  ProblemType: Package
  DistroRelease: elementary 0.4
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu8 [origin: Ubuntu]
  Uname: Linux 4.6.2-040602-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  DKMSKernelVersion: 4.7.0-040700rc3-generic
  Date: Thu Jun 23 22:03:59 2016
  DuplicateSignature: 
dkms:bcmwl-kernel-source:6.30.223.248+bdcom-0ubuntu8:/var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:237:12:
 error: ‘IEEE80211_BAND_2GHZ’ undeclared here (not in a function)
  InstallationDate: Installed on 2016-06-14 (9 days ago)
  InstallationMedia: elementary OS 0.4 "Loki" - Daily amd64 (20160613)
  PackageVersion: 6.30.223.248+bdcom-0ubuntu8
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu8: 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/1595765/+subscriptions

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


[Kernel-packages] [Bug 1572801] Re: Ubuntu 16.04 Unity desktop uses much more ram than Ubuntu 15.10

2016-08-29 Thread anderson
I was having a issue like that. What solved my problem was disabling (or
unistall) the packet "cups-browsed". Now the RAM use is about 900MB-1GB
when system Reboot and not increasing.

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

Title:
  Ubuntu 16.04 Unity desktop uses much more ram than Ubuntu 15.10

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  Confirmed

Bug description:
  Ubuntu 16.04 64bit ISO number 20160420.1
  unity version 7.4.0+16.04.20160415-0ubuntu1
  Ubuntu 16.04 64bit ram usage has increase dramatically over Ubuntu 15.10
  Ubuntu 16.04 ram roughly 1 GB Ubuntu15.10 can be tuned to 420, 450 MB
  Ubuntu 16.04 with unity uses 1GB whereas Kubuntu 16.04 is using 420MB live usb

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity 7.4.0+16.04.20160415-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.376
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Apr 21 01:44:22 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v3/4th Gen Core Processor 
Integrated Graphics Controller [1043:8534]
  GsettingsChanges:
   b'org.compiz.core' b'outputs' b"['1920x1080+0+0']"
   b'org.compiz.core' b'active-plugins' b"['core', 'composite', 'opengl', 
'place', 'regex', 'resize', 'session', 'snap', 'vpswitch', 'wall', 'animation', 
'commands', 'compiztoolbox', 'copytex', 'fade', 'grid', 'imgpng', 'mousepoll', 
'move', 'scale', 'unitymtgrabhandles', 'workarounds', 'expo', 'ezoom', 
'unityshell']"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
   b'org.gnome.desktop.interface' b'scaling-factor' b'uint32 1'
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
  MachineType: ASUS All Series
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash --- 
cdrom-detect/try-usb=true noprompt
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/03/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd06/03/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-PLUS:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Thu Apr 21 01:37:17 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.18.3-1ubuntu2

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

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


[Kernel-packages] [Bug 1560696] [NEW] [ASUSTeK COMPUTER INC. G750JM] hibernate/resume failure [non-free: nvidia_uvm nvidia_modeset nvidia]

2016-03-22 Thread scott anderson
Public bug reported:

hibernate / resume - appears to fail at pulse audio?

not sure - using suspend works fine

ProblemType: KernelOops
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-15-generic 4.4.0-15.31
ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
Uname: Linux 4.4.0-15-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
Annotation: This occurred during a previous hibernation, and prevented the 
system from resuming properly.
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sda2044 F pulseaudio
 /dev/snd/controlC1:  sda2044 F pulseaudio
Date: Tue Mar 22 17:35:47 2016
DuplicateSignature: hibernate/resume:ASUSTeK COMPUTER INC. G750JM:G750JM.207
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: hibernate/resume
InstallationDate: Installed on 2016-03-21 (1 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307)
InterpreterPath: /usr/bin/python3.5
MachineType: ASUSTeK COMPUTER INC. G750JM
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic.efi.signed 
root=UUID=c29be2ea-fc5b-4e05-889a-8ca5a3e9a731 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-15-generic N/A
 linux-backports-modules-4.4.0-15-generic  N/A
 linux-firmware1.157
SourcePackage: linux
Title: [ASUSTeK COMPUTER INC. G750JM] hibernate/resume failure [non-free: 
nvidia_uvm nvidia_modeset nvidia]
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 07/17/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: G750JM.207
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: G750JM
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.:bvrG750JM.207:bd07/17/2014:svnASUSTeKCOMPUTERINC.:pnG750JM:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnG750JM:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: G750JM
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: amd64 apport-kerneloops hibernate resume xenial

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

Title:
  [ASUSTeK COMPUTER INC. G750JM] hibernate/resume failure [non-free:
  nvidia_uvm nvidia_modeset nvidia]

Status in linux package in Ubuntu:
  New

Bug description:
  hibernate / resume - appears to fail at pulse audio?

  not sure - using suspend works fine

  ProblemType: KernelOops
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-15-generic 4.4.0-15.31
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  Annotation: This occurred during a previous hibernation, and prevented the 
system from resuming properly.
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sda2044 F pulseaudio
   /dev/snd/controlC1:  sda2044 F pulseaudio
  Date: Tue Mar 22 17:35:47 2016
  DuplicateSignature: hibernate/resume:ASUSTeK COMPUTER INC. G750JM:G750JM.207
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: hibernate/resume
  InstallationDate: Installed on 2016-03-21 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307)
  InterpreterPath: /usr/bin/python3.5
  MachineType: ASUSTeK COMPUTER INC. G750JM
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic.efi.signed 
root=UUID=c29be2ea-fc5b-4e05-889a-8ca5a3e9a731 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-15-generic N/A
   linux-backports-modules-4.4.0-15-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  Title: [ASUSTeK COMPUTER INC. G750JM] hibernate/resume failure [non-free: 
nvidia_uvm nvidia_modeset nvidia]
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/17/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 

[Kernel-packages] [Bug 1554003] Re: xenial kernel crash on HP BL460c G7 (qla24xx problem?)

2016-03-14 Thread Jake Anderson
Just confirming this on an IBM HS21 with the nightly from 14-Mar-2016 07:01 @ 
http://cdimage.ubuntu.com/ubuntu-server/daily/current/xenial-server-amd64.iso 
IBM Part Number   26R0892

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

Title:
  xenial kernel crash on HP BL460c G7 (qla24xx problem?)

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

Bug description:
  Dear Members,

  Latest Xenial kernel (linux-image-generic-4.4.0-8-generic) is crash on
  booting. Same problem with 4.4.0-9 and 4.4.0-10.

  
  [1.654419] qla2xxx [:06:00.1]-0034:3: MSI-X: Unsupported ISP 
  2432 SSVID/SSDID (0x103C,0x1705).
  [1.685273] hid-generic 0003:03F0:7029.0001: in
  [1.685273] hid-generic 0003:03F0:7029.0001: input,hidraw0: USB HID 
  v1.01 Keyboard [HP  Virtual Keyboard ] on usb-:01:00.4-1/input0
  [1.685455] input: HP  Virtual Keyboard  as 
  
/devices/pci:00/:00:1c.4/:01:00.4/usb6/6-1/6-1:1.1/0003:03F0:7029.0002/input/inpu
 
  1048576 bytes) :0
  1:00.4/usb6/6-1/6-1:1.1/0003:03F0:7029.0002/input/inpu
  [2.001109] CR2: 0050
  [2.001170] ---
  [ end trace 20a247b9d60f8e00 ]---
  [2.001232] Kernel panic - not syncing: Fatal exception in interrup
  [2.001232] Kernel panic - not syncing: Fatal exception in interrupt
  [2.001813] Kernel Offset: disabled
  [2.001873] ---
  [ end Kernel panic - not syncing: Fatal exception in interrupt
  [1.997314]  [] do_IRQ+0x4b/0xd0
  [1.997379]  [] common_interrupt+0x82/0x82
  [1.997441]  
  [1.997336] hpsa :0c:00.0: scsi 1:3:0:0: added RAID  HP
  [1.997491]  [] ? cpuidle_enter_state+0x12d/0x270
  [1.997609]  [] cpuidle_enter+0x17/0x20
  [1.997674]  [] call_cpuidle+0x32/0x60
  [1.997737]  [] ? cpuidle_select+0x13/0x20
  [1.997800]  [] cpu_startup_entry+0x266/0x320
  [1.997866]  [] rest_init+0x7c/0x80
  [1.997930]  [] start_kernel+0x481/0x4a2
  [1.997994]  [] ? early_idt_handler_array+0x120/0x120
  [1.998058]  [] x86_64_start_reservations+0x2a/0x2c
  [1.998123]  [] x86
  [1.998123]  [] x86_64_start_kernel+0x14a/0x16d
  [1.998186] Code: 00 48 89 45 d0 31 c0 48 8b 47 58 a8 02 0f 84 cf 00 
  00 00 48 8b 46 50 49 89 fd 49 89 f4 65 8b 15 06 34 e7 3f 4c 8b b7 10 02 
  00 00 <39> 50 50 74 11
89 50 50 48 8b 46 50 8b 40 50 41 89 86 58 8put,hidraw0: USB HID v1.01 
  Key 74 11 89 50 50 48 8b 46 50 8b 40 50 41 89 86 58 8b 00
  [2.000922] RIP  [] 
  qla24xx_process_response_queue+0x49/0x4a0 [qla2xxx]
  [2.001050]  RSP 
  hpiLO-> exit

  Best regards Attila
  --- 
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp3', '/dev/dsp1', 
'/dev/dsp2', '/dev/dsp', '/dev/sequencer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2016-02-03 (32 days ago)
  InstallationMedia: Ubuntu-Server 14.04.3 LTS "Trusty Tahr" - Beta amd64 
(20150805)
  MachineType: HP ProLiant BL460c G7
  NonfreeKernelModules: raid10 raid456 async_raid6_recov async_memcpy async_pq 
async_xor async_tx xor raid6_pq raid1 raid0 multipath linear be2iscsi qla2xxx 
iscsi_boot_sysfs libiscsi ipmi_si hpsa scsi_transport_fc scsi_transport_iscsi 
ipmi_msghandler 8021q garp stp mrp llc ghash_clmulni_intel hid_generic be2net 
aesni_intel aes_x86_64 ablk_helper usbhid cryptd lrw vxlan gf128mul 
ip6_udp_tunnel glue_helper usb_storage hid udp_tunnel
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=bterm
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/sh
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=linux priority=low vga=788 initrd=initrd.gz ---
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-16-generic N/A
   linux-backports-modules-4.2.0-16-generic  N/A
   linux-firmware1.156
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.2.0-16-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-02-04 (31 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/05/2011
  dmi.bios.vendor: HP
  dmi.bios.version: I27
  dmi.chassis.type: 28
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrI27:bd05/05/2011:svnHP:pnProLiantBL460cG7:pvr:cvnHP:ct28:cvr:
  dmi.product.name: ProLiant BL460c G7
  dmi.sys.vendor: HP

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

-- 
Mailing list: 

[Kernel-packages] [Bug 1546342] [NEW] package linux-image-4.4.0-4-generic 4.4.0-4.19 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-02-16 Thread Anderson García
Public bug reported:

ocurr a problem with that

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-4-generic 4.4.0-4.19
ProcVersionSignature: Ubuntu 4.4.0-4.19-generic 4.4.1
Uname: Linux 4.4.0-4-generic x86_64
ApportVersion: 2.20-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  anderson   2472 F pulseaudio
Date: Tue Feb 16 07:57:12 2016
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 2
HibernationDevice: RESUME=UUID=96ab02a7-c59b-4083-ac7f-49a93123b4e8
InstallationDate: Installed on 2014-07-13 (583 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: langchao 12345
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-4-generic root=/dev/sda1 ro 
quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-36
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: package linux-image-4.4.0-4-generic 4.4.0-4.19 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
UpgradeStatus: Upgraded to xenial on 2016-02-16 (0 days ago)
dmi.bios.date: 04/30/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080015
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: IPM41-D3
dmi.board.vendor: langchao
dmi.board.version: 1.00
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080015:bd04/30/2010:svnlangchao:pn12345:pvrToBeFilledByO.E.M.:rvnlangchao:rnIPM41-D3:rvr1.00:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: 12345
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: langchao

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


** Tags: amd64 apport-package xenial

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

Title:
  package linux-image-4.4.0-4-generic 4.4.0-4.19 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

Status in linux package in Ubuntu:
  New

Bug description:
  ocurr a problem with that

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-4-generic 4.4.0-4.19
  ProcVersionSignature: Ubuntu 4.4.0-4.19-generic 4.4.1
  Uname: Linux 4.4.0-4-generic x86_64
  ApportVersion: 2.20-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anderson   2472 F pulseaudio
  Date: Tue Feb 16 07:57:12 2016
  ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 2
  HibernationDevice: RESUME=UUID=96ab02a7-c59b-4083-ac7f-49a93123b4e8
  InstallationDate: Installed on 2014-07-13 (583 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: langchao 12345
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-4-generic root=/dev/sda1 ro 
quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-4.4.0-4-generic 4.4.0-4.19 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  UpgradeStatus: Upgraded to xenial on 2016-02-16 (0 days ago)
  dmi.bios.date: 04/30/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080015
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: IPM41-D3
  dmi.board.vendor: langchao
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080015:bd04/30/2010:svnlangchao:pn12345:pvrToBeFilledByO.E.M.:rvnlangchao:rnIPM41-D3:rvr1.00:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: 12345
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: langchao

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

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


[Kernel-packages] [Bug 1492617] Re: Kernel Oops during boot

2015-09-06 Thread David Anderson
Ok.  Rewiring to have the secondary disk only I was able to 
boot of secondary and that worked.

Rewired back to 2 disks, primary as primary in the wiring.

In grub booted into recovery mode.

Used the dpkg option to get updated and remount as rw.

Got into root shell from grub extended manu and did
   apt-get remove 'nvidia*'
The quotes being essential.
Should probably have done purge, but..did not.
That removed the nvidia and did some kernel stuff.
exited shell and (as the on screen note warned)
only got back to a root shell.  Shutdown.
Then rebooted and the system restarts normally! Yay!

The question, of course, is when I reinstall nvidia
what will happen?  But at least the sytem boots and lightdm
runs now, normally. And I know how to get back to this state.

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

Title:
  Kernel Oops during boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  System crash during boot.  First encountered when booting
  3.13.0-63-generic #103-Ubuntu on restart after upgrade
  from 3.13.0-62.  that crashes the same way during boot.

  I tried using grub and booted into 3.13.0-62 but that
  behaved the same.  The data that should be here

  System remounts disk readonly
  and boots. I can ssh in to the system (but being read only
  cannot change anything).

  
  Ran memory test overnight (about 1.5 complete cycles
  of the test) and no errors.

  (on the --63)
  uname -a
  Linux Dseti3.home 3.13.0-63-generic #103-Ubuntu SMP Fri Aug 14 21:42:59 UTC 
2015
   x86_64 x86_64 x86_64 GNU/Linux

  Two nVidia GTX 760 GPUs.
  Using nVidia drivers because using OpenCL for boinc Seti@home
  and Einstein@home.

  I removed one GPU (as a test) and reboot encountered the same problem.

  Suggestions as to how to figure out what is wrong would
  be most welcome.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-62-generic 3.13.0-62.102
  ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
  Uname: Linux 3.13.0-62-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.12
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D8p', 
'/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  Date: Sat Sep  5 10:21:35 2015
  HibernationDevice: RESUME=UUID=7d28a6a1-b165-4bc2-b6e4-285bdedf6465
  InstallationDate: Installed on 2011-01-23 (1685 days ago)
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  MachineType: Supermicro X8DTN
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-62-generic 
root=UUID=670968bd-3485-489a-8498-0a508f833e0a ro quiet splash nomodeset
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-62-generic N/A
   linux-backports-modules-3.13.0-62-generic  N/A
   linux-firmware 1.127.15
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-07-21 (411 days ago)
  dmi.bios.date: 10/06/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTN
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd10/06/2010:svnSupermicro:pnX8DTN:pvr1234567890:rvnSupermicro:rnX8DTN:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTN
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


[Kernel-packages] [Bug 1492617] Re: Kernel Oops during boot

2015-09-06 Thread David Anderson
I don't know why things went wrong on the minor kernel upgrade, but
my problem is fixed so this bug can, I suppose, be closed.

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

Title:
  Kernel Oops during boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  System crash during boot.  First encountered when booting
  3.13.0-63-generic #103-Ubuntu on restart after upgrade
  from 3.13.0-62.  that crashes the same way during boot.

  I tried using grub and booted into 3.13.0-62 but that
  behaved the same.  The data that should be here

  System remounts disk readonly
  and boots. I can ssh in to the system (but being read only
  cannot change anything).

  
  Ran memory test overnight (about 1.5 complete cycles
  of the test) and no errors.

  (on the --63)
  uname -a
  Linux Dseti3.home 3.13.0-63-generic #103-Ubuntu SMP Fri Aug 14 21:42:59 UTC 
2015
   x86_64 x86_64 x86_64 GNU/Linux

  Two nVidia GTX 760 GPUs.
  Using nVidia drivers because using OpenCL for boinc Seti@home
  and Einstein@home.

  I removed one GPU (as a test) and reboot encountered the same problem.

  Suggestions as to how to figure out what is wrong would
  be most welcome.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-62-generic 3.13.0-62.102
  ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
  Uname: Linux 3.13.0-62-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.12
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D8p', 
'/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  Date: Sat Sep  5 10:21:35 2015
  HibernationDevice: RESUME=UUID=7d28a6a1-b165-4bc2-b6e4-285bdedf6465
  InstallationDate: Installed on 2011-01-23 (1685 days ago)
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  MachineType: Supermicro X8DTN
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-62-generic 
root=UUID=670968bd-3485-489a-8498-0a508f833e0a ro quiet splash nomodeset
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-62-generic N/A
   linux-backports-modules-3.13.0-62-generic  N/A
   linux-firmware 1.127.15
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-07-21 (411 days ago)
  dmi.bios.date: 10/06/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTN
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd10/06/2010:svnSupermicro:pnX8DTN:pvr1234567890:rvnSupermicro:rnX8DTN:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTN
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


[Kernel-packages] [Bug 1492617] Re: Kernel Oops during boot

2015-09-06 Thread David Anderson
Installed 14.04 on second drive from CD with primary disc unconnected..

Boot off of secondary disc with primary disconnected 
using default 14.04 settings and
driver and the system comes up with xfce properly.

Attempted to boot off secondary disk with grub  with both
connected  but that failed.  I note that Grub listed Ubuntu
10.10 for the secondary but that make no sense now
since I just replaced the old 10.10 on
the secondary disk with 14.04 (clean install).
dmesg on second drive boot 14.04 shows nouveau
driver.

I'm as puzzled as ever. No idea how to proceed
to identify the problem with the primary or fix it.

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

Title:
  Kernel Oops during boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  System crash during boot.  First encountered when booting
  3.13.0-63-generic #103-Ubuntu on restart after upgrade
  from 3.13.0-62.  that crashes the same way during boot.

  I tried using grub and booted into 3.13.0-62 but that
  behaved the same.  The data that should be here

  System remounts disk readonly
  and boots. I can ssh in to the system (but being read only
  cannot change anything).

  
  Ran memory test overnight (about 1.5 complete cycles
  of the test) and no errors.

  (on the --63)
  uname -a
  Linux Dseti3.home 3.13.0-63-generic #103-Ubuntu SMP Fri Aug 14 21:42:59 UTC 
2015
   x86_64 x86_64 x86_64 GNU/Linux

  Two nVidia GTX 760 GPUs.
  Using nVidia drivers because using OpenCL for boinc Seti@home
  and Einstein@home.

  I removed one GPU (as a test) and reboot encountered the same problem.

  Suggestions as to how to figure out what is wrong would
  be most welcome.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-62-generic 3.13.0-62.102
  ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
  Uname: Linux 3.13.0-62-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.12
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D8p', 
'/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  Date: Sat Sep  5 10:21:35 2015
  HibernationDevice: RESUME=UUID=7d28a6a1-b165-4bc2-b6e4-285bdedf6465
  InstallationDate: Installed on 2011-01-23 (1685 days ago)
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  MachineType: Supermicro X8DTN
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-62-generic 
root=UUID=670968bd-3485-489a-8498-0a508f833e0a ro quiet splash nomodeset
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-62-generic N/A
   linux-backports-modules-3.13.0-62-generic  N/A
   linux-firmware 1.127.15
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-07-21 (411 days ago)
  dmi.bios.date: 10/06/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTN
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd10/06/2010:svnSupermicro:pnX8DTN:pvr1234567890:rvnSupermicro:rnX8DTN:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTN
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


[Kernel-packages] [Bug 1492617] Re: Kernel Oops during boot

2015-09-06 Thread David Anderson
All back to normal running nVidia drivers.

For 14.04 ignore advice about /etc/X11/xorg.conf. Irrelevant.
Instead, boot into recovery mode in the grub menu.

Go into a shell (root shell) from the grub recovery menu.
# make read-write
mount -o remount,rw /
# remove nvidia packages.
apt-get purge 'nvidia*'
exit 


The apt-get command needs the quotes
around nvidia*.

You will get a warnng that the first reboot might not be
enough. I had to boot twice.

Now in the  Settings->Addtional Drivers
select the nvidia driver you want.

Then
sudo apt-get install nvidia-modprobe

Now reboot and all will, I hope, be good
for you too.

Problem solved.

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

Title:
  Kernel Oops during boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  System crash during boot.  First encountered when booting
  3.13.0-63-generic #103-Ubuntu on restart after upgrade
  from 3.13.0-62.  that crashes the same way during boot.

  I tried using grub and booted into 3.13.0-62 but that
  behaved the same.  The data that should be here

  System remounts disk readonly
  and boots. I can ssh in to the system (but being read only
  cannot change anything).

  
  Ran memory test overnight (about 1.5 complete cycles
  of the test) and no errors.

  (on the --63)
  uname -a
  Linux Dseti3.home 3.13.0-63-generic #103-Ubuntu SMP Fri Aug 14 21:42:59 UTC 
2015
   x86_64 x86_64 x86_64 GNU/Linux

  Two nVidia GTX 760 GPUs.
  Using nVidia drivers because using OpenCL for boinc Seti@home
  and Einstein@home.

  I removed one GPU (as a test) and reboot encountered the same problem.

  Suggestions as to how to figure out what is wrong would
  be most welcome.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-62-generic 3.13.0-62.102
  ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
  Uname: Linux 3.13.0-62-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.12
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D8p', 
'/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  Date: Sat Sep  5 10:21:35 2015
  HibernationDevice: RESUME=UUID=7d28a6a1-b165-4bc2-b6e4-285bdedf6465
  InstallationDate: Installed on 2011-01-23 (1685 days ago)
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  MachineType: Supermicro X8DTN
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-62-generic 
root=UUID=670968bd-3485-489a-8498-0a508f833e0a ro quiet splash nomodeset
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-62-generic N/A
   linux-backports-modules-3.13.0-62-generic  N/A
   linux-firmware 1.127.15
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-07-21 (411 days ago)
  dmi.bios.date: 10/06/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTN
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd10/06/2010:svnSupermicro:pnX8DTN:pvr1234567890:rvnSupermicro:rnX8DTN:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTN
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


[Kernel-packages] [Bug 1492617] Re: Kernel Oops during boot

2015-09-06 Thread David Anderson
Booting off a 14.04 live cd works fine.   
Mounting the system disks read-write works 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/1492617

Title:
  Kernel Oops during boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  System crash during boot.  First encountered when booting
  3.13.0-63-generic #103-Ubuntu on restart after upgrade
  from 3.13.0-62.  that crashes the same way during boot.

  I tried using grub and booted into 3.13.0-62 but that
  behaved the same.  The data that should be here

  System remounts disk readonly
  and boots. I can ssh in to the system (but being read only
  cannot change anything).

  
  Ran memory test overnight (about 1.5 complete cycles
  of the test) and no errors.

  (on the --63)
  uname -a
  Linux Dseti3.home 3.13.0-63-generic #103-Ubuntu SMP Fri Aug 14 21:42:59 UTC 
2015
   x86_64 x86_64 x86_64 GNU/Linux

  Two nVidia GTX 760 GPUs.
  Using nVidia drivers because using OpenCL for boinc Seti@home
  and Einstein@home.

  I removed one GPU (as a test) and reboot encountered the same problem.

  Suggestions as to how to figure out what is wrong would
  be most welcome.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-62-generic 3.13.0-62.102
  ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
  Uname: Linux 3.13.0-62-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.12
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D8p', 
'/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  Date: Sat Sep  5 10:21:35 2015
  HibernationDevice: RESUME=UUID=7d28a6a1-b165-4bc2-b6e4-285bdedf6465
  InstallationDate: Installed on 2011-01-23 (1685 days ago)
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  MachineType: Supermicro X8DTN
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-62-generic 
root=UUID=670968bd-3485-489a-8498-0a508f833e0a ro quiet splash nomodeset
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-62-generic N/A
   linux-backports-modules-3.13.0-62-generic  N/A
   linux-firmware 1.127.15
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-07-21 (411 days ago)
  dmi.bios.date: 10/06/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTN
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd10/06/2010:svnSupermicro:pnX8DTN:pvr1234567890:rvnSupermicro:rnX8DTN:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTN
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


[Kernel-packages] [Bug 1492617] [NEW] Kernel Oops during boot

2015-09-05 Thread David Anderson
Public bug reported:

System crash during boot.  First encountered when booting
3.13.0-63-generic #103-Ubuntu on restart after upgrade
from 3.13.0-62.  that crashes the same way during boot.

I tried using grub and booted into 3.13.0-62 but that
behaved the same.  The data that should be here

System remounts disk readonly
and boots. I can ssh in to the system (but being read only
cannot change anything).


Ran memory test overnight (about 1.5 complete cycles
of the test) and no errors.

(on the --63)
uname -a
Linux Dseti3.home 3.13.0-63-generic #103-Ubuntu SMP Fri Aug 14 21:42:59 UTC 2015
 x86_64 x86_64 x86_64 GNU/Linux

Two nVidia GTX 760 GPUs.
Using nVidia drivers because using OpenCL for boinc Seti@home
and Einstein@home.

I removed one GPU (as a test) and reboot encountered the same problem.

Suggestions as to how to figure out what is wrong would
be most welcome.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-62-generic 3.13.0-62.102
ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
Uname: Linux 3.13.0-62-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.12
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D8p', 
'/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
Date: Sat Sep  5 10:21:35 2015
HibernationDevice: RESUME=UUID=7d28a6a1-b165-4bc2-b6e4-285bdedf6465
InstallationDate: Installed on 2011-01-23 (1685 days ago)
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
MachineType: Supermicro X8DTN
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-62-generic 
root=UUID=670968bd-3485-489a-8498-0a508f833e0a ro quiet splash nomodeset
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-62-generic N/A
 linux-backports-modules-3.13.0-62-generic  N/A
 linux-firmware 1.127.15
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to trusty on 2014-07-21 (411 days ago)
dmi.bios.date: 10/06/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080016
dmi.board.asset.tag: 1234567890
dmi.board.name: X8DTN
dmi.board.vendor: Supermicro
dmi.board.version: 2.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 17
dmi.chassis.vendor: Supermicro
dmi.chassis.version: 1234567890
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd10/06/2010:svnSupermicro:pnX8DTN:pvr1234567890:rvnSupermicro:rnX8DTN:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
dmi.product.name: X8DTN
dmi.product.version: 1234567890
dmi.sys.vendor: Supermicro

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


** Tags: amd64 apport-bug trusty

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

Title:
  Kernel Oops during boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  System crash during boot.  First encountered when booting
  3.13.0-63-generic #103-Ubuntu on restart after upgrade
  from 3.13.0-62.  that crashes the same way during boot.

  I tried using grub and booted into 3.13.0-62 but that
  behaved the same.  The data that should be here

  System remounts disk readonly
  and boots. I can ssh in to the system (but being read only
  cannot change anything).

  
  Ran memory test overnight (about 1.5 complete cycles
  of the test) and no errors.

  (on the --63)
  uname -a
  Linux Dseti3.home 3.13.0-63-generic #103-Ubuntu SMP Fri Aug 14 21:42:59 UTC 
2015
   x86_64 x86_64 x86_64 GNU/Linux

  Two nVidia GTX 760 GPUs.
  Using nVidia drivers because using OpenCL for boinc Seti@home
  and Einstein@home.

  I removed one GPU (as a test) and reboot encountered the same problem.

  Suggestions as to how to figure out what is wrong would
  be most welcome.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-62-generic 3.13.0-62.102
  ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
  Uname: Linux 3.13.0-62-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.12
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D8p', 
'/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  Date: Sat Sep  5 10:21:35 2015
  HibernationDevice: RESUME=UUID=7d28a6a1-b165-4bc2-b6e4-285bdedf6465
  InstallationDate: Installed on 2011-01-23 (1685 days ago)
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  MachineType: Supermicro X8DTN
  ProcFB:
   
  ProcKernelCmdLine: 

[Kernel-packages] [Bug 1492617] Re: Kernel Oops during boot

2015-09-05 Thread David Anderson
Just to show a bit of the same issue when booting 3.13.0-63,
attached is /var/log/kern.log from -63.  

** Attachment added: "-63 kernel oops from /var/log/kern.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1492617/+attachment/4458012/+files/dseti3oops

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

Title:
  Kernel Oops during boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  System crash during boot.  First encountered when booting
  3.13.0-63-generic #103-Ubuntu on restart after upgrade
  from 3.13.0-62.  that crashes the same way during boot.

  I tried using grub and booted into 3.13.0-62 but that
  behaved the same.  The data that should be here

  System remounts disk readonly
  and boots. I can ssh in to the system (but being read only
  cannot change anything).

  
  Ran memory test overnight (about 1.5 complete cycles
  of the test) and no errors.

  (on the --63)
  uname -a
  Linux Dseti3.home 3.13.0-63-generic #103-Ubuntu SMP Fri Aug 14 21:42:59 UTC 
2015
   x86_64 x86_64 x86_64 GNU/Linux

  Two nVidia GTX 760 GPUs.
  Using nVidia drivers because using OpenCL for boinc Seti@home
  and Einstein@home.

  I removed one GPU (as a test) and reboot encountered the same problem.

  Suggestions as to how to figure out what is wrong would
  be most welcome.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-62-generic 3.13.0-62.102
  ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
  Uname: Linux 3.13.0-62-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.12
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D8p', 
'/dev/snd/pcmC0D9p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  Date: Sat Sep  5 10:21:35 2015
  HibernationDevice: RESUME=UUID=7d28a6a1-b165-4bc2-b6e4-285bdedf6465
  InstallationDate: Installed on 2011-01-23 (1685 days ago)
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  MachineType: Supermicro X8DTN
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-62-generic 
root=UUID=670968bd-3485-489a-8498-0a508f833e0a ro quiet splash nomodeset
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-62-generic N/A
   linux-backports-modules-3.13.0-62-generic  N/A
   linux-firmware 1.127.15
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-07-21 (411 days ago)
  dmi.bios.date: 10/06/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTN
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd10/06/2010:svnSupermicro:pnX8DTN:pvr1234567890:rvnSupermicro:rnX8DTN:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTN
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


[Kernel-packages] [Bug 1410359] [NEW] package linux-image-3.13.0-44-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2015-01-13 Thread David Anderson
Public bug reported:

Kernel upgrade failing (?) somehow.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-44-generic (not installed)
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  davea  2871 F pulseaudio
  davea  2895 F panel-11-mixer
Date: Tue Jan 13 08:29:31 2015
DuplicateSignature: package:linux-image-3.13.0-44-generic:(not 
installed):subprocess new pre-installation script returned error exit status 128
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
HibernationDevice: RESUME=UUID=33d095b8-c280-4eff-8693-f2b40ab74c3b
MachineType: System manufacturer P5Q3 DELUXE
ProcFB:
 
ProcKernelCmdLine: root=UUID=75a0a234-7eee-4a05-9e39-8767a6898130 ro quiet 
splash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc N/A
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: package linux-image-3.13.0-44-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
UpgradeStatus: Upgraded to trusty on 2014-07-21 (175 days ago)
WifiSyslog:
 Jan 13 08:29:33 q2 kernel: [339720.576057] SGI XFS with ACLs, security 
attributes, realtime, large block/inode numbers, no debug enabled
 Jan 13 08:29:33 q2 kernel: [339720.807443] JFS: nTxBlock = 8192, nTxLock = 
65536
 Jan 13 08:29:33 q2 kernel: [339721.036839] NTFS driver 2.1.30 [Flags: R/O 
MODULE].
 Jan 13 08:29:33 q2 kernel: [339721.269105] QNX4 filesystem 0.2.3 registered.
WpaSupplicantLog:
 
dmi.bios.date: 05/26/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2105
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5Q3 DELUXE
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2105:bd05/26/2009:svnSystemmanufacturer:pnP5Q3DELUXE:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5Q3DELUXE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: P5Q3 DELUXE
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: apport-package i386 trusty

** Attachment added: version.log
   
https://bugs.launchpad.net/bugs/1410359/+attachment/4297599/+files/version.log

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

Title:
  package linux-image-3.13.0-44-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  New

Bug description:
  Kernel upgrade failing (?) somehow.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-44-generic (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  davea  2871 F pulseaudio
davea  2895 F panel-11-mixer
  Date: Tue Jan 13 08:29:31 2015
  DuplicateSignature: package:linux-image-3.13.0-44-generic:(not 
installed):subprocess new pre-installation script returned error exit status 128
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  HibernationDevice: RESUME=UUID=33d095b8-c280-4eff-8693-f2b40ab74c3b
  MachineType: System manufacturer P5Q3 DELUXE
  ProcFB:
   
  ProcKernelCmdLine: root=UUID=75a0a234-7eee-4a05-9e39-8767a6898130 ro quiet 
splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-3.13.0-44-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: Upgraded to trusty on 2014-07-21 (175 days ago)
  WifiSyslog:
   Jan 13 08:29:33 q2 kernel: [339720.576057] SGI XFS with ACLs, security 
attributes, realtime, large block/inode numbers, no debug enabled
   Jan 13 08:29:33 q2 kernel: [339720.807443] JFS: nTxBlock = 8192, nTxLock = 
65536
   Jan 13 08:29:33 q2 kernel: [339721.036839] NTFS driver 2.1.30 

[Kernel-packages] [Bug 1410359] Re: package linux-image-3.13.0-44-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2015-01-13 Thread David Anderson
The command set jsalisbury suggested seemed to succeed.

Now running.
Linux q2.home 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16 00:23:46 UTC 2014 
i686 i686 i686 GNU/Linux
So, for me, this is resolved.

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

Title:
  package linux-image-3.13.0-44-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Kernel upgrade failing (?) somehow.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-44-generic (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  davea  2871 F pulseaudio
davea  2895 F panel-11-mixer
  Date: Tue Jan 13 08:29:31 2015
  DuplicateSignature: package:linux-image-3.13.0-44-generic:(not 
installed):subprocess new pre-installation script returned error exit status 128
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  HibernationDevice: RESUME=UUID=33d095b8-c280-4eff-8693-f2b40ab74c3b
  MachineType: System manufacturer P5Q3 DELUXE
  ProcFB:
   
  ProcKernelCmdLine: root=UUID=75a0a234-7eee-4a05-9e39-8767a6898130 ro quiet 
splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-3.13.0-44-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: Upgraded to trusty on 2014-07-21 (175 days ago)
  WifiSyslog:
   Jan 13 08:29:33 q2 kernel: [339720.576057] SGI XFS with ACLs, security 
attributes, realtime, large block/inode numbers, no debug enabled
   Jan 13 08:29:33 q2 kernel: [339720.807443] JFS: nTxBlock = 8192, nTxLock = 
65536
   Jan 13 08:29:33 q2 kernel: [339721.036839] NTFS driver 2.1.30 [Flags: R/O 
MODULE].
   Jan 13 08:29:33 q2 kernel: [339721.269105] QNX4 filesystem 0.2.3 registered.
  WpaSupplicantLog:
   
  dmi.bios.date: 05/26/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2105
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5Q3 DELUXE
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2105:bd05/26/2009:svnSystemmanufacturer:pnP5Q3DELUXE:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5Q3DELUXE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5Q3 DELUXE
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1313169] Re: Ubuntu Trusty Tahr cannot boot on RAID5 array

2014-09-07 Thread John B. Anderson
Having just attempted an upgrade to Tahr, I can confirm that the fix is
NOT in place for linux-image-3.13.0-35-generic.

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

Title:
  Ubuntu Trusty Tahr cannot boot on RAID5 array

Status in “initramfs-tools” package in Ubuntu:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Raid array is three identical Western Digital Green series 500GB hard
  drives on an NVIDIA controller set to RAID5 for a total of 1TiB
  (931.52GB) storage.

  Installation was done using the Ubuntu LiveCD.

  Partitions on the filesystem was created beforehand using gparted. The
  partition table is set up to be GPT with a 8MB bios_grub partition, a
  256MB fat32 EFIBoot partition (not used for this setup, board does not
  support EFI and is expected to boot from the bios_grub legacy
  partition), a 4GB swap, 80GB root partition, and the rest for /home.
  Then  the installer is invoked and the partitions are set up. GRUB is
  told to install to the root of the RAID array in /dev/mapper . The
  installation went flawlessly.

  Upon reboot, GRUB loads as expected, and loads the kernel and initrd
  as expected. However, the kernel gives up on waiting for the root
  partition and drops to initramfs busybox. dmesg|grep device shows
  the following errors:

  device-mapper: table: 252:0: raid: unknown target type
  device-mapper: ioctl: error adding target to table

  Trying to invoke dmraid -a y results in the following error:
  ERROR: device-mapper target type raid is not in the kernel
  RAID set nvidia_babddecf was not activated.

  nvidia_babddecf is the assigned volume name by the controller.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1313169/+subscriptions

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


[Kernel-packages] [Bug 1322211] Re: linux-image-3.13.0-24-generic kernel doesn't boot on Xen 3.0 from CentOS5

2014-09-04 Thread Tore Anderson
FYI, this bug is now fixed by http://kernel.ubuntu.com/git?p=ubuntu
/ubuntu-trusty.git;a=commit;h=6ac0d80c79b062b44135cec6436d6eeeaeed1ec2.
I've tested linux-image-3.13.0-35-generic version 3.13.0-35.62~precise1
and can confirm it's working OK. So this bug report can probably be
closed.

Tore

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

Title:
  linux-image-3.13.0-24-generic kernel doesn't boot on Xen 3.0 from
  CentOS5

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  linux-image-3.13.0-24-generic does not boot on Xen 3.0.  Tested on
  CentOS 5.10.  Boot crashes before any output from kernel.

  Output from xm dmesg:
  (XEN) event_channel.c:181:d0 EVTCHNOP failure: domain 0, error -22, line 181
  (XEN) event_channel.c:181:d0 EVTCHNOP failure: domain 0, error -22, line 181
  (XEN) traps.c:1912:d2004 Domain attempted WRMSR 008b from 
0015: to :.
  (XEN) traps.c:405:d2004 Unhandled invalid opcode fault/trap [#6] in domain 
2004 on VCPU 0 [ec=]
  (XEN) domain_crash_sync called from entry.S
  (XEN) Domain 2004 (vcpu#0) crashed on cpu#14:
  (XEN) [ Xen-3.1.2-308.8.2.el5  x86_64  debug=n  Not tainted ]
  (XEN) CPU:14
  (XEN) RIP:e033:[81004c38]
  (XEN) RFLAGS: 0282   CONTEXT: guest
  (XEN) rax: ffea   rbx: 023ff000   rcx: 0002
  (XEN) rdx: 0001   rsi: 81c01e48   rdi: 
  (XEN) rbp: 81c01e58   rsp: 81c01e08   r8:  
  (XEN) r9:  81c01dc8   r10: 7ff0   r11: 
  (XEN) r12: 81dd6900   r13:    r14: 
  (XEN) r15:    cr0: 80050033   cr4: 26b0
  (XEN) cr3: 001dde584000   cr2: 
  (XEN) ds:    es:    fs:    gs:    ss: e02b   cs: e033
  (XEN) Guest stack trace from rsp=81c01e08:
  (XEN)0002  81004c38 0001e030
  (XEN)00010082 81c01e48 e02b 81004c32
  (XEN)00010004 8171e4a0 81c01e78 81d38f1d
  (XEN)00010001 81727ed0 81c01ef0 81d3c58b
  (XEN)  81c01ef0 81c01f08
  (XEN)0010 81c01f00 81c01ec0 81ebc632
  (XEN) 81dd6900  
  (XEN) 81c01f30 81d34c07 0018
  (XEN)356a4e4bd08da87b 81c01f60 f3df 
  (XEN) 81c01f40 81d345ee 81c01ff8
  (XEN)81d384a7 000206c2 000133200800 0f898371
  (XEN)   
  (XEN)   
  (XEN)   
  (XEN)   
  (XEN)   0f0060c0c748
  (XEN)c305   
  (XEN)   
  (XEN)   
  (XEN)   

  Appears to be a known bug that has not been patched in mainline kernel yet:
  http://lists.xen.org/archives/html/xen-devel/2014-05/msg01474.html

  Tested recompiling from kernel at git://kernel.ubuntu.com/ubuntu
  /ubuntu-trusty.git with patch from above thread.

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

  # apt-cache policy linux-image-3.13.0-24-generic
  linux-image-3.13.0-24-generic:
Installed: 3.13.0-24.46
Candidate: 3.13.0-24.46
Version table:
   *** 3.13.0-24.46 0
  100 /var/lib/dpkg/status
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 22 15:10 seq
   crw-rw 1 root audio 116, 33 May 22 15:10 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg: [   20.010048] init: plymouth-upstart-bridge main process 
ended, respawning
  DistroRelease: Ubuntu 14.04
  IwConfig: Error: [Errno 2] No such file or directory
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  Package: linux (not 

[Kernel-packages] [Bug 1322211] Re: linux-image-3.13.0-24-generic kernel doesn't boot on Xen 3.0 from CentOS5

2014-08-15 Thread Tore Anderson
Hi, I'm also affected by this issue. I have a number of virtual machines
running Precise which are now left in limbo - I cannot use the original
Precise kernel (3.2.0) because of some missing features, and I cannot
upgrade to the Trusty kernel (or upgrade the entire distribution to
Trusty for that matter) due to this issue. I can run the Raring or Saucy
kernels, but those are now End of Life, which means I won't get any
security fixes. I have no influence over my VPS provider's choice of
hypervisor software.

It's been three months since this bug saw any activity, has it been
forgotten about?

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

Title:
  linux-image-3.13.0-24-generic kernel doesn't boot on Xen 3.0 from
  CentOS5

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  linux-image-3.13.0-24-generic does not boot on Xen 3.0.  Tested on
  CentOS 5.10.  Boot crashes before any output from kernel.

  Output from xm dmesg:
  (XEN) event_channel.c:181:d0 EVTCHNOP failure: domain 0, error -22, line 181
  (XEN) event_channel.c:181:d0 EVTCHNOP failure: domain 0, error -22, line 181
  (XEN) traps.c:1912:d2004 Domain attempted WRMSR 008b from 
0015: to :.
  (XEN) traps.c:405:d2004 Unhandled invalid opcode fault/trap [#6] in domain 
2004 on VCPU 0 [ec=]
  (XEN) domain_crash_sync called from entry.S
  (XEN) Domain 2004 (vcpu#0) crashed on cpu#14:
  (XEN) [ Xen-3.1.2-308.8.2.el5  x86_64  debug=n  Not tainted ]
  (XEN) CPU:14
  (XEN) RIP:e033:[81004c38]
  (XEN) RFLAGS: 0282   CONTEXT: guest
  (XEN) rax: ffea   rbx: 023ff000   rcx: 0002
  (XEN) rdx: 0001   rsi: 81c01e48   rdi: 
  (XEN) rbp: 81c01e58   rsp: 81c01e08   r8:  
  (XEN) r9:  81c01dc8   r10: 7ff0   r11: 
  (XEN) r12: 81dd6900   r13:    r14: 
  (XEN) r15:    cr0: 80050033   cr4: 26b0
  (XEN) cr3: 001dde584000   cr2: 
  (XEN) ds:    es:    fs:    gs:    ss: e02b   cs: e033
  (XEN) Guest stack trace from rsp=81c01e08:
  (XEN)0002  81004c38 0001e030
  (XEN)00010082 81c01e48 e02b 81004c32
  (XEN)00010004 8171e4a0 81c01e78 81d38f1d
  (XEN)00010001 81727ed0 81c01ef0 81d3c58b
  (XEN)  81c01ef0 81c01f08
  (XEN)0010 81c01f00 81c01ec0 81ebc632
  (XEN) 81dd6900  
  (XEN) 81c01f30 81d34c07 0018
  (XEN)356a4e4bd08da87b 81c01f60 f3df 
  (XEN) 81c01f40 81d345ee 81c01ff8
  (XEN)81d384a7 000206c2 000133200800 0f898371
  (XEN)   
  (XEN)   
  (XEN)   
  (XEN)   
  (XEN)   0f0060c0c748
  (XEN)c305   
  (XEN)   
  (XEN)   
  (XEN)   

  Appears to be a known bug that has not been patched in mainline kernel yet:
  http://lists.xen.org/archives/html/xen-devel/2014-05/msg01474.html

  Tested recompiling from kernel at git://kernel.ubuntu.com/ubuntu
  /ubuntu-trusty.git with patch from above thread.

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

  # apt-cache policy linux-image-3.13.0-24-generic
  linux-image-3.13.0-24-generic:
Installed: 3.13.0-24.46
Candidate: 3.13.0-24.46
Version table:
   *** 3.13.0-24.46 0
  100 /var/lib/dpkg/status
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 22 15:10 seq
   crw-rw 1 root audio 116, 33 May 22 15:10 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  

[Kernel-packages] [Bug 1305522] Re: Backport Synaptics HID touchpad driver for 14.04

2014-07-10 Thread Andy Anderson
Using the 3.13.0-32-generic kernel in the -proposed repo works well for
me. I am on a Dell XPS 12-9Q33. I get a full featured recognized touch
pad and working touchscreen. Thanks to everyone for all the work put
into this bug fix.

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

Title:
  Backport Synaptics HID touchpad driver for 14.04

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

Bug description:
  Synaptics just upstreamed a new set of HID touchpad driver:

  
http://git.kernel.org/cgit/linux/kernel/git/jikos/hid.git/commit/?h=for-3.16/rmi4id=9fb6bf02e3ad04c20edb8e46536ce3eeda32c736

  It's better we can have it in 14.04 .

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

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


[Kernel-packages] [Bug 1305522] Re: Backport Synaptics HID touchpad driver for 14.04

2014-07-10 Thread Andy Anderson
To follow up on my last comment, here are details from my machine where
touchpad and touchscreen are both fully functional:

:~$ xinput
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ ATML1000:00 03EB:842F id=10   [slave  pointer  (2)]
⎜   ↳ DLL05E3:01 06CB:2734  id=11   [slave  pointer  (2)]
⎜   ↳ PS/2 Synaptics TouchPad   id=14   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Power Button  id=8[slave  keyboard (3)]
↳ Integrated Webcam id=9[slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=12   [slave  keyboard (3)]
↳ Dell WMI hotkeys  

$ dmesg | grep psmouse
[2.209923] psmouse serio1: synaptics: Unable to query device.
[7.566269] psmouse serio1: Failed to enable mouse on isa0060/serio1

$ lsmod | grep psmouse
psmouse   106678  0

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

Title:
  Backport Synaptics HID touchpad driver for 14.04

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

Bug description:
  Synaptics just upstreamed a new set of HID touchpad driver:

  
http://git.kernel.org/cgit/linux/kernel/git/jikos/hid.git/commit/?h=for-3.16/rmi4id=9fb6bf02e3ad04c20edb8e46536ce3eeda32c736

  It's better we can have it in 14.04 .

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

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


[Kernel-packages] [Bug 1272765] Re: Xbox 360 wireless controller light continues blinking after sync with receiver

2014-06-16 Thread Andrew Anderson
Carl Burns wrote:
 I'm having the same issue on 14.04 but with the wired controller i can
 verify its not just the wireless

Wired Microsoft Xbox 360 controllers work fine for me in 14.04; only
wireless controllers have the flashing issue.

Luis Alvarado wrote:
 Using the PPA as it is shown in http://www.omgubuntu.co.uk/2014/06/
 ubuntu-xbox-controller-support-xboxdrv-driver does not work with the 360
 controller.

Sorry, this bug is about xpad, not xboxdrv.

I can verify that the bug is still present in 14.04 and that the package
steamos-xpad-dkms from Valve's PPA (
https://launchpad.net/~mdeslaur/+archive/steamos ) fixes the issue, as
stated by the OP. This version of xpad really should be in Ubuntu by
default.

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

Title:
  Xbox 360 wireless controller light continues blinking after sync with
  receiver

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  I'm trying to use an Xbox 360 wireless gamepad with Ubuntu 13.10
  64-bit (I've confirmed that this bug affects 14.04 as well).  For
  background, the 360 wireless controller uses a receiver (also made by
  Microsoft) that plugs into a PC via USB.  The controller syncs with
  the receiver by pressing a button on both.

  The xpad driver in the kernel seems to support most of its
  functionality just fine, but the light on the controller continues
  flashing forever after syncing with the receiver.  Having a constant
  blinking light on one's controller is annoying and makes the user
  experience feel sloppy.

  As best I can tell, the version of the xpad driver in the mainline
  kernel hasn't been touched in a few years.  Valve, creators of Steam
  and SteamOS, have done work on the driver recently and have fixed this
  bug.  (Ubuntu PPA for this driver here:
  https://launchpad.net/~mdeslaur/+archive/steamos )

  It would be really nice if 14.04 and all future versions of Ubuntu could use 
Valve's version of this driver, as it's the version being actively maintained.  
Without it, gamers trying out Ubuntu will get a low impression of Ubuntu's 
polish and support for gaming.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jpl2694 F pulseaudio
   /dev/snd/controlC1:  jpl2694 F pulseaudio
   /dev/snd/controlC0:  jpl2694 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=d1b7d2f8-4929-4b69-8cc9-ecaa3857fa09
  InstallationDate: Installed on 2013-04-28 (272 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=7e9aaad1-2e08-4726-9451-b5a3d38ccc36 ro quiet splash
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  saucy
  Uname: Linux 3.11.0-15-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-18 (99 days ago)
  UserGroups: adm bluetooth cdrom dip lpadmin plugdev root sambashare sudo
  dmi.bios.date: 01/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.80
  dmi.board.name: Z77 Extreme4
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.80:bd01/17/2013:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnZ77Extreme4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Kernel-packages] [Bug 1322441] Re: QEMU Windows guest unstable after random amount of time

2014-05-29 Thread Matthew Anderson
Tested with kernel - Linux 3.15.0-031500rc7-generic

After 24 hours there's no sign of the problem.

After watching numastat for a while I noticed that with the 3.13.0
kernel the allocated memory for qemu does a really sudden drop from 6GB
down to 2GB. QEMU then freezes with 100% CPU until the allocation goes
back up to 6GB again. On 3.15 the memory stays almost constant and is
migrated towards one numa node as you'd expect. Just speculating but
there must be some kind of page invalidation bug in the numa balancer.

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

Title:
  QEMU Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests
  become unstable. Guest appear to freeze intermittently (VNC console
  unresponsive, network pings dropped to guest, frozen IO) for 20-60
  seconds at a time which repeats constantly every few minutes and
  guests do not recover unless QEMU is killed and the guest is started
  again. Whilst the guest is frozen CPU usage of the QEMU process jumps
  to 100-150%.

  WORKAROUND: Disable automatic NUMA balancing:
  echo 0  /proc/sys/kernel/numa_balancing

  ---
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 01:25 seq
   crw-rw 1 root audio 116, 33 May 24 01:25 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.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:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
  InstallationDate: Installed on 2013-03-21 (428 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MachineType: Supermicro X8DTT
  Package: linux (not installed)
  PciMultimedia:

  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=386ad1f0-7ced-414f-9a09-4c078c36977c ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-21 (2 days ago)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 05/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTT
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/20/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTT
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


[Kernel-packages] [Bug 1305522] Re: Backport Synaptics HID touchpad driver for 14.04

2014-05-28 Thread Andy Anderson
Using the kernel from #44  on my Dell Dell XPS 12 9Q33.

this is my xinput output:
:~$ xinput
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ ATML1000:00 03EB:842F id=10   [slave  pointer  (2)]
⎜   ↳ DLL05E3:01 06CB:2734  id=11   [slave  pointer  (2)]
⎜   ↳ PS/2 Synaptics TouchPad   id=14   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Power Button  id=8[slave  keyboard (3)]
↳ Integrated Webcam id=9[slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=12   [slave  keyboard (3)]
↳ Dell WMI hotkeys  id=13   [slave  keyboard (3)]

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

Title:
  Backport Synaptics HID touchpad driver for 14.04

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

Bug description:
  Synaptics just upstreamed a new set of HID touchpad driver:

  
http://git.kernel.org/cgit/linux/kernel/git/jikos/hid.git/commit/?h=for-3.16/rmi4id=9fb6bf02e3ad04c20edb8e46536ce3eeda32c736

  It's better we can have it in 14.04 .

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

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


[Kernel-packages] [Bug 1322441] Re: QEMU Windows guest unstable after random amount of time

2014-05-25 Thread Matthew Anderson
BIOS has now been updated
# sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
2.1c  
04/22/2014

I've been able to reproduce the problem using a fresh Windows 2008R2
server image. The guest functions correctly for a period of time then
starts to 'freeze' for around 10 seconds every 5-20 seconds. While
frozen the CPU usage of QEMU jumps to around 105%.

Attached is the updated perf record.

 11.74%  qemu-system-x86  [kernel.kallsyms][k] flush_tlb_page
  6.27%  qemu-system-x86  [kernel.kallsyms][k] kvm_handle_hva_range
  4.98%  qemu-system-x86  [kernel.kallsyms][k] __srcu_read_lock
  4.76%  qemu-system-x86  [kernel.kallsyms][k] try_to_unmap_ksm
  4.62%  qemu-system-x86  [kernel.kallsyms][k] _raw_spin_unlock
  4.30%  qemu-system-x86  [kernel.kallsyms][k] up_read
  4.05%  qemu-system-x86  [kernel.kallsyms][k] down_read
  3.97%  qemu-system-x86  [kernel.kallsyms][k] try_to_unmap_one
  3.85%  qemu-system-x86  [kernel.kallsyms][k] generic_exec_single
  3.72%  qemu-system-x86  [kernel.kallsyms][k] _raw_spin_lock
  3.45%  qemu-system-x86  [kernel.kallsyms][k] __srcu_read_unlock
  3.18%  qemu-system-x86  [kernel.kallsyms][k] mm_find_pmd
  3.00%  qemu-system-x86  [kernel.kallsyms][k] rmap_walk_ksm
  2.90%  qemu-system-x86  [kernel.kallsyms][k] cpumask_any_but
  2.87%  qemu-system-x86  [kernel.kallsyms][k] remove_migration_pte
  2.25%  qemu-system-x86  [kernel.kallsyms][k] 
__anon_vma_interval_tree_subtree_search
  1.64%  qemu-system-x86  [kernel.kallsyms][k] kvm_unmap_rmapp


** Attachment added: perf.data
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1322441/+attachment/4119371/+files/perf.data

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

Title:
  QEMU Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests become 
unstable. Guest appear to freeze intermittently (VNC console unresponsive, 
network pings dropped to guest, frozen IO) for 20-60 seconds at a time which 
repeats constantly every few minutes and guests do not recover unless QEMU is 
killed and the guest is started again. Whilst the guest is frozen CPU usage of 
the QEMU process jumps to 100-150%.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 01:25 seq
   crw-rw 1 root audio 116, 33 May 24 01:25 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.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:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
  InstallationDate: Installed on 2013-03-21 (428 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MachineType: Supermicro X8DTT
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=386ad1f0-7ced-414f-9a09-4c078c36977c ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-21 (2 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTT
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/20/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTT
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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

[Kernel-packages] [Bug 1322441] [NEW] Windows guest unstable after random amount of time

2014-05-23 Thread Matthew Anderson
Public bug reported:

Ubuntu 14.04, all updates done as of 23/5/2014
Kernel : Linux 3.13.0-24-generic
Qemu : 1.7.1 and 2.0.0 tested
Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

Anywhere from 20 minutes for 3+ hours after booting Windows guests
become unstable. Guest appear to freeze intermittently (VNC console
unresponsive, network pings dropped to guest, frozen IO) for 20-60
seconds at a time which repeats constantly every few minutes and guests
do not recover unless QEMU is killed and the guest is started again.
Whilst the guest is frozen CPU usage of the QEMU process jumps to
100-150%.

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

** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/bugs/1322441/+attachment/4118035/+files/lspci-vnvn.log

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

Title:
  Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests
  become unstable. Guest appear to freeze intermittently (VNC console
  unresponsive, network pings dropped to guest, frozen IO) for 20-60
  seconds at a time which repeats constantly every few minutes and
  guests do not recover unless QEMU is killed and the guest is started
  again. Whilst the guest is frozen CPU usage of the QEMU process jumps
  to 100-150%.

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

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


[Kernel-packages] [Bug 1322441] Re: Windows guest unstable after random amount of time

2014-05-23 Thread Matthew Anderson
The bug occurred when upgrading from 12.04.1 (3.2 kernel) to 14.04 (3.13
kernel). Booting with the old 3.2 kernel resolves the problem.


Guest command line -
qemu-system-x86_64 -enable-kvm -name test -S-machine 
pc-i440fx-1.4,accel=kvm,usb=off -cpu qemu64,hv_relaxed -m 4096 
-realtimemlock=off -smp 2,sockets=2,cores=1,threads=1 -uuid 
e00d6bde-ca3e-8e6c-2c92-d5b5ec632b9a -no-user-config -nodefaults 
-chardevsocket,id=charmonitor,path=/var/lib/libvirt/qemu/test.monitor,server,nowait
 -monchardev=charmonitor,id=monitor,mode=contro 
l-rtcbase=localtime,driftfix=slew -no-hpet -no-shutdown -bootstrict=on 
-devicepiix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive 
file=rbd:ssd/test:auth_supported=none,if=none,id=drive-virtio-disk0-devicevirtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=2
 -drive 
if=none,id=drive-ide0-1-0,readonly=on,format=raw-deviceide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0,bootindex=1
 -netdevtap,fd=24,id=hostnet0,vhost=on,vhostfd=25 
-devicevirtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:48:81:8a,bus=pci.0,addr=0x3-chardevpty,id=charserial0
 -device isa-serial,chardev=charserial0,id=serial0-vnc127.0.0.1:0 
-devicecirrus-vga,id=video0,bus=pci.0,addr=0x2 -device 
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x4

Attached is a perf record of the qemu process whilst the fault was
occuring.


** Attachment added: perf.data
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1322441/+attachment/4118045/+files/perf.data

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

Title:
  Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests
  become unstable. Guest appear to freeze intermittently (VNC console
  unresponsive, network pings dropped to guest, frozen IO) for 20-60
  seconds at a time which repeats constantly every few minutes and
  guests do not recover unless QEMU is killed and the guest is started
  again. Whilst the guest is frozen CPU usage of the QEMU process jumps
  to 100-150%.

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

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


[Kernel-packages] [Bug 1322441] Re: Windows guest unstable after random amount of time

2014-05-23 Thread Matthew Anderson
apport information

** Tags added: apport-collected trusty

** Description changed:

  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.
  
- Anywhere from 20 minutes for 3+ hours after booting Windows guests
- become unstable. Guest appear to freeze intermittently (VNC console
- unresponsive, network pings dropped to guest, frozen IO) for 20-60
- seconds at a time which repeats constantly every few minutes and guests
- do not recover unless QEMU is killed and the guest is started again.
- Whilst the guest is frozen CPU usage of the QEMU process jumps to
- 100-150%.
+ Anywhere from 20 minutes for 3+ hours after booting Windows guests become 
unstable. Guest appear to freeze intermittently (VNC console unresponsive, 
network pings dropped to guest, frozen IO) for 20-60 seconds at a time which 
repeats constantly every few minutes and guests do not recover unless QEMU is 
killed and the guest is started again. Whilst the guest is frozen CPU usage of 
the QEMU process jumps to 100-150%.
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 May 24 01:25 seq
+  crw-rw 1 root audio 116, 33 May 24 01:25 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.14.1-0ubuntu3.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:
+ CRDA: Error: [Errno 2] No such file or directory
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
+ InstallationDate: Installed on 2013-03-21 (428 days ago)
+ InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
+ MachineType: Supermicro X8DTT
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcFB: 0 VESA VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=386ad1f0-7ced-414f-9a09-4c078c36977c ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
+ ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-24-generic N/A
+  linux-backports-modules-3.13.0-24-generic  N/A
+  linux-firmware 1.127.2
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  trusty
+ Uname: Linux 3.13.0-24-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2014-05-21 (2 days ago)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 05/20/2010
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 080016
+ dmi.board.asset.tag: 1234567890
+ dmi.board.name: X8DTT
+ dmi.board.vendor: Supermicro
+ dmi.board.version: 2.0
+ dmi.chassis.asset.tag: To Be Filled By O.E.M.
+ dmi.chassis.type: 17
+ dmi.chassis.vendor: Supermicro
+ dmi.chassis.version: 1234567890
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/20/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
+ dmi.product.name: X8DTT
+ dmi.product.version: 1234567890
+ dmi.sys.vendor: Supermicro

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1322441/+attachment/4118528/+files/BootDmesg.txt

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

Title:
  Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests become 
unstable. Guest appear to freeze intermittently (VNC console unresponsive, 
network pings dropped to guest, frozen IO) for 20-60 seconds at a time which 
repeats constantly every few minutes and guests do not recover unless QEMU is 
killed and the guest is started again. Whilst the guest is frozen CPU usage of 
the QEMU process jumps to 100-150%.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 01:25 seq
   crw-rw 1 root audio 116, 33 May 24 01:25 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.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:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
  InstallationDate: Installed on 2013-03-21 (428 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MachineType: Supermicro X8DTT
  Package: linux (not installed)
  

[Kernel-packages] [Bug 1322441] Lsusb.txt

2014-05-23 Thread Matthew Anderson
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1322441/+attachment/4118532/+files/Lsusb.txt

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

Title:
  Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests become 
unstable. Guest appear to freeze intermittently (VNC console unresponsive, 
network pings dropped to guest, frozen IO) for 20-60 seconds at a time which 
repeats constantly every few minutes and guests do not recover unless QEMU is 
killed and the guest is started again. Whilst the guest is frozen CPU usage of 
the QEMU process jumps to 100-150%.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 01:25 seq
   crw-rw 1 root audio 116, 33 May 24 01:25 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.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:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
  InstallationDate: Installed on 2013-03-21 (428 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MachineType: Supermicro X8DTT
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=386ad1f0-7ced-414f-9a09-4c078c36977c ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-21 (2 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTT
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/20/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTT
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


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

2014-05-23 Thread Matthew Anderson
apport information

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

Title:
  Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests become 
unstable. Guest appear to freeze intermittently (VNC console unresponsive, 
network pings dropped to guest, frozen IO) for 20-60 seconds at a time which 
repeats constantly every few minutes and guests do not recover unless QEMU is 
killed and the guest is started again. Whilst the guest is frozen CPU usage of 
the QEMU process jumps to 100-150%.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 01:25 seq
   crw-rw 1 root audio 116, 33 May 24 01:25 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.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:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
  InstallationDate: Installed on 2013-03-21 (428 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MachineType: Supermicro X8DTT
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=386ad1f0-7ced-414f-9a09-4c078c36977c ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-21 (2 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTT
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/20/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTT
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


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

2014-05-23 Thread Matthew Anderson
apport information

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

Title:
  Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests become 
unstable. Guest appear to freeze intermittently (VNC console unresponsive, 
network pings dropped to guest, frozen IO) for 20-60 seconds at a time which 
repeats constantly every few minutes and guests do not recover unless QEMU is 
killed and the guest is started again. Whilst the guest is frozen CPU usage of 
the QEMU process jumps to 100-150%.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 01:25 seq
   crw-rw 1 root audio 116, 33 May 24 01:25 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.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:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
  InstallationDate: Installed on 2013-03-21 (428 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MachineType: Supermicro X8DTT
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=386ad1f0-7ced-414f-9a09-4c078c36977c ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-21 (2 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTT
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/20/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTT
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


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

2014-05-23 Thread Matthew Anderson
apport information

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

Title:
  Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests become 
unstable. Guest appear to freeze intermittently (VNC console unresponsive, 
network pings dropped to guest, frozen IO) for 20-60 seconds at a time which 
repeats constantly every few minutes and guests do not recover unless QEMU is 
killed and the guest is started again. Whilst the guest is frozen CPU usage of 
the QEMU process jumps to 100-150%.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 01:25 seq
   crw-rw 1 root audio 116, 33 May 24 01:25 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.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:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
  InstallationDate: Installed on 2013-03-21 (428 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MachineType: Supermicro X8DTT
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=386ad1f0-7ced-414f-9a09-4c078c36977c ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-21 (2 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTT
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/20/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTT
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


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

2014-05-23 Thread Matthew Anderson
apport information

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

Title:
  Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests become 
unstable. Guest appear to freeze intermittently (VNC console unresponsive, 
network pings dropped to guest, frozen IO) for 20-60 seconds at a time which 
repeats constantly every few minutes and guests do not recover unless QEMU is 
killed and the guest is started again. Whilst the guest is frozen CPU usage of 
the QEMU process jumps to 100-150%.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 01:25 seq
   crw-rw 1 root audio 116, 33 May 24 01:25 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.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:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
  InstallationDate: Installed on 2013-03-21 (428 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MachineType: Supermicro X8DTT
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=386ad1f0-7ced-414f-9a09-4c078c36977c ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-21 (2 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTT
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/20/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTT
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


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

2014-05-23 Thread Matthew Anderson
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1322441/+attachment/4118539/+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/1322441

Title:
  Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests become 
unstable. Guest appear to freeze intermittently (VNC console unresponsive, 
network pings dropped to guest, frozen IO) for 20-60 seconds at a time which 
repeats constantly every few minutes and guests do not recover unless QEMU is 
killed and the guest is started again. Whilst the guest is frozen CPU usage of 
the QEMU process jumps to 100-150%.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 01:25 seq
   crw-rw 1 root audio 116, 33 May 24 01:25 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.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:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
  InstallationDate: Installed on 2013-03-21 (428 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MachineType: Supermicro X8DTT
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=386ad1f0-7ced-414f-9a09-4c078c36977c ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-21 (2 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTT
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/20/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTT
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


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

2014-05-23 Thread Matthew Anderson
apport information

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

Title:
  Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests become 
unstable. Guest appear to freeze intermittently (VNC console unresponsive, 
network pings dropped to guest, frozen IO) for 20-60 seconds at a time which 
repeats constantly every few minutes and guests do not recover unless QEMU is 
killed and the guest is started again. Whilst the guest is frozen CPU usage of 
the QEMU process jumps to 100-150%.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 01:25 seq
   crw-rw 1 root audio 116, 33 May 24 01:25 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.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:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
  InstallationDate: Installed on 2013-03-21 (428 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MachineType: Supermicro X8DTT
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=386ad1f0-7ced-414f-9a09-4c078c36977c ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-21 (2 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTT
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/20/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTT
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


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

2014-05-23 Thread Matthew Anderson
apport information

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

Title:
  Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests become 
unstable. Guest appear to freeze intermittently (VNC console unresponsive, 
network pings dropped to guest, frozen IO) for 20-60 seconds at a time which 
repeats constantly every few minutes and guests do not recover unless QEMU is 
killed and the guest is started again. Whilst the guest is frozen CPU usage of 
the QEMU process jumps to 100-150%.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 01:25 seq
   crw-rw 1 root audio 116, 33 May 24 01:25 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.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:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
  InstallationDate: Installed on 2013-03-21 (428 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MachineType: Supermicro X8DTT
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=386ad1f0-7ced-414f-9a09-4c078c36977c ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-21 (2 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTT
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/20/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTT
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


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

2014-05-23 Thread Matthew Anderson
apport information

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

Title:
  Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests become 
unstable. Guest appear to freeze intermittently (VNC console unresponsive, 
network pings dropped to guest, frozen IO) for 20-60 seconds at a time which 
repeats constantly every few minutes and guests do not recover unless QEMU is 
killed and the guest is started again. Whilst the guest is frozen CPU usage of 
the QEMU process jumps to 100-150%.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 01:25 seq
   crw-rw 1 root audio 116, 33 May 24 01:25 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.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:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
  InstallationDate: Installed on 2013-03-21 (428 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MachineType: Supermicro X8DTT
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=386ad1f0-7ced-414f-9a09-4c078c36977c ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-21 (2 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTT
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/20/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTT
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


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

2014-05-23 Thread Matthew Anderson
apport information

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

Title:
  Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests become 
unstable. Guest appear to freeze intermittently (VNC console unresponsive, 
network pings dropped to guest, frozen IO) for 20-60 seconds at a time which 
repeats constantly every few minutes and guests do not recover unless QEMU is 
killed and the guest is started again. Whilst the guest is frozen CPU usage of 
the QEMU process jumps to 100-150%.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 01:25 seq
   crw-rw 1 root audio 116, 33 May 24 01:25 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.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:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
  InstallationDate: Installed on 2013-03-21 (428 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MachineType: Supermicro X8DTT
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=386ad1f0-7ced-414f-9a09-4c078c36977c ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-21 (2 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTT
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/20/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTT
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


[Kernel-packages] [Bug 1322441] UdevLog.txt

2014-05-23 Thread Matthew Anderson
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1322441/+attachment/4118538/+files/UdevLog.txt

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

Title:
  Windows guest unstable after random amount of time

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04, all updates done as of 23/5/2014
  Kernel : Linux 3.13.0-24-generic
  Qemu : 1.7.1 and 2.0.0 tested
  Tested using both Xeon 5620 and 5520 processors, 48GB RAM.

  Anywhere from 20 minutes for 3+ hours after booting Windows guests become 
unstable. Guest appear to freeze intermittently (VNC console unresponsive, 
network pings dropped to guest, frozen IO) for 20-60 seconds at a time which 
repeats constantly every few minutes and guests do not recover unless QEMU is 
killed and the guest is started again. Whilst the guest is frozen CPU usage of 
the QEMU process jumps to 100-150%.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 01:25 seq
   crw-rw 1 root audio 116, 33 May 24 01:25 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.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:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=38dc08b6-55f7-482d-8f82-f048b3dbad56
  InstallationDate: Installed on 2013-03-21 (428 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release 
amd64 (20120817.3)
  MachineType: Supermicro X8DTT
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=386ad1f0-7ced-414f-9a09-4c078c36977c ro nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-21 (2 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DTT
  dmi.board.vendor: Supermicro
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080016:bd05/20/2010:svnSupermicro:pnX8DTT:pvr1234567890:rvnSupermicro:rnX8DTT:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTT
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro

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

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


[Kernel-packages] [Bug 1305522] Re: Backport Synaptics HID touchpad driver for 14.04

2014-05-21 Thread Andy Anderson
Thanks AceLan. I really appreciate your work on this bug.

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

Title:
  Backport Synaptics HID touchpad driver for 14.04

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

Bug description:
  Synaptics just upstreamed a new set of HID touchpad driver:

  
http://git.kernel.org/cgit/linux/kernel/git/jikos/hid.git/commit/?h=for-3.16/rmi4id=9fb6bf02e3ad04c20edb8e46536ce3eeda32c736

  It's better we can have it in 14.04 .

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

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


[Kernel-packages] [Bug 1305522] Re: Backport Synaptics HID touchpad driver for 14.04

2014-05-17 Thread Andy Anderson
Just installed and have been testing this kernal. My only issue is that
the touchpad is not disabled when I flip my screen so I get erratic
pointer behavior due to the back of the screen activating the touchpad.
I have a Dell XPS 12 9Q33 and am running 14.04.

If I manually disable the touchpad before flipping the screen or am
using the touchpad and the touchscreen in clamshell mode both perform
flawlessly. I am pretty new to debugging things like this so please let
me know how I can be helpful.

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

Title:
  Backport Synaptics HID touchpad driver for 14.04

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

Bug description:
  Synaptics just upstreamed a new set of HID touchpad driver:

  
http://git.kernel.org/cgit/linux/kernel/git/jikos/hid.git/commit/?h=for-3.16/rmi4id=9fb6bf02e3ad04c20edb8e46536ce3eeda32c736

  It's better we can have it in 14.04 .

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

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


[Kernel-packages] [Bug 1284535] [NEW] Make IPV6_[RECV]PKTINFO work for IPv4-mapped addresses

2014-02-25 Thread Tore Anderson
Public bug reported:

Currently, the Linux kernel doesn't provide IPV6_RECVPKTINFO ancillary
data on datagrams coming in from IPv4-mapped clients (e.g.,
:::192.0.2.1) on INET6 sockets in the default dual personality mode,
nor does it honour IPV6_PKTINFO when sending datagrams on such a socket
to an IPv4-mapped destination.

This means that an UDP application that requires a server to respond
with the same address as it was contacted on cannot reliably work for
IPv4 clients, because 1) the server has no way of knowing which address
it was contacted on, and even if it did, 2) the kernel would ignore
requests to use a specific source address.

For a real-life manifestation of this problem, see this OpenVPN bug
report: https://community.openvpn.net/openvpn/ticket/306

This has recently been fixed in the net-next upstream tree with the
following commits (the first one of which made the 3.14 merge window,
the second one will be in 3.15):

https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=4b261c75a99f29c93a0b6babfc180cdf566bd654
https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=c8e6ad0829a723a74cd2fea9996a3392d2579a18

Enabling IPv6 is getting increasingly important in these days, but at
the same time maintaining backwards compatibility with IPv4-only clients
is also essential. I'm therefore requesting a backport of the above two
commits to the Ubuntu LTS kernel images so that it becomes possible to
use OpenVPN (and any other software packages) in dual-stack mode.

Tore

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

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

Title:
  Make IPV6_[RECV]PKTINFO work for IPv4-mapped addresses

Status in “linux” package in Ubuntu:
  New

Bug description:
  Currently, the Linux kernel doesn't provide IPV6_RECVPKTINFO ancillary
  data on datagrams coming in from IPv4-mapped clients (e.g.,
  :::192.0.2.1) on INET6 sockets in the default dual personality
  mode, nor does it honour IPV6_PKTINFO when sending datagrams on such a
  socket to an IPv4-mapped destination.

  This means that an UDP application that requires a server to respond
  with the same address as it was contacted on cannot reliably work for
  IPv4 clients, because 1) the server has no way of knowing which
  address it was contacted on, and even if it did, 2) the kernel would
  ignore requests to use a specific source address.

  For a real-life manifestation of this problem, see this OpenVPN bug
  report: https://community.openvpn.net/openvpn/ticket/306

  This has recently been fixed in the net-next upstream tree with the
  following commits (the first one of which made the 3.14 merge window,
  the second one will be in 3.15):

  
https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=4b261c75a99f29c93a0b6babfc180cdf566bd654
  
https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=c8e6ad0829a723a74cd2fea9996a3392d2579a18

  Enabling IPv6 is getting increasingly important in these days, but at
  the same time maintaining backwards compatibility with IPv4-only
  clients is also essential. I'm therefore requesting a backport of the
  above two commits to the Ubuntu LTS kernel images so that it becomes
  possible to use OpenVPN (and any other software packages) in dual-
  stack mode.

  Tore

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

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


[Kernel-packages] [Bug 1284535] Re: Make IPV6_[RECV]PKTINFO work for IPv4-mapped addresses

2014-02-25 Thread Tore Anderson
This is really more a RFE/missing functionality than a bug per se, so
confirming.

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

Title:
  Make IPV6_[RECV]PKTINFO work for IPv4-mapped addresses

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Currently, the Linux kernel doesn't provide IPV6_RECVPKTINFO ancillary
  data on datagrams coming in from IPv4-mapped clients (e.g.,
  :::192.0.2.1) on INET6 sockets in the default dual personality
  mode, nor does it honour IPV6_PKTINFO when sending datagrams on such a
  socket to an IPv4-mapped destination.

  This means that an UDP application that requires a server to respond
  with the same address as it was contacted on cannot reliably work for
  IPv4 clients, because 1) the server has no way of knowing which
  address it was contacted on, and even if it did, 2) the kernel would
  ignore requests to use a specific source address.

  For a real-life manifestation of this problem, see this OpenVPN bug
  report: https://community.openvpn.net/openvpn/ticket/306

  This has recently been fixed in the net-next upstream tree with the
  following commits (the first one of which made the 3.14 merge window,
  the second one will be in 3.15):

  
https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=4b261c75a99f29c93a0b6babfc180cdf566bd654
  
https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=c8e6ad0829a723a74cd2fea9996a3392d2579a18

  Enabling IPv6 is getting increasingly important in these days, but at
  the same time maintaining backwards compatibility with IPv4-only
  clients is also essential. I'm therefore requesting a backport of the
  above two commits to the Ubuntu LTS kernel images so that it becomes
  possible to use OpenVPN (and any other software packages) in dual-
  stack mode.

  Tore

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

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


[Kernel-packages] [Bug 1218973] Re: [Dell XPS 12-9Q33] Touchpad not recognized

2014-01-24 Thread Andy Anderson
I am pretty new to this process. Is there anything I can do to help with
fixing this bug? I am an inexperienced coder and not sure what I can
contribute, but I would like to help.

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

Title:
  [Dell XPS 12-9Q33] Touchpad not recognized

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  With the new XPS 12 (haswell), the touchpad gets detected as PS/2 Generic 
Mouse.
  cat /proc/bus/input/devices
  I: Bus=0011 Vendor=0002 Product=0001 Version=
  N: Name=PS/2 Generic Mouse
  P: Phys=isa0060/serio1/input0
  S: Sysfs=/devices/platform/i8042/serio1/input/input13
  U: Uniq=
  H: Handlers=mouse2 event13
  B: PROP=0
  B: EV=7
  B: KEY=700

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-4-generic 3.11.0-4.9
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic x86_64
  ApportVersion: 2.12.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  oli1862 F pulseaudio
   /dev/snd/controlC0:  oli1862 F pulseaudio
  Date: Fri Aug 30 17:03:26 2013
  HibernationDevice: RESUME=UUID=6d351a70-8a00-4f2c-a48d-a79cb070a939
  InstallationDate: Installed on 2013-08-25 (4 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Alpha amd64 
(20130825)
  MachineType: Dell Inc. XPS 12-9Q33
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-4-generic.efi.signed 
root=UUID=5d13cb7e-817c-4234-b758-0d79e4eade0b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-4-generic N/A
   linux-backports-modules-3.11.0-4-generic  N/A
   linux-firmware1.113
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/26/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.name: XPS 12-9Q33
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd07/26/2013:svnDellInc.:pnXPS12-9Q33:pvrA02:rvnDellInc.:rnXPS12-9Q33:rvrA02:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: XPS 12-9Q33
  dmi.product.version: A02
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1258231] Re: NVRM: os_schedule: Attempted to yield the CPU while in atomic or interrupt context

2013-12-07 Thread David Anderson
12 core machine running 13.10, Saucy Salamander.
Never saw these problems before 13.10 .

3.11.0-14-generic #21-Ubuntu SMP X86_64
319.32 nvidia gets kernel error
319.60 nvidia does not (so far) get kernel error.


26 November 9AM: softwareupdates-additional drivers-
   switched to the nvidia 319.60 'proprietary' driver (from
   319.32 'proprietary tested'). Rebooted.

Turned on Seti@home gpu processingand seti@home did a number of GPU
runs without difficulty. That is 10 days, no problem.

5 December 4PM: as a test, switched back to the 319.32 nvidia
   driver. Rebooted.

7 December 4:16AM: Got kernel warnings, the first is.
   /var/log/syslog:Dec  7 04:16:34 Dseti3 kernel: [129416.201395] NVRM: 
os_schedule: Attempted to yield the CPU while in atomic or interrupt context
  4800 lines like that. Including a few 'CPU#0 stuck'.

   So that is just 36 hours till a problem arose.
   10AM: Switched back to 319.60 driver. Rebooted.
   Resuming seti@home

This test may mean nothing, but 319.60 does let me do useful GPU work,
so far.

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

Title:
   NVRM: os_schedule: Attempted to yield the CPU while in atomic or
  interrupt context

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The machine's (Dell Precision M6500, core i7, nVidia Quadro FX 3800M) 
interface frequently (once an hour at least) locks up. The mouse almost always 
functions fine but won't allow to click anything, it does however locks up 
sometimes as well.
  Sound continues to play just fine, as do all other background tasks.

  Switching to TTY1 and switching back to TTY7 will mostly recover the issue by 
relaunching the shell.
  Unfortunately it also results in a black screen from time to time, leaving 
nothing but to relaunch the window manager loosing all opened X applications.

  I have this issue since Ubuntu 12.10 and have failed finding any
  solution for it. Have tried numerous Kernels and nVidia drivers to no
  avail.

  Have been posting a lot in these two bug reports and created this new one as 
suggested by penalvch:
  
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1132121 
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/986831

  Syslog entries:

  Dec  5 17:44:03 Europa kernel: [ 8187.092411] NVRM: os_pci_init_handle: 
invalid context!
  Dec  5 17:44:03 Europa kernel: [ 8187.092451] NVRM: os_pci_init_handle: 
invalid context!
  Dec  5 17:44:03 Europa kernel: [ 8187.092454] NVRM: os_pci_init_handle: 
invalid context!
  Dec  5 17:44:03 Europa kernel: [ 8187.092455] NVRM: os_pci_init_handle: 
invalid context!
  Dec  5 17:44:03 Europa kernel: [ 8187.092458] NVRM: os_pci_init_handle: 
invalid context!
  Dec  5 17:44:03 Europa kernel: [ 8187.092462] NVRM: os_pci_init_handle: 
invalid context!
  Dec  5 17:44:03 Europa kernel: [ 8187.092464] NVRM: os_pci_init_handle: 
invalid context!
  Dec  5 17:44:03 Europa kernel: [ 8187.092466] NVRM: os_pci_init_handle: 
invalid context!
  Dec  5 17:44:03 Europa kernel: [ 8187.092467] NVRM: os_pci_init_handle: 
invalid context!
  Dec  5 17:44:03 Europa kernel: [ 8187.092469] NVRM: os_pci_init_handle: 
invalid context!
  Dec  5 17:44:03 Europa kernel: [ 8187.092470] NVRM: os_pci_init_handle: 
invalid context!
  Dec  5 17:44:03 Europa kernel: [ 8187.092472] NVRM: os_pci_init_handle: 
invalid context!
  Dec  5 17:44:03 Europa kernel: [ 8187.092473] NVRM: os_pci_init_handle: 
invalid context!
  Dec  5 17:44:03 Europa kernel: [ 8187.092477] NVRM: Xid (:01:00): 8, 
Channel 0003
  Dec  5 17:44:05 Europa kernel: [ 8189.091441] NVRM: os_schedule: Attempted to 
yield the CPU while in atomic or interrupt context

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-14-generic 3.11.0-14.21
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mvanworkum   2639 F pulseaudio
   /dev/snd/controlC0:  mvanworkum   2639 F pulseaudio
   /dev/snd/pcmC0D0p:   mvanworkum   2639 F...m pulseaudio
  Date: Thu Dec  5 18:14:26 2013
  HibernationDevice: RESUME=UUID=d4c4f4ad-64b5-4110-b360-41660844584e
  InstallationDate: Installed on 2012-07-03 (519 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: Dell Inc. Precision M6500
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic 
root=UUID=6600ec3d-d9d2-4333-a5ae-5849e7f58e20 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-14-generic N/A
   

[Kernel-packages] [Bug 986831] Re: system freezes for some seconds: Attempted to yield the CPU while in atomic or interrupt context

2013-11-07 Thread David Anderson
Recently upgraded to 13.10.  Replaced Nvidia 560TI with new GTX 760 SC. 
Replaced power supply.
x86_64.  driver 319.32

Get the message after a few hours running boinc/seti calculations. system 
continues running
and calculating, only a reboot restores the monitor from being blank to showing 
something.
turning off boinc/seti calculations to see if that changes the situation.

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

Title:
  system freezes for some seconds: Attempted to yield the CPU while in
  atomic or interrupt context

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After the first freeze, dmesg showed:

  ...
  [194346.116070] NVRM: Xid (:01:00): 8, Channel 0002
  [194348.116026] NVRM: os_schedule: Attempted to yield the CPU while in atomic 
or interrupt context
  [194350.117812] NVRM: Xid (:01:00): 9, Channel 0020 Instance  
Intr 0080

  
  After the second freeze, dmesg showed:

  ...
  [194346.116070] NVRM: Xid (:01:00): 8, Channel 0002
  [194348.116026] NVRM: os_schedule: Attempted to yield the CPU while in atomic 
or interrupt context
  [194350.117812] NVRM: Xid (:01:00): 9, Channel 0020 Instance  
Intr 0080
  [194514.140070] NVRM: Xid (:01:00): 8, Channel 0002
  [194516.140030] NVRM: os_schedule: Attempted to yield the CPU while in atomic 
or interrupt context
  [194518.141391] sched: RT throttling activated

  michael@quad:~$ cat /proc/version_signature
  Ubuntu 3.2.0-23.36-generic-pae 3.2.14

  michael@quad:~$ lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-23-generic-pae 3.2.0-23.36
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
  Uname: Linux 3.2.0-23-generic-pae i686
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  michael9506 F pulseaudio
   /dev/snd/controlC0:  michael9506 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf6ff8000 irq 44'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,1043829f,0012'
 Controls  : 46
 Simple ctrls  : 22
  Card1.Amixer.info:
   Card hw:1 'UA101'/'EDIROL UA-101 (serial ZT82634), 192000 Hz at 
usb-:00:1a.7-3, high speed'
 Mixer name : ''
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'MIDI Input Mode',0
 Capabilities: enum
 Items: 'High Load' 'Light Load'
 Item0: 'Light Load'
  Card2.Amixer.info:
   Card hw:2 'CX8811'/'Conexant CX8811 at 0xfb00'
 Mixer name : 'CX88'
 Components : ''
 Controls  : 3
 Simple ctrls  : 2
  Date: Sun Apr 22 13:55:17 2012
  HibernationDevice: RESUME=UUID=dd8becab-8d85-4a0f-9840-3cd90d202035
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: System manufacturer P5K
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=UUID=4f6e10b1-9995-4249-a5e5-a9b20b72cace ro quiet 
splash
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic-pae N/A
   linux-backports-modules-3.2.0-23-generic-pae  N/A
   linux-firmware1.79
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to precise on 2012-04-18 (3 days ago)
  dmi.bios.date: 10/14/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1201
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5K
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1201:bd10/14/2008:svnSystemmanufacturer:pnP5K:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5K:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5K
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 986831] Re: system freezes for some seconds: Attempted to yield the CPU while in atomic or interrupt context

2013-11-07 Thread David Anderson
Here is the start of the messages, this from syslog.  The first such
messages

Nov  6 19:20:01 Dseti3 CRON[18475]: (root) CMD (if [ -x 
/etc/munin/plugins/apt_all ]; then munin-run apt_all update 7200 12 /dev/null; 
elif [ -x /etc/munin/plugins/apt ]; then munin-run apt update 7200 12 
/dev/null; fi)
Nov  6 19:23:01 Dseti3 kernel: [129142.238696] [sched_delayed] sched: RT 
throttling activated
Nov  6 19:23:59 Dseti3 kernel: [129200.218913] NVRM: os_schedule: Attempted to 
yield the CPU while in atomic or interrupt context
Nov  6 19:24:01 Dseti3 kernel: [129202.218438] NVRM: os_schedule: Attempted to 
yield the CPU while in atomic or interrupt context


The day before I got (from syslog.3.gz)  a
   soft lockup - CPU#19 stuck for 23s! [swapper/19:0]
in syslog.  starting to look into this message now.

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

Title:
  system freezes for some seconds: Attempted to yield the CPU while in
  atomic or interrupt context

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After the first freeze, dmesg showed:

  ...
  [194346.116070] NVRM: Xid (:01:00): 8, Channel 0002
  [194348.116026] NVRM: os_schedule: Attempted to yield the CPU while in atomic 
or interrupt context
  [194350.117812] NVRM: Xid (:01:00): 9, Channel 0020 Instance  
Intr 0080

  
  After the second freeze, dmesg showed:

  ...
  [194346.116070] NVRM: Xid (:01:00): 8, Channel 0002
  [194348.116026] NVRM: os_schedule: Attempted to yield the CPU while in atomic 
or interrupt context
  [194350.117812] NVRM: Xid (:01:00): 9, Channel 0020 Instance  
Intr 0080
  [194514.140070] NVRM: Xid (:01:00): 8, Channel 0002
  [194516.140030] NVRM: os_schedule: Attempted to yield the CPU while in atomic 
or interrupt context
  [194518.141391] sched: RT throttling activated

  michael@quad:~$ cat /proc/version_signature
  Ubuntu 3.2.0-23.36-generic-pae 3.2.14

  michael@quad:~$ lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-23-generic-pae 3.2.0-23.36
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
  Uname: Linux 3.2.0-23-generic-pae i686
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  michael9506 F pulseaudio
   /dev/snd/controlC0:  michael9506 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf6ff8000 irq 44'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,1043829f,0012'
 Controls  : 46
 Simple ctrls  : 22
  Card1.Amixer.info:
   Card hw:1 'UA101'/'EDIROL UA-101 (serial ZT82634), 192000 Hz at 
usb-:00:1a.7-3, high speed'
 Mixer name : ''
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'MIDI Input Mode',0
 Capabilities: enum
 Items: 'High Load' 'Light Load'
 Item0: 'Light Load'
  Card2.Amixer.info:
   Card hw:2 'CX8811'/'Conexant CX8811 at 0xfb00'
 Mixer name : 'CX88'
 Components : ''
 Controls  : 3
 Simple ctrls  : 2
  Date: Sun Apr 22 13:55:17 2012
  HibernationDevice: RESUME=UUID=dd8becab-8d85-4a0f-9840-3cd90d202035
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: System manufacturer P5K
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: root=UUID=4f6e10b1-9995-4249-a5e5-a9b20b72cace ro quiet 
splash
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic-pae N/A
   linux-backports-modules-3.2.0-23-generic-pae  N/A
   linux-firmware1.79
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to precise on 2012-04-18 (3 days ago)
  dmi.bios.date: 10/14/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1201
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5K
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1201:bd10/14/2008:svnSystemmanufacturer:pnP5K:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5K:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5K
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:

Re: [Kernel-packages] [Bug 1181001] Re: Green tint to screen after power on PC or switching source on HDTV

2013-08-03 Thread Stuart Anderson
Hey Christopher

Thanks for getting back to me.  Am I right in thinking this will be fixed
in the next LTS?
On 3 Aug 2013 14:20, Christopher M. Penalver 
christopher.m.penal...@gmail.com wrote:

 Stuart Anderson, thank you for taking the time to report this bug and
 helping to make Ubuntu better. However, I am closing it because the bug
 has been fixed in Raring.

 This is a significant bug in Ubuntu. If you need a fix for the bug in
 previous versions of Ubuntu, please do steps 1 and 2 of the SRU
 Procedure [1] to bring the need to a developer's attention.

 [1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

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

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1181001

 Title:
   Green tint to screen after power on PC or switching source on HDTV

 Status in “linux” package in Ubuntu:
   Fix Released

 Bug description:
   Fresh install Ubuntu 12.04

   Intel graphics connected to HDTV via HDMI. The problem only persists
   for a short while, after about 5 seconds normal colour is displayed.

   I also tried out Ubuntu 13.04 and the above described was not present,
 worked with no problem.
   ---
   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
   ApportVersion: 2.0.1-0ubuntu17.2
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  stuart 1833 F pulseaudio
   CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1:
 nl80211 not found.
   Card0.Amixer.info:
Card hw:0 'PCH'/'HDA Intel PCH at 0xf7e3 irq 55'
  Mixer name : 'Intel PantherPoint HDMI'
  Components : 'HDA:10ec0899,1043846b,0013
 HDA:80862806,80860101,0010'
  Controls  : 62
  Simple ctrls  : 25
   DistroRelease: Ubuntu 12.04
   HibernationDevice: RESUME=UUID=00b7bd26-da72-4bcc-af9e-def17891e3a5
   InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64
 (20130213)
   IwConfig:
eth0  no wireless extensions.

lono wireless extensions.
   MachineType: System manufacturer System Product Name
   MarkForUpload: True
   Package: linux (not installed)
   ProcEnviron:
LANGUAGE=en_GB:en
TERM=xterm
PATH=(custom, no user)
LANG=en_GB.UTF-8
SHELL=/bin/bash
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-30-generic
 root=UUID=b0a398c2-bc05-47d6-9ad9-7a3b21eb69ac ro quiet splash vt.handoff=7
   ProcVersionSignature: Ubuntu 3.5.0-30.51~precise1-generic 3.5.7.9
   RelatedPackageVersions:
linux-restricted-modules-3.5.0-30-generic N/A
linux-backports-modules-3.5.0-30-generic  N/A
linux-firmware1.79.4
   RfKill:

   Tags:  precise running-unity
   Uname: Linux 3.5.0-30-generic x86_64
   UpgradeStatus: No upgrade log present (probably fresh install)
   UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
   dmi.bios.date: 11/09/2012
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: 1408
   dmi.board.asset.tag: To be filled by O.E.M.
   dmi.board.name: MAXIMUS V GENE
   dmi.board.vendor: ASUSTeK COMPUTER INC.
   dmi.board.version: Rev 1.xx
   dmi.chassis.asset.tag: Asset-1234567890
   dmi.chassis.type: 3
   dmi.chassis.vendor: Chassis Manufacture
   dmi.chassis.version: Chassis Version
   dmi.modalias:
 dmi:bvnAmericanMegatrendsInc.:bvr1408:bd11/09/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnMAXIMUSVGENE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
   dmi.product.name: System Product Name
   dmi.product.version: System Version
   dmi.sys.vendor: System manufacturer

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


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

Title:
  Green tint to screen after power on PC or switching source on HDTV

Status in “linux” package in Ubuntu:
  Fix Released

Bug description:
  Fresh install Ubuntu 12.04

  Intel graphics connected to HDTV via HDMI. The problem only persists
  for a short while, after about 5 seconds normal colour is displayed.

  I also tried out Ubuntu 13.04 and the above described was not present, worked 
with no problem.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stuart 1833 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf7e3 irq 55'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0899,1043846b,0013 
HDA:80862806,80860101,0010

Re: [Kernel-packages] [Bug 1181001] Re: Green tint to screen after power on PC or switching source on HDTV

2013-08-02 Thread Stuart Anderson
Hi Christopher

You should absolutely backport this, I'm currently running Raring and the
only reason is because of the green tint.

Thanks.


On Sun, Jul 21, 2013 at 8:16 AM, Christopher M. Penalver 
christopher.m.penal...@gmail.com wrote:

 Stuart Anderson, given this works in Raring, would you need a backport
 to Precise, or may we close this as Status Invalid?

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

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1181001

 Title:
   Green tint to screen after power on PC or switching source on HDTV

 Status in “linux” package in Ubuntu:
   Incomplete

 Bug description:
   Fresh install Ubuntu 12.04

   Intel graphics connected to HDTV via HDMI. The problem only persists
   for a short while, after about 5 seconds normal colour is displayed.

   I also tried out Ubuntu 13.04 and the above described was not present,
 worked with no problem.
   ---
   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
   ApportVersion: 2.0.1-0ubuntu17.2
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  stuart 1833 F pulseaudio
   CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1:
 nl80211 not found.
   Card0.Amixer.info:
Card hw:0 'PCH'/'HDA Intel PCH at 0xf7e3 irq 55'
  Mixer name : 'Intel PantherPoint HDMI'
  Components : 'HDA:10ec0899,1043846b,0013
 HDA:80862806,80860101,0010'
  Controls  : 62
  Simple ctrls  : 25
   DistroRelease: Ubuntu 12.04
   HibernationDevice: RESUME=UUID=00b7bd26-da72-4bcc-af9e-def17891e3a5
   InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64
 (20130213)
   IwConfig:
eth0  no wireless extensions.

lono wireless extensions.
   MachineType: System manufacturer System Product Name
   MarkForUpload: True
   Package: linux (not installed)
   ProcEnviron:
LANGUAGE=en_GB:en
TERM=xterm
PATH=(custom, no user)
LANG=en_GB.UTF-8
SHELL=/bin/bash
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-30-generic
 root=UUID=b0a398c2-bc05-47d6-9ad9-7a3b21eb69ac ro quiet splash vt.handoff=7
   ProcVersionSignature: Ubuntu 3.5.0-30.51~precise1-generic 3.5.7.9
   RelatedPackageVersions:
linux-restricted-modules-3.5.0-30-generic N/A
linux-backports-modules-3.5.0-30-generic  N/A
linux-firmware1.79.4
   RfKill:

   Tags:  precise running-unity
   Uname: Linux 3.5.0-30-generic x86_64
   UpgradeStatus: No upgrade log present (probably fresh install)
   UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
   dmi.bios.date: 11/09/2012
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: 1408
   dmi.board.asset.tag: To be filled by O.E.M.
   dmi.board.name: MAXIMUS V GENE
   dmi.board.vendor: ASUSTeK COMPUTER INC.
   dmi.board.version: Rev 1.xx
   dmi.chassis.asset.tag: Asset-1234567890
   dmi.chassis.type: 3
   dmi.chassis.vendor: Chassis Manufacture
   dmi.chassis.version: Chassis Version
   dmi.modalias:
 dmi:bvnAmericanMegatrendsInc.:bvr1408:bd11/09/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnMAXIMUSVGENE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
   dmi.product.name: System Product Name
   dmi.product.version: System Version
   dmi.sys.vendor: System manufacturer

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


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

Title:
  Green tint to screen after power on PC or switching source on HDTV

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Fresh install Ubuntu 12.04

  Intel graphics connected to HDTV via HDMI. The problem only persists
  for a short while, after about 5 seconds normal colour is displayed.

  I also tried out Ubuntu 13.04 and the above described was not present, worked 
with no problem.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stuart 1833 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf7e3 irq 55'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0899,1043846b,0013 
HDA:80862806,80860101,0010'
 Controls  : 62
 Simple ctrls  : 25
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=00b7bd26-da72-4bcc-af9e-def17891e3a5
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
  IwConfig:
   eth0  no wireless