[Kernel-packages] [Bug 1520355] Re: Kernel/Debugging/Backlight/Ubuntu Gnome 15.10

2016-02-13 Thread Anatoly
Christopher, I tried the kernel (4.5-rc3). The result - the backlight is not 
adjustable. I think the problem is not in the kernel. 
I use Ubuntu Gnome, but more than a month ago, I installed the MATE 
environment, right at the gnome, then Gnome and MATE mixed up, but surrounded 
by MATE the lighting was regulated, with kernels 4.2. I think it is Gnome. Only 
I didn't realize to whom to report it. I would be grateful if prompt.

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

Title:
  Kernel/Debugging/Backlight/Ubuntu Gnome 15.10

Status in linux package in Ubuntu:
  Expired

Bug description:
  anatoly@anatoly-Lenovo-B570e:~$ ubuntu-bug linux
  anatoly@anatoly-Lenovo-B570e:~$ ls /sys/class/backlight > backlight
  anatoly@anatoly-Lenovo-B570e:~$ grep -r . /proc/acpi > acpi
  anatoly@anatoly-Lenovo-B570e:~$ sudo acpidump -o acpidump.txt
  [sudo] пароль для anatoly: 
  anatoly@anatoly-Lenovo-B570e:~$ acpixtract acpidump.txt

  Intel ACPI Component Architecture
  ACPI Binary Table Extraction Utility version 20150717-64
  Copyright (c) 2000 - 2015 Intel Corporation

  Acpi table [DSDT] - 39619 bytes written to dsdt.dat
  Acpi table [SSDT] - 4200 bytes written to ssdt1.dat
  Acpi table [SSDT] - 2388 bytes written to ssdt2.dat
  Acpi table [SSDT] - 2316 bytes written to ssdt3.dat
  Acpi table [SSDT] - 2454 bytes written to ssdt4.dat
  Acpi table [SSDT] - 1660 bytes written to ssdt5.dat
  Acpi table [SSDT] - 771 bytes written to ssdt6.dat
  Acpi table [SSDT] - 281 bytes written to ssdt7.dat
  anatoly@anatoly-Lenovo-B570e:~$ iasl -d DSDT.dat

  Intel ACPI Component Architecture
  ASL+ Optimizing Compiler version 20150717-64
  Copyright (c) 2000 - 2015 Intel Corporation

  Could not open input file: No such file or directory
  anatoly@anatoly-Lenovo-B570e:~$ sudo fwts > fwts
  Test: Gather kernel system information. 
Gather kernel signature.1 info only 
Gather kernel system information.   1 info only 
Gather kernel boot command line.1 info only 
Gather ACPI driver version. 1 info only 
  Test: Gather BIOS DMI information.  
Gather BIOS DMI information 1 info only 
  Test: Scan kernel log for Oopses.   
Kernel log oops check.  2 passed
  Test: Scan kernel log for errors and warnings.  
Kernel log error check. 1 passed
  Test: MTRR tests.   
Validate the kernel MTRR IOMEM setup.   1 passed
Validate the MTRR setup across all processors.  1 passed
Test for AMD MtrrFixDramModEn being cleared by the B..  1 skipped   
  Test: General ACPI information test.
Determine Kernel ACPI version.  1 info only 
Determine machine's ACPI version.   1 info only 
Determine AML compiler. 1 info only 
  Test: Sanity check for UEFI Boot Path Boot. 
   Test aborted..   
  Test: UEFI secure boot test.
   Test skipped..   
  Test: UEFI Compatibility Support Module test.   
UEFI Compatibility Support Module test. 1 info only 
  Test: Test firmware has set PCI Express MaxReadReq to a higher value on n.. 
Test firmware settings MaxReadReq for PCI Express de..  1 passed
  Test: Test PCI host bridge configuration using _CRS.
Test PCI host bridge configuration using _CRS.  1 skipped   
  Test: PCIe ASPM test.   
PCIe ASPM ACPI test.
PCIe ASPM registers test.   3 passed, 3 warnings
  Test: DMI/SMBIOS table tests.   
Find and test SMBIOS Table Entry Points.6 passed
Test DMI/SMBIOS tables for errors.  34 passed, 37 
failed, 1 skipped
  Test: Test if system is using latest microcode. 
Test for most recent microcode being loaded.1 skipped   
  Test: MSR register tests.   
Test CPU generic MSRs.

Re: [Kernel-packages] [Bug 1544462] Re: automount fails on resume after suspend if file open for writing

2016-02-13 Thread Seved Torstendahl
Happy to be able to help! It will take me a couple of days I guess but I'll 
come back when 
I have found the breakpoint.


Den 2016-02-12 kl. 22:26, skrev Christopher M. Penalver:
> Seved Torstendahl, the next step is to fully reverse commit bisect from
> kernel 4.2 to 4.5-rc3 in order to identify the last bad commit, followed
> immediately by the first good one. Once this good commit has been
> identified, it may be reviewed for backporting. Could you please do this
> following
> https://wiki.ubuntu.com/Kernel/KernelBisection#How_do_I_reverse_bisect_the_upstream_kernel.3F
> ?
>
> Please note, finding adjacent kernel versions is not fully commit
> bisecting.
>
> After the fix commit (not kernel version) has been identified, then
> please mark this report Status Confirmed.
>
> Thank you for your understanding.
>
> Helpful bug reporting tips:
> https://wiki.ubuntu.com/ReportingBugs
>
> ** Tags added: bios-outdated-f9
>
> ** Changed in: linux (Ubuntu)
> Status: Confirmed => Incomplete
>

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

Title:
  automount fails on resume after suspend if file open for writing

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  For a couple of years I have usually not shut down my pc after using it, I 
just leave it and let it suspend.
  (Of course I have also shut down the system completely every now and then.)
  This has worked well but recently with new kernels 4.2.0-* I get problems.

  Further investigations show that it is automount that fails when :
  1. a file is opened for writing on a nfs-mounted volume that autofs mounts
  2. autofs unmounts the nfs directory after five minutes of inactivity, AND
  3. the system is automatically suspended after ten minutes of inactivity

  After resuming activity it is impossible to access the volume on the
  server

  To reproduce:
  cat > /path/to/file/on/automounted/nfs-dir/file.txt
  write some text
  wait for the system to suspend

  Activate the system again and try to access the automounted volume

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-27-generic 4.2.0-27.32
  ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
  Uname: Linux 4.2.0-27-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  seved  2472 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Feb 11 09:35:17 2016
  HibernationDevice: RESUME=UUID=38682e03-657e-46a8-b728-71bb6b19ffd3
  InstallationDate: Installed on 2010-11-12 (1916 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1)
  MachineType: Gigabyte Technology Co., Ltd. G41M-ES2L
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-27-generic 
root=UUID=67935e67-5ba7-4442-8401-b0134d6ca21f ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.149.3
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/04/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6
  dmi.board.name: G41M-ES2L
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6:bd11/04/2009:svnGigabyteTechnologyCo.,Ltd.:pnG41M-ES2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG41M-ES2L:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: G41M-ES2L
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Kernel-packages] [Bug 1545246] [NEW] BUG: unable to handle kernel paging request at ffffffffc0a3ba20

2016-02-13 Thread Alexander Vasilev
Public bug reported:

System froze while watching a match in CS:GO

ProblemType: KernelOops
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
Annotation: Your system might become unstable now and might need to be 
restarted.
ApportVersion: 2.19.4-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  alexander   1887 F pulseaudio
 /dev/snd/controlC1:  alexander   1887 F pulseaudio
Date: Sat Feb 13 11:04:39 2016
DuplicateSignature: BUG: unable to handle kernel paging request at location 
RIP: 0010:location  location 0xc0a3ba20
Failure: oops
HibernationDevice: RESUME=UUID=e39bb5c8-5a67-4060-8a79-74ef7feb4fa5
InstallationDate: Installed on 2016-02-07 (5 days ago)
InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160207)
IwConfig:
 enp7s0no wireless extensions.
 
 lono wireless extensions.
 
 enp8s0no wireless extensions.
MachineType: System manufacturer System Product Name
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-4-generic 
root=UUID=6ed20713-d27e-4eff-9985-f870c9364928 ro rootflags=subvol=@ 
radeon.audio=1
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu9
RfKill:
 
SourcePackage: linux
Title: BUG: unable to handle kernel paging request at c0a3ba20
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/24/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1205
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P6T WS PRO
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.:bvr1205:bd09/24/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP6TWSPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-kerneloops kernel-oops 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/1545246

Title:
  BUG: unable to handle kernel paging request at c0a3ba20

Status in linux package in Ubuntu:
  New

Bug description:
  System froze while watching a match in CS:GO

  ProblemType: KernelOops
  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
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alexander   1887 F pulseaudio
   /dev/snd/controlC1:  alexander   1887 F pulseaudio
  Date: Sat Feb 13 11:04:39 2016
  DuplicateSignature: BUG: unable to handle kernel paging request at location 
RIP: 0010:location  location 0xc0a3ba20
  Failure: oops
  HibernationDevice: RESUME=UUID=e39bb5c8-5a67-4060-8a79-74ef7feb4fa5
  InstallationDate: Installed on 2016-02-07 (5 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160207)
  IwConfig:
   enp7s0no wireless extensions.
   
   lono wireless extensions.
   
   enp8s0no wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-4-generic 
root=UUID=6ed20713-d27e-4eff-9985-f870c9364928 ro rootflags=subvol=@ 
radeon.audio=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu9
  RfKill:
   
  SourcePackage: linux
  Title: BUG: unable to handle kernel paging request at c0a3ba20
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/24/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1205
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P6T WS PRO
  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.:bvr1205:bd09/24/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP6TWSPRO:rvrRev1.xx:cvnCha

[Kernel-packages] [Bug 1545246] Re: BUG: unable to handle kernel paging request at ffffffffc0a3ba20

2016-02-13 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  BUG: unable to handle kernel paging request at c0a3ba20

Status in linux package in Ubuntu:
  New

Bug description:
  System froze while watching a match in CS:GO

  ProblemType: KernelOops
  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
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alexander   1887 F pulseaudio
   /dev/snd/controlC1:  alexander   1887 F pulseaudio
  Date: Sat Feb 13 11:04:39 2016
  DuplicateSignature: BUG: unable to handle kernel paging request at location 
RIP: 0010:location  location 0xc0a3ba20
  Failure: oops
  HibernationDevice: RESUME=UUID=e39bb5c8-5a67-4060-8a79-74ef7feb4fa5
  InstallationDate: Installed on 2016-02-07 (5 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160207)
  IwConfig:
   enp7s0no wireless extensions.
   
   lono wireless extensions.
   
   enp8s0no wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-4-generic 
root=UUID=6ed20713-d27e-4eff-9985-f870c9364928 ro rootflags=subvol=@ 
radeon.audio=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu9
  RfKill:
   
  SourcePackage: linux
  Title: BUG: unable to handle kernel paging request at c0a3ba20
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/24/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1205
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P6T WS PRO
  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.:bvr1205:bd09/24/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP6TWSPRO: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/1545246/+subscriptions

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


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

2016-02-13 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  BUG: unable to handle kernel paging request at c0a3ba20

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  System froze while watching a match in CS:GO

  ProblemType: KernelOops
  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
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alexander   1887 F pulseaudio
   /dev/snd/controlC1:  alexander   1887 F pulseaudio
  Date: Sat Feb 13 11:04:39 2016
  DuplicateSignature: BUG: unable to handle kernel paging request at location 
RIP: 0010:location  location 0xc0a3ba20
  Failure: oops
  HibernationDevice: RESUME=UUID=e39bb5c8-5a67-4060-8a79-74ef7feb4fa5
  InstallationDate: Installed on 2016-02-07 (5 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160207)
  IwConfig:
   enp7s0no wireless extensions.
   
   lono wireless extensions.
   
   enp8s0no wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-4-generic 
root=UUID=6ed20713-d27e-4eff-9985-f870c9364928 ro rootflags=subvol=@ 
radeon.audio=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu9
  RfKill:
   
  SourcePackage: linux
  Title: BUG: unable to handle kernel paging request at c0a3ba20
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/24/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1205
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P6T WS PRO
  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.:bvr1205:bd09/24/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP6TWSPRO: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/1545246/+subscriptions

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


[Kernel-packages] [Bug 1540559] Re: linux: 3.13.0-78.122 -proposed tracker

2016-02-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  linux: 3.13.0-78.122 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 01. February 2016 20:01 UTC
  kernel-stable-Prepare-package-end:Tuesday, 02. February 2016 06:03 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 02. February 2016 06:03 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 04. February 2016 22:02 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Friday, 05. February 2016 00:02 UTC
  kernel-stable-Verification-testing-start:Friday, 05. February 2016 00:02 UTC
  kernel-stable-Certification-testing-start:Friday, 05. February 2016 00:02 UTC
  kernel-stable-Security-signoff-start:Friday, 05. February 2016 00:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 05. February 2016 00:02 UTC
  kernel-stable-Security-signoff-end:Friday, 05. February 2016 11:00 UTC

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

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


[Kernel-packages] [Bug 1540559] Re: linux: 3.13.0-78.122 -proposed tracker

2016-02-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  linux: 3.13.0-78.122 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 01. February 2016 20:01 UTC
  kernel-stable-Prepare-package-end:Tuesday, 02. February 2016 06:03 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 02. February 2016 06:03 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 04. February 2016 22:02 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Friday, 05. February 2016 00:02 UTC
  kernel-stable-Verification-testing-start:Friday, 05. February 2016 00:02 UTC
  kernel-stable-Certification-testing-start:Friday, 05. February 2016 00:02 UTC
  kernel-stable-Security-signoff-start:Friday, 05. February 2016 00:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 05. February 2016 00:02 UTC
  kernel-stable-Security-signoff-end:Friday, 05. February 2016 11:00 UTC

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

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


[Kernel-packages] [Bug 1454843] Re: 10ec:b723 Realtek RTL8723BE wireless card drops connection

2016-02-13 Thread marco.pallotta
@Vincenzo maybe it's a workaround or maybe realtek module is for many devices 
and for just rtl7323be the installer should insert in modprobe dir just the 
options I wrote.
In one forum I have read something similar but I'm not sure if it's true or not.

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

Title:
  10ec:b723 Realtek RTL8723BE wireless card drops connection

Status in HWE Next:
  In Progress
Status in linux package in Ubuntu:
  In Progress

Bug description:
  I am using Lenovo M30-70.

  I tried many workarounds from
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1320070 but no
  change, the connection is lost after a while.

  Finally I tried the rtlwifi_new driver from 
https://bugzilla.kernel.org/show_bug.cgi?id=83641#c1.
  I first thought it works stable but after a while it also loses the 
connection (see my comment there). After reconnect it works for a while again.
  I uninstalled the rtlwifi_new driver for this bug report.


  (Bluetooth does not work at all, it doesn't find any devices)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-17-generic 3.19.0-17.17
  ProcVersionSignature: Ubuntu 3.19.0-17.17-generic 3.19.6
  Uname: Linux 3.19.0-17-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sledzik2179 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed May 13 22:51:38 2015
  HibernationDevice: RESUME=UUID=d61164da-04eb-444a-a976-6a1f91fc4ffb
  InstallationDate: Installed on 2015-03-11 (63 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: LENOVO ZIUS6
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-17-generic.efi.signed 
root=UUID=40721d88-7203-4dfa-ac65-1a2b204fea34 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-17-generic N/A
   linux-backports-modules-3.19.0-17-generic  N/A
   linux-firmware 1.143
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-06 (36 days ago)
  dmi.bios.date: 10/15/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8BCN45WW(V3.08)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: INVALID
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: INVALID
  dmi.modalias: 
dmi:bvnLENOVO:bvr8BCN45WW(V3.08):bd10/15/2014:svnLENOVO:pnZIUS6:pvrINVALID:rvnLENOVO:rnINVALID:rvrINVALID:cvnLENOVO:ct10:cvrINVALID:
  dmi.product.name: ZIUS6
  dmi.product.version: INVALID
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1545257] [NEW] Kernel panick after installing latest kernels

2016-02-13 Thread Stuart Page
Public bug reported:

Whenever I install a new kernel, it will fail to boot. I tried
reinstalling the 3.19 kernel with

sudo apt-get install --reinstall linux-image-3.19.0-49-generic

This produced the following output:

Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following package was automatically installed and is no longer required:
  libx265-59
Use 'apt-get autoremove' to remove it.
0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
Need to get 0 B/16.8 MB of archives.
After this operation, 0 B of additional disk space will be used.
Can't exec "locale": Permission denied at /usr/share/perl5/Debconf/Encoding.pm 
line 16.
Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
(Reading database ... 1029059 files and directories currently installed.)
Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
Can't exec "locale": Permission denied at /usr/share/perl5/Debconf/Encoding.pm 
line 16.
Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
Done.
Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
P: Checking for EXTLINUX directory... found.
P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
  No volume groups found
P: Installing debian theme... done.
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Not updating initrd symbolic links since we are being updated/reinstalled 
(3.19.0-49.55~14.04.1 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(3.19.0-49.55~14.04.1 was configured last, according to dpkg)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
P: Checking for EXTLINUX directory... found.
P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
  No volume groups found
P: Installing debian theme... done.
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
Found linux image: /boot/vmlinuz-3.19.0-49-generic
Found initrd image: /boot/initrd.img-3.19.0-49-generic
Found linux image: /boot/vmlinuz-3.19.0-47-generic
Found initrd image: /boot/initrd.img-3.19.0-47-generic
Found linux image: /boot/vmlinuz-3.16.0-60-generic
Found initrd image: /boot/initrd.img-3.16.0-60-generic
  No volume groups found
Adding boot menu entry for EFI firmware configuration
done

After a while I tried installing the 4.2 kernel and go the same result.
I had posted this on Ask Ubuntu orinally and was pointed here. My
original post is at:
https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-causes-
kernel-panick-3-19-0-49-generic/732613#732613

I didn't use the  ubuntu-bug linux command because that would report on
my existing working kernel rather than the new one. For the time being I
just have to manually select older kernels.


More Context Information:

Output of lsb_release -rd:
Description:Ubuntu 14.04.3 LTS
Release:14.04

The ouptuts of cat /proc/version_signature > version.log and sudo lspci
-vnvn > lspci-vnvn.log can be found in the attached
bug_information.tar.gz file

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


** Tags: kernel-bug trusty

** Attachment add

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

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

apport-collect 1545257

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: 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/1545257

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume group

[Kernel-packages] [Bug 1545257] Re: Kernel panick after installing latest kernels

2016-02-13 Thread Stuart Page
apport information

** Tags added: apport-collected

** Description changed:

  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with
  
  sudo apt-get install --reinstall linux-image-3.19.0-49-generic
  
  This produced the following output:
  
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done
  
  After a while I tried installing the 4.2 kernel and go the same result.
  I had posted this on Ask Ubuntu orinally and was pointed here. My
  original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-causes-
  kernel-panick-3-19-0-49-generic/732613#732613
  
  I didn't use the  ubuntu-bug linux command because that would report on
  my existing working kernel rather than the new one. For the time being I
  just have to manually select older kernels.
  
  
  More Context Information:
  
  Output of lsb_release -rd:
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04
  
- The ouptuts of cat /proc/version_signature > version.l

[Kernel-packages] [Bug 1545257] BootDmesg.txt

2016-02-13 Thread Stuart Page
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1545257/+attachment/4570790/+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/1545257

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done

  After a while I tried installing the 4.2 kernel and go the same
  result. I had posted this on Ask Ubuntu orinally and was pointed here.
  My original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-
  causes-kernel-panick-3-19-0-49-generic/732613#732613

  I didn't use the  ubuntu-bug linux

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

2016-02-13 Thread Stuart Page
apport information

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

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done

  After a while I tried installing the 4.2 kernel and go the same
  result. I had posted this on Ask Ubuntu orinally and was pointed here.
  My original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-
  causes-kernel-panick-3-19-0-49-generic/732613#732613

  I didn't use the  ubuntu-bug l

[Kernel-packages] [Bug 1545257] UdevLog.txt

2016-02-13 Thread Stuart Page
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1545257/+attachment/4570802/+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/1545257

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done

  After a while I tried installing the 4.2 kernel and go the same
  result. I had posted this on Ask Ubuntu orinally and was pointed here.
  My original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-
  causes-kernel-panick-3-19-0-49-generic/732613#732613

  I didn't use the  ubuntu-bug linux com

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

2016-02-13 Thread Stuart Page
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1545257/+attachment/4570795/+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/1545257

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done

  After a while I tried installing the 4.2 kernel and go the same
  result. I had posted this on Ask Ubuntu orinally and was pointed here.
  My original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-
  causes-kernel-panick-3-19-0-49-generic/732613#732613

  I didn't use the  ubuntu-bug linux command 

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

2016-02-13 Thread Stuart Page
apport information

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

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done

  After a while I tried installing the 4.2 kernel and go the same
  result. I had posted this on Ask Ubuntu orinally and was pointed here.
  My original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-
  causes-kernel-panick-3-19-0-49-generic/732613#732613

  I didn't use the  ubuntu-bug linux comman

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

2016-02-13 Thread Stuart Page
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1545257/+attachment/4570797/+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/1545257

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done

  After a while I tried installing the 4.2 kernel and go the same
  result. I had posted this on Ask Ubuntu orinally and was pointed here.
  My original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-
  causes-kernel-panick-3-19-0-49-generic/732613#732613

  I didn't use the  ubuntu-bug l

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

2016-02-13 Thread Stuart Page
apport information

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

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

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done

  After a while I tried installing the 4.2 kernel and go the same
  result. I had posted this on Ask Ubuntu orinally and was pointed here.
  My original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-
  causes-kernel-panick-3-19-0-49-generic/732613#732613

  I didn't use the  ubuntu-bug linux

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

2016-02-13 Thread Stuart Page
apport information

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

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done

  After a while I tried installing the 4.2 kernel and go the same
  result. I had posted this on Ask Ubuntu orinally and was pointed here.
  My original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-
  causes-kernel-panick-3-19-0-49-generic/732613#732613

  I didn't use the  ubuntu-bug linux command 

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

2016-02-13 Thread Stuart Page
apport information

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

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done

  After a while I tried installing the 4.2 kernel and go the same
  result. I had posted this on Ask Ubuntu orinally and was pointed here.
  My original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-
  causes-kernel-panick-3-19-0-49-generic/732613#732613

  I didn't use the  ubuntu-bug linux c

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

2016-02-13 Thread Stuart Page
apport information

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

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done

  After a while I tried installing the 4.2 kernel and go the same
  result. I had posted this on Ask Ubuntu orinally and was pointed here.
  My original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-
  causes-kernel-panick-3-19-0-49-generic/732613#732613

  I didn't use the  ubuntu-bug linux command be

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

2016-02-13 Thread Stuart Page
apport information

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

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done

  After a while I tried installing the 4.2 kernel and go the same
  result. I had posted this on Ask Ubuntu orinally and was pointed here.
  My original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-
  causes-kernel-panick-3-19-0-49-generic/732613#732613

  I didn't use the  ubuntu-bug l

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

2016-02-13 Thread Stuart Page
apport information

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

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done

  After a while I tried installing the 4.2 kernel and go the same
  result. I had posted this on Ask Ubuntu orinally and was pointed here.
  My original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-
  causes-kernel-pani

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

2016-02-13 Thread Stuart Page
apport information

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

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done

  After a while I tried installing the 4.2 kernel and go the same
  result. I had posted this on Ask Ubuntu orinally and was pointed here.
  My original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-
  causes-kernel-panick-3-19-0-49-generic/732613#732613

  I didn't use the  ubuntu-bug

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

2016-02-13 Thread Stuart Page
apport information

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

Title:
  Kernel panick after installing latest kernels

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Whenever I install a new kernel, it will fail to boot. I tried
  reinstalling the 3.19 kernel with

  sudo apt-get install --reinstall linux-image-3.19.0-49-generic

  This produced the following output:

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
libx265-59
  Use 'apt-get autoremove' to remove it.
  0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to 
upgrade.
  Need to get 0 B/16.8 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  (Reading database ... 1029059 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.19.0-49-generic_3.19.0-49.55~14.04.1_amd64.deb ...
  Can't exec "locale": Permission denied at 
/usr/share/perl5/Debconf/Encoding.pm line 16.
  Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 17.
  Done.
  Unpacking linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) over 
(3.19.0-49.55~14.04.1) ...
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postrm.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Setting up linux-image-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Not updating initrd symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Not updating image symbolic links since we are being updated/reinstalled 
  (3.19.0-49.55~14.04.1 was configured last, according to dpkg)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  run-parts: executing /etc/kernel/postinst.d/zz-extlinux 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  P: Checking for EXTLINUX directory... found.
  P: Writing config for /boot/vmlinuz-3.19.0-49-generic...
  P: Writing config for /boot/vmlinuz-3.19.0-47-generic...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic.efi.signed...
  P: Writing config for /boot/vmlinuz-3.16.0-60-generic...
No volume groups found
  P: Installing debian theme... done.
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic 
/boot/vmlinuz-3.19.0-49-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.19.0-49-generic
  Found initrd image: /boot/initrd.img-3.19.0-49-generic
  Found linux image: /boot/vmlinuz-3.19.0-47-generic
  Found initrd image: /boot/initrd.img-3.19.0-47-generic
  Found linux image: /boot/vmlinuz-3.16.0-60-generic
  Found initrd image: /boot/initrd.img-3.16.0-60-generic
No volume groups found
  Adding boot menu entry for EFI firmware configuration
  done

  After a while I tried installing the 4.2 kernel and go the same
  result. I had posted this on Ask Ubuntu orinally and was pointed here.
  My original post is at:
  https://askubuntu.com/questions/732248/14-04-latest-3-19-kernel-
  causes-kernel-panick-3-19-0-49-generic/732613#732613

  I didn't use the  ubuntu

[Kernel-packages] [Bug 1545279] [NEW] Error during boot Ubuntu server 15.10 x84

2016-02-13 Thread Jonas
Public bug reported:

Trying to run Ubuntu server 15.10 32 bit.

The installation works fine and the package I install is Basic Ubuntu
server and SSH. No fancy GUI just console.

But every time Ubuntu tries to boot I get this error:

[drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in
gmch_pfit.control (expected 0, found 8)

The CPU is a Intel celeron T2300 2 core.

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

** Summary changed:

- Error during boot
+ Error during boot Ubuntu server 15.10 32bit

** Summary changed:

- Error during boot Ubuntu server 15.10 32bit
+ Error during boot Ubuntu server 15.10 x84

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

Title:
  Error during boot Ubuntu server 15.10 x84

Status in linux package in Ubuntu:
  New

Bug description:
  Trying to run Ubuntu server 15.10 32 bit.

  The installation works fine and the package I install is Basic Ubuntu
  server and SSH. No fancy GUI just console.

  But every time Ubuntu tries to boot I get this error:

  [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in
  gmch_pfit.control (expected 0, found 8)

  The CPU is a Intel celeron T2300 2 core.

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

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


[Kernel-packages] [Bug 1542934] Re: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

2016-02-13 Thread Londé Ngosso
Just found in my logs with this command and still the same errors
dmesg|grep ERROR
[0.177668] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[  372.223326] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU 
pipe A FIFO underrun

The first error occurs always at the start of the laptop.
The second error occurs sometimes not always when i unplugged the hdmi cable 
connected to my tv.

For the functionalities, i suppose everything works fine on my laptop
with the linux kernel 4.5 RC3.

System information: 
Linux portable-londe 4.5.0-040500rc3-generic #201602071930 SMP Mon Feb 8 
00:34:43 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Dell Inc. Inspiron 5558 with Ubuntu 14.04.3 LTS 64 bits - 8GB RAM - Bios A09 - 
Intel® Core™ i5-5200U CPU @ 2.20GHz × 4 - Intel® HD Graphics 5500

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

Title:
  [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A
  FIFO underrun

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  I get an error on my laptop with ubuntu 14.04 and kernel 4.5 RC2. No
  HDMI cable plugged.

  [  299.696803] [drm:intel_cpu_fifo_underrun_irq_handler [i915]]
  *ERROR* CPU pipe A FIFO underrun

  System information: Dell Inc. Inspiron 5558 with Ubuntu 14.04.3 LTS 64
  bits - 8GB RAM - Bios A07 - Intel® Core™ i5-5200U CPU @ 2.20GHz × 4 -
  Intel® HD Graphics 5500

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  Uname: Linux 4.5.0-040500rc2-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Feb  7 22:10:31 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:06ae]
  InstallationDate: Installed on 2015-10-30 (100 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5558
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.5.0-040500rc2-generic 
root=UUID=271decaf-2c52-4d45-af0d-da55a999fd55 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/06/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0KG6JV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd11/06/2015:svnDellInc.:pnInspiron5558:pvr01:rvnDellInc.:rn0KG6JV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Inspiron 5558
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.65+git20151026.c745e541-0ubuntu0ricotz~trusty
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sun Feb  7 13:33:05 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8638 
   vendor JVC
  xserver.version: 2:1.17.1-0ubuntu3.1~trusty1

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

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


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

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

apport-collect 1545279

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  Error during boot Ubuntu server 15.10 x84

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Trying to run Ubuntu server 15.10 32 bit.

  The installation works fine and the package I install is Basic Ubuntu
  server and SSH. No fancy GUI just console.

  But every time Ubuntu tries to boot I get this error:

  [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in
  gmch_pfit.control (expected 0, found 8)

  The CPU is a Intel celeron T2300 2 core.

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

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


[Kernel-packages] [Bug 1540737] Re: package linux-image-extra-3.16.0-60-generic 3.16.0-60.80~14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status

2016-02-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux-lts-utopic (Ubuntu)
   Status: New => Confirmed

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

Title:
  package linux-image-extra-3.16.0-60-generic 3.16.0-60.80~14.04.1
  failed to install/upgrade: subprocess installed post-installation
  script returned error exit status 1

Status in linux-lts-utopic package in Ubuntu:
  Confirmed

Bug description:
  boot usage is low

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-extra-3.16.0-60-generic 3.16.0-60.80~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-59.79~14.04.1-generic 3.16.7-ckt20
  Uname: Linux 3.16.0-59-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Tue Feb  2 06:41:19 2016
  DpkgTerminalLog: Log started: 2016-02-02  06:36:46
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2015-04-22 (285 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.10
  SourcePackage: linux-lts-utopic
  Title: package linux-image-extra-3.16.0-60-generic 3.16.0-60.80~14.04.1 
failed to install/upgrade: subprocess installed post-installation script 
returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1545279] Re: Error during boot Ubuntu server 15.10 x84

2016-02-13 Thread Jonas
** 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/1545279

Title:
  Error during boot Ubuntu server 15.10 x84

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Trying to run Ubuntu server 15.10 32 bit.

  The installation works fine and the package I install is Basic Ubuntu
  server and SSH. No fancy GUI just console.

  But every time Ubuntu tries to boot I get this error:

  [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in
  gmch_pfit.control (expected 0, found 8)

  The CPU is a Intel celeron T2300 2 core.

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

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


[Kernel-packages] [Bug 1545031] Re: Kernel OOPS: BUG: unable to handle kernel NULL pointer dereference; IP at ip6_datagram_connect+0x249/0x500

2016-02-13 Thread rysiek
We have downgraded to kernel 3.19.x on the affected host and can also
confirm the bug is not present there:

# uname -a
Linux host6 3.19.0-47-generic #53-Ubuntu SMP Mon Jan 18 14:02:48 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux

Currently we will have to run the 3.19-series kernel until the bug gets
fixed. We are unable to use a mainstream kernel on that host, as we rely
on aufs, which is not available in that kernel.

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

Title:
  Kernel OOPS: BUG: unable to handle kernel NULL pointer dereference; IP
  at ip6_datagram_connect+0x249/0x500

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  We are running Ubuntu 15.10, in a server environment where we have
  IPsec transport set between servers both for IPv4 and IPv6. We can
  *reliably* reproduce this error by running:

  ```
  tcpdump "ip and ( host host1.example.com or host host2.example.com or host 
host3.example.com or host host4.example.com or host host5.example.com )"
  ```
  ...where host1-host5.example.com are actual hostnames of servers connected 
with IPsec transport with the problematic host. Those hosts are currently 
running either 15.04, or Debian 8, and the affected server is the first one we 
upgraded to 15.10.

  This immediately produces the kernel oops.

  Some more info on the host:

  ```
  # uname -a
  Linux host6 4.2.0-27-generic #32-Ubuntu SMP Fri Jan 22 04:49:08 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux
  ```

  Version signature:

  ```
  # cat /proc/version_signature 
  Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
  ```

  An example oops (more in the attached file):

  ```
  [23882.053990] BUG: unable to handle kernel NULL pointer dereference at 
00a0
  [23882.054044] IP: [] ip6_datagram_connect+0x249/0x500
  [23882.054080] PGD 0 
  [23882.054103] Oops:  [#7] SMP   
  [23882.054129] Modules linked in: aufs xt_multiport ip6table_filter 
ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6_tables esp6 ah6 
xfrm6_mode_transport nfnetlink_queue nfnetlink_log nfnetlink bluetooth drbg 
ansi_cprng authenc echainiv esp4 ah4 xfrm4_mode_transport xt_TCPMSS deflate ctr 
twofish_generic twofish_avx_x86_64 twofish_x86_64_3way twofish_x86_64 
twofish_common camellia_generic camellia_aesni_avx_x86_64 camellia_x86_64 
serpent_avx_x86_64 serpent_sse2_x86_64 xts serpent_generic blowfish_generic 
blowfish_x86_64 blowfish_common cast5_avx_x86_64 cast5_generic cast_common 
des_generic cmac xcbc rmd160 crypto_null af_key xfrm_algo xt_nat xt_tcpudp veth 
xt_conntrack ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype iptable_filter
  [23882.054488]  ip_tables x_tables nf_nat nf_conntrack br_netfilter bridge 
stp llc overlay intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp 
kvm_intel kvm eeepc_wmi asus_wmi sparse_keymap crct10dif_pclmul crc32_pclmul 
aesni_intel ppdev shpchp aes_x86_64 lrw gf128mul lpc_ich glue_helper 
ablk_helper input_leds cryptd parport_pc parport serio_raw tpm_infineon mac_hid 
8250_fintek nfsd auth_rpcgss nfs_acl lockd grace sunrpc autofs4 btrfs raid10 
raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
raid1 raid0 multipath linear r8169 ahci libahci mii megaraid_sas wmi video
  [23882.054773] CPU: 7 PID: 5954 Comm: tcpdump Tainted: G  D 
4.2.0-27-generic #32-Ubuntu
  [23882.054819] Hardware name: System manufacturer System Product Name/P8H67-M 
PRO, BIOS 1106 10/17/2011
  [23882.054864] task: 8808153ce040 ti: 88046c9e task.ti: 
88046c9e
  [23882.054907] RIP: 0010:[]  [] 
ip6_datagram_connect+0x249/0x500
  [23882.054955] RSP: 0018:88046c9e3da8  EFLAGS: 00010202
  [23882.054980] RAX: 880816c10038 RBX: 880816c1 RCX: 

  [23882.055008] RDX:  RSI:  RDI: 

  [23882.055036] RBP: 88046c9e3e48 R08: 880816c10390 R09: 
880815fc5c80
  [23882.055064] R10: 81cf7c00 R11: 0002 R12: 

  [23882.055092] R13:  R14: 880816c10120 R15: 
880816c10390
  [23882.055121] FS:  7f4a150af700() GS:88083fbc() 
knlGS:
  [23882.055165] CS:  0010 DS:  ES:  CR0: 80050033
  [23882.055191] CR2: 00a0 CR3: b6161000 CR4: 
000406e0
  [23882.055219] Stack:
  [23882.055241]  880816c10390 880816c10038  
d23f16ed
  [23882.055291]  8800b6477980 0001 0011 
f804012a
  [23882.055341]  f5511001 f804012a0200 2f845101 
0200
  [23882.055390] Call Trace:
  [23882.055420]  [] inet_dgram_connect+0x41/0x80
  [23882.055451]  [] SYSC_connect+0xd9/0x110
  [23882.055483]  [] ? fd_install+0x25/0x30
  [23882.055511]  [] ? sock_map_fd+0x44/0x70
  [23882.0

[Kernel-packages] [Bug 215802] Re: rtl8187 link quality poor

2016-02-13 Thread taiebot65
The only way to solve this bug is to not use network manager if i use
wicd i have no drops of connection

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

Title:
  rtl8187 link quality poor

Status in Linux:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Maverick:
  Fix Released

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

  Hy!

  I have a notebook with an integrated rtl8187 based wifi.
  Now I switched to hardy, and I hoping if my wifi now works without 
ndiswrapper, because the driver is now in the mainline kernel...
  But my problem is still exists :S The link quality of the wifi connection is 
very poor... I mean, the driver reports the real connection srenght, but my 
connection LAGGS if I move away from my ap only about 4-5 meters, then if I 
ping the ap, I got 50% packet loss, and at about 8 meters, my connection 
unusable, when the driver reports 60% connection srenght... I'm sure my wifi 
works, because I tested it on window$ and with ndiswrapper, and with they, I 
got good results, but with ndiswrapper, other problems exists :S

  Thanks for your help!
  ...and sorry because my baad English!

  $ lsb_release -rd
  Description:  Ubuntu hardy (development branch)
  Release:  8.04

  $ apt-cache policy linux-image-2.6.24-15-generic
  linux-image-2.6.24-15-generic:
Installed: 2.6.24-15.27
Candidate: 2.6.24-15.27
Version table:
   *** 2.6.24-15.27 0
  500 http://archive.ubuntu.com hardy/main Packages
  100 /var/lib/dpkg/status

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

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


[Kernel-packages] [Bug 1520355] Re: Kernel/Debugging/Backlight/Ubuntu Gnome 15.10

2016-02-13 Thread Christopher M. Penalver
Anatoly, could you please advise to any WORKAROUNDs as outlined in
https://wiki.ubuntu.com/Kernel/Debugging/Backlight ?

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

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

Title:
  Kernel/Debugging/Backlight/Ubuntu Gnome 15.10

Status in linux package in Ubuntu:
  Expired

Bug description:
  anatoly@anatoly-Lenovo-B570e:~$ ubuntu-bug linux
  anatoly@anatoly-Lenovo-B570e:~$ ls /sys/class/backlight > backlight
  anatoly@anatoly-Lenovo-B570e:~$ grep -r . /proc/acpi > acpi
  anatoly@anatoly-Lenovo-B570e:~$ sudo acpidump -o acpidump.txt
  [sudo] пароль для anatoly: 
  anatoly@anatoly-Lenovo-B570e:~$ acpixtract acpidump.txt

  Intel ACPI Component Architecture
  ACPI Binary Table Extraction Utility version 20150717-64
  Copyright (c) 2000 - 2015 Intel Corporation

  Acpi table [DSDT] - 39619 bytes written to dsdt.dat
  Acpi table [SSDT] - 4200 bytes written to ssdt1.dat
  Acpi table [SSDT] - 2388 bytes written to ssdt2.dat
  Acpi table [SSDT] - 2316 bytes written to ssdt3.dat
  Acpi table [SSDT] - 2454 bytes written to ssdt4.dat
  Acpi table [SSDT] - 1660 bytes written to ssdt5.dat
  Acpi table [SSDT] - 771 bytes written to ssdt6.dat
  Acpi table [SSDT] - 281 bytes written to ssdt7.dat
  anatoly@anatoly-Lenovo-B570e:~$ iasl -d DSDT.dat

  Intel ACPI Component Architecture
  ASL+ Optimizing Compiler version 20150717-64
  Copyright (c) 2000 - 2015 Intel Corporation

  Could not open input file: No such file or directory
  anatoly@anatoly-Lenovo-B570e:~$ sudo fwts > fwts
  Test: Gather kernel system information. 
Gather kernel signature.1 info only 
Gather kernel system information.   1 info only 
Gather kernel boot command line.1 info only 
Gather ACPI driver version. 1 info only 
  Test: Gather BIOS DMI information.  
Gather BIOS DMI information 1 info only 
  Test: Scan kernel log for Oopses.   
Kernel log oops check.  2 passed
  Test: Scan kernel log for errors and warnings.  
Kernel log error check. 1 passed
  Test: MTRR tests.   
Validate the kernel MTRR IOMEM setup.   1 passed
Validate the MTRR setup across all processors.  1 passed
Test for AMD MtrrFixDramModEn being cleared by the B..  1 skipped   
  Test: General ACPI information test.
Determine Kernel ACPI version.  1 info only 
Determine machine's ACPI version.   1 info only 
Determine AML compiler. 1 info only 
  Test: Sanity check for UEFI Boot Path Boot. 
   Test aborted..   
  Test: UEFI secure boot test.
   Test skipped..   
  Test: UEFI Compatibility Support Module test.   
UEFI Compatibility Support Module test. 1 info only 
  Test: Test firmware has set PCI Express MaxReadReq to a higher value on n.. 
Test firmware settings MaxReadReq for PCI Express de..  1 passed
  Test: Test PCI host bridge configuration using _CRS.
Test PCI host bridge configuration using _CRS.  1 skipped   
  Test: PCIe ASPM test.   
PCIe ASPM ACPI test.
PCIe ASPM registers test.   3 passed, 3 warnings
  Test: DMI/SMBIOS table tests.   
Find and test SMBIOS Table Entry Points.6 passed
Test DMI/SMBIOS tables for errors.  34 passed, 37 
failed, 1 skipped
  Test: Test if system is using latest microcode. 
Test for most recent microcode being loaded.1 skipped   
  Test: MSR register tests.   
Test CPU generic MSRs.  69 passed   
Test CPU specific model MSRs.   17 passed   
Test all P State Ratios.2 passed
Test C1 and 

[Kernel-packages] [Bug 1441852] Re: [HP Spectre x360 - 13-4010ca] Audio broken, broadwell-U audio controller

2016-02-13 Thread Sam Brookfield
Just bought a new HP Spectre x360 and tried Ubuntu 15.10 - sounds works
out of the box no problems. Apart from changing the keyboard layout I
haven't noted any issues

I did update the bios in windows first with the HP update utility

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

Title:
  [HP Spectre x360 - 13-4010ca] Audio broken, broadwell-U audio
  controller

Status in linux package in Ubuntu:
  Incomplete
Status in linux package in Fedora:
  Unknown
Status in Gentoo Linux:
  New

Bug description:
  On ubuntu trusty, Audio driver on HP Spectre x360 doesn't work.

  May be related to the bug found on the 2015 XPS 13.
  (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1413446)

  On the kernel 4.0-rc4+ given as solution for the bug found on the XPS 13, the
  dmesg -t | egrep "(audio|snd|INT3438)" command return:

  dmar: ACPI device "INT3438:00" under DMAR at fed91000 as 00:13.0
  snd_hda_intel :00:03.0: enabling device ( -> 0002)
  sst-acpi INT3438:00: DesignWare DMA Controller, 8 channels
  haswell-pcm-audio haswell-pcm-audio: FW loaded, mailbox readback FW info: 
type 01, - version: 00.00, build 77, source commit id: 
876ac6906f31a43b6772b23c7c983ce9dcb18a19
  broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered
  ---
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  isatis 1479 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=1e13c664-5747-48ed-942c-18c0610b50dd
  InstallationDate: Installed on 2015-04-01 (12 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: Hewlett-Packard HP Spectre x360 Convertible 13
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-34-generic.efi.signed 
root=UUID=70117e8f-97a5-40f7-90fd-aa25fdba1bba ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-34.45~14.04.1-generic 3.16.7-ckt8
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-34-generic N/A
   linux-backports-modules-3.16.0-34-generic  N/A
   linux-firmware 1.127.11
  Tags:  trusty
  Uname: Linux 3.16.0-34-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/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F.11
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 802D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 58.25
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF.11:bd02/05/2015:svnHewlett-Packard:pnHPSpectrex360Convertible13:pvr:rvnHewlett-Packard:rn802D:rvr58.25:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Spectre x360 Convertible 13
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1542934] Re: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

2016-02-13 Thread Christopher M. Penalver
Londé Ngosso, and how about with the Trusty kernel?

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

Title:
  [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A
  FIFO underrun

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  I get an error on my laptop with ubuntu 14.04 and kernel 4.5 RC2. No
  HDMI cable plugged.

  [  299.696803] [drm:intel_cpu_fifo_underrun_irq_handler [i915]]
  *ERROR* CPU pipe A FIFO underrun

  System information: Dell Inc. Inspiron 5558 with Ubuntu 14.04.3 LTS 64
  bits - 8GB RAM - Bios A07 - Intel® Core™ i5-5200U CPU @ 2.20GHz × 4 -
  Intel® HD Graphics 5500

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  Uname: Linux 4.5.0-040500rc2-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Feb  7 22:10:31 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:06ae]
  InstallationDate: Installed on 2015-10-30 (100 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5558
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.5.0-040500rc2-generic 
root=UUID=271decaf-2c52-4d45-af0d-da55a999fd55 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/06/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0KG6JV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd11/06/2015:svnDellInc.:pnInspiron5558:pvr01:rvnDellInc.:rn0KG6JV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Inspiron 5558
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.65+git20151026.c745e541-0ubuntu0ricotz~trusty
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sun Feb  7 13:33:05 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8638 
   vendor JVC
  xserver.version: 2:1.17.1-0ubuntu3.1~trusty1

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

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


[Kernel-packages] [Bug 1506817] Re: left TPP/2 IBM TrackPoint "sticks on" randomly (X250 15.04)

2016-02-13 Thread Jont Allen
Update:
As requested in comment # 11, I have downloaded the latest kernel and installed 
it on my X250.
The version I have installed is
uname -a
Linux near 4.5.0-040500rc3-generic #201602071930 SMP Mon Feb 8 00:34:43 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux

There was no issue downloading this kernel and the headers. I then rebooted and 
via grub, was able to boot the kernel.
There were no issues.

I have been using the kernel  for 5 or 6 hours, and have not seen any mouse 
click issues. 
It seems to have solved the problem.

With the previous kernel vmlinuz-4.2.0-27-generic.efi.signed I was seeing mouse 
click errors at least once per min, and 
frequently much more (up to 50% of the mouse clicks)

So I feel it is save to say that the new kernel has solved the problem.

Whats next?
So the next think I will try is to book the 4.2.027 kernal and see the problem 
return.
Then I will remove my "hacks" to the setup,
I will also turn back on the touch-pad in the bios (right now its turned off).

Thus I will return the machine to its normal state and verify that the new 
kernel is still working (no mouse click errors).
This will take me a day to two.
Then I will deliver a final report.

So awaiting that final report, it seems the problem is solved
(tentatively pending further notice).

END

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

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

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

Title:
  left TPP/2 IBM TrackPoint "sticks on" randomly (X250 15.04)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have reported the details of this problem at
  https://answers.launchpad.net/ubuntu-certification/+question/272142

  As summarized on that question:

  X250 analysis:
   I used the command on the X250
evtest /dev/input/event15 | grep EV_KEY

   I can see the bug, as follows:

  I click on button 1 (left) over and over. When I push the button down,
  I see it register as 1,
  and when I let go of the key, it registers as a 0.

  The bug is that every now and then (once every 20 clicks), when I let go
  of the left mouse button (BIN_LEFT), it does not return to state 0 (it stays 
in state 1).

  This is highly random, but cant be triggered more often, by dragging a
  window, which I do with BIN_LEFT.

  I am using a brand new X250, purchased in late July 2015. The system was 
returned 3 times to IBM repair as I assumed
  this was a hardware error. Now with the above, it seems clear that this is a 
software issue.

  Ubuntu 15.04

  apt-cache policy xserver-xorg-input-synaptics
  xserver-xorg-input-synaptics:
Installed: 1.8.1-1ubuntu1
Candidate: 1.8.1-1ubuntu1
Version table:
   *** 1.8.1-1ubuntu1 0

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xserver-xorg-input-synaptics 1.8.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Oct 16 04:52:03 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  InstallationDate: Installed on 2015-08-15 (61 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LENOVO 20CMCTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed 
root=UUID=5718b40f-944e-47a3-acda-04e29336d0bc ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-input-synaptics
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/19/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N10ET36W (1.15 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20CMCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98417 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN10ET36W(1.15):bd06/19/2015:svnLENOVO:pn20CMCTO1WW:pvrThinkPadX250:rvnLENOVO:rn20CMCTO1WW:rvr0B98417WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20CMCTO1WW
  dmi.product.version: ThinkPad X250
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1~vivid2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~e

[Kernel-packages] [Bug 1511855] Re: Some Sony Dualshock 4 controllers do not work in kernel 3.15+

2016-02-13 Thread Radoslaw
I confirm the issue is present in Ubuntu 15.10 (kernel 4.2) and fixed
by running latest 4.5 RC kernel. It is maybe worth to note the the issue
regards only bluetooth connection. The controler works fine using USB
cable also with previous kernel versions.

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

Title:
   Some Sony Dualshock 4 controllers do not work in kernel 3.15+

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm testing in Ubuntu 15.10 with kernel 4.2.0-16.19 but this bug
  report actually applies to ALL kernels starting at 3.15 until the
  current 4.3rc7 and is not limited to Ubuntu.

  I have a brand new Sony DualShock 4 that seems to use a slightly
  different protocol than the hid-sony driver expects. I'm not sure why
  this controller is different. Maybe updated firmware from Sony or
  maybe because it has never been connected to a PS4. Whatever the case,
  the device descriptor size is different from what hid-sony expects and
  because of that it does not remap the descriptor table as required.
  This causes only the trackpad to function (the trackpad uses a
  different code path) and none of the other controls work. So basically
  the controller does not work at all.

  I have created a patch that fixes it. I have only tested the patch
  against kernel 4.2 and 4.3 but it's simple enough that it should be
  trivially portable to any 3.15+ kernel. The attached patch is based
  against the Ubuntu mainline-crack git v4.2 kernel.

  I posted to the LKML asking if the descriptor size check was even
  necessary but never got a response so I left it in.

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

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


[Kernel-packages] [Bug 1522472] Re: Black screen on boot after updating Trusty

2016-02-13 Thread Josh Kelley
Our original plan was to be able to run 14.04 LTS with the 3.13 GA
kernel series, so that we'd have a long support period without having to
worry about major kernel upgrades.

When we ran into this bug (in what we thought would be a routine upgrade
from one 3.13 point release to another), we were able to work around it
by switching to the 3.19 kernel (the vivid HWE kernel for 14.04).

Having a regression in the 3.13 series was annoying. However, if I
understand all of this correctly, It sounds like the xenial HWE kernel
for 14.04 should fix this problem and should have the same support
period as the 3.13 GA kernel? If so, it will probably be easier to wait
for xenial, so if you could let me know whether my understanding is
correct, I'll go ahead and close this.

Thank you.

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

Title:
  Black screen on boot after updating Trusty

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Current release: Ubuntu 14.04.3 LTS
  Current version: v3.13.0.68.74
  Expected behavior: System boots to GUI showing chromium-browser
  What happened: Booted to black screen

  After updating my linux kernel from v3.13.0.32.38 to v3.13.0.68.74, my
  system does not boot into the GUI properly anymore. X11 starts up and
  I have confirmed that I can interact with the screen that should be
  there via keyboard (using chromium logs, I can confirm that I can open
  new tabs with CTRL+T), but the screen is completely black. If I
  restart nodm, X11 restarts and comes up as it should. If I simply
  switch to the vivid kernel (v3.19.0.33.20) on the same system the
  problem goes away and the system boots properly every time, as well as
  the system working fine until I update just the linux-generic package.

  Other possibly useful information:
  - Every time the system boots to a black screen, plymouth does not appear 
while booting nor can I TTY switch to it after booting (instead the TTY it 
should be on is a black screen with a blinking cursor), which is opposite of 
the behavior observed when the system boots properly.
  - Attached Xorg.0.log (produced from a bad boot).
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 15 11:11 seq
   crw-rw 1 root audio 116, 33 Jan 15 11:11 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  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=c64ce442-021a-4873-934f-770057560a1d
  InstallationDate: Installed on 2015-05-21 (238 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.3)
  IwConfig:
   p3p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-68-generic 
root=UUID=5dff8d1e-9793-45ca-80fa-24207ce6e69e ro nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-68.111-generic 3.13.11-ckt27
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-68-generic N/A
   linux-backports-modules-3.13.0-68-generic  N/A
   linux-firmware 1.127.19
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-68-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom lpadmin plugdev sudo
  _MarkForUpload: True
  dmi.bios.date: 12/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.6.5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Aptio CRB
  dmi.board.vendor: AMI Corporation
  dmi.board.version: A.6
  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.:bvr5.6.5:bd12/15/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnAMICorporation:rnAptioCRB:rvrA.6: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/1522472/+subscriptions

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

[Kernel-packages] [Bug 1496107] Re: Bluetooth option missing when trying to share images

2016-02-13 Thread Anupam
*** This bug is a duplicate of bug 1511525 ***
https://bugs.launchpad.net/bugs/1511525

** This bug has been marked a duplicate of bug 1511525
   Can't transfer file using bluetooth

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

Title:
  Bluetooth option missing when trying to share images

Status in Canonical System Image:
  Confirmed
Status in bluez package in Ubuntu:
  Invalid
Status in content-hub package in Ubuntu:
  Confirmed

Bug description:
  In Gallery, I choose the "Images" view (default is "Events"). I tap
  one, it opens. I tap again, then the upper right corner sign for
  options. There is Share, choosing that will offer Facebook, Messages,
  Telegram, Dekko, Tagger, but no Bluetooth. Might be because the
  previous bug that I submitted? (Bluetooth disconnects in a few
  seconds).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1496107/+subscriptions

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


[Kernel-packages] [Bug 1542657] Re: Lenovo G50-30 notebook freezes randomly

2016-02-13 Thread sangharsh
Christopher,
yes, I did remove the non-default kernel boot parameter and testing the kernel 
since then. The problem did not appear again.

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

Title:
  Lenovo G50-30 notebook freezes randomly

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Keyboard or mouse do not work when the system freezes. Have to press
  power key to shutdown.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-28-generic 4.2.0-28.33
  ProcVersionSignature: Ubuntu 4.2.0-28.33-generic 4.2.8-ckt3
  Uname: Linux 4.2.0-28-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  varsha 1323 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Feb  6 20:45:09 2016
  HibernationDevice: RESUME=UUID=af294421-f781-4351-8f35-96fd43c2d16f
  InstallationDate: Installed on 2016-02-02 (3 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 80G0
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-28-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-28-generic N/A
   linux-backports-modules-4.2.0-28-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/21/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: A7CN44WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lancer 5A6
  dmi.board.vendor: LENOVO
  dmi.board.version: NANANANANO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-30
  dmi.modalias: 
dmi:bvnLENOVO:bvrA7CN44WW:bd10/21/2014:svnLENOVO:pn80G0:pvrLenovoG50-30:rvnLENOVO:rnLancer5A6:rvrNANANANANODPK:cvnLENOVO:ct10:cvrLenovoG50-30:
  dmi.product.name: 80G0
  dmi.product.version: Lenovo G50-30
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1455014] Re: package linux-lts-vivid-tools-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/perf', which is also in package linux-tools-common 3.1

2016-02-13 Thread Thomas Mayer
@daniel-serpell I fully agree. This should also made available for HES
wily.

Execution of

sudo apt-get install --install-recommends linux-generic-lts-wily

proposes to install  linux-lts-wily-tools, but this package is not
available in the repo and the additional package is not installed
accordingly.

Plus,  linux-lts-wily-tools-common is not yet available (note that this
would be the equivalent to linux-lts-wily-tools-common).

linux-lts-wily-tools-4.2.0-27 only depends on linux-tools-common (which
might or might not be ok).

But I'm missing a package linux-lts-wily-tools or linux-lts-wily-tools-
common (which could provide linux-lts-wily-tools via replacement) or
both of them.

And I'm missing a dependency to linux-lts-wily-tools-4.2.0-x so that
linux-lts-wily-tools can automatically be updated where needed.

For vivid, linux-lts-vivid-tools-common replaces linux-lts-vivid-tools
according to package meta data. But linux-lts-vivid-tools-common should
contain a dependency to the current package linux-lts-vivid-
tools-3.19.0-x.

** Also affects: linux-lts-wily (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  package linux-lts-vivid-tools-common (not installed) failed to
  install/upgrade: trying to overwrite '/usr/bin/perf', which is also in
  package linux-tools-common 3.13.0-52.86

Status in linux-lts-vivid package in Ubuntu:
  Confirmed
Status in linux-lts-wily package in Ubuntu:
  New

Bug description:
  Tried installing package, but it failed:
  E: 
/var/cache/apt/archives/linux-lts-vivid-tools-common_3.19.0-17.17~14.04.1_all.deb:
 trying to overwrite '/usr/bin/perf', which is also in package 
linux-tools-common 3.13.0-52.86

  
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  2:44:57 josh@josh-ThinkPad-T430 ~ apt-cache policy  
linux-lts-vivid-tools-common
  linux-lts-vivid-tools-common:
Installed: (none)
Candidate: 3.19.0-17.17~14.04.1
Version table:
   3.19.0-17.17~14.04.1 0
  400 http://us.archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 
Packages
  400 http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu/ 
trusty/main amd64 Packages

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-lts-vivid-tools-common (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-37.51~14.04.1-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  Date: Thu May 14 02:41:56 2015
  DuplicateSignature: package:linux-lts-vivid-tools-common:(not 
installed):trying to overwrite '/usr/bin/perf', which is also in package 
linux-tools-common 3.13.0-52.86
  ErrorMessage: trying to overwrite '/usr/bin/perf', which is also in package 
linux-tools-common 3.13.0-52.86
  InstallationDate: Installed on 2012-07-18 (1030 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  SourcePackage: linux-lts-vivid
  Title: package linux-lts-vivid-tools-common (not installed) failed to 
install/upgrade: trying to overwrite '/usr/bin/perf', which is also in package 
linux-tools-common 3.13.0-52.86
  UpgradeStatus: Upgraded to trusty on 2014-05-03 (375 days ago)

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

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


[Kernel-packages] [Bug 1542657] Re: Lenovo G50-30 notebook freezes randomly

2016-02-13 Thread Christopher M. Penalver
sangharsh, the next step is to fully reverse commit bisect from kernel
4.2 to 4.5-rc3 in order to identify the last bad commit, followed
immediately by the first good one. Once this good commit has been
identified, it may be reviewed for backporting. Could you please do this
following
https://wiki.ubuntu.com/Kernel/KernelBisection#How_do_I_reverse_bisect_the_upstream_kernel.3F
?

Please note, finding adjacent kernel versions is not fully commit
bisecting.

After the fix commit (not kernel version) has been identified, then
please mark this report Status Confirmed.

Thank you for your understanding.

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

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

Title:
  Lenovo G50-30 notebook freezes randomly

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Keyboard or mouse do not work when the system freezes. Have to press
  power key to shutdown.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-28-generic 4.2.0-28.33
  ProcVersionSignature: Ubuntu 4.2.0-28.33-generic 4.2.8-ckt3
  Uname: Linux 4.2.0-28-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  varsha 1323 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Feb  6 20:45:09 2016
  HibernationDevice: RESUME=UUID=af294421-f781-4351-8f35-96fd43c2d16f
  InstallationDate: Installed on 2016-02-02 (3 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 80G0
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-28-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-28-generic N/A
   linux-backports-modules-4.2.0-28-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/21/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: A7CN44WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lancer 5A6
  dmi.board.vendor: LENOVO
  dmi.board.version: NANANANANO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-30
  dmi.modalias: 
dmi:bvnLENOVO:bvrA7CN44WW:bd10/21/2014:svnLENOVO:pn80G0:pvrLenovoG50-30:rvnLENOVO:rnLancer5A6:rvrNANANANANODPK:cvnLENOVO:ct10:cvrLenovoG50-30:
  dmi.product.name: 80G0
  dmi.product.version: Lenovo G50-30
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1522472] Re: Black screen on boot after updating Trusty

2016-02-13 Thread Christopher M. Penalver
Josh kelley, the enablement kernel documentation may be found at
https://wiki.ubuntu.com/Kernel/LTSEnablementStack .

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

Title:
  Black screen on boot after updating Trusty

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Current release: Ubuntu 14.04.3 LTS
  Current version: v3.13.0.68.74
  Expected behavior: System boots to GUI showing chromium-browser
  What happened: Booted to black screen

  After updating my linux kernel from v3.13.0.32.38 to v3.13.0.68.74, my
  system does not boot into the GUI properly anymore. X11 starts up and
  I have confirmed that I can interact with the screen that should be
  there via keyboard (using chromium logs, I can confirm that I can open
  new tabs with CTRL+T), but the screen is completely black. If I
  restart nodm, X11 restarts and comes up as it should. If I simply
  switch to the vivid kernel (v3.19.0.33.20) on the same system the
  problem goes away and the system boots properly every time, as well as
  the system working fine until I update just the linux-generic package.

  Other possibly useful information:
  - Every time the system boots to a black screen, plymouth does not appear 
while booting nor can I TTY switch to it after booting (instead the TTY it 
should be on is a black screen with a blinking cursor), which is opposite of 
the behavior observed when the system boots properly.
  - Attached Xorg.0.log (produced from a bad boot).
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 15 11:11 seq
   crw-rw 1 root audio 116, 33 Jan 15 11:11 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  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=c64ce442-021a-4873-934f-770057560a1d
  InstallationDate: Installed on 2015-05-21 (238 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.3)
  IwConfig:
   p3p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-68-generic 
root=UUID=5dff8d1e-9793-45ca-80fa-24207ce6e69e ro nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-68.111-generic 3.13.11-ckt27
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-68-generic N/A
   linux-backports-modules-3.13.0-68-generic  N/A
   linux-firmware 1.127.19
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-68-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom lpadmin plugdev sudo
  _MarkForUpload: True
  dmi.bios.date: 12/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.6.5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Aptio CRB
  dmi.board.vendor: AMI Corporation
  dmi.board.version: A.6
  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.:bvr5.6.5:bd12/15/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnAMICorporation:rnAptioCRB:rvrA.6: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/1522472/+subscriptions

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


[Kernel-packages] [Bug 1542934] Re: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

2016-02-13 Thread Londé Ngosso
I don't know which kernel you call the Trusty kernel.
I had problems with kernel 3.19. So i decided to test kernels 3.13,3.19,3.16, 
4.2,4.4 and 4.5 as well.

after a look at http://packages.ubuntu.com/fr/trusty/kernel/, kernels 
3.13,3.19,3.16, 4.2 are maybe trusty?
So i will report with new tests for them.

uname -a
Linux portable-londe 3.13.0-77-generic #121-Ubuntu SMP Wed Jan 20 10:50:42 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux

i got very boring boot errors: i2c-hid i2c-DLLC6AE failed to retrieve
report from device

since i tested this kernel a few minutes, i could not reproduce the cpu
fifo error but i get another error instead, see below:

dmesg|grep ERROR
[0.502344] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 1219.423486] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, 
remainder is 144

it occurs when i unplugged the hdmi cable and then plug it again.

except that, everything seems to work correctly.

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

Title:
  [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A
  FIFO underrun

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  I get an error on my laptop with ubuntu 14.04 and kernel 4.5 RC2. No
  HDMI cable plugged.

  [  299.696803] [drm:intel_cpu_fifo_underrun_irq_handler [i915]]
  *ERROR* CPU pipe A FIFO underrun

  System information: Dell Inc. Inspiron 5558 with Ubuntu 14.04.3 LTS 64
  bits - 8GB RAM - Bios A07 - Intel® Core™ i5-5200U CPU @ 2.20GHz × 4 -
  Intel® HD Graphics 5500

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  Uname: Linux 4.5.0-040500rc2-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Feb  7 22:10:31 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:06ae]
  InstallationDate: Installed on 2015-10-30 (100 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5558
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.5.0-040500rc2-generic 
root=UUID=271decaf-2c52-4d45-af0d-da55a999fd55 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/06/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0KG6JV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd11/06/2015:svnDellInc.:pnInspiron5558:pvr01:rvnDellInc.:rn0KG6JV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Inspiron 5558
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.65+git20151026.c745e541-0ubuntu0ricotz~trusty
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sun Feb  7 13:33:05 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8638 
   vendor JVC
  xserver.version: 2:1.17.1-0ubuntu3.1~trusty1

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

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


[Kernel-packages] [Bug 1529947] Re: Black screen after suspending

2016-02-13 Thread Alexander Bejarano
Hi,

it is a: Samsung NP-R50 E

thanks.

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

Title:
  Black screen after suspending

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  using lubuntu 14.04.3 after clicking on "shutdown" > "suspend" the laptop 
enters in suspend mode. After trying to recover it only a black screen can be 
seen. 
  related also to:
  https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1303736

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-42-generic 3.19.0-42.48~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-42.48~14.04.1-generic 3.19.8-ckt10
  Uname: Linux 3.19.0-42-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CurrentDesktop: LXDE
  Date: Tue Dec 29 21:07:52 2015
  InstallationDate: Installed on 2015-12-26 (3 days ago)
  InstallationMedia: Lubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jenny  1980 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=1c98a40e-147c-4f53-a1e5-de7117af2e58
  InstallationDate: Installed on 2015-12-26 (20 days ago)
  InstallationMedia: Lubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
  MachineType: SAMSUNG ELECTRONICS CO.,LTD R50/R51
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-42-generic 
root=UUID=a2215471-b1a7-4a56-8c3a-d61542c5804e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-42.48~14.04.1-generic 3.19.8-ckt10
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-42-generic N/A
   linux-backports-modules-3.19.0-42-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.19.0-42-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin nopasswdlogin plugdev sambashare sudo
  WifiSyslog: Jan 16 12:32:05 jennys-altes-dingens wpa_supplicant[723]: eth1: 
WPA: Group rekeying completed with bc:05:43:bb:93:0d [GTK=TKIP]
  _MarkForUpload: True
  dmi.bios.date: 11/02/2005
  dmi.bios.vendor: SAMSUNG ELECTRONICS CO.,LTD
  dmi.bios.version: D5CA.20051102.1854.LMK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnSAMSUNGELECTRONICSCO.,LTD:bvrD5CA.20051102.1854.LMK:bd11/02/2005:svnSAMSUNGELECTRONICSCO.,LTD:pnR50/R51:pvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD:ct1:cvrN/A:
  dmi.product.name: R50/R51
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO.,LTD

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

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


[Kernel-packages] [Bug 1529947] Re: Black screen after suspending

2016-02-13 Thread Christopher M. Penalver
Alexander Bejarano, that seems an incomplete model. Is there anything
else after the E?

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

Title:
  Black screen after suspending

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  using lubuntu 14.04.3 after clicking on "shutdown" > "suspend" the laptop 
enters in suspend mode. After trying to recover it only a black screen can be 
seen. 
  related also to:
  https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1303736

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-42-generic 3.19.0-42.48~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-42.48~14.04.1-generic 3.19.8-ckt10
  Uname: Linux 3.19.0-42-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CurrentDesktop: LXDE
  Date: Tue Dec 29 21:07:52 2015
  InstallationDate: Installed on 2015-12-26 (3 days ago)
  InstallationMedia: Lubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jenny  1980 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=1c98a40e-147c-4f53-a1e5-de7117af2e58
  InstallationDate: Installed on 2015-12-26 (20 days ago)
  InstallationMedia: Lubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
  MachineType: SAMSUNG ELECTRONICS CO.,LTD R50/R51
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-42-generic 
root=UUID=a2215471-b1a7-4a56-8c3a-d61542c5804e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-42.48~14.04.1-generic 3.19.8-ckt10
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-42-generic N/A
   linux-backports-modules-3.19.0-42-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.19.0-42-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin nopasswdlogin plugdev sambashare sudo
  WifiSyslog: Jan 16 12:32:05 jennys-altes-dingens wpa_supplicant[723]: eth1: 
WPA: Group rekeying completed with bc:05:43:bb:93:0d [GTK=TKIP]
  _MarkForUpload: True
  dmi.bios.date: 11/02/2005
  dmi.bios.vendor: SAMSUNG ELECTRONICS CO.,LTD
  dmi.bios.version: D5CA.20051102.1854.LMK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnSAMSUNGELECTRONICSCO.,LTD:bvrD5CA.20051102.1854.LMK:bd11/02/2005:svnSAMSUNGELECTRONICSCO.,LTD:pnR50/R51:pvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD:ct1:cvrN/A:
  dmi.product.name: R50/R51
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO.,LTD

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

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


[Kernel-packages] [Bug 1542934] Re: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

2016-02-13 Thread Christopher M. Penalver
Londé Ngosso, the Trusty kernel is the one that you were using before
4.5-rc3.

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

Title:
  [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A
  FIFO underrun

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  I get an error on my laptop with ubuntu 14.04 and kernel 4.5 RC2. No
  HDMI cable plugged.

  [  299.696803] [drm:intel_cpu_fifo_underrun_irq_handler [i915]]
  *ERROR* CPU pipe A FIFO underrun

  System information: Dell Inc. Inspiron 5558 with Ubuntu 14.04.3 LTS 64
  bits - 8GB RAM - Bios A07 - Intel® Core™ i5-5200U CPU @ 2.20GHz × 4 -
  Intel® HD Graphics 5500

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  Uname: Linux 4.5.0-040500rc2-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Feb  7 22:10:31 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:06ae]
  InstallationDate: Installed on 2015-10-30 (100 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5558
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.5.0-040500rc2-generic 
root=UUID=271decaf-2c52-4d45-af0d-da55a999fd55 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/06/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0KG6JV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd11/06/2015:svnDellInc.:pnInspiron5558:pvr01:rvnDellInc.:rn0KG6JV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Inspiron 5558
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.65+git20151026.c745e541-0ubuntu0ricotz~trusty
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sun Feb  7 13:33:05 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8638 
   vendor JVC
  xserver.version: 2:1.17.1-0ubuntu3.1~trusty1

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

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


[Kernel-packages] [Bug 1542657] Re: Lenovo G50-30 notebook freezes randomly

2016-02-13 Thread sangharsh
Dear Christopher, 
thanks for taking trouble. 
I can do "reverse commit bisect" . I found it interesting but then I did not 
understand - why should I do it if my problem has already solved? If kernel 4.5 
works fine, why should I go on testing back? Please help me in understanding.

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

Title:
  Lenovo G50-30 notebook freezes randomly

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Keyboard or mouse do not work when the system freezes. Have to press
  power key to shutdown.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-28-generic 4.2.0-28.33
  ProcVersionSignature: Ubuntu 4.2.0-28.33-generic 4.2.8-ckt3
  Uname: Linux 4.2.0-28-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  varsha 1323 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Feb  6 20:45:09 2016
  HibernationDevice: RESUME=UUID=af294421-f781-4351-8f35-96fd43c2d16f
  InstallationDate: Installed on 2016-02-02 (3 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 80G0
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-28-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-28-generic N/A
   linux-backports-modules-4.2.0-28-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/21/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: A7CN44WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lancer 5A6
  dmi.board.vendor: LENOVO
  dmi.board.version: NANANANANO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-30
  dmi.modalias: 
dmi:bvnLENOVO:bvrA7CN44WW:bd10/21/2014:svnLENOVO:pn80G0:pvrLenovoG50-30:rvnLENOVO:rnLancer5A6:rvrNANANANANODPK:cvnLENOVO:ct10:cvrLenovoG50-30:
  dmi.product.name: 80G0
  dmi.product.version: Lenovo G50-30
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1529947] Re: Black screen after suspending

2016-02-13 Thread Alexander Bejarano
i m attachng the sticker
http://ibin.co/2Wr7iIYI03nL

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

Title:
  Black screen after suspending

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  using lubuntu 14.04.3 after clicking on "shutdown" > "suspend" the laptop 
enters in suspend mode. After trying to recover it only a black screen can be 
seen. 
  related also to:
  https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1303736

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-42-generic 3.19.0-42.48~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-42.48~14.04.1-generic 3.19.8-ckt10
  Uname: Linux 3.19.0-42-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CurrentDesktop: LXDE
  Date: Tue Dec 29 21:07:52 2015
  InstallationDate: Installed on 2015-12-26 (3 days ago)
  InstallationMedia: Lubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jenny  1980 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=1c98a40e-147c-4f53-a1e5-de7117af2e58
  InstallationDate: Installed on 2015-12-26 (20 days ago)
  InstallationMedia: Lubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
  MachineType: SAMSUNG ELECTRONICS CO.,LTD R50/R51
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-42-generic 
root=UUID=a2215471-b1a7-4a56-8c3a-d61542c5804e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-42.48~14.04.1-generic 3.19.8-ckt10
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-42-generic N/A
   linux-backports-modules-3.19.0-42-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.19.0-42-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin nopasswdlogin plugdev sambashare sudo
  WifiSyslog: Jan 16 12:32:05 jennys-altes-dingens wpa_supplicant[723]: eth1: 
WPA: Group rekeying completed with bc:05:43:bb:93:0d [GTK=TKIP]
  _MarkForUpload: True
  dmi.bios.date: 11/02/2005
  dmi.bios.vendor: SAMSUNG ELECTRONICS CO.,LTD
  dmi.bios.version: D5CA.20051102.1854.LMK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnSAMSUNGELECTRONICSCO.,LTD:bvrD5CA.20051102.1854.LMK:bd11/02/2005:svnSAMSUNGELECTRONICSCO.,LTD:pnR50/R51:pvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD:ct1:cvrN/A:
  dmi.product.name: R50/R51
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO.,LTD

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

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


[Kernel-packages] [Bug 1542934] Re: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

2016-02-13 Thread Londé Ngosso
I don't understand what you except from me since i post my comments with
kernel 4.5 R3 already here:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1542934/comments/9

Everything works fine: wifi, sound, hdmi (no freeze anymore), ...

System information:
Linux portable-londe 4.5.0-040500rc3-generic #201602071930 SMP Mon Feb 8 
00:34:43 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Dell Inc. Inspiron 5558 with Ubuntu 14.04.3 LTS 64 bits - 8GB RAM - Bios A09 - 
Intel® Core™ i5-5200U CPU @ 2.20GHz × 4 - Intel® HD Graphics 5500

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

Title:
  [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A
  FIFO underrun

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  I get an error on my laptop with ubuntu 14.04 and kernel 4.5 RC2. No
  HDMI cable plugged.

  [  299.696803] [drm:intel_cpu_fifo_underrun_irq_handler [i915]]
  *ERROR* CPU pipe A FIFO underrun

  System information: Dell Inc. Inspiron 5558 with Ubuntu 14.04.3 LTS 64
  bits - 8GB RAM - Bios A07 - Intel® Core™ i5-5200U CPU @ 2.20GHz × 4 -
  Intel® HD Graphics 5500

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  Uname: Linux 4.5.0-040500rc2-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Feb  7 22:10:31 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:06ae]
  InstallationDate: Installed on 2015-10-30 (100 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5558
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.5.0-040500rc2-generic 
root=UUID=271decaf-2c52-4d45-af0d-da55a999fd55 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/06/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0KG6JV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd11/06/2015:svnDellInc.:pnInspiron5558:pvr01:rvnDellInc.:rn0KG6JV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Inspiron 5558
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.65+git20151026.c745e541-0ubuntu0ricotz~trusty
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sun Feb  7 13:33:05 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8638 
   vendor JVC
  xserver.version: 2:1.17.1-0ubuntu3.1~trusty1

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

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


[Kernel-packages] [Bug 1542657] Re: Lenovo G50-30 notebook freezes randomly

2016-02-13 Thread Christopher M. Penalver
sangharsh, as per https://wiki.ubuntu.com/Kernel/MainlineBuilds :
"Does the kernel team support the mainline kernel builds? The mainline kernels 
builds are produced for debugging purposes and therefore come with no support. 
Use them at your own risk."

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

Title:
  Lenovo G50-30 notebook freezes randomly

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Keyboard or mouse do not work when the system freezes. Have to press
  power key to shutdown.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-28-generic 4.2.0-28.33
  ProcVersionSignature: Ubuntu 4.2.0-28.33-generic 4.2.8-ckt3
  Uname: Linux 4.2.0-28-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  varsha 1323 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Feb  6 20:45:09 2016
  HibernationDevice: RESUME=UUID=af294421-f781-4351-8f35-96fd43c2d16f
  InstallationDate: Installed on 2016-02-02 (3 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 80G0
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-28-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-28-generic N/A
   linux-backports-modules-4.2.0-28-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/21/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: A7CN44WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lancer 5A6
  dmi.board.vendor: LENOVO
  dmi.board.version: NANANANANO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-30
  dmi.modalias: 
dmi:bvnLENOVO:bvrA7CN44WW:bd10/21/2014:svnLENOVO:pn80G0:pvrLenovoG50-30:rvnLENOVO:rnLancer5A6:rvrNANANANANODPK:cvnLENOVO:ct10:cvrLenovoG50-30:
  dmi.product.name: 80G0
  dmi.product.version: Lenovo G50-30
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1542934] Re: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

2016-02-13 Thread Christopher M. Penalver
Londé Ngosso, I'm not sure you understood what I asked.

To clarify, I'm asking about the default Ubuntu kernel (not 4.5-rc3).
Posting links to comments is unfortunately not relevant here.

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

Title:
  [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A
  FIFO underrun

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  I get an error on my laptop with ubuntu 14.04 and kernel 4.5 RC2. No
  HDMI cable plugged.

  [  299.696803] [drm:intel_cpu_fifo_underrun_irq_handler [i915]]
  *ERROR* CPU pipe A FIFO underrun

  System information: Dell Inc. Inspiron 5558 with Ubuntu 14.04.3 LTS 64
  bits - 8GB RAM - Bios A07 - Intel® Core™ i5-5200U CPU @ 2.20GHz × 4 -
  Intel® HD Graphics 5500

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  Uname: Linux 4.5.0-040500rc2-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Feb  7 22:10:31 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:06ae]
  InstallationDate: Installed on 2015-10-30 (100 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 5558
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.5.0-040500rc2-generic 
root=UUID=271decaf-2c52-4d45-af0d-da55a999fd55 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/06/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0KG6JV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd11/06/2015:svnDellInc.:pnInspiron5558:pvr01:rvnDellInc.:rn0KG6JV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Inspiron 5558
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.65+git20151026.c745e541-0ubuntu0ricotz~trusty
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sun Feb  7 13:33:05 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8638 
   vendor JVC
  xserver.version: 2:1.17.1-0ubuntu3.1~trusty1

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

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


[Kernel-packages] [Bug 1529947] Re: Black screen after suspending

2016-02-13 Thread Christopher M. Penalver
Alexander Bejarano, to see if this is already resolved, could you please
test http://cdimage.ubuntu.com/daily-live/current/ and advise to the
results?

** Tags added: latest-bios-d5ca

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

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

Title:
  Black screen after suspending

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  using lubuntu 14.04.3 after clicking on "shutdown" > "suspend" the laptop 
enters in suspend mode. After trying to recover it only a black screen can be 
seen. 
  related also to:
  https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1303736

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-42-generic 3.19.0-42.48~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-42.48~14.04.1-generic 3.19.8-ckt10
  Uname: Linux 3.19.0-42-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CurrentDesktop: LXDE
  Date: Tue Dec 29 21:07:52 2015
  InstallationDate: Installed on 2015-12-26 (3 days ago)
  InstallationMedia: Lubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jenny  1980 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=1c98a40e-147c-4f53-a1e5-de7117af2e58
  InstallationDate: Installed on 2015-12-26 (20 days ago)
  InstallationMedia: Lubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
  MachineType: SAMSUNG ELECTRONICS CO.,LTD R50/R51
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-42-generic 
root=UUID=a2215471-b1a7-4a56-8c3a-d61542c5804e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-42.48~14.04.1-generic 3.19.8-ckt10
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-42-generic N/A
   linux-backports-modules-3.19.0-42-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.19.0-42-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin nopasswdlogin plugdev sambashare sudo
  WifiSyslog: Jan 16 12:32:05 jennys-altes-dingens wpa_supplicant[723]: eth1: 
WPA: Group rekeying completed with bc:05:43:bb:93:0d [GTK=TKIP]
  _MarkForUpload: True
  dmi.bios.date: 11/02/2005
  dmi.bios.vendor: SAMSUNG ELECTRONICS CO.,LTD
  dmi.bios.version: D5CA.20051102.1854.LMK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnSAMSUNGELECTRONICSCO.,LTD:bvrD5CA.20051102.1854.LMK:bd11/02/2005:svnSAMSUNGELECTRONICSCO.,LTD:pnR50/R51:pvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD:ct1:cvrN/A:
  dmi.product.name: R50/R51
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO.,LTD

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

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


[Kernel-packages] [Bug 1543419] [NEW] ubuntu 14.04.4 installation with "Guided - use entire disk and set up LVM" fails for ext3 file system.

2016-02-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Problem Description
===
ubuntu 14.04.4 installation on Firestone baremetal with "Guided - use entire 
disk and set up LVM" fails when ext3 is chosen as / file system. Below error 
message is displayed.


? [!!] Partition disks ?
?  ?
?Failed to create a file system?
? The ext3 file system creation in partition #1 of LVM VG FR21p01-vg,  ?
? LV root failed.  ?
?  ?
?   ?
?  ?



Steps to Reproduce
=
1. Start netboot installation on Firestone baremetal machine from 
http://ports.ubuntu.com/ubuntu-ports/dists/trusty-proposed/main/installer-ppc64el/current/images/wily-netboot/
2. During "Partition disks" select 
Manual -> Guided partitioning -> Guided - use entire disk and set up LVM

  ?? [!!] Partition disks ???
  ? ?
  ? The installer can guide you through partitioning a disk (using  ?
  ? different standard schemes) or, if you prefer, you can do it?
  ? manually. With guided partitioning you will still have a chance later   ?
  ? to review and customise the results.?
  ? ?
  ? If you choose guided partitioning for an entire disk, you will next ?
  ? be asked which disk should be used. ?
  ? ?
  ? Partitioning method:?
  ? ?
  ?  Guided - use entire partition, SCSI5 (0,0,0), partition #2 (sdk)   ?
  ?  Guided - use the largest continuous free space ?   ?
  ?  Guided - use entire disk and set up LVM?   ?
  ?  Guided - use entire disk and set up encrypted LVM  ?
  ?  Manual ?
  ? ?
  ??
  ? ?
  ???

  ?? [!!] Partition disks ???
  ? ?
  ? This is an overview of your currently configured partitions and mount   ?
  ? points. Select a partition to modify its settings (file system, mount   ?
  ? point, etc.), a free space to create partitions, or a device to ?
  ? initialize its partition table. ?
  ? ?
  ?  Guided partitioning?
  ?  Configure software RAID?
  ?  Configure the Logical Volume Manager   ?   ?
  ?  Configure encrypted volumes?   ?
  ?  Configure iSCSI volumes?   ?
  ? ?   ?
  ?  LVM VG tul8p1-vg, LV root - 959.4 GB Linux device-mapper (linear)  ?   ?
  ?  > #1959.4 GBxfs?   ?
  ?  LVM VG tul8p1-vg, LV swap_1 - 40.5 GB Linux device-mapper (linear  ?   ?
  ?  > #1 40.5 GB F  swap  swap ?
  ? ?
  ??
  ? ?
  ???

  ?? [!!] Partition disks ???
  ? ?
  ? If you choose guided partitioning for an entire disk, you will next ?
  ? be asked which disk should be used. ?
  ? ?
  ? Partitioning method: 

[Kernel-packages] [Bug 1543419] Re: ubuntu 14.04.4 installation with "Guided - use entire disk and set up LVM" fails for ext3 file system.

2016-02-13 Thread Steve Langasek
The log seems to indicate disk write errors, implying either a kernel
bug or a disk failure.

** Package changed: debian-installer (Ubuntu) => linux (Ubuntu)

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

Title:
  ubuntu 14.04.4 installation with "Guided - use entire disk and set up
  LVM" fails for ext3 file system.

Status in linux package in Ubuntu:
  New

Bug description:
  Problem Description
  ===
  ubuntu 14.04.4 installation on Firestone baremetal with "Guided - use entire 
disk and set up LVM" fails when ext3 is chosen as / file system. Below error 
message is displayed.

  
  ? [!!] Partition disks ?
  ?  ?
  ?Failed to create a file system?
  ? The ext3 file system creation in partition #1 of LVM VG FR21p01-vg,  ?
  ? LV root failed.  ?
  ?  ?
  ?   ?
  ?  ?
  

  
  Steps to Reproduce
  =
  1. Start netboot installation on Firestone baremetal machine from 
  
http://ports.ubuntu.com/ubuntu-ports/dists/trusty-proposed/main/installer-ppc64el/current/images/wily-netboot/
  2. During "Partition disks" select 
  Manual -> Guided partitioning -> Guided - use entire disk and set up LVM

?? [!!] Partition disks ???
? ?
? The installer can guide you through partitioning a disk (using  ?
? different standard schemes) or, if you prefer, you can do it?
? manually. With guided partitioning you will still have a chance later   ?
? to review and customise the results.?
? ?
? If you choose guided partitioning for an entire disk, you will next ?
? be asked which disk should be used. ?
? ?
? Partitioning method:?
? ?
?  Guided - use entire partition, SCSI5 (0,0,0), partition #2 (sdk)   ?
?  Guided - use the largest continuous free space ?   ?
?  Guided - use entire disk and set up LVM?   ?
?  Guided - use entire disk and set up encrypted LVM  ?
?  Manual ?
? ?
??
? ?
???

?? [!!] Partition disks ???
? ?
? This is an overview of your currently configured partitions and mount   ?
? points. Select a partition to modify its settings (file system, mount   ?
? point, etc.), a free space to create partitions, or a device to ?
? initialize its partition table. ?
? ?
?  Guided partitioning?
?  Configure software RAID?
?  Configure the Logical Volume Manager   ?   ?
?  Configure encrypted volumes?   ?
?  Configure iSCSI volumes?   ?
? ?   ?
?  LVM VG tul8p1-vg, LV root - 959.4 GB Linux device-mapper (linear)  ?   ?
?  > #1959.4 GBxfs?   ?
?  LVM VG tul8p1-vg, LV swap_1 - 40.5 GB Linux device-mapper (linear  ?   ?
?  > #1 40.5 GB F  swap  swap ?
? ?
??
?   

[Kernel-packages] [Bug 1529947] Re: Black screen after suspending

2016-02-13 Thread Alexander Bejarano
well.. this is an old machine with lubuntu 14. is there any possibility to test 
only a package and not the whole OS installation?
thanks

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

Title:
  Black screen after suspending

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  using lubuntu 14.04.3 after clicking on "shutdown" > "suspend" the laptop 
enters in suspend mode. After trying to recover it only a black screen can be 
seen. 
  related also to:
  https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1303736

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-42-generic 3.19.0-42.48~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-42.48~14.04.1-generic 3.19.8-ckt10
  Uname: Linux 3.19.0-42-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CurrentDesktop: LXDE
  Date: Tue Dec 29 21:07:52 2015
  InstallationDate: Installed on 2015-12-26 (3 days ago)
  InstallationMedia: Lubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jenny  1980 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=1c98a40e-147c-4f53-a1e5-de7117af2e58
  InstallationDate: Installed on 2015-12-26 (20 days ago)
  InstallationMedia: Lubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
  MachineType: SAMSUNG ELECTRONICS CO.,LTD R50/R51
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-42-generic 
root=UUID=a2215471-b1a7-4a56-8c3a-d61542c5804e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-42.48~14.04.1-generic 3.19.8-ckt10
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-42-generic N/A
   linux-backports-modules-3.19.0-42-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.19.0-42-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin nopasswdlogin plugdev sambashare sudo
  WifiSyslog: Jan 16 12:32:05 jennys-altes-dingens wpa_supplicant[723]: eth1: 
WPA: Group rekeying completed with bc:05:43:bb:93:0d [GTK=TKIP]
  _MarkForUpload: True
  dmi.bios.date: 11/02/2005
  dmi.bios.vendor: SAMSUNG ELECTRONICS CO.,LTD
  dmi.bios.version: D5CA.20051102.1854.LMK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnSAMSUNGELECTRONICSCO.,LTD:bvrD5CA.20051102.1854.LMK:bd11/02/2005:svnSAMSUNGELECTRONICSCO.,LTD:pnR50/R51:pvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD:ct1:cvrN/A:
  dmi.product.name: R50/R51
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO.,LTD

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

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


[Kernel-packages] [Bug 1522472] Re: Black screen on boot after updating Trusty

2016-02-13 Thread Josh Kelley
Thanks. I'd already seen that and think we know where to proceed from
here.

Do you want the bug left open, since it exists in the still-supported
3.13 LTS kernel? Or do you want me to go ahead and close it, since newer
kernels offer a workaround?

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

Title:
  Black screen on boot after updating Trusty

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Current release: Ubuntu 14.04.3 LTS
  Current version: v3.13.0.68.74
  Expected behavior: System boots to GUI showing chromium-browser
  What happened: Booted to black screen

  After updating my linux kernel from v3.13.0.32.38 to v3.13.0.68.74, my
  system does not boot into the GUI properly anymore. X11 starts up and
  I have confirmed that I can interact with the screen that should be
  there via keyboard (using chromium logs, I can confirm that I can open
  new tabs with CTRL+T), but the screen is completely black. If I
  restart nodm, X11 restarts and comes up as it should. If I simply
  switch to the vivid kernel (v3.19.0.33.20) on the same system the
  problem goes away and the system boots properly every time, as well as
  the system working fine until I update just the linux-generic package.

  Other possibly useful information:
  - Every time the system boots to a black screen, plymouth does not appear 
while booting nor can I TTY switch to it after booting (instead the TTY it 
should be on is a black screen with a blinking cursor), which is opposite of 
the behavior observed when the system boots properly.
  - Attached Xorg.0.log (produced from a bad boot).
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 15 11:11 seq
   crw-rw 1 root audio 116, 33 Jan 15 11:11 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  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=c64ce442-021a-4873-934f-770057560a1d
  InstallationDate: Installed on 2015-05-21 (238 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.3)
  IwConfig:
   p3p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-68-generic 
root=UUID=5dff8d1e-9793-45ca-80fa-24207ce6e69e ro nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-68.111-generic 3.13.11-ckt27
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-68-generic N/A
   linux-backports-modules-3.13.0-68-generic  N/A
   linux-firmware 1.127.19
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-68-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom lpadmin plugdev sudo
  _MarkForUpload: True
  dmi.bios.date: 12/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.6.5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Aptio CRB
  dmi.board.vendor: AMI Corporation
  dmi.board.version: A.6
  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.:bvr5.6.5:bd12/15/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnAMICorporation:rnAptioCRB:rvrA.6: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/1522472/+subscriptions

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


[Kernel-packages] [Bug 1522472] Re: Black screen on boot after updating Trusty

2016-02-13 Thread Christopher M. Penalver
Josh Kelley, if you don't need a backport to the 3.13 series, then mark
this Status Invalid.

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

Title:
  Black screen on boot after updating Trusty

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Current release: Ubuntu 14.04.3 LTS
  Current version: v3.13.0.68.74
  Expected behavior: System boots to GUI showing chromium-browser
  What happened: Booted to black screen

  After updating my linux kernel from v3.13.0.32.38 to v3.13.0.68.74, my
  system does not boot into the GUI properly anymore. X11 starts up and
  I have confirmed that I can interact with the screen that should be
  there via keyboard (using chromium logs, I can confirm that I can open
  new tabs with CTRL+T), but the screen is completely black. If I
  restart nodm, X11 restarts and comes up as it should. If I simply
  switch to the vivid kernel (v3.19.0.33.20) on the same system the
  problem goes away and the system boots properly every time, as well as
  the system working fine until I update just the linux-generic package.

  Other possibly useful information:
  - Every time the system boots to a black screen, plymouth does not appear 
while booting nor can I TTY switch to it after booting (instead the TTY it 
should be on is a black screen with a blinking cursor), which is opposite of 
the behavior observed when the system boots properly.
  - Attached Xorg.0.log (produced from a bad boot).
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 15 11:11 seq
   crw-rw 1 root audio 116, 33 Jan 15 11:11 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  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=c64ce442-021a-4873-934f-770057560a1d
  InstallationDate: Installed on 2015-05-21 (238 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.3)
  IwConfig:
   p3p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-68-generic 
root=UUID=5dff8d1e-9793-45ca-80fa-24207ce6e69e ro nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-68.111-generic 3.13.11-ckt27
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-68-generic N/A
   linux-backports-modules-3.13.0-68-generic  N/A
   linux-firmware 1.127.19
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-68-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom lpadmin plugdev sudo
  _MarkForUpload: True
  dmi.bios.date: 12/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.6.5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Aptio CRB
  dmi.board.vendor: AMI Corporation
  dmi.board.version: A.6
  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.:bvr5.6.5:bd12/15/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnAMICorporation:rnAptioCRB:rvrA.6: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/1522472/+subscriptions

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


[Kernel-packages] [Bug 1152484] Re: [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu

2016-02-13 Thread Johansen
I had a functioning system for about a month, fresh install of 14.04, before 
ubuntu stopped suspending. 
cpu is A6-5400k, ubuntu 14.04. presently updating to 15.10 right now. 

error reported is same as in comment #14, but only cpu0 is listed. will
report back if 15.10 also has same problem.

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

Title:
  [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector
  0x400, but the register is already in use for vector 0xf9 on another
  cpu

Status in HWE Next:
  Invalid
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  suspend_30_cycles.log is attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-25-generic 3.5.0-25.39~precise1
  ProcVersionSignature: Ubuntu 3.5.0-25.39~precise1-generic 3.5.7.4
  Uname: Linux 3.5.0-25-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: Generic [HD-Audio Generic], device 0: STAC92xx Analog [STAC92xx 
Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1577 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1577 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'HDMI'/'HDA ATI HDMI at 0xf0344000 irq 46'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100300'
 Controls  : 6
 Simple ctrls  : 1
  Card0.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card1.Amixer.info:
   Card hw:1 'Generic'/'HD-Audio Generic at 0xf034 irq 16'
 Mixer name : 'IDT 92HD99BXX'
 Components : 'HDA:111d76e5,103c1937,00100303'
 Controls  : 18
 Simple ctrls  : 10
  Date: Fri Mar  8 02:43:22 2013
  HibernationDevice: RESUME=UUID=b745d689-656e-45a5-b635-c37b6ac2888f
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  MachineType: Hewlett-Packard HP Pavilion Sleekbook 14 PC
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-25-generic 
root=UUID=7b5bc75d-d89d-454f-84f6-18291d5a1735 ro quiet splash initcall_debug 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-25-generic N/A
   linux-backports-modules-3.5.0-25-generic  N/A
   linux-firmware1.79.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/01/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.13
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1937
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 87.0B
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd11/01/2012:svnHewlett-Packard:pnHPPavilionSleekbook14PC:pvr08921100590320100:rvnHewlett-Packard:rn1937:rvr87.0B:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion Sleekbook 14 PC
  dmi.product.version: 08921100590320100
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1437492] Re: boot stalls on USB detection errors

2016-02-13 Thread Olcay Korkmaz
hi

here is the update 
custom build kernel 4.4 on gentoo and debian 8 with 3.16 there are no issues 
both systems work fine
but ubuntu from 14.04.3 to 16.04  have the problem 

msi z97 gaming 7

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

Title:
  boot stalls on USB detection errors

Status in linux package in Ubuntu:
  Confirmed
Status in linux package in Debian:
  New

Bug description:
  My system boots slow. I investigated this and it seems 
systemd-udev-settle.service is the culprit.
  My system runs ext4 with GPT on UEFI.
  I do not use encryption or LVM.

  $ journalctl -u systemd-udev-settle
  -- Logs begin at fri 2015-03-27 19:03:06 CET, end at fri 2015-03-27 22:06:32 
CET. --
  mar 27 19:03:42 hostname systemd[1]: Started udev Wait for Complete Device 
Initialization.

  $ systemd-analyze
  Startup finished in 14.865s (firmware) + 11.133s (loader) + 6.127s (kernel) + 
42.079s (userspace) = 1min 14.206s

  $ systemd-analyze critical-chain
  http://paste.ubuntu.com/10691416/

  $ systemd-analyze blame
  36.013s systemd-udev-settle.service
  http://paste.ubuntu.com/10691314/

  $ systemctl show systemd-udev-settle.service -p RequiredBy
  RequiredBy=

  $ systemctl show systemd-udev-settle.service -p WantedBy
  WantedBy=friendly-recovery.service

  $ systemd-analyze plot > boot.svg
  http://imgh.us/boot_1.svg

  $ systemd-analyze dump
  http://paste.ubuntu.com/10691856/

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-5ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Fri Mar 27 22:05:28 2015
  InstallationDate: Installed on 2013-12-26 (455 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: ASUS All Series
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-10-generic.efi.signed 
root=UUID=31dc4488-28d4-4d2a-aa51-6733e237d5f8 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/18/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2103
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-PRO
  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.:bvr2103:bd08/18/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Kernel-packages] [Bug 1545354] [NEW] package linux-image-extra-4.4.0-4-generic 4.4.0-4.19 failed to install/upgrade: dependency problems - leaving unconfigured

2016-02-13 Thread Dominik-thomas
Public bug reported:

Problem reports occurred during update from 15.10 64bit to 16.04 64bit.
I have not noticed any other problems except this new error report
during startup after the update.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-extra-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.19.4-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dominik2656 F pulseaudio
Date: Sat Feb 13 18:11:13 2016
ErrorMessage: dependency problems - leaving unconfigured
HibernationDevice: RESUME=UUID=398657a7-bc92-4868-b4b7-d336b9bb7ef6
InstallationDate: Installed on 2014-07-31 (562 days ago)
InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.2)
MachineType: LENOVO 6885DFG
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-4-generic.efi.signed 
root=UUID=43630081-28d4-4714-99c1-002848952660 ro
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
SourcePackage: linux
Title: package linux-image-extra-4.4.0-4-generic 4.4.0-4.19 failed to 
install/upgrade: dependency problems - leaving unconfigured
UpgradeStatus: Upgraded to xenial on 2016-02-13 (0 days ago)
dmi.bios.date: 10/14/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: HEET36WW (1.17 )
dmi.board.asset.tag: Not Available
dmi.board.name: 6885DFG
dmi.board.vendor: LENOVO
dmi.board.version: 0B98405 STD
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrHEET36WW(1.17):bd10/14/2013:svnLENOVO:pn6885DFG:pvrThinkPadEdgeE531:rvnLENOVO:rn6885DFG:rvr0B98405STD:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 6885DFG
dmi.product.version: ThinkPad Edge E531
dmi.sys.vendor: LENOVO

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

Title:
  package linux-image-extra-4.4.0-4-generic 4.4.0-4.19 failed to
  install/upgrade: dependency problems - leaving unconfigured

Status in linux package in Ubuntu:
  New

Bug description:
  Problem reports occurred during update from 15.10 64bit to 16.04
  64bit. I have not noticed any other problems except this new error
  report during startup after the update.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-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.19.4-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dominik2656 F pulseaudio
  Date: Sat Feb 13 18:11:13 2016
  ErrorMessage: dependency problems - leaving unconfigured
  HibernationDevice: RESUME=UUID=398657a7-bc92-4868-b4b7-d336b9bb7ef6
  InstallationDate: Installed on 2014-07-31 (562 days ago)
  InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  MachineType: LENOVO 6885DFG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-4-generic.efi.signed 
root=UUID=43630081-28d4-4714-99c1-002848952660 ro
  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
  SourcePackage: linux
  Title: package linux-image-extra-4.4.0-4-generic 4.4.0-4.19 failed to 
install/upgrade: dependency problems - leaving unconfigured
  UpgradeStatus: Upgraded to xenial on 2016-02-13 (0 days ago)
  dmi.bios.date: 10/14/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HEET36WW (1.17 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 6885DFG
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98405 STD
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrHEET36WW(1.17):bd10/14/2013:svnLENOVO:pn6885DFG:pvrThinkPadEdgeE531:rvnLENOVO:rn6885DFG:rvr0B98405STD:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6885DFG
  dmi.product.version: ThinkPad Edge E531
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1527889] Re: Resolution >1080p (like 1440p) doesn't work on Intel Braswell ( Asrock N3150 )

2016-02-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux-signed (Ubuntu)
   Status: New => Confirmed

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

Title:
  Resolution >1080p (like 1440p) doesn't work on Intel Braswell ( Asrock
  N3150 )

Status in linux-signed package in Ubuntu:
  Confirmed

Bug description:
  It seems that it tries many times display but no result, But 1080p
  works without issue. Not sure if it's some bios settings, now it is in
  UEFI mode. I will investigate it further.

  I turned off the other screen, it doesn't help

  In logs it looks pretty normal, but the screen is turned , but blank
  and the icon of the chainged source is coming from time to time.

  [  1499.601] (II) intel(0): resizing framebuffer to 2560x1440
  [  1499.668] (II) intel(0): switch to mode 2560x1440@60.0 on DP2 using pipe 
0, position (0, 0), rotation normal, reflection none

  The screen is Dell 2713H

  
  However there some errors in log

  Dec 19 15:30:19 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:30:20 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:30:20 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:30:20 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:30:20 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:30:20 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:30:26 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:30:26 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:05 stalagnat sudo[5511]:  mastier : TTY=pts/1 ; 
PWD=/home/mastier ; USER=root ; COMMAND=/bin/cat /var/log/Xorg.0.log
  Dec 19 15:32:05 stalagnat sudo[5511]: pam_unix(sudo:session): session opened 
for user root by mastier(uid=0)
  Dec 19 15:32:05 stalagnat sudo[5511]: pam_unix(sudo:session): session closed 
for user root
  Dec 19 15:32:07 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:07 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:21 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:22 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:22 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:22 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:34 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:34 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:34 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:34 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:34 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:34 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:35 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:35 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:35 stalagnat kernel: [drm:intel_cpu_fifo_underrun_irq_handler 
[i915]] *ERROR* CPU pipe A FIFO underrun
  Dec 19 15:33:05 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:33:05 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:33:05 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:33:06 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:33:09 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:33:09 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR*

[Kernel-packages] [Bug 1527889] Re: Resolution >1080p (like 1440p) doesn't work on Intel Braswell ( Asrock N3150 )

2016-02-13 Thread adrhc
Linux adr-desktop 4.2.0-27-generic #32-Ubuntu SMP Fri Jan 22 04:49:08
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

HW information:
Asrock N3150B-ITX (N3150 processor)

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

Title:
  Resolution >1080p (like 1440p) doesn't work on Intel Braswell ( Asrock
  N3150 )

Status in linux-signed package in Ubuntu:
  Confirmed

Bug description:
  It seems that it tries many times display but no result, But 1080p
  works without issue. Not sure if it's some bios settings, now it is in
  UEFI mode. I will investigate it further.

  I turned off the other screen, it doesn't help

  In logs it looks pretty normal, but the screen is turned , but blank
  and the icon of the chainged source is coming from time to time.

  [  1499.601] (II) intel(0): resizing framebuffer to 2560x1440
  [  1499.668] (II) intel(0): switch to mode 2560x1440@60.0 on DP2 using pipe 
0, position (0, 0), rotation normal, reflection none

  The screen is Dell 2713H

  
  However there some errors in log

  Dec 19 15:30:19 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:30:20 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:30:20 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:30:20 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:30:20 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:30:20 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:30:26 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:30:26 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:05 stalagnat sudo[5511]:  mastier : TTY=pts/1 ; 
PWD=/home/mastier ; USER=root ; COMMAND=/bin/cat /var/log/Xorg.0.log
  Dec 19 15:32:05 stalagnat sudo[5511]: pam_unix(sudo:session): session opened 
for user root by mastier(uid=0)
  Dec 19 15:32:05 stalagnat sudo[5511]: pam_unix(sudo:session): session closed 
for user root
  Dec 19 15:32:07 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:07 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:21 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:22 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:22 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:22 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:34 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:34 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:34 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:34 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:34 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:34 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:35 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:35 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:32:35 stalagnat kernel: [drm:intel_cpu_fifo_underrun_irq_handler 
[i915]] *ERROR* CPU pipe A FIFO underrun
  Dec 19 15:33:05 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:33:05 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:33:05 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:33:06 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:33:09 stalagnat kernel: [drm:valleyview_update_wm [i915]] *ERROR* 
timed out waiting for Punit DDR DVFS request
  Dec 19 15:33:09 stalagnat kernel: [drm:valleyview_up

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

2016-02-13 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  package linux-image-extra-4.4.0-4-generic 4.4.0-4.19 failed to
  install/upgrade: dependency problems - leaving unconfigured

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Problem reports occurred during update from 15.10 64bit to 16.04
  64bit. I have not noticed any other problems except this new error
  report during startup after the update.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-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.19.4-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dominik2656 F pulseaudio
  Date: Sat Feb 13 18:11:13 2016
  ErrorMessage: dependency problems - leaving unconfigured
  HibernationDevice: RESUME=UUID=398657a7-bc92-4868-b4b7-d336b9bb7ef6
  InstallationDate: Installed on 2014-07-31 (562 days ago)
  InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  MachineType: LENOVO 6885DFG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-4-generic.efi.signed 
root=UUID=43630081-28d4-4714-99c1-002848952660 ro
  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
  SourcePackage: linux
  Title: package linux-image-extra-4.4.0-4-generic 4.4.0-4.19 failed to 
install/upgrade: dependency problems - leaving unconfigured
  UpgradeStatus: Upgraded to xenial on 2016-02-13 (0 days ago)
  dmi.bios.date: 10/14/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HEET36WW (1.17 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 6885DFG
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98405 STD
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrHEET36WW(1.17):bd10/14/2013:svnLENOVO:pn6885DFG:pvrThinkPadEdgeE531:rvnLENOVO:rn6885DFG:rvr0B98405STD:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6885DFG
  dmi.product.version: ThinkPad Edge E531
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1545357] [NEW] Canon MX870 queued not printing in Ubuntu 14.04 after 3.13.0-68-generic

2016-02-13 Thread Famous Man
Public bug reported:

My Canon MX870 was printing ok in Ubuntu 14.04 till maintenance install
of kernels after 3.13.0-68-generic.

I'm currently running kernel 3.13.0-74-generic and if I want to print I
have to reboot and select 3.13.0-68-generic.

When I start a print in later kernels with the bug,  the Printer Status
shows "Processing" but the printer is not responding.

delubu@Dell-Latitude-6430U:~$ uname -r
3.13.0-74-generic

delubu@Dell-Latitude-6430U:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.3 LTS
Release:14.04
Codename:   trusty

Any ideas how I can proceed with this

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-77-generic 3.13.0-77.121
ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
Uname: Linux 3.13.0-77-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  delubu 2052 F pulseaudio
CurrentDesktop: Unity
Date: Sun Feb 14 10:55:43 2016
HibernationDevice: RESUME=UUID=0f2f62b0-0d14-471d-9f52-382adef60a93
InstallationDate: Installed on 2015-01-08 (401 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
MachineType: Dell Inc. Latitude 6430U
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-77-generic 
root=UUID=3e063b29-4e47-4f9c-bc95-18f07e91104b ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-77-generic N/A
 linux-backports-modules-3.13.0-77-generic  N/A
 linux-firmware 1.127.20
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/01/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 0JCV3H
dmi.board.vendor: Dell Inc.
dmi.board.version: A02
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd02/01/2013:svnDellInc.:pnLatitude6430U:pvr01:rvnDellInc.:rn0JCV3H:rvrA02:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude 6430U
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug i386 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/1545357

Title:
  Canon MX870 queued not printing in Ubuntu 14.04 after
  3.13.0-68-generic

Status in linux package in Ubuntu:
  New

Bug description:
  My Canon MX870 was printing ok in Ubuntu 14.04 till maintenance
  install of kernels after 3.13.0-68-generic.

  I'm currently running kernel 3.13.0-74-generic and if I want to print
  I have to reboot and select 3.13.0-68-generic.

  When I start a print in later kernels with the bug,  the Printer
  Status shows "Processing" but the printer is not responding.

  delubu@Dell-Latitude-6430U:~$ uname -r
  3.13.0-74-generic

  delubu@Dell-Latitude-6430U:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04
  Codename: trusty

  Any ideas how I can proceed with this

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-77-generic 3.13.0-77.121
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  delubu 2052 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Feb 14 10:55:43 2016
  HibernationDevice: RESUME=UUID=0f2f62b0-0d14-471d-9f52-382adef60a93
  InstallationDate: Installed on 2015-01-08 (401 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  MachineType: Dell Inc. Latitude 6430U
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-77-generic 
root=UUID=3e063b29-4e47-4f9c-bc95-18f07e91104b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-77-generic N/A
   linux-backports-modules-3.13.0-77-generic  N/A
   linux-firmware 1.127.20
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/01/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0JCV3H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd02/01/2013:svnDellInc.:pnLatitude6430U:pvr01:rvnDellInc.:rn0JCV3H:rvrA02:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude 6430U
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

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

Re: [Kernel-packages] [Bug 1507863] Re: Lost ability to print on LAN printer with 3.16.0-51 kernel

2016-02-13 Thread Famous Man
hi Christopher

I submitted a new bug report on this problem - Bug #1545357

REgards Paul

On Tue, Feb 9, 2016, at 01:01 PM, Christopher M. Penalver wrote:
> Famous Man, it will help immensely if you filed a new report with the
> Ubuntu repository kernel (not mainline/upstream) via a terminal:
> ubuntu-bug linux
> 
> Please feel free to subscribe me to it.
> 
> For more on why this is helpful, please see
> https://wiki.ubuntu.com/ReportingBugs.
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1507863
> 
> Title:
>   Lost ability to print on LAN printer with 3.16.0-51 kernel
> 
> Status in linux package in Ubuntu:
>   Incomplete
> 
> Bug description:
>   After upgrading to new kernel, attempts to print resulted in no
>   printer activity and no error messages.  Printer is Canon Maxify 2320
>   using Canon Linux drivers and is attached via LAN.  Rebooted into -50
>   kernel and printing worked normally again.
> 
>   Symptom is print job shows up in queue but is never sent to printer.
> 
>   Scanning function of printer works.
> 
>   Confirmed on following real machine installs
> 
>   Distro   version   arch kernel
>   Lubuntu   14.04 323.13.0-66
>   Lubuntu   14.04 643.13.0-66
>   Lubuntu   14.04 323.16.0-51
>   Ubuntu12.04 323.13.0-66
>   Ubuntu14.04 643.16.0-51
> 
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: linux-image-3.16.0-51-generic 3.16.0-51.69~14.04.1
>   ProcVersionSignature: Ubuntu 3.16.0-51.69~14.04.1-generic 3.16.7-ckt17
>   Uname: Linux 3.16.0-51-generic x86_64
>   ApportVersion: 2.14.1-0ubuntu3.15
>   Architecture: amd64
>   CurrentDesktop: Unity
>   Date: Mon Oct 19 23:09:09 2015
>   InstallationDate: Installed on 2015-03-03 (230 days ago)
>   InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64
>   (20150218.1)
>   SourcePackage: linux-lts-utopic
>   UpgradeStatus: No upgrade log present (probably fresh install)
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507863/+subscriptions


-- 
  Paul McCurdy
  duc90...@fastmail.fm

-- 
http://www.fastmail.com - Same, same, but different...

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

Title:
  Lost ability to print on LAN printer with 3.16.0-51 kernel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After upgrading to new kernel, attempts to print resulted in no
  printer activity and no error messages.  Printer is Canon Maxify 2320
  using Canon Linux drivers and is attached via LAN.  Rebooted into -50
  kernel and printing worked normally again.

  Symptom is print job shows up in queue but is never sent to printer.

  Scanning function of printer works.

  Confirmed on following real machine installs

  Distro   version   arch kernel
  Lubuntu   14.04 323.13.0-66
  Lubuntu   14.04 643.13.0-66
  Lubuntu   14.04 323.16.0-51
  Ubuntu12.04 323.13.0-66
  Ubuntu14.04 643.16.0-51

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-51-generic 3.16.0-51.69~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-51.69~14.04.1-generic 3.16.7-ckt17
  Uname: Linux 3.16.0-51-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct 19 23:09:09 2015
  InstallationDate: Installed on 2015-03-03 (230 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  SourcePackage: linux-lts-utopic
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


Re: [Kernel-packages] [Bug 1520519] Re: ASUS ROG GL552 TouchPad not detected

2016-02-13 Thread Guido Granda Muñoz
Hello Sammer,

Can you please tell me what parameters you used to install fedora23 ?

Cheers,

2016-02-02 3:29 GMT-05:00 sameer :

> Have already tried the 4.4 version of ubuntu, and while it works for
> sometimes it did develop freezing issues for few system commands . No
> issues with graphics though.
>
> For what its worth, I have been using my laptop on "fedora23 + dnf update
> to update the kernel to 4.3 " for more than a week now without any issues
> whatsoever.
> Touchpad and hotkeys are all working fine, along with nvidia cuda (
> removed nouveau )
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1520519
>
> Title:
>   ASUS ROG GL552 TouchPad not detected
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Laptop Model  : ASUS ROG GL552 DH71
>   First Appearance : Got laptop yesterday. dual booted with ubuntu 14.04.
> Touchpad never detected.
>   Manufacturer : ASUS ( as listed under windows 10 )
>
>   * xinput list *
>
>   ⎡ Virtual core pointerid=2[master pointer
> (3)]
>   ⎜   ↳ Virtual core XTEST pointer  id=4[slave
> pointer  (2)]
>   ⎜   ↳ Logitech USB Optical Mouse  id=10   [slave
> pointer  (2)]
>   ⎣ Virtual core keyboard   id=3[master keyboard
> (2)]
>   ↳ Virtual core XTEST keyboard id=5[slave
> keyboard (3)]
>   ↳ Power Buttonid=6[slave
> keyboard (3)]
>   ↳ Power Buttonid=7[slave
> keyboard (3)]
>   ↳ Logitech USB Keyboard   id=8[slave
> keyboard (3)]
>   ↳ Logitech USB Keyboard   id=9[slave
> keyboard (3)]
>
>   * List of devices *
>   : Bus=0019 Vendor= Product=0005 Version=
>   N: Name="Lid Switch"
>   P: Phys=PNP0C0D/button/input0
>   S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
>   U: Uniq=
>   H: Handlers=event0
>   B: PROP=0
>   B: EV=21
>   B: SW=1
>
>   I: Bus=0019 Vendor= Product=0003 Version=
>   N: Name="Sleep Button"
>   P: Phys=PNP0C0E/button/input0
>   S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
>   U: Uniq=
>   H: Handlers=kbd event1
>   B: PROP=0
>   B: EV=3
>   B: KEY=4000 0 0
>
>   I: Bus=0019 Vendor= Product=0001 Version=
>   N: Name="Power Button"
>   P: Phys=LNXPWRBN/button/input0
>   S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
>   U: Uniq=
>   H: Handlers=kbd event2
>   B: PROP=0
>   B: EV=3
>   B: KEY=10 0
>
>   I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
>   N: Name="AT Translated Set 2 keyboard"
>   P: Phys=isa0060/serio0/input0
>   S: Sysfs=/devices/platform/i8042/serio0/input/input3
>   U: Uniq=
>   H: Handlers=sysrq kbd event3
>   B: PROP=0
>   B: EV=120013
>   B: KEY=40200 3803078f800d001 fedfffef fffe
>   B: MSC=10
>   B: LED=7
>
>   I: Bus=0003 Vendor=046d Product=c05a Version=0111
>   N: Name="Logitech USB Optical Mouse"
>   P: Phys=usb-:00:14.0-1/input0
>   S:
> Sysfs=/devices/pci:00/:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C05A.0001/input/input4
>   U: Uniq=
>   H: Handlers=mouse0 event4
>   B: PROP=0
>   B: EV=17
>   B: KEY=7 0 0 0 0
>   B: REL=103
>   B: MSC=10
>
>   I: Bus=0019 Vendor= Product= Version=
>   N: Name="Asus WMI hotkeys"
>   P: Phys=asus-nb-wmi/input0
>   S: Sysfs=/devices/platform/asus-nb-wmi/input/input5
>   U: Uniq=
>   H: Handlers=rfkill kbd event5
>   B: PROP=0
>   B: EV=100013
>   B: KEY=8 0 8000 0 0 a1606f0090 8200027800501000
> e 0
>   B: MSC=10
>
>   I: Bus=0019 Vendor= Product=0006 Version=
>   N: Name="Video Bus"
>   P: Phys=LNXVIDEO/video/input0
>   S:
> Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
>   U: Uniq=
>   H: Handlers=kbd event6
>   B: PROP=0
>   B: EV=3
>   B: KEY=3e000b 0 0 0
>
>   I: Bus=0019 Vendor= Product=0006 Version=
>   N: Name="Video Bus"
>   P: Phys=LNXVIDEO/video/input0
>   S:
> Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input7
>   U: Uniq=
>   H: Handlers=kbd event7
>   B: PROP=0
>   B: EV=3
>   B: KEY=3e000b 0 0 0
>
>   I: Bus=0003 Vendor=04f2 Product=b424 Version=6969
>   N: Name="USB2.0 HD UVC WebCam"
>   P: Phys=usb-:00:14.0-4/button
>   S: Sysfs=/devices/pci:00/:00:14.0/usb1/1-4/1-4:1.0/input/input8
>   U: Uniq=
>   H: Handlers=kbd event8
>   B: PROP=0
>   B: EV=3
>   B: KEY=10 0 0 0
>
>   I: Bus= Vendor= Product= Version=
>   N: Name="HDA Intel PCH Mic"
>   P: Phys=ALSA
>   S: Sysfs=/devices/pci:00/:00:1f.3/sound/card0/input9
>   U: Uniq=
>   H: Handlers=event9
>   B: PROP=0
>   B: EV=21
>   B: SW=10
>
>   I: Bus= Vendor= Product= Version=
>   N: Name="HDA Intel PCH Headphone"
>   P: Phys=ALSA
>   S: Sysfs

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

2016-02-13 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  Canon MX870 queued not printing in Ubuntu 14.04 after
  3.13.0-68-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  My Canon MX870 was printing ok in Ubuntu 14.04 till maintenance
  install of kernels after 3.13.0-68-generic.

  I'm currently running kernel 3.13.0-74-generic and if I want to print
  I have to reboot and select 3.13.0-68-generic.

  When I start a print in later kernels with the bug,  the Printer
  Status shows "Processing" but the printer is not responding.

  delubu@Dell-Latitude-6430U:~$ uname -r
  3.13.0-74-generic

  delubu@Dell-Latitude-6430U:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04
  Codename: trusty

  Any ideas how I can proceed with this

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-77-generic 3.13.0-77.121
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  delubu 2052 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Feb 14 10:55:43 2016
  HibernationDevice: RESUME=UUID=0f2f62b0-0d14-471d-9f52-382adef60a93
  InstallationDate: Installed on 2015-01-08 (401 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  MachineType: Dell Inc. Latitude 6430U
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-77-generic 
root=UUID=3e063b29-4e47-4f9c-bc95-18f07e91104b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-77-generic N/A
   linux-backports-modules-3.13.0-77-generic  N/A
   linux-firmware 1.127.20
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/01/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0JCV3H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd02/01/2013:svnDellInc.:pnLatitude6430U:pvr01:rvnDellInc.:rn0JCV3H:rvrA02:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude 6430U
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1522472] Re: Black screen on boot after updating Trusty

2016-02-13 Thread Josh Kelley
** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Black screen on boot after updating Trusty

Status in linux package in Ubuntu:
  Invalid

Bug description:
  Current release: Ubuntu 14.04.3 LTS
  Current version: v3.13.0.68.74
  Expected behavior: System boots to GUI showing chromium-browser
  What happened: Booted to black screen

  After updating my linux kernel from v3.13.0.32.38 to v3.13.0.68.74, my
  system does not boot into the GUI properly anymore. X11 starts up and
  I have confirmed that I can interact with the screen that should be
  there via keyboard (using chromium logs, I can confirm that I can open
  new tabs with CTRL+T), but the screen is completely black. If I
  restart nodm, X11 restarts and comes up as it should. If I simply
  switch to the vivid kernel (v3.19.0.33.20) on the same system the
  problem goes away and the system boots properly every time, as well as
  the system working fine until I update just the linux-generic package.

  Other possibly useful information:
  - Every time the system boots to a black screen, plymouth does not appear 
while booting nor can I TTY switch to it after booting (instead the TTY it 
should be on is a black screen with a blinking cursor), which is opposite of 
the behavior observed when the system boots properly.
  - Attached Xorg.0.log (produced from a bad boot).
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 15 11:11 seq
   crw-rw 1 root audio 116, 33 Jan 15 11:11 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  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=c64ce442-021a-4873-934f-770057560a1d
  InstallationDate: Installed on 2015-05-21 (238 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.3)
  IwConfig:
   p3p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-68-generic 
root=UUID=5dff8d1e-9793-45ca-80fa-24207ce6e69e ro nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-68.111-generic 3.13.11-ckt27
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-68-generic N/A
   linux-backports-modules-3.13.0-68-generic  N/A
   linux-firmware 1.127.19
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-68-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom lpadmin plugdev sudo
  _MarkForUpload: True
  dmi.bios.date: 12/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.6.5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Aptio CRB
  dmi.board.vendor: AMI Corporation
  dmi.board.version: A.6
  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.:bvr5.6.5:bd12/15/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnAMICorporation:rnAptioCRB:rvrA.6: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/1522472/+subscriptions

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


[Kernel-packages] [Bug 1520519] Re: ASUS ROG GL552 TouchPad not detected

2016-02-13 Thread sameer
As I  mentioned earlier ( comment #29 ) 
you can use the following kernel parameters to install fedora23

"nouveau.modeset=0 tpm_tis.interrupts=0 acpi_osi=! acpi_backlight=native
i915.preliminary_hw_support=1 idle=nomwait"


After doing dnf update, you can remove few parameters to get 

"nouveau.modeset=0 acpi_osi=! acpi_backlight=native idle=nomwait "

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

Title:
  ASUS ROG GL552 TouchPad not detected

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Laptop Model  : ASUS ROG GL552 DH71
  First Appearance : Got laptop yesterday. dual booted with ubuntu 14.04. 
Touchpad never detected.
  Manufacturer : ASUS ( as listed under windows 10 )

  * xinput list *

  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Logitech USB Optical Mouse  id=10   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Power Buttonid=7[slave  
keyboard (3)]
  ↳ Logitech USB Keyboard   id=8[slave  
keyboard (3)]
  ↳ Logitech USB Keyboard   id=9[slave  
keyboard (3)]

  * List of devices *
  : Bus=0019 Vendor= Product=0005 Version=
  N: Name="Lid Switch"
  P: Phys=PNP0C0D/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  U: Uniq=
  H: Handlers=event0 
  B: PROP=0
  B: EV=21
  B: SW=1

  I: Bus=0019 Vendor= Product=0003 Version=
  N: Name="Sleep Button"
  P: Phys=PNP0C0E/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
  U: Uniq=
  H: Handlers=kbd event1 
  B: PROP=0
  B: EV=3
  B: KEY=4000 0 0

  I: Bus=0019 Vendor= Product=0001 Version=
  N: Name="Power Button"
  P: Phys=LNXPWRBN/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
  U: Uniq=
  H: Handlers=kbd event2 
  B: PROP=0
  B: EV=3
  B: KEY=10 0

  I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
  N: Name="AT Translated Set 2 keyboard"
  P: Phys=isa0060/serio0/input0
  S: Sysfs=/devices/platform/i8042/serio0/input/input3
  U: Uniq=
  H: Handlers=sysrq kbd event3 
  B: PROP=0
  B: EV=120013
  B: KEY=40200 3803078f800d001 fedfffef fffe
  B: MSC=10
  B: LED=7

  I: Bus=0003 Vendor=046d Product=c05a Version=0111
  N: Name="Logitech USB Optical Mouse"
  P: Phys=usb-:00:14.0-1/input0
  S: 
Sysfs=/devices/pci:00/:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C05A.0001/input/input4
  U: Uniq=
  H: Handlers=mouse0 event4 
  B: PROP=0
  B: EV=17
  B: KEY=7 0 0 0 0
  B: REL=103
  B: MSC=10

  I: Bus=0019 Vendor= Product= Version=
  N: Name="Asus WMI hotkeys"
  P: Phys=asus-nb-wmi/input0
  S: Sysfs=/devices/platform/asus-nb-wmi/input/input5
  U: Uniq=
  H: Handlers=rfkill kbd event5 
  B: PROP=0
  B: EV=100013
  B: KEY=8 0 8000 0 0 a1606f0090 8200027800501000 e 0
  B: MSC=10

  I: Bus=0019 Vendor= Product=0006 Version=
  N: Name="Video Bus"
  P: Phys=LNXVIDEO/video/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
  U: Uniq=
  H: Handlers=kbd event6 
  B: PROP=0
  B: EV=3
  B: KEY=3e000b 0 0 0

  I: Bus=0019 Vendor= Product=0006 Version=
  N: Name="Video Bus"
  P: Phys=LNXVIDEO/video/input0
  S: 
Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input7
  U: Uniq=
  H: Handlers=kbd event7 
  B: PROP=0
  B: EV=3
  B: KEY=3e000b 0 0 0

  I: Bus=0003 Vendor=04f2 Product=b424 Version=6969
  N: Name="USB2.0 HD UVC WebCam"
  P: Phys=usb-:00:14.0-4/button
  S: Sysfs=/devices/pci:00/:00:14.0/usb1/1-4/1-4:1.0/input/input8
  U: Uniq=
  H: Handlers=kbd event8 
  B: PROP=0
  B: EV=3
  B: KEY=10 0 0 0

  I: Bus= Vendor= Product= Version=
  N: Name="HDA Intel PCH Mic"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1f.3/sound/card0/input9
  U: Uniq=
  H: Handlers=event9 
  B: PROP=0
  B: EV=21
  B: SW=10

  I: Bus= Vendor= Product= Version=
  N: Name="HDA Intel PCH Headphone"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1f.3/sound/card0/input10
  U: Uniq=
  H: Handlers=event10 
  B: PROP=0
  B: EV=21
  B: SW=4

  I: Bus= Vendor= Product= Version=
  N: Name="HDA Intel PCH HDMI/DP,pcm=3"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1f.3/sound/card0/input11
  U: Uniq=
  H: Handlers=event11 
  B: PROP=0
  B: EV=21
  B: SW=140

  
  please find Xorg.log attached.
  --- 
  ApportVersion: 2.14.1

Re: [Kernel-packages] [Bug 1520519] Re: ASUS ROG GL552 TouchPad not detected

2016-02-13 Thread Guido Granda Muñoz
Hello again,

Thanks for your response, can you please tell me what you mean with:

""After doing dnf update, you can remove few parameters to get

"nouveau.modeset=0 acpi_osi=! acpi_backlight=native idle=nomwait " ""

Were should put these parameters ? Do you mean modify a file or sth similar
?
On Feb 13, 2016 8:20 PM, "sameer"  wrote:

> As I  mentioned earlier ( comment #29 )
> you can use the following kernel parameters to install fedora23
>
> "nouveau.modeset=0 tpm_tis.interrupts=0 acpi_osi=! acpi_backlight=native
> i915.preliminary_hw_support=1 idle=nomwait"
>
>
> After doing dnf update, you can remove few parameters to get
>
> "nouveau.modeset=0 acpi_osi=! acpi_backlight=native idle=nomwait "
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1520519
>
> Title:
>   ASUS ROG GL552 TouchPad not detected
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Laptop Model  : ASUS ROG GL552 DH71
>   First Appearance : Got laptop yesterday. dual booted with ubuntu 14.04.
> Touchpad never detected.
>   Manufacturer : ASUS ( as listed under windows 10 )
>
>   * xinput list *
>
>   ⎡ Virtual core pointerid=2[master pointer
> (3)]
>   ⎜   ↳ Virtual core XTEST pointer  id=4[slave
> pointer  (2)]
>   ⎜   ↳ Logitech USB Optical Mouse  id=10   [slave
> pointer  (2)]
>   ⎣ Virtual core keyboard   id=3[master keyboard
> (2)]
>   ↳ Virtual core XTEST keyboard id=5[slave
> keyboard (3)]
>   ↳ Power Buttonid=6[slave
> keyboard (3)]
>   ↳ Power Buttonid=7[slave
> keyboard (3)]
>   ↳ Logitech USB Keyboard   id=8[slave
> keyboard (3)]
>   ↳ Logitech USB Keyboard   id=9[slave
> keyboard (3)]
>
>   * List of devices *
>   : Bus=0019 Vendor= Product=0005 Version=
>   N: Name="Lid Switch"
>   P: Phys=PNP0C0D/button/input0
>   S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
>   U: Uniq=
>   H: Handlers=event0
>   B: PROP=0
>   B: EV=21
>   B: SW=1
>
>   I: Bus=0019 Vendor= Product=0003 Version=
>   N: Name="Sleep Button"
>   P: Phys=PNP0C0E/button/input0
>   S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
>   U: Uniq=
>   H: Handlers=kbd event1
>   B: PROP=0
>   B: EV=3
>   B: KEY=4000 0 0
>
>   I: Bus=0019 Vendor= Product=0001 Version=
>   N: Name="Power Button"
>   P: Phys=LNXPWRBN/button/input0
>   S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
>   U: Uniq=
>   H: Handlers=kbd event2
>   B: PROP=0
>   B: EV=3
>   B: KEY=10 0
>
>   I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
>   N: Name="AT Translated Set 2 keyboard"
>   P: Phys=isa0060/serio0/input0
>   S: Sysfs=/devices/platform/i8042/serio0/input/input3
>   U: Uniq=
>   H: Handlers=sysrq kbd event3
>   B: PROP=0
>   B: EV=120013
>   B: KEY=40200 3803078f800d001 fedfffef fffe
>   B: MSC=10
>   B: LED=7
>
>   I: Bus=0003 Vendor=046d Product=c05a Version=0111
>   N: Name="Logitech USB Optical Mouse"
>   P: Phys=usb-:00:14.0-1/input0
>   S:
> Sysfs=/devices/pci:00/:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C05A.0001/input/input4
>   U: Uniq=
>   H: Handlers=mouse0 event4
>   B: PROP=0
>   B: EV=17
>   B: KEY=7 0 0 0 0
>   B: REL=103
>   B: MSC=10
>
>   I: Bus=0019 Vendor= Product= Version=
>   N: Name="Asus WMI hotkeys"
>   P: Phys=asus-nb-wmi/input0
>   S: Sysfs=/devices/platform/asus-nb-wmi/input/input5
>   U: Uniq=
>   H: Handlers=rfkill kbd event5
>   B: PROP=0
>   B: EV=100013
>   B: KEY=8 0 8000 0 0 a1606f0090 8200027800501000
> e 0
>   B: MSC=10
>
>   I: Bus=0019 Vendor= Product=0006 Version=
>   N: Name="Video Bus"
>   P: Phys=LNXVIDEO/video/input0
>   S:
> Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
>   U: Uniq=
>   H: Handlers=kbd event6
>   B: PROP=0
>   B: EV=3
>   B: KEY=3e000b 0 0 0
>
>   I: Bus=0019 Vendor= Product=0006 Version=
>   N: Name="Video Bus"
>   P: Phys=LNXVIDEO/video/input0
>   S:
> Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input7
>   U: Uniq=
>   H: Handlers=kbd event7
>   B: PROP=0
>   B: EV=3
>   B: KEY=3e000b 0 0 0
>
>   I: Bus=0003 Vendor=04f2 Product=b424 Version=6969
>   N: Name="USB2.0 HD UVC WebCam"
>   P: Phys=usb-:00:14.0-4/button
>   S: Sysfs=/devices/pci:00/:00:14.0/usb1/1-4/1-4:1.0/input/input8
>   U: Uniq=
>   H: Handlers=kbd event8
>   B: PROP=0
>   B: EV=3
>   B: KEY=10 0 0 0
>
>   I: Bus= Vendor= Product= Version=
>   N: Name="HDA Intel PCH Mic"
>   P: Phys=ALSA
>   S: Sysfs=/devices/pci:00/:00:1f.3/sound/card0/input9
>   U: Uniq=
>   H: Handlers=event9
>   B: PROP=0
>  

[Kernel-packages] [Bug 1542826] Re: NFS Client Ignores TCP Resets

2016-02-13 Thread Richard Laager
** Description changed:

  Steps to reproduce:
  1) Mount NFS share from HA cluster with TCP.
  2) Failover the HA cluster. (The NFS server's IP address moves from one
-    machine to the other.)
- 3) Access the mounted NFS share.
+ machine to the other.)
+ 3) Access the mounted NFS share from the client (an `ls` is sufficient).
  
  Expected results:
  Accessing the NFS mount works fine immediately.
  
  Actual results:
- Accessing the NFS mount hangs for 15 minutes. Then the TCP connection times 
out, a new connection is established, and it works fine again.
+ Accessing the NFS mount hangs for 5 minutes. Then the TCP connection times 
out, a new connection is established, and it works fine again.
  
  After the IP moves, the new server responds to the client with TCP RST
  packets, just as I would expect. I would expect the client to tear down
  its TCP connection immediately and re-establish a new one. But it
  doesn't. Am I confused, or is this a bug?
  
- For the duration of this test, ufw was disabled on the client machine. I
- have a packet capture.
+ For the duration of this test, all iptables firewalling was disabled on
+ the client machine. I have a packet capture of a minimized test (just a
+ simple ls).
+ 
+ Note that this is a "single failover" scenario. It is NOT a case of
+ failing over and then failing back before the TCP connection times out
+ on the first NFS server.
  
  We've been using UDP instead of TCP as a work-around.
  
  The system is running Ubuntu 14.04 with Linux 3.13.0-76-generic.
- --- 
+ ---
  AlsaDevices:
-  total 0
-  crw-rw 1 root audio 116,  1 Feb  3 18:41 seq
-  crw-rw 1 root audio 116, 33 Feb  3 18:41 timer
+  total 0
+  crw-rw 1 root audio 116,  1 Feb  3 18:41 seq
+  crw-rw 1 root audio 116, 33 Feb  3 18:41 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.19
  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=/dev/mapper/data-swap
  InstallationDate: Installed on 2015-07-11 (210 days ago)
  InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  MachineType: Silicon Mechanics Storform iServ R515.v2.1
  Package: linux (not installed)
  PciMultimedia:
-  
+ 
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-76-generic 
root=/dev/mapper/data-os ro elevator=noop console=ttyS1,115200n8 console=tty1 
transparent_hugepage=always nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-76.120-generic 3.13.11-ckt30
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-76-generic N/A
-  linux-backports-modules-3.13.0-76-generic  N/A
-  linux-firmware 1.127.20
+  linux-restricted-modules-3.13.0-76-generic N/A
+  linux-backports-modules-3.13.0-76-generic  N/A
+  linux-firmware 1.127.20
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-76-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm dialout libvirtd lpadmin sudo users
  WifiSyslog:
-  
+ 
  _MarkForUpload: True
  dmi.bios.date: 05/15/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2.0c
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DT6
  dmi.board.vendor: Supermicro
  dmi.board.version: 1234567890
  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.:bvr2.0c:bd05/15/2012:svnSiliconMechanics:pnStorformiServR515.v2.1:pvr1234567890:rvnSupermicro:rnX8DT6:rvr1234567890:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: Storform iServ R515.v2.1
  dmi.product.version: 1234567890
  dmi.sys.vendor: Silicon Mechanics

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

Title:
  NFS Client Ignores TCP Resets

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Steps to reproduce:
  1) Mount NFS share from HA cluster with TCP.
  2) Failover the HA cluster. (The NFS server's IP address moves from one
  machine to the other.)
  3) Access the mounted NFS share from the client (an `ls` is sufficient).

  Expected results:
  Accessing the NFS mount works fine immediately.

  Actual results:
  Accessing the NFS mount hangs for 5 minutes. Then the TCP connection times 
out, a new connection is established, and it works fine again.

 

Re: [Kernel-packages] [Bug 1520519] Re: ASUS ROG GL552 TouchPad not detected

2016-02-13 Thread sameer
If you notice, the kernel parameters are reduced from the original one we
are using to install fedora.
On Feb 14, 2016 7:15 AM, "Guido Granda Muñoz"  wrote:

> Hello again,
>
> Thanks for your response, can you please tell me what you mean with:
>
> ""After doing dnf update, you can remove few parameters to get
>
> "nouveau.modeset=0 acpi_osi=! acpi_backlight=native idle=nomwait " ""
>
> Were should put these parameters ? Do you mean modify a file or sth similar
> ?
> On Feb 13, 2016 8:20 PM, "sameer"  wrote:
>
> > As I  mentioned earlier ( comment #29 )
> > you can use the following kernel parameters to install fedora23
> >
> > "nouveau.modeset=0 tpm_tis.interrupts=0 acpi_osi=! acpi_backlight=native
> > i915.preliminary_hw_support=1 idle=nomwait"
> >
> >
> > After doing dnf update, you can remove few parameters to get
> >
> > "nouveau.modeset=0 acpi_osi=! acpi_backlight=native idle=nomwait "
> >
> > --
> > You received this bug notification because you are subscribed to the bug
> > report.
> > https://bugs.launchpad.net/bugs/1520519
> >
> > Title:
> >   ASUS ROG GL552 TouchPad not detected
> >
> > Status in linux package in Ubuntu:
> >   Incomplete
> >
> > Bug description:
> >   Laptop Model  : ASUS ROG GL552 DH71
> >   First Appearance : Got laptop yesterday. dual booted with ubuntu 14.04.
> > Touchpad never detected.
> >   Manufacturer : ASUS ( as listed under windows 10 )
> >
> >   * xinput list *
> >
> >   ⎡ Virtual core pointerid=2[master pointer
> > (3)]
> >   ⎜   ↳ Virtual core XTEST pointer  id=4[slave
> > pointer  (2)]
> >   ⎜   ↳ Logitech USB Optical Mouse  id=10   [slave
> > pointer  (2)]
> >   ⎣ Virtual core keyboard   id=3[master keyboard
> > (2)]
> >   ↳ Virtual core XTEST keyboard id=5[slave
> > keyboard (3)]
> >   ↳ Power Buttonid=6[slave
> > keyboard (3)]
> >   ↳ Power Buttonid=7[slave
> > keyboard (3)]
> >   ↳ Logitech USB Keyboard   id=8[slave
> > keyboard (3)]
> >   ↳ Logitech USB Keyboard   id=9[slave
> > keyboard (3)]
> >
> >   * List of devices *
> >   : Bus=0019 Vendor= Product=0005 Version=
> >   N: Name="Lid Switch"
> >   P: Phys=PNP0C0D/button/input0
> >   S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
> >   U: Uniq=
> >   H: Handlers=event0
> >   B: PROP=0
> >   B: EV=21
> >   B: SW=1
> >
> >   I: Bus=0019 Vendor= Product=0003 Version=
> >   N: Name="Sleep Button"
> >   P: Phys=PNP0C0E/button/input0
> >   S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
> >   U: Uniq=
> >   H: Handlers=kbd event1
> >   B: PROP=0
> >   B: EV=3
> >   B: KEY=4000 0 0
> >
> >   I: Bus=0019 Vendor= Product=0001 Version=
> >   N: Name="Power Button"
> >   P: Phys=LNXPWRBN/button/input0
> >   S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
> >   U: Uniq=
> >   H: Handlers=kbd event2
> >   B: PROP=0
> >   B: EV=3
> >   B: KEY=10 0
> >
> >   I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
> >   N: Name="AT Translated Set 2 keyboard"
> >   P: Phys=isa0060/serio0/input0
> >   S: Sysfs=/devices/platform/i8042/serio0/input/input3
> >   U: Uniq=
> >   H: Handlers=sysrq kbd event3
> >   B: PROP=0
> >   B: EV=120013
> >   B: KEY=40200 3803078f800d001 fedfffef fffe
> >   B: MSC=10
> >   B: LED=7
> >
> >   I: Bus=0003 Vendor=046d Product=c05a Version=0111
> >   N: Name="Logitech USB Optical Mouse"
> >   P: Phys=usb-:00:14.0-1/input0
> >   S:
> >
> Sysfs=/devices/pci:00/:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C05A.0001/input/input4
> >   U: Uniq=
> >   H: Handlers=mouse0 event4
> >   B: PROP=0
> >   B: EV=17
> >   B: KEY=7 0 0 0 0
> >   B: REL=103
> >   B: MSC=10
> >
> >   I: Bus=0019 Vendor= Product= Version=
> >   N: Name="Asus WMI hotkeys"
> >   P: Phys=asus-nb-wmi/input0
> >   S: Sysfs=/devices/platform/asus-nb-wmi/input/input5
> >   U: Uniq=
> >   H: Handlers=rfkill kbd event5
> >   B: PROP=0
> >   B: EV=100013
> >   B: KEY=8 0 8000 0 0 a1606f0090 8200027800501000
> > e 0
> >   B: MSC=10
> >
> >   I: Bus=0019 Vendor= Product=0006 Version=
> >   N: Name="Video Bus"
> >   P: Phys=LNXVIDEO/video/input0
> >   S:
> >
> Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
> >   U: Uniq=
> >   H: Handlers=kbd event6
> >   B: PROP=0
> >   B: EV=3
> >   B: KEY=3e000b 0 0 0
> >
> >   I: Bus=0019 Vendor= Product=0006 Version=
> >   N: Name="Video Bus"
> >   P: Phys=LNXVIDEO/video/input0
> >   S:
> >
> Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input7
> >   U: Uniq=
> >   H: Handlers=kbd event7
> >   B: PROP=0
> >   B: EV=3
> >   B: KEY=3e000b 0 0 0
> >
> >   I: Bus=0003 Vendor=04f2 Product=b424 Version=6969

[Kernel-packages] [Bug 1542826] Re: NFS Client Ignores TCP Resets

2016-02-13 Thread Richard Laager
** Attachment added: "dovecot-test.upstream-kernel.pcap"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1542826/+attachment/4571304/+files/dovecot-test.upstream-kernel.pcap

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

Title:
  NFS Client Ignores TCP Resets

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Steps to reproduce:
  1) Mount NFS share from HA cluster with TCP.
  2) Failover the HA cluster. (The NFS server's IP address moves from one
  machine to the other.)
  3) Access the mounted NFS share from the client (an `ls` is sufficient).

  Expected results:
  Accessing the NFS mount works fine immediately.

  Actual results:
  Accessing the NFS mount hangs for 5 minutes. Then the TCP connection times 
out, a new connection is established, and it works fine again.

  After the IP moves, the new server responds to the client with TCP RST
  packets, just as I would expect. I would expect the client to tear
  down its TCP connection immediately and re-establish a new one. But it
  doesn't. Am I confused, or is this a bug?

  For the duration of this test, all iptables firewalling was disabled
  on the client machine. I have a packet capture of a minimized test
  (just a simple ls).

  Note that this is a "single failover" scenario. It is NOT a case of
  failing over and then failing back before the TCP connection times out
  on the first NFS server.

  We've been using UDP instead of TCP as a work-around.

  The system is running Ubuntu 14.04 with Linux 3.13.0-76-generic.
  ---
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb  3 18:41 seq
   crw-rw 1 root audio 116, 33 Feb  3 18:41 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.19
  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=/dev/mapper/data-swap
  InstallationDate: Installed on 2015-07-11 (210 days ago)
  InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  MachineType: Silicon Mechanics Storform iServ R515.v2.1
  Package: linux (not installed)
  PciMultimedia:

  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-76-generic 
root=/dev/mapper/data-os ro elevator=noop console=ttyS1,115200n8 console=tty1 
transparent_hugepage=always nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-76.120-generic 3.13.11-ckt30
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-76-generic N/A
   linux-backports-modules-3.13.0-76-generic  N/A
   linux-firmware 1.127.20
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-76-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm dialout libvirtd lpadmin sudo users
  WifiSyslog:

  _MarkForUpload: True
  dmi.bios.date: 05/15/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2.0c
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DT6
  dmi.board.vendor: Supermicro
  dmi.board.version: 1234567890
  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.:bvr2.0c:bd05/15/2012:svnSiliconMechanics:pnStorformiServR515.v2.1:pvr1234567890:rvnSupermicro:rnX8DT6:rvr1234567890:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: Storform iServ R515.v2.1
  dmi.product.version: 1234567890
  dmi.sys.vendor: Silicon Mechanics

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

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


[Kernel-packages] [Bug 1541058] Re: linux: 4.4.0-4.19 -proposed tracker

2016-02-13 Thread Brad Figg
** Changed in: kernel-development-workflow/automated-testing
   Status: Incomplete => Fix Released

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

** Description changed:

  This bug is for tracking the 4.4.0-3.17 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-Prepare-package-start:Tuesday, 02. February 2016 18:30 UTC
  kernel-phase-changed:Tuesday, 02. February 2016 18:30 UTC
  kernel-phase:Prepare
  kernel-stable-Promote-to-proposed-end:Tuesday, 02. February 2016 19:01 UTC
  proposed-announcement-sent:True
+ kernel-Promote-to-release-end:Sunday, 14. February 2016 02:50 UTC

** Changed in: kernel-development-workflow
   Status: In Progress => Fix Released

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

Title:
  linux: 4.4.0-4.19 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-Prepare-package-start:Tuesday, 02. February 2016 18:30 UTC
  kernel-phase-changed:Tuesday, 02. February 2016 18:30 UTC
  kernel-phase:Prepare
  kernel-stable-Promote-to-proposed-end:Tuesday, 02. February 2016 19:01 UTC
  proposed-announcement-sent:True
  kernel-Promote-to-release-end:Sunday, 14. February 2016 02:50 UTC

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

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


[Kernel-packages] [Bug 1545357] Re: Canon MX870 queued not printing in Ubuntu 14.04 after 3.13.0-68-generic

2016-02-13 Thread Christopher M. Penalver
Famous Man, thank you for reporting this and helping make Ubuntu better.

As per http://www.dell.com/support/home/us/en/19/product-support/product
/latitude-6430u-ultrabook/drivers/advanced an update to your computer's
buggy and outdated BIOS is available (A10). If you update to this
following https://help.ubuntu.com/community/BIOSUpdate does it change
anything?

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

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

Once the BIOS is updated, if the problem is still reproducible:
1) Please provide the output of the following terminal command (not perform an 
apport-collect):
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
2) Please make a comment specifically advising on if there was an improvement 
or not.
3) Please mark this report Status Confirmed. If it's not reproducible, please 
mark this as Invalid.

Thank you for your understanding.

** Tags added: bios-outdated-a10

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

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

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

Title:
  Canon MX870 queued not printing in Ubuntu 14.04 after
  3.13.0-68-generic

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  My Canon MX870 was printing ok in Ubuntu 14.04 till maintenance
  install of kernels after 3.13.0-68-generic.

  I'm currently running kernel 3.13.0-74-generic and if I want to print
  I have to reboot and select 3.13.0-68-generic.

  When I start a print in later kernels with the bug,  the Printer
  Status shows "Processing" but the printer is not responding.

  delubu@Dell-Latitude-6430U:~$ uname -r
  3.13.0-74-generic

  delubu@Dell-Latitude-6430U:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04
  Codename: trusty

  Any ideas how I can proceed with this

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-77-generic 3.13.0-77.121
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  delubu 2052 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Feb 14 10:55:43 2016
  HibernationDevice: RESUME=UUID=0f2f62b0-0d14-471d-9f52-382adef60a93
  InstallationDate: Installed on 2015-01-08 (401 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  MachineType: Dell Inc. Latitude 6430U
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-77-generic 
root=UUID=3e063b29-4e47-4f9c-bc95-18f07e91104b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-77-generic N/A
   linux-backports-modules-3.13.0-77-generic  N/A
   linux-firmware 1.127.20
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/01/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0JCV3H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd02/01/2013:svnDellInc.:pnLatitude6430U:pvr01:rvnDellInc.:rn0JCV3H:rvrA02:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude 6430U
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1543167] dwalin (amd64) - tests ran: 2, failed: 0

2016-02-13 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.2.0-27.32/dwalin__4.2.0-27.32__2016-02-14_03-16-00/results-index.html

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

Title:
  linux: 4.2.0-29.34 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 08. February 2016 15:19 UTC
  kernel-stable-Prepare-package-end:Tuesday, 09. February 2016 10:45 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 09. February 2016 10:45 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 09. February 2016 18:34 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Verification-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 09. February 2016 20:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 10. February 2016 16:01 UTC

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

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


[Kernel-packages] [Bug 1542826] Re: NFS Client Ignores TCP Resets

2016-02-13 Thread Richard Laager
I posted this upstream:
http://www.spinics.net/lists/linux-nfs/msg56520.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/1542826

Title:
  NFS Client Ignores TCP Resets

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Steps to reproduce:
  1) Mount NFS share from HA cluster with TCP.
  2) Failover the HA cluster. (The NFS server's IP address moves from one
  machine to the other.)
  3) Access the mounted NFS share from the client (an `ls` is sufficient).

  Expected results:
  Accessing the NFS mount works fine immediately.

  Actual results:
  Accessing the NFS mount hangs for 5 minutes. Then the TCP connection times 
out, a new connection is established, and it works fine again.

  After the IP moves, the new server responds to the client with TCP RST
  packets, just as I would expect. I would expect the client to tear
  down its TCP connection immediately and re-establish a new one. But it
  doesn't. Am I confused, or is this a bug?

  For the duration of this test, all iptables firewalling was disabled
  on the client machine. I have a packet capture of a minimized test
  (just a simple ls).

  Note that this is a "single failover" scenario. It is NOT a case of
  failing over and then failing back before the TCP connection times out
  on the first NFS server.

  We've been using UDP instead of TCP as a work-around.

  The system is running Ubuntu 14.04 with Linux 3.13.0-76-generic.
  ---
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb  3 18:41 seq
   crw-rw 1 root audio 116, 33 Feb  3 18:41 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.19
  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=/dev/mapper/data-swap
  InstallationDate: Installed on 2015-07-11 (210 days ago)
  InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  MachineType: Silicon Mechanics Storform iServ R515.v2.1
  Package: linux (not installed)
  PciMultimedia:

  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-76-generic 
root=/dev/mapper/data-os ro elevator=noop console=ttyS1,115200n8 console=tty1 
transparent_hugepage=always nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-76.120-generic 3.13.11-ckt30
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-76-generic N/A
   linux-backports-modules-3.13.0-76-generic  N/A
   linux-firmware 1.127.20
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-76-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm dialout libvirtd lpadmin sudo users
  WifiSyslog:

  _MarkForUpload: True
  dmi.bios.date: 05/15/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2.0c
  dmi.board.asset.tag: 1234567890
  dmi.board.name: X8DT6
  dmi.board.vendor: Supermicro
  dmi.board.version: 1234567890
  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.:bvr2.0c:bd05/15/2012:svnSiliconMechanics:pnStorformiServR515.v2.1:pvr1234567890:rvnSupermicro:rnX8DT6:rvr1234567890:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: Storform iServ R515.v2.1
  dmi.product.version: 1234567890
  dmi.sys.vendor: Silicon Mechanics

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

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


[Kernel-packages] [Bug 1526285] Re: package linux-image-3.19.0-39-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2016-02-13 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

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

Status in linux package in Ubuntu:
  Expired

Bug description:
  This was originally a grub problem and I followed the instructions to
  restore same from the how to.  To get the boot repair it wanted me to
  update the image from -15 to -30 which did not happen.  It started
  with grub failing to find the first block and dropping dead so that I
  would have to go through loading the vmlinuz and initrd by hand.

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-39-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ntr 736 F lxpanel
  Date: Tue Dec 15 06:27:56 2015
  DpkgHistoryLog:
   Start-Date: 2015-12-15  06:27:48
   Commandline: apt-get -f install
   Install: linux-image-extra-3.19.0-39-generic:i386 (3.19.0-39.44, automatic), 
linux-libc-dev:i386 (3.19.0-39.44, automatic), 
linux-image-3.19.0-39-generic:i386 (3.19.0-39.44, automatic), 
linux-image-3.19.0-26-generic:i386 (3.19.0-26.28, automatic)
  DuplicateSignature: package:linux-image-3.19.0-39-generic:(not 
installed):subprocess new pre-installation script returned error exit status 1
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 1
  HibernationDevice: RESUME=UUID=68bbe611-e3d5-453f-8749-ec1d5ddab85d
  InstallationDate: Installed on 2015-08-07 (129 days ago)
  InstallationMedia: Lubuntu 15.04 "Vivid Vervet" - Release i386 (20150422)
  Lsusb:
   Bus 001 Device 002: ID 13fe:4200 Kingston Technology Company Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Computer Corporation Latitude D600
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic root=/dev/sda1
  RelatedPackageVersions: grub-pc 2.02~beta2-22ubuntu1.1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-3.19.0-39-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 1
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2003
  dmi.bios.vendor: Dell Computer Corporation
  dmi.bios.version: A08
  dmi.board.name: 0X2034
  dmi.board.vendor: Dell Computer Corporation
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Computer Corporation
  dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA08:bd10/29/2003:svnDellComputerCorporation:pnLatitudeD600:pvr:rvnDellComputerCorporation:rn0X2034:rvr:cvnDellComputerCorporation:ct8:cvr:
  dmi.product.name: Latitude D600
  dmi.sys.vendor: Dell Computer Corporation

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

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


[Kernel-packages] [Bug 1524869] Re: 3.13.0-71-generic is deadly !

2016-02-13 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  3.13.0-71-generic  is deadly !

Status in linux package in Ubuntu:
  Expired

Bug description:
  One server reboots itself randomly! at least twice a day !
  Another server just stuck after GRUB .

  Both servers are new and successfully recovered after boot from older
  kernel version.

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

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


[Kernel-packages] [Bug 1516427] Re: package linux-image-4.2.0-17-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2016-02-13 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

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

Status in linux package in Ubuntu:
  Expired

Bug description:
  no pae centrino intel

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-17-generic (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic i686
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  felix  1241 F pulseaudio
  Date: Sat Oct 31 20:40:47 2015
  DpkgTerminalLog:
   Preparing to unpack .../linux-image-4.2.0-17-generic_4.2.0-17.21_i386.deb ...
   This kernel does not support a non-PAE CPU.
   dpkg: error processing archive 
/var/cache/apt/archives/linux-image-4.2.0-17-generic_4.2.0-17.21_i386.deb 
(--unpack):
subprocess new pre-installation script returned error exit status 1
  DuplicateSignature: package:linux-image-4.2.0-17-generic:(not 
installed):subprocess new pre-installation script returned error exit status 1
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 1
  HibernationDevice: RESUME=UUID=cfe3cdd9-b316-42cf-8656-d8e5a1e149f3
  InstallationDate: Installed on 2015-08-27 (80 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 002: ID 0930:0506 Toshiba Corp. Integrated Bluetooth
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: TOSHIBA Portable PC
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=UUID=83ab8d8e-c420-49de-91f0-f00fe3d23ee2 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-29
  SourcePackage: linux
  Title: package linux-image-4.2.0-17-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 1
  UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/24/2005
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: Version 1.80
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Version A0
  dmi.chassis.asset.tag: 00
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: Version 1.0
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion1.80:bd10/24/2005:svnTOSHIBA:pnPortablePC:pvrVersion1.0:rvnTOSHIBA:rnPortablePC:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
  dmi.product.name: Portable PC
  dmi.product.version: Version 1.0
  dmi.sys.vendor: TOSHIBA

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

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


[Kernel-packages] [Bug 1524338] Re: e1000e module signals that interface is up

2016-02-13 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  e1000e module signals that interface is up

Status in linux package in Ubuntu:
  Expired

Bug description:
  VERSION
  ===
  Ubuntu 12.04.5 LTS
  Linux 3.8.0-23-generic
  Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
  Network kernel module: e1000e

  STEPS TO REPRODUCE
  ==
  Connect two machines (without switch); nodeA and nodeB.
  nodeA is a machine as specified above.
  nodeB can be a machine using the e1000e module or igb module (these are the 
ones we have in our lab).

  Verify that interfaces are up and that you have connection between
  nodeA and nodeB.

  Bring interface down:
  root@nodeA:~# ip link set dev ethX down

  Quickly check interface on nodeB:
  root@nodeB:~# ip link show dev ethX
  5: ethX:  mtu 1500 qdisc mq state DOWN 
qlen 1

  Wait ~2s and check interface on nodeB again:
  root@nodeB:~# ip link show dev ethX
  5: ethX:  mtu 1500 qdisc mq state UP qlen 
1

  ACTUAL RESULTS
  ==
  Interface ethX on nodeB comes up after ~2s.

  EXPECTED RESULTS
  
  Interface ethX on nodeB should not come up again. It should remain down.

  ADDITIONAL INFORMATION
  ==
  This issue has been reproduced with kernel 3.14.5 (Ubuntu 14.04).
  This issue can *NOT* be reproduced on two machines using the igb kernel 
module.
  This issue is reproducible with Linux 4.2.3.

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

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


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

2016-02-13 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

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

Status in linux package in Ubuntu:
  Expired

Bug description:
  .

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-18-generic (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  till   1403 F pulseaudio
  Date: Mon Nov 23 20:52:27 2015
  DuplicateSignature: package:linux-image-4.2.0-18-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=58a783a7-0669-4ade-b89b-480aac07c86d
  InstallationDate: Installed on 2015-03-25 (243 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150324)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: QEMU Standard PC (i440FX + PIIX, 1996)
  ProcFB: 0 qxldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=UUID=fc32a548-00cf-4d7f-8204-2080bfaf0ebc 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-29
  RfKill:
   
  SourcePackage: linux
  Title: package linux-image-4.2.0-18-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: Ubuntu-1.8.2-1ubuntu1
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-utopic
  dmi.modalias: 
dmi:bvnSeaBIOS:bvrUbuntu-1.8.2-1ubuntu1:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-utopic:cvnQEMU:ct1:cvrpc-i440fx-utopic:
  dmi.product.name: Standard PC (i440FX + PIIX, 1996)
  dmi.product.version: pc-i440fx-utopic
  dmi.sys.vendor: QEMU

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

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


[Kernel-packages] [Bug 1515873] Re: package linux-image-4.2.0-18-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2016-02-13 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

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

Status in linux package in Ubuntu:
  Expired

Bug description:
  Because the machine has not upgraded from 15.04 to 15.10, in response to:
  sudo apt-get dist-upgrade ..., based on this: 
http://askubuntu.com/questions/689358/ubuntu-kernel-not-updating-with-15-10 
...I executed:
  sudo apt-get install linux-generic ...which failed. The machine in question 
has a Pentium M that does not report pae capability (not sure why that should 
matter on a machine with 2 GB of RAM, but 15.04 runs on the machine. 
Installation errors reported during the process:

  This kernel does not support a non-PAE CPU.
  dpkg: error processing archive 
/var/cache/apt/archives/linux-image-4.2.0-18-generic_4.2.0-18.22_i386.deb 
(--unpack):
   subprocess new pre-installation script returned error exit status 1

  ...and then at the end of the process:

  Errors were encountered while processing:
   /var/cache/apt/archives/linux-image-4.2.0-18-generic_4.2.0-18.22_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  I'll reboot and see if the installation really failed or not, and if
  it did, I'll try running dpkg on the archive with the error using the
  --force option and see what happens...

  version.log just contains:
  Ubuntu 3.19.0-15.15-generic 3.19.3

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-18-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kent   1468 F pulseaudio
  Date: Fri Nov 13 00:02:11 2015
  DpkgTerminalLog:
   Preparing to unpack .../linux-image-4.2.0-18-generic_4.2.0-18.22_i386.deb ...
   This kernel does not support a non-PAE CPU.
   dpkg: error processing archive 
/var/cache/apt/archives/linux-image-4.2.0-18-generic_4.2.0-18.22_i386.deb 
(--unpack):
subprocess new pre-installation script returned error exit status 1
  DuplicateSignature: package:linux-image-4.2.0-18-generic:(not 
installed):subprocess new pre-installation script returned error exit status 1
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 1
  HibernationDevice: RESUME=UUID=0dc01c56-1599-4a76-8717-22f4d37942f7
  InstallationDate: Installed on 2014-04-22 (569 days ago)
  InstallationMedia: Xubuntu 10.04 "Lucid Lynx" - Release i386 (20100429)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 1241:1166 Belkin MI-2150 Trust Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Computer Corporation Inspiron 600m
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic 
root=UUID=b2762d0a-9345-41cf-a5cf-e98bb3b6d350 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-29
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-4.2.0-18-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 1
  UpgradeStatus: Upgraded to wily on 2015-11-01 (11 days ago)
  dmi.bios.date: 06/29/2005
  dmi.bios.vendor: Dell Computer Corporation
  dmi.bios.version: A17
  dmi.board.vendor: Dell Computer Corporation
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Computer Corporation
  dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA17:bd06/29/2005:svnDellComputerCorporation:pnInspiron600m:pvr:rvnDellComputerCorporation:rn:rvr:cvnDellComputerCorporation:ct8:cvr:
  dmi.product.name: Inspiron 600m
  dmi.sys.vendor: Dell Computer Corporation

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

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


[Kernel-packages] [Bug 1513974] Re: package linux-image-3.19.0-28-generic 3.19.0-28.30 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-02-13 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package linux-image-3.19.0-28-generic 3.19.0-28.30 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

Status in linux package in Ubuntu:
  Expired

Bug description:
  I have no longer been able to upgrade the linux-image after I manually
  deleted old ones using sudo nautilus. The automatic and proper way of
  removing them through terminal is no longer working or I was doing
  something wrong.

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-28-generic 3.19.0-28.30
  ProcVersionSignature: Ubuntu 3.19.0-31.36-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-31-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alzie  1544 F pulseaudio
   /dev/snd/controlC0:  alzie  1544 F pulseaudio
  Date: Fri Nov  6 16:31:58 2015
  DuplicateSignature: 
package:linux-image-3.19.0-28-generic:3.19.0-28.30:subprocess installed 
post-installation script returned error exit status 2
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  HibernationDevice: RESUME=UUID=d4ff3184-8cfe-4180-a05f-09f046f03364
  InstallationDate: Installed on 2015-05-01 (189 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: TOSHIBA Satellite L855D
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-31-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-22ubuntu1.2
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-3.19.0-28-generic 3.19.0-28.30 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/07/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: 6.20
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: MP
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: OEM Chassis Manufacturer
  dmi.chassis.version: OEM Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvr6.20:bd11/07/2012:svnTOSHIBA:pnSatelliteL855D:pvrPSKAYU-008007:rvnTOSHIBA:rnPortablePC:rvrMP:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite L855D
  dmi.product.version: PSKAYU-008007
  dmi.sys.vendor: TOSHIBA

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

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


[Kernel-packages] [Bug 1522139] Re: Unable to adjust brightness

2016-02-13 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Unable to adjust brightness

Status in linux package in Ubuntu:
  Expired

Bug description:
  I have an Intel NUC that's otherwise running Ubuntu 15.10 great! It's
  hooked up to a ViewSonic monitor via mini-DV / DVI.

  The brightness controls are disabled on the monitor.

  xbacklight does nothing. And I don't have the Brightness slider in
  Brightness & Lock.

  I've been poking around, and have seen where to create a file in
  xorg.conf.d. The problem is, I have an empty /sys/class/backlight dir.

  Per the following, I'm submitting a support ticket:

  https://askubuntu.com/questions/577539/dell-chromebook-11-unable-to-
  set-backlight-and-sys-class-backlight-folder-is/578497#578497

  I'd like to be able to increase the brightness on my screen.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-19-generic 4.2.0-19.23
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mark   2213 F pulseaudio
   /dev/snd/controlC0:  mark   2213 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Dec  2 15:24:39 2015
  HibernationDevice: RESUME=UUID=475f89b0-71dc-465f-997e-e88d611d948d
  InstallationDate: Installed on 2015-11-24 (7 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-19-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-19-generic N/A
   linux-backports-modules-4.2.0-19-generic  N/A
   linux-firmware1.149.2
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/12/2015
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0350.2015.0812.1722
  dmi.board.name: NUC5i5RYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H40999-504
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0350.2015.0812.1722:bd08/12/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5i5RYB:rvrH40999-504:cvn:ct3:cvr:

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

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


[Kernel-packages] [Bug 1515679] Re: BUG: soft lockup - CPU#0 stuck for 23s! [modprobe:22583]

2016-02-13 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  BUG: soft lockup - CPU#0 stuck for 23s! [modprobe:22583]

Status in linux package in Ubuntu:
  Expired

Bug description:
  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-66-generic 3.13.0-66.108
  ProcVersionSignature: Ubuntu 3.13.0-68.111-generic 3.13.11-ckt27
  Uname: Linux 3.13.0-66-generic x86_64
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.14.1-0ubuntu3.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  don2156 F pulseaudio
   /dev/snd/controlC0:  don2156 F pulseaudio
  CurrentDmesg: [   48.797509] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link 
becomes ready
  Date: Thu Nov 12 10:56:56 2015
  DuplicateSignature: BUG: soft lockup - CPU#0 stuck for 23s! [modprobe:22583] 
RIP: 0010:location  location smp_call_function_many+0x268/0x2d0
  Failure: oops
  HibernationDevice: RESUME=UUID=ffd2b5a3-0e8e-4f9b-9288-cff133a90145
  InstallationDate: Installed on 2011-12-18 (1424 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-68-generic 
root=UUID=9f13b409-27bd-4e42-99c0-59fccdb87241 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu8
  RfKill:

  SourcePackage: linux
  Title: BUG: soft lockup - CPU#0 stuck for 23s! [modprobe:22583]
  UpgradeStatus: Upgraded to trusty on 2014-08-18 (451 days ago)
  dmi.bios.date: 07/15/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0401
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8Z68-V LX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0401:bd07/15/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8Z68-VLX:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1526246] Re: package linux-image-3.2.0-23-generic 3.2.0-23.36 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2016-02-13 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package linux-image-3.2.0-23-generic 3.2.0-23.36 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 2

Status in linux package in Ubuntu:
  Expired

Bug description:
  update failiure

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-23-generic 3.2.0-23.36
  ProcVersionSignature: Ubuntu 3.2.0-84.121-generic 3.2.68
  Uname: Linux 3.2.0-84-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.13
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alan   2073 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with Cx20468-31 at irq 5'
 Mixer name : 'Conexant Cx20468-31'
 Components : 'AC97a:43585430'
 Controls  : 23
 Simple ctrls  : 16
  CurrentDmesg:
   [   32.176062] lib80211_crypt: registered algorithm 'TKIP'
   [   36.852153] init: anacron main process (963) killed by TERM signal
   [   42.960238] eth1: no IPv6 routers present
  Date: Tue Dec 15 09:59:00 2015
  ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 2
  HibernationDevice: RESUME=UUID=e5d009ef-0b5e-457f-83df-6ed592b6863a
  InstallationMedia: Lubuntu 12.04 "Precise Pangolin" - Release i386 (20120423)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Hewlett-Packard compaq nx9030 (PG575ET#ABU)
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-84-generic 
root=UUID=09962035-24d5-4d05-8330-901ac22a5cab 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 1.99-21ubuntu3.18
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-3.2.0-23-generic 3.2.0-23.36 failed to 
install/upgrade: ErrorMessage: subprocess installed post-installation script 
returned error exit status 2
  UpgradeStatus: Upgraded to precise on 2015-04-14 (244 days ago)
  dmi.bios.date: 11/09/2004
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.15
  dmi.board.name: 3084
  dmi.board.vendor: Quanta
  dmi.board.version: 41.0B
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.15:bd11/09/2004:svnHewlett-Packard:pncompaqnx9030(PG575ET#ABU):pvrRev1:rvnQuanta:rn3084:rvr41.0B:cvnQuanta:ct10:cvrN/A:
  dmi.product.name: compaq nx9030 (PG575ET#ABU)
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1513585] Re: package linux-firmware 1.127.15 failed to install/upgrade: cannot copy extracted data for './lib/firmware/iwlwifi-8000C-13.ucode' to '/lib/firmware/iwlwifi-8000C-13

2016-02-13 Thread Launchpad Bug Tracker
[Expired for linux-firmware (Ubuntu) because there has been no activity
for 60 days.]

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

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

Title:
  package linux-firmware 1.127.15 failed to install/upgrade: cannot copy
  extracted data for './lib/firmware/iwlwifi-8000C-13.ucode' to
  '/lib/firmware/iwlwifi-8000C-13.ucode.dpkg-new': unexpected end of
  file or stream

Status in linux-firmware package in Ubuntu:
  Expired

Bug description:
  I don't know

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-firmware 1.127.15
  ProcVersionSignature: Ubuntu 3.13.0-66.108-generic 3.13.11-ckt27
  Uname: Linux 3.13.0-66-generic i686
  ApportVersion: 2.14.1-0ubuntu3.18
  Architecture: i386
  Date: Thu Nov  5 19:52:03 2015
  Dependencies:
   
  DuplicateSignature: package:linux-firmware:1.127.15:cannot copy extracted 
data for './lib/firmware/iwlwifi-8000C-13.ucode' to 
'/lib/firmware/iwlwifi-8000C-13.ucode.dpkg-new': unexpected end of file or 
stream
  ErrorMessage: cannot copy extracted data for 
'./lib/firmware/iwlwifi-8000C-13.ucode' to 
'/lib/firmware/iwlwifi-8000C-13.ucode.dpkg-new': unexpected end of file or 
stream
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.4
   apt  1.0.1ubuntu2.10
  SourcePackage: linux-firmware
  Title: package linux-firmware 1.127.15 failed to install/upgrade: cannot copy 
extracted data for './lib/firmware/iwlwifi-8000C-13.ucode' to 
'/lib/firmware/iwlwifi-8000C-13.ucode.dpkg-new': unexpected end of file or 
stream
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1525008] Re: Ubuntu doesn't boot after laptop runs out of battery

2016-02-13 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Ubuntu doesn't boot after laptop runs out of battery

Status in linux package in Ubuntu:
  Expired

Bug description:
  If my laptop runs out of battery, the next time I start it up and put
  in my disk password, I get a black screen that goes nowhere. I always
  have to hard-reset the laptop in order for the OS to load after I put
  in the disk password.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-19-generic 4.2.0-19.23
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vadi   2571 F pulseaudio
   /dev/snd/controlC0:  vadi   2571 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Dec 11 08:42:12 2015
  HibernationDevice: RESUME=UUID=745d185e-0cf7-47d5-8900-9f89f21b1af8
  InstallationDate: Installed on 2014-06-26 (531 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP ZBook 14
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-19-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-19-generic N/A
   linux-backports-modules-4.2.0-19-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to wily on 2015-10-26 (44 days ago)
  dmi.bios.date: 04/29/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.11
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU424B3ZZ
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.11:bd04/29/2014:svnHewlett-Packard:pnHPZBook14:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ZBook 14
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1514300] Re: package linux-image-3.19.0-30-generic 3.19.0-30.34 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17

2016-02-13 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package linux-image-3.19.0-30-generic 3.19.0-30.34 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 17

Status in linux package in Ubuntu:
  Expired

Bug description:
  repeatedly fails. may be due to lack of disk space?

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   bill   1718 F...m pulseaudio
   /dev/snd/controlC0:  bill   1718 F pulseaudio
  Date: Sun Nov  8 23:49:52 2015
  DuplicateSignature: 
package:linux-image-3.19.0-30-generic:3.19.0-30.34:subprocess installed 
post-installation script returned error exit status 17
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 17
  HibernationDevice: RESUME=UUID=eab33bf8-a045-4464-8cb1-4311b5ba23b3
  InstallationDate: Installed on 2015-07-29 (103 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  IwConfig:
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. GA-990FXA-UD5
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-30-generic 
root=/dev/mapper/kubuntu--vg-root 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 2.02~beta2-22ubuntu1.2
  RfKill:
   
  SourcePackage: linux
  Title: package linux-image-3.19.0-30-generic 3.19.0-30.34 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 17
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/13/2011
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6
  dmi.board.name: GA-990FXA-UD5
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6:bd10/13/2011:svnGigabyteTechnologyCo.,Ltd.:pnGA-990FXA-UD5:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-990FXA-UD5:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-990FXA-UD5
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Kernel-packages] [Bug 1516337] Re: package linux-image-4.2.0-16-generic 4.2.0-16.19 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 127

2016-02-13 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package linux-image-4.2.0-16-generic 4.2.0-16.19 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
  exited with return code 127

Status in linux package in Ubuntu:
  Expired

Bug description:
  Command
  ubuntu-bug linux

  Gtk-Message: GtkDialog mapped without a transient parent. This is
  discouraged.

  cat /proc/version_signature > version.log

  bash: version.log: Permission denied

  sudo lspci -vnvn > lspci-vnvn.log

  bash: lspci-vnvn.log: Permission denied

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-16-generic 4.2.0-16.19
  ProcVersionSignature: Ubuntu 3.19.0-31.36-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-31-generic i686
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bb 1531 F pulseaudio
   /dev/snd/controlC1:  bb 1531 F pulseaudio
  Date: Sat Nov 14 18:31:17 2015
  DuplicateSignature: 
package:linux-image-4.2.0-16-generic:4.2.0-16.19:run-parts: 
/etc/kernel/postinst.d/zz-update-grub exited with return code 127
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  HibernationDevice: RESUME=UUID=cacb3ec6-e92d-4730-a09c-1ca3e4b3f4b9
  InstallationDate: Installed on 2015-10-24 (22 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. EP45-UD3P
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-31-generic 
root=UUID=1f452ab1-bc8c-4d75-8116-6698c1860bf0 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 2.02~beta2-29
  RfKill:
   
  SourcePackage: linux
  Title: package linux-image-4.2.0-16-generic 4.2.0-16.19 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with 
return code 127
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F8
  dmi.board.name: EP45-UD3P
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF8:bd02/24/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45-UD3P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45-UD3P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45-UD3P
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Kernel-packages] [Bug 1543167] dwalin (amd64) - tests ran: 66, failed: 0

2016-02-13 Thread Brad Figg
tests ran:  66, failed: 0;
  
http://kernel.ubuntu.com/testing/4.2.0-27.32/dwalin__4.2.0-27.32__2016-02-14_04-20-00/results-index.html

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

Title:
  linux: 4.2.0-29.34 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 08. February 2016 15:19 UTC
  kernel-stable-Prepare-package-end:Tuesday, 09. February 2016 10:45 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 09. February 2016 10:45 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 09. February 2016 18:34 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Verification-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 09. February 2016 20:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 10. February 2016 16:01 UTC

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

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


[Kernel-packages] [Bug 1543167] dagmar (amd64) - tests ran: 194, failed: 0

2016-02-13 Thread Brad Figg
tests ran: 194, failed: 0;
  
http://kernel.ubuntu.com/testing/4.2.0-27.32/dagmar__4.2.0-27.32__2016-02-14_03-14-00/results-index.html

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

Title:
  linux: 4.2.0-29.34 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 08. February 2016 15:19 UTC
  kernel-stable-Prepare-package-end:Tuesday, 09. February 2016 10:45 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 09. February 2016 10:45 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 09. February 2016 18:34 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Verification-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 09. February 2016 20:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 10. February 2016 16:01 UTC

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

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


[Kernel-packages] [Bug 1411330] Re: vmlinuz permissions

2016-02-13 Thread Matthew Hall
Confirmed in Ubuntu 15.10 Wily. This is a massively irritating defect.
Profiling tools can't read the kernel file by default to help do
performance tuning and nothing is gained from making the kernel secret
because anybody can extract it from a deb file anyways.

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

Title:
  vmlinuz permissions

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I use NFS root-boot for our department systems.  Every time I upgrade,
  if it includes a linux-image-generic and I don't notice, I get lots of
  calls that the users cannot boot.  The vmlinuz image is chmod 600, but
  for NFS root-boot needs to be 644.  This is a very annoying (but not
  urgent) bug.

  Please fix so that new kernels are installed chmod 644 (as all other
  distros do).

  Thanx,

  David A. Bandel

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-generic 3.13.0.44.51
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dab11  1997 F pulseaudio
   /dev/snd/controlC0:  dab11  1997 F pulseaudio
  CurrentDesktop: LXDE
  Date: Thu Jan 15 11:24:22 2015
  HibernationDevice: RESUME=UUID=dd6857ae-02e4-4a78-befd-e7d5dad46af5
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 002 Device 003: ID 0557:2219 ATEN International Co., Ltd 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Precision T1600
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: boot=nfs initrd=ubuntu-trusty/initrd.img init=/sbin/init 
root=/dev/nfs nfsroot=128.42.128.39:/srv/tftp/ubuntu-trusty,rw ip=dhcp sec=sys 
ifnames=0 BOOT_IMAGE=ubuntu-trusty/vmlinuz
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-44-generic N/A
   linux-backports-modules-3.13.0-44-generic  N/A
   linux-firmware 1.127.11
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   
  dmi.bios.date: 02/21/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 06NWYK
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd02/21/2012:svnDellInc.:pnPrecisionT1600:pvr01:rvnDellInc.:rn06NWYK:rvrA01:cvnDellInc.:ct6:cvr:
  dmi.product.name: Precision T1600
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1543167] kili (amd64) - tests ran: 87, failed: 37

2016-02-13 Thread Brad Figg
tests ran:  87, failed: 37;
  
http://kernel.ubuntu.com/testing/4.2.0-27.32/kili__4.2.0-27.32__2016-02-14_03-15-00/results-index.html

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

Title:
  linux: 4.2.0-29.34 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 08. February 2016 15:19 UTC
  kernel-stable-Prepare-package-end:Tuesday, 09. February 2016 10:45 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 09. February 2016 10:45 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 09. February 2016 18:34 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Verification-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 09. February 2016 20:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 10. February 2016 16:01 UTC

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

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


[Kernel-packages] [Bug 1543167] fozzie (amd64) - tests ran: 194, failed: 0

2016-02-13 Thread Brad Figg
tests ran: 194, failed: 0;
  
http://kernel.ubuntu.com/testing/4.2.0-27.32/fozzie__4.2.0-27.32__2016-02-14_03-15-00/results-index.html

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

Title:
  linux: 4.2.0-29.34 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 08. February 2016 15:19 UTC
  kernel-stable-Prepare-package-end:Tuesday, 09. February 2016 10:45 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 09. February 2016 10:45 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 09. February 2016 18:34 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Verification-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 09. February 2016 20:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 10. February 2016 16:01 UTC

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

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


[Kernel-packages] [Bug 1545399] [NEW] hp af008ax ubuntu wifi signal weak

2016-02-13 Thread dinesh
Public bug reported:

hp af008ax ubuntu wifi signal is very weak changed the Changing power
options as well. But didnt help

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.19.0-49-generic 3.19.0-49.55~14.04.1
ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
Uname: Linux 3.19.0-49-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Feb 14 11:19:53 2016
InstallationDate: Installed on 2016-02-13 (0 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
SourcePackage: linux-lts-vivid
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  hp af008ax ubuntu wifi signal weak

Status in linux-lts-vivid package in Ubuntu:
  New

Bug description:
  hp af008ax ubuntu wifi signal is very weak changed the Changing power
  options as well. But didnt help

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-49-generic 3.19.0-49.55~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  Uname: Linux 3.19.0-49-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Feb 14 11:19:53 2016
  InstallationDate: Installed on 2016-02-13 (0 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1437492] Re: boot stalls on USB detection errors

2016-02-13 Thread Rocco Muscaritolo
I've been battling with this issue for a weeks now as well. Thought it
was faulty hardware, but it only occurs when I do a warm reboot into my
Linux system.


MSI z97 gaming 7 
4.2.0-19-generic

I'm going to install 4.2.0-27 now and post any updates if it was
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/1437492

Title:
  boot stalls on USB detection errors

Status in linux package in Ubuntu:
  Confirmed
Status in linux package in Debian:
  New

Bug description:
  My system boots slow. I investigated this and it seems 
systemd-udev-settle.service is the culprit.
  My system runs ext4 with GPT on UEFI.
  I do not use encryption or LVM.

  $ journalctl -u systemd-udev-settle
  -- Logs begin at fri 2015-03-27 19:03:06 CET, end at fri 2015-03-27 22:06:32 
CET. --
  mar 27 19:03:42 hostname systemd[1]: Started udev Wait for Complete Device 
Initialization.

  $ systemd-analyze
  Startup finished in 14.865s (firmware) + 11.133s (loader) + 6.127s (kernel) + 
42.079s (userspace) = 1min 14.206s

  $ systemd-analyze critical-chain
  http://paste.ubuntu.com/10691416/

  $ systemd-analyze blame
  36.013s systemd-udev-settle.service
  http://paste.ubuntu.com/10691314/

  $ systemctl show systemd-udev-settle.service -p RequiredBy
  RequiredBy=

  $ systemctl show systemd-udev-settle.service -p WantedBy
  WantedBy=friendly-recovery.service

  $ systemd-analyze plot > boot.svg
  http://imgh.us/boot_1.svg

  $ systemd-analyze dump
  http://paste.ubuntu.com/10691856/

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-5ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Fri Mar 27 22:05:28 2015
  InstallationDate: Installed on 2013-12-26 (455 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: ASUS All Series
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-10-generic.efi.signed 
root=UUID=31dc4488-28d4-4d2a-aa51-6733e237d5f8 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/18/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2103
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-PRO
  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.:bvr2103:bd08/18/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


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

2016-02-13 Thread Brad Figg
tests ran: 194, failed: 0;
  
http://kernel.ubuntu.com/testing/4.2.0-27.32/onibi__4.2.0-27.32__2016-02-14_03-23-00/results-index.html

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

Title:
  linux: 4.2.0-29.34 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 08. February 2016 15:19 UTC
  kernel-stable-Prepare-package-end:Tuesday, 09. February 2016 10:45 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 09. February 2016 10:45 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 09. February 2016 18:34 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Verification-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 09. February 2016 20:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 09. February 2016 20:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 10. February 2016 16:01 UTC

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

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


  1   2   >