[Kernel-packages] [Bug 1509664] Re: Samba shares unavailable after suspend

2016-03-01 Thread Arup
Same issue here with Ubuntu 14.04.4 with Kernel 4.2, samba shares not
available with other machines after suspend, all other machines on
Ubuntu 14.04.3 with kernel 3.19

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

Title:
  Samba shares unavailable after suspend

Status in linux package in Ubuntu:
  Expired

Bug description:
  In 14.04 with either nautilus or nemo filemanager, after I suspend my
  laptop and wake it up again the samba shares aren't always available,
  sometimes they may be available after an unspecified long time. The
  samba server is a NAS that is on at all times. Restarting the file
  manager sometimes works.

  WORKAROUND: Restart.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-43-generic 3.13.0-43.72
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  juliodiaz   2171 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Oct 24 09:37:49 2015
  InstallationDate: Installed on 2014-11-08 (350 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Dell System Inspiron N411Z
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=3b120423-c195-4d2b-8438-0775ba0087e1 ro persistent quiet splash 
nomdmonddf nomdmonisw vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.127.10
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/10/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 0NFVTW
  dmi.board.vendor: Dell Inc.
  dmi.board.version: FAB1
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd09/10/2012:svnDellInc.:pnDellSystemInspironN411Z:pvr:rvnDellInc.:rn0NFVTW:rvrFAB1:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System Inspiron N411Z
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1543980] Re: Kernel 3.13.0-77 crashes (can be triggered by Samba)

2016-03-01 Thread Stefan Metzmacher
Ping!

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

Title:
  Kernel 3.13.0-77 crashes (can be triggered by Samba)

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

Bug description:
  Ubuntu 14.04.3 LTS

  After updating to kernel 3.13.0-77 system crashes.
  First, network dies, then the whole system.
  There are several kernel crashes in the logs.

  --- snip ---
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Wed Feb 10 09:20:35 2016
  Failure: oops
  OopsText:
   BUG: soft lockup - CPU#1 stuck for 23s! [smbd:5908]
  --- snap ---

  Followed by kernel stack traces.

  After some investigation, it turned out that the crash can be triggered by 
Samba.
  It's easily reproducible by running the following commands in the Samba 
master branch:
  ./configure.developer
  TDB_NO_FSYNC=1 make -j test FAIL_IMMEDIATELY=1 SOCKET_WRAPPER_KEEP_PCAP=1 
TESTS="samba3.raw.composite"

  Downgrading to kernel 3.13.0-76 solves this problem.

  Please let me know if we can provide more information or help testing.

  Thanks!

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

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


[Kernel-packages] [Bug 1531925] Re: Can't connect Logitech Living Room Keyboard [LE]

2016-03-01 Thread Simon Fels
Ok, there seems to be another problem I didn't respected yet. Powering a
controller with hciconfig will bring it into a state where not all
subsystems are initialized required for LE support. We still have a udev
rule in our bluez package included which will try to power a bluetooth
controller via hciconfig which is really not what we should do as
described before. Starting with bluez 5.35/.36 there is a new option
bluez itself provides for this which defines a config element in
/etc/bluetooth/main.conf to do the same but the right way.

I am not sure if this udev rule comes into our way here but it feels a
bit like it does.

@Pat/Tony: Would be good if you can try the following:

sudo mount -o remount,rw /
sudo rm /lib/udev/rules.d/50-bluetooth-hci-auto-poweron.rules
echo "[Policy]" >> sudo tee -a /etc/bluetooth/main.conf
echo "AutoEnable=true" >> sudo tee -a /etc/bluetooth/main.conf

I've also pushed this change up at
https://code.launchpad.net/~bluetooth/bluez/fix-ctrl-enablement-on-
detection as that is something we need to fix anyway.

If that doesn't help also try removing all bluetooth state information
by

sudo rm -rf /var/lib/bluetooth/*

and then reboot the device.

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

Title:
  Can't connect Logitech Living Room Keyboard [LE]

Status in Canonical System Image:
  New
Status in bluez package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  New

Bug description:
  Cannot connect a Logitech Illuminated Living Room keyboard to a device
  running bluez5.  There are two versions of the keyboard, a unifying
  receiver version, and a Bluetooth version.  The latter has a BT symbol
  on the 'del' key.  To put the BT version in pairing mode, power on the
  keyboard, then briefly hold the FN and 'del' key together and release.
  A green LED at the top right of the keyboard should start flashing
  quickly.

  Once in pairing mode, the device will become visible on desktop using
  the BT settings UI, however it's *never* shown in the UI on a device
  running the latest Touch ( OTA9.1+ ).  Note, this includes devices
  running a silo version of bluez 5.37, including both arale and
  krillin.  On both devices, the keyboard *is* viewable using
  bluetoothctl.

  It should be noted that LE keyboard support on touch should be a
  considered a missing feature.

  Here's the reported attributes of the device from my macair running
  15.10 + bluez 5.37:

  Device DF:08:A9:A0:13:93
    Name: K830
    Alias: K830
    Appearance: 0x03c1
    Icon: input-keyboard
    Paired: yes
    Trusted: no
    Blocked: no
    Connected: yes
    LegacyPairing: no
    UUID: Generic Access Profile (1800--1000-8000-00805f9b34fb)
    UUID: Generic Attribute Profile (1801--1000-8000-00805f9b34fb)
    UUID: Device Information  (180a--1000-8000-00805f9b34fb)
    UUID: Battery Service (180f--1000-8000-00805f9b34fb)
    UUID: Human Interface Device (1812--1000-8000-00805f9b34fb)
    UUID: Vendor specific   (0001--1000-8000-011f246d)
    Modalias: usb:v046DpB335d0010

  From bluetoothctl on both my laptop and my desktop, I'm able to pair,
  trust and connect the device, and info reflects these changes, however
  the device never actually connects, it's LED remains blinking fast,
  and the keyboard cannot be used.

  Note, before pairing, I issued the command 'agent KeyboardOnly' and
  'default-agent'.

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

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


[Kernel-packages] [Bug 1551894] Re: linux: 4.4.0-9.X fails yama ptrace restrictions tests

2016-03-01 Thread Steve Beattie
Tim - I can confirm that the second kernel image with
3dfb7d8cdbc7ea0c2970450e60818bb3eefbad69 also passes the yama ptrace
tests. 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/1551894

Title:
  linux:  4.4.0-9.X fails yama ptrace restrictions tests

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

Bug description:
  15:55:46 ERROR| [stderr] FAIL: test_093_ptrace_restriction 
(__main__.KernelSecurityTest)
  15:55:46 ERROR| [stderr] ptrace allowed only on children or declared processes

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

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


[Kernel-packages] [Bug 1531925] Re: Can't connect Logitech Living Room Keyboard [LE]

2016-03-01 Thread Simon Fels
I went again through the logs and came across the following:

 [ 1044.196326] Bluetooth: SMP security requested but not available

which is then followed by a lot messages like:

 Jan 20 08:53:28 samsung930X3G bluetoothd[3988]: Report Map read failed: 
Attribute requires authentication before read/write
 Jan 20 08:53:28 samsung930X3G bluetoothd[3988]: Error reading Report value: 
Attribute requires authentication before read/write

What this basically means is that the security checks inside the kernel
stack failed and we couldn't build a secured and trusted connection
which then in the end means the mouse wont connect properly and fails to
work.

There is already an upstream bug about this problem at
https://bugzilla.kernel.org/show_bug.cgi?id=104011 sadly without an
solution other than reverting the change on the kernel side introduced
this problem.

@Pat: You're seeing this with your MX4 right? I will build a kernel then
for it which has the suggested kernel side change reverted just to see
if that helps us in this particular situation.

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

** Tags added: bluez-touch

** Tags added: bluez-classic

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

Title:
  Can't connect Logitech Living Room Keyboard [LE]

Status in Canonical System Image:
  New
Status in bluez package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  New

Bug description:
  Cannot connect a Logitech Illuminated Living Room keyboard to a device
  running bluez5.  There are two versions of the keyboard, a unifying
  receiver version, and a Bluetooth version.  The latter has a BT symbol
  on the 'del' key.  To put the BT version in pairing mode, power on the
  keyboard, then briefly hold the FN and 'del' key together and release.
  A green LED at the top right of the keyboard should start flashing
  quickly.

  Once in pairing mode, the device will become visible on desktop using
  the BT settings UI, however it's *never* shown in the UI on a device
  running the latest Touch ( OTA9.1+ ).  Note, this includes devices
  running a silo version of bluez 5.37, including both arale and
  krillin.  On both devices, the keyboard *is* viewable using
  bluetoothctl.

  It should be noted that LE keyboard support on touch should be a
  considered a missing feature.

  Here's the reported attributes of the device from my macair running
  15.10 + bluez 5.37:

  Device DF:08:A9:A0:13:93
    Name: K830
    Alias: K830
    Appearance: 0x03c1
    Icon: input-keyboard
    Paired: yes
    Trusted: no
    Blocked: no
    Connected: yes
    LegacyPairing: no
    UUID: Generic Access Profile (1800--1000-8000-00805f9b34fb)
    UUID: Generic Attribute Profile (1801--1000-8000-00805f9b34fb)
    UUID: Device Information  (180a--1000-8000-00805f9b34fb)
    UUID: Battery Service (180f--1000-8000-00805f9b34fb)
    UUID: Human Interface Device (1812--1000-8000-00805f9b34fb)
    UUID: Vendor specific   (0001--1000-8000-011f246d)
    Modalias: usb:v046DpB335d0010

  From bluetoothctl on both my laptop and my desktop, I'm able to pair,
  trust and connect the device, and info reflects these changes, however
  the device never actually connects, it's LED remains blinking fast,
  and the keyboard cannot be used.

  Note, before pairing, I issued the command 'agent KeyboardOnly' and
  'default-agent'.

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

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


[Kernel-packages] [Bug 1435571] Comment bridged from LTC Bugzilla

2016-03-01 Thread bugproxy
--- Comment From raghavendra...@in.ibm.com 2016-03-02 01:41 EDT---
The upstream fix should have fixed this issue:

docker container  is bound to some cpuset and that is not honoured by
the system. This can be verified by checking the corresponding cpuset
cgroup of docker container in the host.

The upstream fix will not fix this issue:

/proc/cpuinfo showing what is the container affinity. /proc/cpuinfo
shows all the cpus available in the system but it does not have anything
to do with affinity of container.

Hope this is clear

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

Title:
  docker: docker run --cpuset is not having any effect

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  ---Problem Description---
  docker: cpuset resouce allocaton on a container shows/lists all CPU of VM host
   
  ---uname output---
  root@8a2d293ba30d:/sys# uname -a Linux 8a2d293ba30d 3.19.0-7-generic 
#7-Ubuntu SMP Fri Feb 27 00:26:30 UTC 2015 ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = Power 8 / PowerKVM 
   
  ---Steps to Reproduce---
  1 - Install docker 1.4 developer build on PowerKVM Ubuntu 15.04 LE geust
  
ftp://ftp.unicamp.br/pub/linuxpatch/docker-ppc64/ubuntu/14_10/docker.io-1.4.1-dev_ppc64el.deb

  2 - Create vivid image using debootstrap

  3 - Run a container using below command with cpuset=6,7

  root@dockerbase:~# docker run -it --cpuset=6,7 vivid-cpuset-stress
  /bin/bash

  4 - Inside container check for : grep processor /proc/cpuinfo
  root@06b22766d612:/# grep processor /proc/cpuinfo
  processor : 0
  processor : 1
  processor : 2
  processor : 3
  processor : 4
  processor : 5
  processor : 6
  processor : 7
  processor : 8
  processor : 9
  processor : 10
  processor : 11
  processor : 12
  processor : 13
  processor : 14
  processor : 15
  root@06b22766d612:/# 

  It does list all CPUs of guest VM aka host in this case instead
  expected 6,7 cpu to be bound to this container.

  At host end "cpuset" :
  root@dockerbase:~# cat 
/sys/fs/cgroup/cpuset/docker/06b22766d61244fc5964d2a11bb0972d05ad72bb5899b6f55663c603bf5d6cba/cpuset.cpus
 
  6-7

  Nish, AFAIK, effective cpus was relevant only for unified hierarchy...
  they used to set effective_cpus= cpuset.cpus .. but will investigate
  more on this..

  Uh, I think this got fixed upstream, can we check? Maybe build an
  Ubuntu test kernel (this should get auto-pulled in in some future
  build, due to -stable):

  79063bffc81f82689bd90e16da1b49408f3bf095 ("cpuset: fix a warning when
  clearing configured masks in old hierarchy").

  -Nish

  I did some more investigation and as Nish pointed there were some bugs
  that got fixed in upstream.

  Root cause: cgroup.clone_children was not handled properly. the bug appears 
when we have
  cgroup.clone_children=1

  if we set 0 to clone_children it should work properly.
  so better if we backport below patch (if not already to fix the current 
problem)


  1. 790317e1b266c776765a4bdcedefea706ff0fada: cpuset: initialize effective 
masks when clone_children is enabled
  2. 79063bffc81f82689bd90e16da1b49408f3bf095 ("cpuset: fix a warning when 
clearing configured masks in old hierarchy"). (Nish pointed this patch)

  Canonical,

  both the above patches are targetted for 3.19-stable (in fact 3.17+),
  but given the possible miss on schedule between the upstream
  3.19-stable releases and 15.04 kernel freeze, can we please manually
  include them until they are present in -stable? Without the changes,
  the cpuset cgroups are rather broken.

  -Nish

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

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


[Kernel-packages] [Bug 1546320] Re: crash starting at kernel v3.13.0-72 in timer code

2016-03-01 Thread Eric Desrochers
** Tags removed: verification-needed-vivid
** Tags added: verification-done-vivid

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

Title:
  crash starting at kernel v3.13.0-72  in timer code

Status in linux package in Ubuntu:
  Triaged
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Fix Committed
Status in linux-lts-utopic source package in Trusty:
  Fix Committed
Status in linux source package in Vivid:
  Fix Committed

Bug description:
  Register %RAX is LIST_POISON2.

  [239837.578526] general protection fault:  [#1] SMP
  ...
  [239837.664031] CPU: 4 PID: 0 Comm: swapper/4 Not tainted 3.13.0-74-generic 
#118-Ubuntu
  [239837.672997] Hardware name: XX
  [239837.685506] task: 881028dc6000 ti: 881028dce000 task.ti: 
881028dce000
  [239837.694280] RIP: 0010:[] [] 
detach_if_pending+0x34/0xb0
  [239837.704179] RSP: 0018:88103fa03d10 EFLAGS: 00010002
  [239837.710425] RAX: dead00200200 RBX: a01be040 RCX: 
303e
  [239837.718778] RDX: 8810288906b8 RSI: 881028f6 RDI: 
a01be040
  [239837.727137] RBP: 88103fa03d30 R08: 0086 R09: 
881028f88000
  [239837.735505] R10: 0002 R11: 0005 R12: 
a01be040
  [239837.760360] R13: 881028f6 R14: 0001 R15: 
0001
  [239837.785862] FS: () GS:88103fa0() 
knlGS:
  [239837.812540] CS: 0010 DS:  ES:  CR0: 80050033
  [239837.827508] CR2: 033d4048 CR3: 01c0e000 CR4: 
001407e0
  [239837.852880] Stack:
  [239837.863639] a01be040  881028f6 
882025639a00
  [239837.889101] 88103fa03d60 81075766 0086 
a01be020
  [239837.914247] 88103fa03d98 0100 88103fa03d88 
81082369
  [239837.939532] Call Trace:
  [239837.950648] 
  [239837.952982]
  [239837.963021] [] del_timer+0x46/0x70
  [239837.974969] [] try_to_grab_pending+0xa9/0x160
  [239837.989674] [] mod_delayed_work_on+0x33/0x70
  [239838.003709] [] set_timeout+0x3a/0x40 [ib_addr]
  [239838.018469] [] netevent_callback+0x29/0x30 [ib_addr]
  [239838.033727] [] notifier_call_chain+0x4c/0x70
  [239838.047561] [] ? neigh_table_clear+0x120/0x120
  [239838.062010] [] atomic_notifier_call_chain+0x1a/0x20
  [239838.076485] [] call_netevent_notifiers+0x1b/0x20
  [239838.090371] [] neigh_timer_handler+0xc1/0x2c0
  [239838.104354] [] call_timer_fn+0x36/0x100
  [239838.117021] [] ? neigh_table_clear+0x120/0x120
  [239838.131002] [] run_timer_softirq+0x1ef/0x2f0
  [239838.143985] [] __do_softirq+0xec/0x2c0
  [239838.156386] [] irq_exit+0x105/0x110
  [239838.168325] [] smp_apic_timer_interrupt+0x45/0x60
  [239838.181501] [] apic_timer_interrupt+0x6d/0x80
  [239838.193978] 
  [239838.196317]
  [239838.203483] [] ? cpuidle_enter_state+0x52/0xc0
  [239838.214553] [] cpuidle_idle_call+0xb9/0x1f0
  [239838.226799] [] arch_cpu_idle+0xe/0x30
  [239838.238745] [] cpu_startup_entry+0xc5/0x290
  [239838.250792] [] start_secondary+0x21d/0x2d0
  [239838.263165] Code: 89 e5 41 56 41 89 d6 41 55 41 54 49 89 fc 53 48 8b 17 
48 85 d2 74 55 49 89 f5 0f 1f 44 00 00 49 8b 44 24 08 45 84 f6 48 89 42 08 <48> 
89 10 74 08 49 c7 04 24 00 00 00 00 41 f6 44 24 18 01 48 b8
  [239838.301935] RIP [] detach_if_pending+0x34/0xb0
  [239838.314036] RSP 

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

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


[Kernel-packages] [Bug 1551319] onibi (i386) - tests ran: 155, failed: 1

2016-03-01 Thread Brad Figg
tests ran: 155, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-9.24/onibi__4.4.0-9.24__2016-03-02_01-48-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/1551319

Title:
  linux: 4.4.0-9.24 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
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:
  New
Status in linux package in Ubuntu:
  New
Status in linux source package in Xenial:
  New

Bug description:
  This bug is for tracking the 4.4.0-9.24 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:Monday, 29. February 2016 16:22 UTC
  kernel-phase-changed:Monday, 29. February 2016 16:22 UTC
  kernel-phase:Prepare
  kernel-stable-Promote-to-proposed-end:Monday, 29. February 2016 17:01 UTC
  proposed-announcement-sent:True

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

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


[Kernel-packages] [Bug 1551880] Re: [Dell XPS 13 9343] Audio broken with I2S mode in Ubuntu 16.04 kernel 4.4 (but works with kernel 4.3)

2016-03-01 Thread Daniel van Vugt
Weird. I have the same laptop and the same A07 BIOS (which is also the
latest one). And my audio works perfectly in regular Ubuntu 16.04
(Unity7). Even working with kernel 4.4.

Xubuntu may well have different audio interfaces. But I also find it
curious I don't see any haswell/broadwell audio messages like yours in
my 'dmesg'.

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

Title:
  [Dell XPS 13 9343] Audio broken with I2S mode in Ubuntu 16.04 kernel
  4.4 (but works with kernel 4.3)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I wanted to try Linux again on this machine and the tons of
  troubleshooting since release got a bit better, but the sound is still
  a bit strange.

  So after changing distributions I installed Xubuntu 16.04 Beta 1 today with 
kernel 4.4.0-8 and sound isn't working because the 3,5 mm device is completely 
missing. PulseAudio is only showing the HDMI output. 
  I got the sound working by downloading kernel 4.3.6 from the Ubuntu kernel 
archives, although then it looks like it is running in HDA mode instead of I2S 
(which I don't like because Dual Boot).

  Let me know if there is anything else I can do to track down the
  problem.

  $ dmesg -t | egrep "(audio|snd|INT3438)"
  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: Direct firmware load for 
intel/IntcPP01.bin failed with error -2
  haswell-pcm-audio haswell-pcm-audio: fw image intel/IntcPP01.bin not 
available(-2)
  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
  snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered
  broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered
  broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered
  broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered
  broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered
  broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered

  $ cat /proc/asound/cards
   0 [HDMI   ]: HDA-Intel - HDA Intel HDMI
HDA Intel HDMI at 0xf7218000 irq 50

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-8-generic 4.4.0-8.23
  ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2
  Uname: Linux 4.4.0-8-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sysop  1266 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Mar  1 18:48:05 2016
  HibernationDevice: RESUME=UUID=338a51e1-7748-466e-ba21-4210b34c4189
  InstallationDate: Installed on 2016-03-01 (0 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
  MachineType: Dell Inc. XPS 13 9343
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-8-generic.efi.signed 
root=UUID=347e6152-7230-486c-b801-8eb0811c8c8d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-8-generic N/A
   linux-backports-modules-4.4.0-8-generic  N/A
   linux-firmware   1.156
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/11/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0WF2C3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd11/11/2015:svnDellInc.:pnXPS139343:pvr:rvnDellInc.:rn0WF2C3:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1367671] Re: [Dell Latitude E7240] mini-displayport audio only works via cold-plug or resume from suspend

2016-03-01 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/1367671

Title:
  [Dell Latitude E7240] mini-displayport audio only works via cold-plug
  or resume from suspend

Status in linux package in Ubuntu:
  Expired

Bug description:
  Dell Latitude E7240 (CID 201304-13407) on ubuntu 12.04.5

  Steps to reproduce this bug:
  1. plug in the mini display port to an external monitor with speaks.
  2. click the sound indicator on the unity desktop to choose the correct audio 
source and test the audio

  Expected result:
  there should be displayport audio source ready for you to select.

  Actual result:
  No such audio source

  More information:
  1. the audio source could pop up if you cold boot or suspend-resume.
  2. HDMI audio of this system could work as hot plug.

  --

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57~precise1 [modified: 
boot/vmlinuz-3.13.0-32-generic]
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-32-generic.
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: PCH [HDA Intel PCH], device 0: ALC292 Analog [ALC292 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1726 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1726 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'HDMI'/'HDA Intel HDMI at 0xf7e34000 irq 64'
 Mixer name : 'Intel Haswell HDMI'
 Components : 'HDA:80862807,80860101,0010'
 Controls  : 21
 Simple ctrls  : 3
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xf7e3 irq 65'
 Mixer name : 'Realtek ALC292'
 Components : 'HDA:10ec0292,102805ca,0011'
 Controls  : 28
 Simple ctrls  : 13
  Date: Wed Sep 10 05:43:00 2014
  HibernationDevice: RESUME=UUID=12a1f163-a692-48a5-ad30-3bb81ec765d7
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
  MachineType: Dell Inc. Latitude E7240
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=357c487a-9f05-4648-995c-b870064d383c ro quiet splash initcall_debug 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.79.16
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/05/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0G05MN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd10/05/2013:svnDellInc.:pnLatitudeE7240:pvr01:rvnDellInc.:rn0G05MN:rvrX01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E7240
  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/1367671/+subscriptions

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


[Kernel-packages] [Bug 1381299] Re: The touchpad which was working normally stopped working after updating my ubuntu 12.04 LTS.

2016-03-01 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/1381299

Title:
  The touchpad which was working normally stopped working after updating
  my ubuntu 12.04 LTS.

Status in linux package in Ubuntu:
  Expired

Bug description:
  My laptop is Lenovo Ideapad y470. I have attached output of dmesg
  command. Below are the contents of /proc/bus/input/devices

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

  I: Bus=0019 Vendor= Product=0003 Version=
  N: Name="Sleep Button"
  P: Phys=PNP0C0E/button/input0
  S: 
Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/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=0005 Version=
  N: Name="Lid Switch"
  P: Phys=PNP0C0D/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
  U: Uniq=
  H: Handlers=event2 
  B: PROP=0
  B: EV=21
  B: SW=1

  I: Bus=0019 Vendor= Product=0001 Version=
  N: Name="Power Button"
  P: Phys=LNXPWRBN/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
  U: Uniq=
  H: Handlers=kbd event3 
  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/input4
  U: Uniq=
  H: Handlers=sysrq kbd event4 
  B: PROP=0
  B: EV=120013
  B: KEY=a70210 83803078f800d001 fedfffef fffe
  B: MSC=10
  B: LED=7

  I: Bus=0003 Vendor=046d Product=c52b Version=0111
  N: Name="Logitech Unifying Device. Wireless PID:400a"
  P: Phys=usb-:00:1d.0-1.2:1
  S: 
Sysfs=/devices/pci:00/:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.2/0003:046D:C52B.0003/input/input6
  U: Uniq=
  H: Handlers=mouse0 event5 
  B: PROP=0
  B: EV=17
  B: KEY= 0 0 0 0
  B: REL=143
  B: MSC=10

  I: Bus=0019 Vendor= Product= Version=
  N: Name="Ideapad extra buttons"
  P: Phys=ideapad/input0
  S: Sysfs=/devices/platform/VPC2004:00/input/input7
  U: Uniq=
  H: Handlers=rfkill kbd event6 
  B: PROP=0
  B: EV=13
  B: KEY=1400800100c03 430 0 0
  B: MSC=10

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

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

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

  I: Bus=0019 Vendor= Product=0006 Version=
  N: Name="Video Bus"
  P: Phys=LNXVIDEO/video/input0
  S: 
Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input12
  U: Uniq=
  H: Handlers=kbd event10 
  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/device:00/PNP0A08:00/LNXVIDEO:01/input/input13
  U: Uniq=
  H: Handlers=kbd event11 
  B: PROP=0
  B: EV=3
  B: KEY=3e000b 0 0 0

  I: Bus=0003 Vendor=0bda Product=58e6 Version=2606
  N: Name="Lenovo EasyCamera"
  P: Phys=usb-:00:1d.0-1.6/button
  S: 
Sysfs=/devices/pci:00/:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input14
  U: Uniq=
  H: Handlers=kbd event12 
  B: PROP=0
  B: EV=3
  B: KEY=10 0 0 0

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-37-generic 3.13.0-37.64~precise1
  ProcVersionSignature: Ubuntu 3.13.0-37.64~precise1-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-37-generic.
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC272 Analog [ALC272 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  siddharth   2041 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf1c0 irq 52'
 Mixer name : 'Intel CougarPoint HDMI'
 C

[Kernel-packages] [Bug 1357783] Re: Precise LTS - Trusty kernel upgrade - raid45 missing

2016-03-01 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/1357783

Title:
  Precise LTS - Trusty kernel upgrade - raid45 missing

Status in linux package in Ubuntu:
  Expired

Bug description:
  Just upgraded for the umpteenth time from 13.08.0-33-generic (64bit)
  of the kernel and once again I cannot mount my RAID5 array.  This
  should mount automatically upon boot and does so under 13.8.  I
  researched this issue before and even made a comment in Bug # 1241822
  I am concerned that this is reported as fixed yet I'm continuing to
  get the same issues as others have reported.  I was expecting each
  time I got an update notice that the missing RAID45 issue would be
  resolved.  If there is a patch available, I'm willing to compile and
  try it.  Let me know if there is any other info you may need to
  resolve this.

  -- da Lizard

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-34-generic 3.13.0-34.60~precise1
  ProcVersionSignature: Ubuntu 3.13.0-34.60~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sat Aug 16 14:28:54 2014
  MarkForUpload: True
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1367217] Re: [Dell Latitude E7240] ftws high failures of syntaxcheck

2016-03-01 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/1367217

Title:
  [Dell Latitude E7240] ftws high failures of syntaxcheck

Status in linux package in Ubuntu:
  Expired

Bug description:
  Dell Latitude E7240 (CID 201304-13407) on ubuntu 12.04.5

  Steps to reproduce this bug:
  fwts -q --stdout-summary -r fwts_results.log syntaxcheck

  will give:

  
   syntaxcheck: Assembler error in line 5607
   syntaxcheck: Assembler error in line 14351
   syntaxcheck: Compilation aborted early due to a parser detected syntax error.
   syntaxcheck: Assembler error in line 185

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57~precise1 [modified: 
boot/vmlinuz-3.13.0-32-generic]
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Tue Sep  9 06:11:10 2014
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-32-generic.
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: PCH [HDA Intel PCH], device 0: ALC292 Analog [ALC292 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1731 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1731 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'HDMI'/'HDA Intel HDMI at 0xf7e34000 irq 64'
 Mixer name : 'Intel Haswell HDMI'
 Components : 'HDA:80862807,80860101,0010'
 Controls  : 21
 Simple ctrls  : 3
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xf7e3 irq 65'
 Mixer name : 'Realtek ALC292'
 Components : 'HDA:10ec0292,102805ca,0011'
 Controls  : 28
 Simple ctrls  : 13
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=12a1f163-a692-48a5-ad30-3bb81ec765d7
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
  MachineType: Dell Inc. Latitude E7240
  MarkForUpload: True
  Package: linux-lts-trusty (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=357c487a-9f05-4648-995c-b870064d383c ro quiet splash initcall_debug 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.79.16
  Tags:  precise running-unity qa-kernel-lts-testing
  Uname: Linux 3.13.0-32-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/05/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0G05MN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd10/05/2013:svnDellInc.:pnLatitudeE7240:pvr01:rvnDellInc.:rn0G05MN:rvrX01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E7240
  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/1367217/+subscriptions

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


[Kernel-packages] [Bug 1379847] Re: macvlan doesn't work on the kernel 3.13.0-37-generic

2016-03-01 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/1379847

Title:
  macvlan doesn't work on the kernel 3.13.0-37-generic

Status in linux package in Ubuntu:
  Expired

Bug description:
  I updated the kernel from linux-image-3.2.0-69-generic to linux-
  image-3.13.0-37-generic on Precise and the macvlan interface didn't
  work anymore.  I changed the kernel to linux-image-3.11.0-15-generic
  and it begins work again.

  Also I installed a new Trusty on other server and it doesn't work
  neither.

  I set this interface on the servers because these servers are LXC
  hosts and I want to connect the host servers with the lxc guest
  servers (they are configured with macvlans interfaces).

  I have these settings on the /etc/network/interfaces:

  # The primary network interface
  auto eth0
  iface eth0 inet manual
up ifconfig eth0 up
down ifconfig eth0 down

  auto macvlan0
  iface macvlan0 inet static
pre-up ip link add link eth0 name macvlan0 address 06:00:a:3:3:3 type 
macvlan mode bridge
post-down ip link delete macvlan0
address 10.0.3.3
  netmask 255.255.255.0
  network 10.0.3.0
  broadcast 10.0.3.255
  gateway 10.0.3.1
dns-nameservers 10.0.3.1

  I tried to debug the issue by using dmesg and checking the logs, but I
  didn't find any clue what is happening. I tried to find a bug about
  this issue, but I didn't have luck with that.

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

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


[Kernel-packages] [Bug 1372314] Re: [HP Pavilion 23 AIO] fwts high failure: Found 1 differences in device configuation during S3 cycle.

2016-03-01 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/1372314

Title:
  [HP Pavilion 23 AIO] fwts high failure: Found 1 differences in device
  configuation during S3 cycle.

Status in linux package in Ubuntu:
  Expired

Bug description:
  Command: "fwts -q --stdout-summary -r /home/ubuntu/.cache/plainbox/sessions
  /pbox-79y97u.session/CHECKBOX_DATA/suspend_single --s3-sleep-delay 30
  --s3-device-check --s3-device-check-delay 45 s3".
  Running tests: s3.

  s3: S3 suspend/resume test.
  

  Test 1 of 1: S3 suspend/resume test.
  Defaulted to 1 test, use --s3-multiple=N to run more S3 cycles
  S3 cycle 1 of 1
  Detecting the power method.
  Invalid response from Logind on CanSuspend action
  Using sysfs as the default power method.
  pm-action returned 0 after 41 seconds.
  Network Controller configurations differ, before:
PCI: :07:00.0, VID: ec:68, Class: 02:00 (Ethernet controller)
Config:
  : ec 10 68 81 07 05 10 00 07 00 00 02 10 00 00 00  ..h.
  0010: 01 d0 00 00 00 00 00 00 0c 40 10 f2 00 00 00 00  .@..
  0020: 0c 00 10 f2 00 00 00 00 00 00 00 00 3c 10 ed 2a  <..*
  0030: 00 00 00 00 40 00 00 00 00 00 00 00 03 01 00 00  @...

  versus after:
PCI: :07:00.0, VID: ec:68, Class: 02:00 (Ethernet controller)
Config:
  : ec 10 68 81 07 05 10 00 07 00 00 02 08 00 00 00  ..h.
  0010: 01 d0 00 00 00 00 00 00 0c 40 10 f2 00 00 00 00  .@..
  0020: 0c 00 10 f2 00 00 00 00 00 00 00 00 3c 10 ed 2a  <..*
  0030: 00 00 00 00 40 00 00 00 00 00 00 00 03 01 00 00  @...

  
  FAILED [HIGH] DevConfigDiffAfterS3: Test 1, Found 1 differences in device
  configuation during S3 cycle.

  
  --

  More info:
  After the resume from suspend, the ethernet still works.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57~precise1 [modified: 
boot/vmlinuz-3.13.0-32-generic]
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Mon Sep 22 15:39:18 2014
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1468039] Re: XFS: Corruption of in-memory data detected

2016-03-01 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/1468039

Title:
  XFS: Corruption of in-memory data detected

Status in linux package in Ubuntu:
  Expired

Bug description:
  I've got 2 NFS servers that have been running Ubuntu 12.04 for a
  number of years. For the last 9 months or so they've been happily
  running kernel 3.8.0-44 with no problem. As soon as I upgraded them to
  3.13.0-53 the both experienced the same problem on an XFS filesystem
  when it started to have a heavy write load:

  [267127.795322] XFS (sda1): Internal error xfs_attr3_leaf_write_verify at 
line 216 of file /build/buildd/linux-lts-trusty-3.13.0/fs/xfs/xfs_attr_leaf.c.  
Caller 0xa0250ada
  [267127.811202] CPU: 10 PID: 28744 Comm: xfsaild/sda1 Tainted: G  I   
3.13.0-53-generic #89~precise1-Ubuntu
  [267127.811206] Hardware name: IBM System x3690 X5 -[7148AC1]-/Node 1, System 
Card, BIOS -[MLE170CUS-1.70]- 09/23/2011
  [267127.811211]  0001 881016b7bb38 8175a3e4 
88103f34f030
  [267127.811221]  881023d9c000 881016b7bb58 a025317f 
a0250ada
  [267127.811228]  0001 881016b7bb98 a02531ee 
0fe00020
  [267127.811236] Call Trace:
  [267127.811251]  [] dump_stack+0x46/0x58
  [267127.811311]  [] xfs_error_report+0x3f/0x50 [xfs]
  [267127.811337]  [] ? _xfs_buf_ioapply+0x6a/0x140 [xfs]
  [267127.811363]  [] xfs_corruption_error+0x5e/0x90 [xfs]
  [267127.811396]  [] xfs_attr3_leaf_write_verify+0x100/0x120 
[xfs]
  [267127.811421]  [] ? _xfs_buf_ioapply+0x6a/0x140 [xfs]
  [267127.811445]  [] ? xfs_bdstrat_cb+0x65/0xf0 [xfs]
  [267127.811470]  [] ? xfs_bdstrat_cb+0x65/0xf0 [xfs]
  [267127.811494]  [] _xfs_buf_ioapply+0x6a/0x140 [xfs]
  [267127.811505]  [] ? try_to_wake_up+0x210/0x210
  [267127.811530]  [] xfs_buf_iorequest+0x59/0xd0 [xfs]
  [267127.811554]  [] xfs_bdstrat_cb+0x65/0xf0 [xfs]
  [267127.811579]  [] __xfs_buf_delwri_submit+0x183/0x210 
[xfs]
  [267127.811604]  [] ? 
xfs_buf_delwri_submit_nowait+0x20/0x30 [xfs]
  [267127.811630]  [] xfs_buf_delwri_submit_nowait+0x20/0x30 
[xfs]
  [267127.811673]  [] xfsaild_push+0x126/0x5b0 [xfs]
  [267127.811716]  [] xfsaild+0x9f/0x140 [xfs]
  [267127.811757]  [] ? xfsaild_push+0x5b0/0x5b0 [xfs]
  [267127.811766]  [] kthread+0xc9/0xe0
  [267127.811772]  [] ? flush_kthread_worker+0xb0/0xb0
  [267127.811781]  [] ret_from_fork+0x58/0x90
  [267127.811787]  [] ? flush_kthread_worker+0xb0/0xb0
  [267127.811791] XFS (sda1): Corruption detected. Unmount and run xfs_repair
  [267127.818679] XFS (sda1): xfs_do_force_shutdown(0x8) called from line 1320 
of file /build/buildd/linux-lts-trusty-3.13.0/fs/xfs/xfs_buf.c.  Return address 
= 0xa0250bad
  [267127.818927] XFS (sda1): xfs_imap_to_bp: xfs_trans_read_buf() returned 
error 5.
  [267127.820914] XFS (sda1): Corruption of in-memory data detected.  Shutting 
down filesystem
  [267127.829131] XFS (sda1): Please umount the filesystem and rectify the 
problem(s)

  I've not been able to reproduce this on demand outside our production
  workload. Downgrading the machines back to 3.8.0-44 has returned us to
  stability.

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

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


[Kernel-packages] [Bug 1367223] Re: [Dell Latitude E7240] ftws high failures of dmicheck

2016-03-01 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/1367223

Title:
   [Dell Latitude E7240] ftws high failures of dmicheck

Status in linux package in Ubuntu:
  Expired

Bug description:
  Dell Latitude E7240 (CID 201304-13407) on ubuntu 12.04.5

  Steps to reproduce this bug:
  sudo fwts -q --stdout-summary -r dmicheck.log dmicheck

  will give:

  High failures: 4
   dmicheck: Out of range value 0x00 (range allowed 0x01..0x0b) while accessing 
entry 'Voltage Probe (Type 26)' @ 0x000ed886, field 'Location (bits 0..4)', 
offset 0x05
   dmicheck: Out of range value 0x00 (range allowed 0x01..0x06) while accessing 
entry 'Voltage Probe (Type 26)' @ 0x000ed886, field 'Status (bits 5..7)', 
offset 0x05
   dmicheck: Out of range value 0x00 (range allowed 0x01..0x0b) while accessing 
entry 'Electrical Current Probe (Type 29)' @ 0x000ed9a1, field 'Location (bits 
0..4)', offset 0x05
   dmicheck: Out of range value 0x00 (range allowed 0x01..0x06) while accessing 
entry 'Electrical Current Probe (Type 29)' @ 0x000ed9a1, field 'Status (bits 
5..7)', offset 0x05

  -

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57~precise1 [modified: 
boot/vmlinuz-3.13.0-32-generic]
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Tue Sep  9 06:28:13 2014
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-32-generic.
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: PCH [HDA Intel PCH], device 0: ALC292 Analog [ALC292 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1731 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1731 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'HDMI'/'HDA Intel HDMI at 0xf7e34000 irq 64'
 Mixer name : 'Intel Haswell HDMI'
 Components : 'HDA:80862807,80860101,0010'
 Controls  : 21
 Simple ctrls  : 3
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xf7e3 irq 65'
 Mixer name : 'Realtek ALC292'
 Components : 'HDA:10ec0292,102805ca,0011'
 Controls  : 28
 Simple ctrls  : 13
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=12a1f163-a692-48a5-ad30-3bb81ec765d7
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
  MachineType: Dell Inc. Latitude E7240
  MarkForUpload: True
  Package: linux-lts-trusty (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=357c487a-9f05-4648-995c-b870064d383c ro quiet splash initcall_debug 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.79.16
  Tags:  precise running-unity qa-kernel-lts-testing
  Uname: Linux 3.13.0-32-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 10/05/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0G05MN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd10/05/2013:svnDellInc.:pnLatitudeE7240:pvr01:rvnDellInc.:rn0G05MN:rvrX01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E7240
  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/1367223/+subscriptions

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


[Kernel-packages] [Bug 1382986] Re: [CLEVO/KAPOK Computer Device 0240] Bluetooth don't scan device

2016-03-01 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/1382986

Title:
  [CLEVO/KAPOK Computer Device 0240] Bluetooth don't scan device

Status in linux package in Ubuntu:
  Expired

Bug description:
  Bluetooth don`t scan device

  valery@laptop:~$ hcitool dev
  Devices:

  valery@laptop:~$ hcitool scan
  Device is not available: No such device

  valery@laptop:~$ hciconfig -a
  hci0:   Type: BR/EDR  Bus: USB
  BD Address: 24:FD:52:A2:0F:EA  ACL MTU: 820:8  SCO MTU: 255:16
  DOWN
  RX bytes:558 acl:0 sco:0 events:28 errors:0
  TX bytes:355 acl:0 sco:0 commands:28 errors:0
  Features: 0xff 0xff 0xff 0xfe 0xdb 0xff 0x7b 0x87
  Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
  Link policy: RSWITCH HOLD SNIFF PARK
  Link mode: SLAVE ACCEPT

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-37-generic 3.13.0-37.64~precise1
  ProcVersionSignature: Ubuntu 3.13.0-37.64~precise1-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-37-generic.
  ApportVersion: 2.0.1-0ubuntu17.7
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: VT1802 Analog [VT1802 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  valery29587 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf7e1 irq 46'
     Mixer name : 'Intel PantherPoint HDMI'
     Components : 'HDA:11068446,15580240,0010 
HDA:80862806,15580240,0010'
     Controls  : 34
     Simple ctrls  : 15
  Date: Sun Oct 19 19:10:19 2014
  HibernationDevice: RESUME=UUID=e01f889a-fca0-423a-a4e2-18dc7232ebcb
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release i386 
(20130820.1)
  MachineType: CLEVO CO. W240EL/W250ELQ/W270ELQ
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic 
root=UUID=620498d9-6b22-4544-b088-525a4d23cf2b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.79.18
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/09/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W240EL/W250ELQ/W270ELQ
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: V3.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd05/09/2013:svnCLEVOCO.:pnW240EL/W250ELQ/W270ELQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EL/W250ELQ/W270ELQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: W240EL/W250ELQ/W270ELQ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

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

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


[Kernel-packages] [Bug 1403898] Re: Kernel panics after 6-20 hours regurlarly with same stack dump

2016-03-01 Thread Launchpad Bug Tracker
[Expired for linux-lts-trusty (Ubuntu) because there has been no
activity for 60 days.]

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

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

Title:
  Kernel panics after 6-20 hours regurlarly with same stack dump

Status in linux-lts-trusty package in Ubuntu:
  Expired

Bug description:
  Kernel panics after 6-20 hours regurlarly with same stack dump
  We have tried 3.13.0-43 and 3.13.0-40. The problem was not there on 3.2
  The system is fully patched as of 17. des. 2014 and running "Ubuntu 12.04.5 
LTS"
  It works as a nfs fileserver with iscsiattached xfs and ext4 disks.
  8 G memory and quadcore xeon 2.53GHz, hardware is Supermicro.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-43-generic 3.13.0-43.72~precise1
  ProcVersionSignature: Ubuntu 3.13.0-43.72~precise1-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  AlsaDevices:
   total 0
   crw-rw---T 1 root audio 116,  1 Dec 18 14:31 seq
   crw-rw---T 1 root audio 116, 33 Dec 18 14:31 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.8
  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: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Thu Dec 18 15:01:06 2014
  HibernationDevice: RESUME=UUID=2b3ce18a-e78a-4166-8cc2-136db857de71
  IwConfig:
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Supermicro X8SIE
  MarkForUpload: True
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=33e8af07-dbcf-4233-a097-ac4e1ae0501c ro 
crashkernel=384M-2G:64M,2G-:128M quiet
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  SourcePackage: linux-lts-trusty
  UpgradeStatus: Upgraded to precise on 2013-01-31 (685 days ago)
  dmi.bios.date: 02/25/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.0b
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: X8SIE
  dmi.board.vendor: Supermicro
  dmi.board.version: 0123456789
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 24
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.0b:bd02/25/2010:svnSupermicro:pnX8SIE:pvr0123456789:rvnSupermicro:rnX8SIE:rvr0123456789:cvnSupermicro:ct24:cvr0123456789:
  dmi.product.name: X8SIE
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

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

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


[Kernel-packages] [Bug 1477842] Re: BUG: unable to handle kernel NULL pointer dereference

2016-03-01 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/1477842

Title:
  BUG: unable to handle kernel NULL pointer dereference

Status in linux package in Ubuntu:
  Expired

Bug description:
  Here is the kernel crashed log:

  [255440.341468] BUG: unable to handle kernel NULL pointer dereference at 
0018
  [255440.341524] IP: [] __next_timer_interrupt+0xd8/0x170
  [255440.341556] PGD 466cfc067 PUD 468420067 PMD 0 
  [255440.341581] Oops:  [#1] SMP 
  [255440.341598] Modules linked in: netconsole configfs iptable_filter 
iptable_nat nf_nat_ipv4 xt_addrtype ip_tables x_tables nf_nat bridge stp llc 
aufs veth openvswitch vxlan ip_tunnel gre libcrc32c nf_conntrack_ipv4 
nf_conntrack nf_defrag_ipv4 ast ttm mei_me drm_kms_helper mei drm sysimgblt 
sysfillrect gpio_ich syscopyarea shpchp sb_edac joydev edac_core wmi mac_hid 
lpc_ich ipmi_si bonding lp parport ses enclosure hid_generic usbhid hid igb dca 
isci i2c_algo_bit mpt2sas libsas ptp ahci libahci scsi_transport_sas raid_class 
pps_core
  [255440.341880] CPU: 6 PID: 0 Comm: swapper/6 Tainted: GW 
3.13.0-57-generic #95~precise1-Ubuntu
  [255440.341908] Hardware name: Inspur NF5270M3/NF5270M3, BIOS CHEETAH_2.1.6 
02/24/2014
  [255440.341932] task: 880869a3b000 ti: 880469ed8000 task.ti: 
880469ed8000
  [255440.341956] RIP: 0010:[]  [] 
__next_timer_interrupt+0xd8/0x170
  [255440.341987] RSP: 0018:880469ed9d68  EFLAGS: 00010082
  [255440.342005] RAX:  RBX: 0103ccee RCX: 

  [255440.342028] RDX:  RSI: 880869b59308 RDI: 
002e
  [255440.342049] RBP: 880469ed9d98 R08: 0001 R09: 
002e
  [255440.342070] R10: 880869b59028 R11:  R12: 
0040
  [255440.342092] R13: 000143ccedfb R14: 880869b58000 R15: 
07e7081e
  [255440.342114] FS:  () GS:88087fc0() 
knlGS:
  [255440.342137] CS:  0010 DS:  ES:  CR0: 80050033
  [255440.342157] CR2: 0018 CR3: 36946000 CR4: 
001407e0
  [255440.342178] Stack:
  [255440.342187]  880869b59028 880869b59428 880869b59828 
880869b59c28
  [255440.342221]  000103ccedfc 000103ccedfc 880469ed9de8 
8107a272
  [255440.342884]  880469ed9e08 8101359a 880469ed9de8 
8802757f4ce8
  [255440.343525] Call Trace:
  [255440.344159]  [] get_next_timer_interrupt+0xa2/0x130
  [255440.344796]  [] ? __switch_to+0xea/0x4e0
  [255440.345419]  [] tick_nohz_stop_sched_tick+0x1fd/0x360
  [255440.346070]  [] ? post_schedule_idle+0xe/0x10
  [255440.346710]  [] __tick_nohz_idle_enter+0x8a/0xc0
  [255440.347357]  [] tick_nohz_idle_enter+0x3d/0x70
  [255440.348003]  [] cpu_idle_loop+0x36/0x270
  [255440.348654]  [] ? clockevents_register_device+0xe2/0x140
  [255440.349306]  [] cpu_startup_entry+0x6b/0x70
  [255440.349955]  [] start_secondary+0xcd/0xd0
  [255440.350598] Code: 7d e8 48 89 55 e0 41 89 d9 41 83 e1 3f 44 89 cf 0f 1f 
00 48 63 f7 48 c1 e6 04 4c 01 d6 48 8b 16 48 39 f2 74 25 66 0f 1f 44 00 00  
42 18 01 75 11 48 8b 4a 10 41 b8 01 00 00 00 48 39 c1 48 0f 
  [255440.352114] RIP  [] __next_timer_interrupt+0xd8/0x170
  [255440.352811]  RSP 
  [255440.353499] CR2: 0018

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-57-generic 3.13.0-57.95~precise1
  ProcVersionSignature: Ubuntu 3.13.0-57.95~precise1-generic 3.13.11-ckt21
  Uname: Linux 3.13.0-57-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Fri Jul 24 13:49:19 2015
  InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release 
amd64 (20120817.3)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1421736] Re: 'ALPS Touchpad' incorrectly detected as PS/2 mouse in Hp 14-v015tu Notebook pc on any ubuntu version

2016-03-01 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/1421736

Title:
  'ALPS Touchpad' incorrectly detected as PS/2 mouse in Hp 14-v015tu
  Notebook pc on any ubuntu version

Status in linux package in Ubuntu:
  Expired

Bug description:
  ALPS touchpad drivers.

  $ sudo xinput list
  ⎡ Virtual core pointer id=2 [master pointer (3)]
  ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
  ⎜ ↳ PS/2 Generic Mouse id=11 [slave pointer (2)]
  ⎣ Virtual core keyboard id=3 [master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
  ↳ Power Button id=6 [slave keyboard (3)]
  ↳ Video Bus id=7 [slave keyboard (3)]
  ↳ Power Button id=8 [slave keyboard (3)]
  ↳ HP Truevision HD id=9 [slave keyboard (3)]
  ↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
  ↳ HP Wireless hotkeys id=12 [slave keyboard (3)]
  ↳ HP WMI hotkeys id=13 [slave keyboard (3)]

  Mouse and touchpad shows no touchpad tab.
  No scrolling.
  Current version Ubuntu 12.04.5 LTS.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-45-generic 3.13.0-45.74~precise1
  ProcVersionSignature: Ubuntu 3.13.0-45.74~precise1-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: wl
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-45-generic.
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: PCH [HDA Intel PCH], device 0: ALC290 Analog [ALC290 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  os 2044 F pulseaudio
   /dev/snd/controlC1:  os 2044 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'HDMI'/'HDA Intel HDMI at 0xb261 irq 64'
 Mixer name : 'Intel Haswell HDMI'
 Components : 'HDA:80862807,80860101,0010'
 Controls  : 21
 Simple ctrls  : 3
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xb2614000 irq 62'
 Mixer name : 'Realtek ALC290'
 Components : 'HDA:10ec0290,103c227d,0013'
 Controls  : 23
 Simple ctrls  : 11
  Date: Fri Feb 13 22:34:05 2015
  HibernationDevice: RESUME=UUID=5ac3d70b-e236-46c2-95b1-68060639e393
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
  MachineType: Hewlett-Packard HP Pavilion 14 Notebook PC
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-45-generic 
root=UUID=d6336015-0087-450b-83dd-7ac1d4e5a218 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-45-generic N/A
   linux-backports-modules-3.13.0-45-generic  N/A
   linux-firmware 1.79.18
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/28/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.33
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 227D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 77.34
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.33:bd11/28/2014:svnHewlett-Packard:pnHPPavilion14NotebookPC:pvr097610405F1610180:rvnHewlett-Packard:rn227D:rvr77.34:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion 14 Notebook PC
  dmi.product.version: 097610405F1610180
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1414101] Re: backlight flickers with Intel HD Graphics 4400 and 3.13.0-44

2016-03-01 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/1414101

Title:
  backlight flickers with Intel HD Graphics 4400 and 3.13.0-44

Status in linux package in Ubuntu:
  Expired

Bug description:
  Since upgrading my Trusty kernel to 3.13.0-44.73, the backlight on my
  Ultrabook laptop flickers frequently.  It seems to flicker whenever an
  X application refreshes part of its window.  The backlight flicker is
  most noticeable with Chrome browser and mplayer video player.
  Sometimes it will flicker a few times, sometimes continue to flicker
  quickly.  Occasionally the backlight will stay off for a while, and
  then I can see the windows very faintly if I have good room lighting,
  so it's definitely a backlight problem.

  My display hardware is Intel HD Graphics 4400 (i965 driver)

  I backed off to the previous kernel, 3.13.0-43.72, and the flickering
  problem stopped.  Now backlight stays on consistently, as it should.

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

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


[Kernel-packages] [Bug 1369374] Re: Pixels on screen when copying large files in 14.04

2016-03-01 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/1369374

Title:
  Pixels on screen when copying large files in 14.04

Status in linux package in Ubuntu:
  Expired

Bug description:
  I have reasonably good experience in installing and using Ubuntu. I
  have installed various releases of Ubuntu on hundreds of machines so
  far. There is a subtle problem in Ubuntu 14.04 kernel. It manifests
  itself when copying large files. The screen gets filled with colored
  pixels. The source file could either come from a mounted external disk
  or via sftp.

  The problem happens only with large files but not with smaller sizes.
  The file I am testing with is about 5G in size.

  After many trials, I have reduced the problem to this basic setup:

  1. Install Ubuntu 14.04 Server 64-bit through standard installation. No need 
to install any additional package. Reboot and login. You will be placed in a 
console window.
  2. sudo mount /dev/sdc2 ~/myextdrive
  3. cp ~/myextdrive/mylargefile.mp4  ~/Temp/

  
  After a couple of seconds during the copy operation, the screen gets 
completely filled with colored pixels. 

  The system is still alive. After about five minutes, I can do a "sudo
  reboot" (although I don't see what I am typing).

  To ensure that the problem is only with 14.04, I formatted the disk
  and installed 13.04 Server on the disk and tried steps 2 and 3. It
  works with no problems.

  Next, I ran "do-release-upgrade." This eventually upgraded to 13.10. I
  tried steps 2 and 3 once again. No problems.

  Next, I ran "apt-get update, upgrade, dist-upgrade, and do-release-
  upgrade. This time the system was upgraded to 14.04. I tried steps 2
  and 3 once again. The problem reappears.

  I tried to run ubuntu-bug but there is no crash report that has been
  generated. If there is any log information that you would like to see,
  please let me know and I can send it.

  Regards,
  Peter

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

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


[Kernel-packages] [Bug 1515984] Re: Can not wake up after suspend, Lenovo ThinkPad Helix 2ndGen, Ubuntu 15.10

2016-03-01 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/1515984

Title:
  Can not wake up after suspend, Lenovo ThinkPad Helix 2ndGen, Ubuntu
  15.10

Status in linux package in Ubuntu:
  Expired

Bug description:
  Lenovo ThinkPad Helix 2gen can not wake up from suspend. Running
  Ubuntu 15.10 64bit. System goes to sleep (indicator flashing slowly),
  but power button or lid open do not wake up system.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-18-generic 4.2.0-18.22
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  acko   1801 F pulseaudio
   /dev/snd/controlC0:  acko   1801 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Nov 13 13:19:51 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=c6775aa5-4c0d-4104-9198-02e93a0cb2a3
  InstallationDate: Installed on 2015-10-26 (17 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 20CG000SUS
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-18-generic.efi.signed 
root=UUID=d97fdec7-db72-4045-b6c0-fce248bc022e ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-18-generic N/A
   linux-backports-modules-4.2.0-18-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: 10/30/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N17ET41W (1.41 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20CG000SUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 11
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN17ET41W(1.41):bd10/30/2014:svnLENOVO:pn20CG000SUS:pvrThinkPadHelix2nd:rvnLENOVO:rn20CG000SUS:rvrSDK0E50510WIN:cvnLENOVO:ct11:cvrNone:
  dmi.product.name: 20CG000SUS
  dmi.product.version: ThinkPad Helix 2nd
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 748080] Re: 1002:9612 [HP Pavilion tx2500 Notebook PC] ATI card fan is always on with opensource radeon driver

2016-03-01 Thread Chen Chen
I don't think this is a proper way to deal with this bug report. But
anyway, no matter whether it was a software bug or hardware firmware
bug, the infected graphic card has faded into the history. Personally
I've switched 2 notebook after I subscribed this bugzilla. Let it go.

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

Title:
  1002:9612 [HP Pavilion tx2500 Notebook PC] ATI card fan is always on
  with opensource radeon driver

Status in xserver-xorg-driver-ati:
  Invalid
Status in linux package in Ubuntu:
  Won't Fix

Bug description:
  $ cat /sys/class/drm/card0/device/power_profile
  low

  When I use the opensource driver for my ATI card the notebook fan is
  always spinning and temperature of outgoing air from fan is very high,
  even when I set /sys/class/drm/card0/device/power_profile to low and
  cpu mode to powersave. With proprietary drivers (fglrx) I set video
  card performance to "ondemand" (I forgot the exact name of this mode
  in ATI control center) and cpu mode to ondemand, and the notebook
  isn't hot, fans are not spinning (if I don't start flash, games or
  some similar app with high cpu load). So with fglrx I can use the
  notebook on battery for 1.5 - 2 hours and it's not hot, but with the
  opensource driver notebook on battery is dead in 50 minutes, the fan
  is always on, it noise is loud, and the notebook is very hot.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: xserver-xorg-video-radeon 1:6.14.0-0ubuntu4
  ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,imgjpeg,compiztoolbox,decor,snap,move,grid,mousepoll,regex,gnomecompat,winrules,resize,vpswitch,staticswitcher,imgpng,imgsvg,place,text,wall,shift,unitymtgrabhandles,animation,expo,session,workarounds,fade,scale,unityshell]
  CompositorRunning: compiz
  DRM.card0.DIN.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes:
   edid-base64:
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1280x800 1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
   edid-base64: 
AP///wBMo0FIAAARAQOAGhB4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEBEhsAh1AgEDAQMBMABaMQAAAZDwAAACOHAmQA/gBTQU1TVU5HCiAgICAg/gAxMjFBVDAyLTAwMQogACs=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes:
   edid-base64:
  Date: Sat Apr  2 11:22:18 2011
  DistUpgraded: Fresh install
  DistroCodename: natty
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 5.100.82.38+bdcom, 2.6.38-7-generic, i686: installed
  GraphicsCard:
   ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] [1002:9612] 
(prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:30f1]
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta 1 i386 (20110329.1)
  MachineType: Hewlett-Packard HP Pavilion tx2500 Notebook PC
  ProcEnviron:
   LANGUAGE=ru_RU:en
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic 
root=UUID=3f65bc34-e565-469c-bde1-e492cfd241ad ro quiet splash vt.handoff=7
  Renderer: Unknown
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/18/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.0F
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 30F1
  dmi.board.vendor: Quanta
  dmi.board.version: 97.22
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.0F:bd08/18/2009:svnHewlett-Packard:pnHPPaviliontx2500NotebookPC:pvrRev1:rvnQuanta:rn30F1:rvr97.22:cvnQuanta:ct10:cvrN/A:
  dmi.product.name: HP Pavilion tx2500 Notebook PC
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.4git20110322-0ubuntu5
  version.libdrm2: libdrm2 2.4.23-1ubuntu5
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu11
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu6

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/748080/+subscriptions

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


[Kernel-packages] [Bug 1548519] Re: linux: 3.13.0-80.124 -proposed tracker

2016-03-01 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.13.0-80.124 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 22. February 2016 21:49 UTC
  kernel-stable-Prepare-package-end:Tuesday, 23. February 2016 11:03 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 23. February 2016 11:03 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 23. February 2016 21:18 UTC
  kernel-stable-Verification-testing-start:Tuesday, 23. February 2016 23:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 23. February 2016 23:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 23. February 2016 23:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 23. February 2016 23:01 UTC
  kernel-stable-Security-signoff-end:Thursday, 25. February 2016 04:00 UTC
  kernel-stable-phase:OnHold
  kernel-stable-phase-changed:Friday, 26. February 2016 17:01 UTC
  kernel-stable-Regression-testing-end:Saturday, 27. February 2016 07:57 UTC
+ kernel-stable-Certification-testing-end:Wednesday, 02. March 2016 03:00 UTC

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

Title:
  linux: 3.13.0-80.124 -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:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  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 Trusty:
  Confirmed

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 22. February 2016 21:49 UTC
  kernel-stable-Prepare-package-end:Tuesday, 23. February 2016 11:03 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 23. February 2016 11:03 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 23. February 2016 21:18 UTC
  kernel-stable-Verification-testing-start:Tuesday, 23. February 2016 23:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 23. February 2016 23:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 23. February 2016 23:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 23. February 2016 23:01 UTC
  kernel-stable-Security-signoff-end:Thursday, 25. February 2016 04:00 UTC
  kernel-stable-phase:OnHold
  kernel-stable-phase-changed:Friday, 26. February 2016 17:01 UTC
  kernel-stable-Regression-testing-end:Saturday, 27. February 2016 07:57 UTC
  kernel-stable-Certification-testing-end:Wednesday, 02. March 2016 03:00 UTC

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

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


[Kernel-packages] [Bug 1551319] fozzie (i386) - tests ran: 155, failed: 1

2016-03-01 Thread Brad Figg
tests ran: 155, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-9.24/fozzie__4.4.0-9.24__2016-03-02_00-58-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/1551319

Title:
  linux: 4.4.0-9.24 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
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:
  New
Status in linux package in Ubuntu:
  New
Status in linux source package in Xenial:
  New

Bug description:
  This bug is for tracking the 4.4.0-9.24 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:Monday, 29. February 2016 16:22 UTC
  kernel-phase-changed:Monday, 29. February 2016 16:22 UTC
  kernel-phase:Prepare
  kernel-stable-Promote-to-proposed-end:Monday, 29. February 2016 17:01 UTC
  proposed-announcement-sent:True

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

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


[Kernel-packages] [Bug 1551319] dagmar (i386) - tests ran: 155, failed: 1

2016-03-01 Thread Brad Figg
tests ran: 155, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-9.24/dagmar__4.4.0-9.24__2016-03-02_00-41-00/results-index.html

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

Title:
  linux: 4.4.0-9.24 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
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:
  New
Status in linux package in Ubuntu:
  New
Status in linux source package in Xenial:
  New

Bug description:
  This bug is for tracking the 4.4.0-9.24 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:Monday, 29. February 2016 16:22 UTC
  kernel-phase-changed:Monday, 29. February 2016 16:22 UTC
  kernel-phase:Prepare
  kernel-stable-Promote-to-proposed-end:Monday, 29. February 2016 17:01 UTC
  proposed-announcement-sent:True

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

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


[Kernel-packages] [Bug 1550605] Re: linux-lts-utopic: 3.16.0-64.84~14.04.1 -proposed tracker

2016-03-01 Thread Pierre Equoy
Hardware Certification have begun testing this -proposed kernel.

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

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) => Pierre 
Equoy (pierre-equoy)

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

Title:
  linux-lts-utopic: 3.16.0-64.84~14.04.1 -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:
  In Progress
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:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux-lts-utopic source package in Trusty:
  Confirmed

Bug description:
  This bug is for tracking the 3.16.0-64.84~14.04.1 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:Saturday, 27. February 2016 01:54 UTC
  kernel-stable-Prepare-package-end:Saturday, 27. February 2016 11:02 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 27. February 2016 11:02 UTC
  kernel-stable-Promote-to-proposed-end:Monday, 29. February 2016 15:02 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Monday, 29. February 2016 16:03 UTC
  kernel-stable-Verification-testing-start:Monday, 29. February 2016 16:03 UTC
  kernel-stable-Certification-testing-start:Monday, 29. February 2016 16:03 UTC
  kernel-stable-Security-signoff-start:Monday, 29. February 2016 16:03 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Monday, 29. February 2016 16:03 UTC
  kernel-stable-Security-signoff-end:Tuesday, 01. March 2016 12:01 UTC
  kernel-stable-Regression-testing-end:Tuesday, 01. March 2016 18:02 UTC

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

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


[Kernel-packages] [Bug 1548519] Re: linux: 3.13.0-80.124 -proposed tracker

2016-03-01 Thread Pierre Equoy
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed, results are available here:
http://people.canonical.com/~hwcert/sru-testing/trusty/3.13.0-80.124
/trusty-proposed.html

** Tags added: certification-testing-passed

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

Title:
  linux: 3.13.0-80.124 -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:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  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 Trusty:
  Confirmed

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 22. February 2016 21:49 UTC
  kernel-stable-Prepare-package-end:Tuesday, 23. February 2016 11:03 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 23. February 2016 11:03 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 23. February 2016 21:18 UTC
  kernel-stable-Verification-testing-start:Tuesday, 23. February 2016 23:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 23. February 2016 23:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 23. February 2016 23:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 23. February 2016 23:01 UTC
  kernel-stable-Security-signoff-end:Thursday, 25. February 2016 04:00 UTC
  kernel-stable-phase:OnHold
  kernel-stable-phase-changed:Friday, 26. February 2016 17:01 UTC
  kernel-stable-Regression-testing-end:Saturday, 27. February 2016 07:57 UTC

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

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


[Kernel-packages] [Bug 1374759] Re: >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old

2016-03-01 Thread Bug Watch Updater
** Changed in: os-prober (Debian)
   Status: Unknown => 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/1374759

Title:
  >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is
  ufstype=old

Status in initramfs-tools package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Triaged
Status in os-prober package in Ubuntu:
  Confirmed
Status in os-prober package in Debian:
  Fix Released

Bug description:
  [  556.734157] SGI XFS with ACLs, security attributes, realtime, large 
block/inode numbers, no debug enabled
  [  556.746268] JFS: nTxBlock = 8192, nTxLock = 65536
  [  556.763789] ntfs: driver 2.1.30 [Flags: R/O MODULE].
  [  556.792231] QNX4 filesystem 0.2.3 registered.
  [  557.922469] EXT4-fs (sda4): unable to read superblock
  [  557.925868] EXT4-fs (sda4): unable to read superblock
  [  557.928967] EXT4-fs (sda4): unable to read superblock
  [  557.931784] FAT-fs (sda4): bogus number of reserved sectors
  [  557.931791] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  557.946740] XFS (sda4): Invalid superblock magic number
  [  557.951904] FAT-fs (sda4): bogus number of reserved sectors
  [  557.951911] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  557.959099] MINIX-fs: unable to read superblock
  [  557.965712] attempt to access beyond end of device
  [  557.965721] sda4: rw=16, want=3, limit=2
  [  557.965725] hfsplus: unable to find HFS+ superblock
  [  557.968487] qnx4: no qnx4 filesystem (no root dir).
  [  557.971203] You didn't specify the type of your ufs filesystem

  mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep
  |nextstep-cd|openstep ...

  >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is 
ufstype=old
  [  557.974459] hfs: can't find a HFS filesystem on dev sda4
  [  564.034208] EXT4-fs (sda4): unable to read superblock
  [  564.040322] EXT4-fs (sda4): unable to read superblock
  [  564.043485] EXT4-fs (sda4): unable to read superblock
  [  564.047076] FAT-fs (sda4): bogus number of reserved sectors
  [  564.047083] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  564.059578] XFS (sda4): Invalid superblock magic number
  [  564.064473] FAT-fs (sda4): bogus number of reserved sectors
  [  564.064489] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  564.072080] MINIX-fs: unable to read superblock
  [  564.074564] attempt to access beyond end of device
  [  564.074571] sda4: rw=16, want=3, limit=2
  [  564.074576] hfsplus: unable to find HFS+ superblock
  [  564.076688] qnx4: no qnx4 filesystem (no root dir).
  [  564.078847] You didn't specify the type of your ufs filesystem

  mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep
  |nextstep-cd|openstep ...

  >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is 
ufstype=old
  [  564.080902] hfs: can't find a HFS filesystem on dev sda4
  [  570.554296] EXT4-fs (sda4): unable to read superblock
  [  570.557647] EXT4-fs (sda4): unable to read superblock
  [  570.560516] EXT4-fs (sda4): unable to read superblock
  [  570.563451] FAT-fs (sda4): bogus number of reserved sectors
  [  570.563460] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  570.574953] XFS (sda4): Invalid superblock magic number
  [  570.580796] FAT-fs (sda4): bogus number of reserved sectors
  [  570.580806] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  570.588340] MINIX-fs: unable to read superblock
  [  570.590983] attempt to access beyond end of device
  [  570.590993] sda4: rw=16, want=3, limit=2
  [  570.590999] hfsplus: unable to find HFS+ superblock
  [  570.593321] qnx4: no qnx4 filesystem (no root dir).
  [  570.595556] You didn't specify the type of your ufs filesystem

  mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep
  |nextstep-cd|openstep ...

  >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is 
ufstype=old
  [  570.597775] hfs: can't find a HFS filesystem on dev sda4
  [  576.795014] EXT4-fs (sda4): unable to read superblock
  [  576.797554] EXT4-fs (sda4): unable to read superblock
  [  576.800063] EXT4-fs (sda4): unable to read superblock
  [  576.802647] FAT-fs (sda4): bogus number of reserved sectors
  [  576.802655] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  576.813305] XFS (sda4): Invalid superblock magic number
  [  576.820257] FAT-fs (sda4): bogus number of reserved sectors
  [  576.820276] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  576.830945] MINIX-fs: unable to read superblock
  [  576.834108] attempt to access beyond end of device
  [  576.834119] sda4: rw=16, want=3, limit=2
  [  576.834125] hfsplus: unable to find HFS+ superblock
  [  576.837264] qnx4: no qnx4 filesystem (no root dir).
  [  576.840408] You didn't specify the type of your ufs filesystem

  mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep
  |nextstep-c

[Kernel-packages] [Bug 1463911] Re: IPV6 fragmentation and mtu issue

2016-03-01 Thread Travis Parchman
So, is this problem already resolved in Wily or is Xenial the first
formal release that will not exhibit the problem?

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

Title:
  IPV6 fragmentation and mtu issue

Status in neutron:
  Confirmed
Status in OpenStack Compute (nova):
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Vivid:
  Fix Committed

Bug description:
  Fragmented IPv6 packets are REJECTED by ip6tables on compute nodes.
  The traffic is goign through an intra-VM network and the packet loss
  is hurting the system.

  There is a patch for this issue:
  http://patchwork.ozlabs.org/patch/434957/

  I would like to know is there any bug report or official release date
  for this issue ?

  This is pretty critical for my deployment.

  Thanks in advance,

  BR,

  Gyula

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

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


[Kernel-packages] [Bug 1551894] Re: linux: 4.4.0-9.X fails yama ptrace restrictions tests

2016-03-01 Thread Tim Gardner
Steve - new test kernel at http://people.canonical.com/~rtg/4.4.0-10.2/
with only 3dfb7d8cdbc7ea0c2970450e60818bb3eefbad69 applied.

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

Title:
  linux:  4.4.0-9.X fails yama ptrace restrictions tests

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

Bug description:
  15:55:46 ERROR| [stderr] FAIL: test_093_ptrace_restriction 
(__main__.KernelSecurityTest)
  15:55:46 ERROR| [stderr] ptrace allowed only on children or declared processes

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

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


[Kernel-packages] [Bug 1550050] Re: repeating phantom key when bt disconnects

2016-03-01 Thread Daniel van Vugt
** Changed in: mir
Milestone: None => 0.21.0

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

Title:
  repeating phantom key when bt disconnects

Status in Canonical System Image:
  Confirmed
Status in Canonical Pocket Desktop:
  New
Status in Mir:
  In Progress
Status in bluez package in Ubuntu:
  Confirmed
Status in mir package in Ubuntu:
  In Progress

Bug description:
  Every now and then when having bt mouse/keyboard connected - you will
  see when selecting a text box there is a repeating character (there is
  no specific character, but always repeats)

  It seems to be related somehow to bt devices disconnecting
  the only cure is a reboot

  This was reproduced by turning off the keyboard while holding down a
  key. We suspect the key up event is never delivered. This mimics the
  case where the BT connection drops off momentarily or perhaps an event
  is missed over the BT connection.

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

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


[Kernel-packages] [Bug 1551880] Re: [Dell XPS 13 9343] Audio broken with I2S mode in Ubuntu 16.04 kernel 4.4 (but works with kernel 4.3)

2016-03-01 Thread Daniel van Vugt
** Summary changed:

- [Dell XPS 13 9343] Audio broken with I2S mode in Ubuntu 16.04
+ [Dell XPS 13 9343] Audio broken with I2S mode in Ubuntu 16.04 kernel 4.4 (but 
works with kernel 4.3)

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

Title:
  [Dell XPS 13 9343] Audio broken with I2S mode in Ubuntu 16.04 kernel
  4.4 (but works with kernel 4.3)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I wanted to try Linux again on this machine and the tons of
  troubleshooting since release got a bit better, but the sound is still
  a bit strange.

  So after changing distributions I installed Xubuntu 16.04 Beta 1 today with 
kernel 4.4.0-8 and sound isn't working because the 3,5 mm device is completely 
missing. PulseAudio is only showing the HDMI output. 
  I got the sound working by downloading kernel 4.3.6 from the Ubuntu kernel 
archives, although then it looks like it is running in HDA mode instead of I2S 
(which I don't like because Dual Boot).

  Let me know if there is anything else I can do to track down the
  problem.

  $ dmesg -t | egrep "(audio|snd|INT3438)"
  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: Direct firmware load for 
intel/IntcPP01.bin failed with error -2
  haswell-pcm-audio haswell-pcm-audio: fw image intel/IntcPP01.bin not 
available(-2)
  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
  snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered
  broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered
  broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered
  broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered
  broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered
  broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered

  $ cat /proc/asound/cards
   0 [HDMI   ]: HDA-Intel - HDA Intel HDMI
HDA Intel HDMI at 0xf7218000 irq 50

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-8-generic 4.4.0-8.23
  ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2
  Uname: Linux 4.4.0-8-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sysop  1266 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Mar  1 18:48:05 2016
  HibernationDevice: RESUME=UUID=338a51e1-7748-466e-ba21-4210b34c4189
  InstallationDate: Installed on 2016-03-01 (0 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
  MachineType: Dell Inc. XPS 13 9343
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-8-generic.efi.signed 
root=UUID=347e6152-7230-486c-b801-8eb0811c8c8d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-8-generic N/A
   linux-backports-modules-4.4.0-8-generic  N/A
   linux-firmware   1.156
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/11/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0WF2C3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd11/11/2015:svnDellInc.:pnXPS139343:pvr:rvnDellInc.:rn0WF2C3:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1549494] Re: arm64: guest hangs when ntpd is running

2016-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/linux-lts-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/1549494

Title:
  arm64: guest hangs when ntpd is running

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

Bug description:
  This series from linux-next prevents guest hangs when ntpd is running 
   
  on the host.  
   

   
  The following changes since commit 736667efc11e42284c0572d8cc9a3aa4a1842b55:  
   

   
i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15 (2016-02-19   
   
  16:22:01 -0700)   
   

   
  are available in the git repository at:   
   

   
git://kernel.ubuntu.com/dannf/ubuntu-xenial.git hrtimer-C_M_R   
   

   
  for you to fetch changes up to 7dd9854d8674144013c3678bceba1b6a626db36d:  
   

   
KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW (2016-02-22
   
  13:13:18 -0700)

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

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


[Kernel-packages] [Bug 1550468] Re: s390x: correct restore of high gprs on signal return

2016-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/linux-lts-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/1550468

Title:
  s390x: correct restore of high gprs on signal return

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Trusty:
  Invalid
Status in linux source package in Vivid:
  Invalid
Status in linux source package in Wily:
  Invalid
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  == Comment: #0 - Hendrik Brueckner - 2016-02-26 11:02:00 ==

  Please backport Linux kernel upstream commit ID:


  commit 342300cc9cd3428bc6bfe5809bfcc1b9a0f06702

  Author: Martin Schwidefsky 

  Date:   Fri Feb 19 14:44:14 2016 +0100


  s390/compat: correct restore of high gprs on signal return


  git commit 8070361799ae1e3f4ef347bd10f0a508ac10acfb

  "s390: add support for vector extension"

  broke 31-bit compat processes in regard to signal handling.


  The restore_sigregs_ext32() function is used to restore the
  additional

  elements from the user space signal frame. Among the additional
  elements

  are the upper registers halves for 64-bit register support for
  31-bit

  processes. The copy_from_user that is used to retrieve the high-
  gprs

  array from the user stack uses an incorrect length, 8 bytes
  instead of

  64 bytes. This causes incorrect upper register halves to get
  loaded.


  Cc: sta...@vger.kernel.org # 3.8+

  Signed-off-by: Martin Schwidefsky 

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

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


[Kernel-packages] [Bug 1434579] Re: Unable to install VirtualBox Guest Service in 15.04

2016-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/linux-lts-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/1434579

Title:
  Unable to install VirtualBox Guest Service in 15.04

Status in linux package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common package in Ubuntu:
  Confirmed
Status in virtualbox package in Ubuntu:
  Fix Released

Bug description:
  It is not longer possible to select VirtualBox Guest Service in 15.04.
  The only options available are:

* Continue using a manually install driver
* Do not use the device

  The option 'Using x86 virtualisation solution - guest addition module'
  is no longer selectable. See the attached screen shot. This is from a
  fresh install of Ubuntu MATE 15.04 daily (20th March) and no drivers
  have been manually installed.

  In light of the Virtualbox issue where new installs on Virtualbox have
  a resolution of 640x480
  (https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1368784/)
  this is going to be a frustration for many users.

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

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


[Kernel-packages] [Bug 1532914] Re: Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices 0000:01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform firmware build fips840/b1208b

2016-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/linux-lts-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/1532914

Title:
  Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices
  :01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform
  firmware build fips840/b1208b_1604.840

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Wily:
  In Progress
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  Problem Description
  
  I upgraded the Platform firmware to the 840.10 Platform firmware build 
(b1208b_1604.840) to prepare for Surelock GA2 SP1 testing.  After the upgrade, 
I used the ipmitool to power on capiredfsp.aus.stglabs.ibm.com and boot the 
Ubuntu 15.10 partition (capiredp01.aus.stglabs.ibm.com) in OPAL firmware mode.  
In petitboot, I saw messages for "cxl-pci :01:00.0: cxl_init_adapter 
failed: -5" and "cxl-pci 0005:01:00.0: cxl_init_adapter failed: -5."  After the 
partition started running, I didn't see any AFU devices in /dev/cxl/ or 
/sys/class/cxl/ although I was able to see PCI devices for the hardware 
accelerators (:01:00.0 and 0005:01:00.0) with the lspci command.

  ubuntu@capiredp01:~$ ls -l /dev/cxl/
  ls: cannot access /dev/cxl/: No such file or directory
  ubuntu@capiredp01:~$ ls -l /sys/class/cxl/
  total 0
  ubuntu@capiredp01:~$ sudo lscfg | grep -i afu
  ubuntu@capiredp01:~$ sudo lspci|egrep -i "04cf|0477"
  :01:00.0 Processing accelerators: IBM Device 04cf (rev 01)
  0005:01:00.0 Processing accelerators: IBM Device 04cf (rev 01)
  ubuntu@capiredp01:~$ lsscsi -g
  [0:0:0:0]enclosu IBM  VSBPD12M1 6GSAS03  -  /dev/sg1 
  [0:0:1:0]cd/dvd  IBM. RMBO0140512  RA65  /dev/sr0   /dev/sg2 
  [0:3:0:0]no dev  IBM  57D7001SISIOA0150  -  /dev/sg0 
  [1:0:0:0]enclosu IBM  VSBPD12M1 6GSAS03  -  /dev/sg4 
  [1:0:1:0]diskIBM  HUC109030CSS600  E5C6  /dev/sda   /dev/sg5 
  [1:0:2:0]diskIBM  HUC101212CSS600  A5AA  /dev/sdb   /dev/sg6 
  [1:0:3:0]diskIBM  HUC101212CSS600  A5AA  /dev/sdc   /dev/sg7 
  [1:0:4:0]diskIBM  HUC101212CSS600  A5AA  /dev/sdd   /dev/sg8 
  [1:0:5:0]diskIBM  ST1200MM0007 BF04  /dev/sde   /dev/sg9 
  [1:0:6:0]diskIBM  ST1200MM0007 BF04  /dev/sdf   /dev/sg10
  [1:3:0:0]no dev  IBM  57D7001SISIOA0150  -  /dev/sg3 

  
  This is a regression: the Linux kernel has failed to synchronize the PSL 
timebase.
  The corresponding error message is in the dmesg log attached in comment #4:

  [1.687586] PSL: Timebase sync: giving up!

  CAPI devices are not enabled, because of this failure.

  PSL Timebase sync should not be a requirement for CAPI initialization,
  nor should it make an initialized card become unavailable.  Currently,
  timebase is an unused function of CAPI with hopes of adoption in the
  future.  Support of this feature should be considered optional at this
  time.

  I'm not sure what the fastest way to fix this is, but it needs to be
  fixed as quickly as possible.  CAPI is broken in Ubuntu 15.10.

  I can reproduce the bug, regardless of the skiboot level, with recent kernels.
  Older kernels behave as expected, regardless of the skiboot level.

  Firmware is not the cause of the regression, and kernel probably is.
  I sent this out to the capi-linux distro too, but I'll comment here as well.  
I'm not sure what is being looked at to determine the PSL timebase sync failed. 
 As far as I know all PSL versions should support timebase.  The only timebase 
error the PSL logs is if CAPP returns a status that says timebase has an error. 
 I'd think if that is the issue that timebase has not been correctly enabled or 
sequenced correctly in the host CAPP.  The PSL can't be enabled for timebase 
until the CAPP unit in the host has been enabled.

  I have installed a recent mainline Linux kernel (4.4.0-rc8) on
  capiredp01. I have rebooted this kernel and verified that the PSL
  timebase syncs without problem.

  I will now compare the source code of Ubuntu kernel 4.2.0-19 (that
  hits the bug) with the source of mainline kernel 4.4.0-rc8 (that
  operates as expected).

  I have updated the Ubuntu kernel and modules with:

  $ sudo apt-get install linux-image-4.2.0-23-generic
  $ sudo apt-get install linux-image-extra-4.2.0-23-generic

  I have rebooted Ubuntu kernel linux-image-4.2.0-23-generic, and found that 
the cxl driver hits the bug.
  I have also downloaded the source for this Ubuntu kernel (and modules) with:

  $ sudo apt-get source linux-image-4.2.0-23-generic

  I have recompiled and installed, and noticed that the resulting kernel
  bears the version 4.2.6 (??). I have rebooted this Ubuntu kernel 4.2.6
  built from the Ubuntu source for 4.2.0-23-generic, and found that t

[Kernel-packages] [Bug 1540390] Re: Backport more recent driver for SKL, KBL and BXT graphics

2016-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/linux-lts-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/1540390

Title:
  Backport more recent driver for SKL, KBL and BXT graphics

Status in initramfs-tools package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Fix Committed

Bug description:
  We need to support Skylake (SKL), Kabylake (KBL) and Broxton (BXT)
  graphics in xenial, but the kernel driver is not fresh enough for
  proper support.

  For the kernel the plan is to provide a separate driver module
  (i915_bpo) like for Skylake/Broadwell/Braswell in vivid. The drm/i915
  driver in 4.4 is not recent enough for SKL/KBL/BXT, so pulling the
  driver from current drm-intel-next branch would provide what'll end up
  in 4.6. The i915 drivers will be modified so that only i915_bpo loads
  on SKL/KBL/BXT machines, and only there. The driver will get further
  updates along the way, and possibly also rebased to a later kernel
  release.

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

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


[Kernel-packages] [Bug 1519631] Re: [Feature]EDAC support for Knights Landing

2016-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/linux-lts-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/1519631

Title:
  [Feature]EDAC support for Knights Landing

Status in intel:
  New
Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  Add Knights Landing processor support to the sb_edac driver

  Platform: KNL

  Kernel: 4.5

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

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


[Kernel-packages] [Bug 1531327] Re: Various failures of kernel_security suite on Xenial kernel on s390x arch

2016-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/linux-lts-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/1531327

Title:
  Various failures of kernel_security suite on Xenial kernel on s390x
  arch

Status in QA Regression Testing:
  Fix Released
Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  Partial log:

  01/05 13:07:05 ERROR| utils:0153| [stderr] ASLR enabled ... ok
  01/05 13:07:05 ERROR| utils:0153| [stderr] test_020_aslr_dapper_stack 
(__main__.KernelSecurityTest)
  01/05 13:07:05 ERROR| utils:0153| [stderr] ASLR of stack ... ok
  01/05 13:07:05 ERROR| utils:0153| [stderr] test_021_aslr_dapper_libs 
(__main__.KernelSecurityTest)
  01/05 13:07:05 ERROR| utils:0153| [stderr] ASLR of libs ... FAIL
  01/05 13:07:05 ERROR| utils:0153| [stderr] test_021_aslr_dapper_mmap 
(__main__.KernelSecurityTest)
  01/05 13:07:05 ERROR| utils:0153| [stderr] ASLR of mmap ... FAIL
  01/05 13:07:05 ERROR| utils:0153| [stderr] test_022_aslr_hardy_text 
(__main__.KernelSecurityTest)
  01/05 13:07:05 ERROR| utils:0153| [stderr] ASLR of text ... FAIL
  01/05 13:07:05 ERROR| utils:0153| [stderr] test_022_aslr_hardy_vdso 
(__main__.KernelSecurityTest)
  01/05 13:07:05 ERROR| utils:0153| [stderr] ASLR of vdso ... FAIL
  01/05 13:07:05 ERROR| utils:0153| [stderr] test_022_aslr_intrepid_brk 
(__main__.KernelSecurityTest)
  01/05 13:07:05 ERROR| utils:0153| [stderr] ASLR of brk ... FAIL

  
  Full log is attached (client.DEBUG.txt).

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1531327/+subscriptions

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


[Kernel-packages] [Bug 1430546] Re: apparmor kernel BUG kills firefox

2016-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/linux-lts-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/1430546

Title:
  apparmor kernel BUG kills firefox

Status in linux package in Ubuntu:
  Triaged

Bug description:
  I got this kernel BUG last night and its happened a couple of times
  now since I upgraded to Utopic.  When it happens one of my firefoxs
  will becomes non-functional and I have to reboot to get it unstuck.

  I'm using encrypted home dir (ecryptfs) and the packaged firefox
  profile in enforce mode with a small
  /etc/apparmor.d/local/usr.bin.firefox.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-31-generic 3.16.0-31.41
  ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   james  3599 F...m pulseaudio
   /dev/snd/controlC0:  james  3599 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Mar 10 21:38:33 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-20 (1237 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: TOSHIBA TECRA R840
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic 
root=UUID=b59c3fb7-c197-4238-8dd3-f71d81bbb315 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-31-generic N/A
   linux-backports-modules-3.16.0-31-generic  N/A
   linux-firmware 1.138.1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2015-01-05 (64 days ago)
  dmi.bios.date: 07/12/2011
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: Version 2.90
  dmi.board.asset.tag: 00
  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:bvrVersion2.90:bd07/12/2011:svnTOSHIBA:pnTECRAR840:pvrPT42GE-00N006EN:rvnTOSHIBA:rnPortablePC:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
  dmi.product.name: TECRA R840
  dmi.product.version: PT42GE-00N006EN
  dmi.sys.vendor: TOSHIBA

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

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


[Kernel-packages] [Bug 1548414] Re: Floating-point exception handler receives empty Data-Exception Code in Floating Point Control register

2016-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/linux-lts-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/1548414

Title:
  Floating-point exception handler receives empty Data-Exception Code in
  Floating Point Control register

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

Bug description:
  == Comment: #0 - Alexander Efremkin  - 2016-02-17 
12:18:14 ==
  With a C program sets FPE handler and triggers an FPE exception, it expects 
that machine-dependent context data, which is passed to the handler, will 
contain sensible values.

  In this scenario, however, FPC register was zero and contained no DXC
  (Data-Exception Code) indication:

  #include 
  #include 
  #include 

  void trapFunction() {
 asm volatile ("lhi %r1,0\n\t"
   "cit %r1,0,8\n\t");
  }

  static void sigFPE_handler(int signal, siginfo_t *info, void *context) {
 ucontext_t *uc = context;
 mcontext_t mc = uc->uc_mcontext;
 fpregset_t fpregs = mc.fpregs;
 unsigned int fpc = fpregs.fpc;

 printf("received signal!\n");
 printf("fpc: %08x\n", fpc );
  }

  int main() {
 struct sigaction action;
 memset(&action, '\0', sizeof(action));

 printf("registering signal handler\n");

 action.sa_flags |= SA_SIGINFO;
 action.sa_sigaction = sigFPE_handler;
 if (sigaction(SIGFPE, &action, NULL))
printf("error calling sigaction\n");

 printf("firing trap\n");
 trapFunction();
 return 0;
  }

  This program prints "fpc: ", but the expected output is "fpc:
  ff00"..

  The IBM Java team has encountered test failures around the use of trap
  instructions; Linux on z Distribution Test reproduced the issue on the
  following system:

  z13 LPAR
  Ubuntu 16.04
  Kernel 4.4.0-4-generic
  gcc (Ubuntu 5.3.1-8ubuntu2) 5.3.1 20160205
  libc6 2.21-0ubuntu5

  Also, similar issue has been found during test of SIMD (vector)
  instructions, FPC contents was also zero, whereas it expected at least
  an exception mask and vector-defined DXC.

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

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


[Kernel-packages] [Bug 1550517] Re: missing SMAP support

2016-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/linux-lts-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/1550517

Title:
  missing SMAP support

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

Bug description:
  Brian Gerst discovered the Linux kernel's implementation of SMAP
  support is incomplete:
  
https://git.kernel.org/cgit/linux/kernel/git/tip/tip.git/commit/?h=x86/urgent&id=3d44d51bd339766f0178f0cf2e8d048b4a4872aa

  Andy Lutomirski summarizes the issue on oss-security:

  http://www.openwall.com/lists/oss-security/2016/02/26/6

  Please investigate and backport this patch to our supported kernels as
  needed.

  Thanks

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

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


[Kernel-packages] [Bug 1550596] Re: kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel

2016-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/linux-lts-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/1550596

Title:
  kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel

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

Bug description:
  Since 4.4, I have not been able to boot GNU Hurd Kernels using KVM
  QEMU. I tracked this regression down to commit e8dd2d2d641c ("Silence
  compiler warning in arch/x86/kvm/emulate.c", 2015-09-06)

  This has been recently fixed with upstream commit
  0c1d77f4ba5cc9c05a29adca3d6466cdf4969b70:

  KVM: x86: fix conversion of addresses to linear in 32-bit protected
  mode

  Commit e8dd2d2d641c ("Silence compiler warning in arch/x86/kvm/emulate.c",
  2015-09-06) broke boot of the Hurd.  The bug is that the "default:"
  case actually could modify "la", but after the patch this change is
  not reflected in *linear.

  The bug is visible whenever a non-zero segment base causes the linear
  address to wrap around the 4GB mark.

  Fixes: e8dd2d2d641cb2724ee10e76c0ad02e04289c017
  Cc: sta...@vger.kernel.org
  Reported-by: Aurelien Jarno 
  Tested-by: Aurelien Jarno 
  Signed-off-by: Paolo Bonzini 

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

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


[Kernel-packages] [Bug 1374759] Re: >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old

2016-03-01 Thread Marko Stanković
update the remote watch

** Bug watch added: Debian Bug tracker #735169
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735169

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

Title:
  >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is
  ufstype=old

Status in initramfs-tools package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Triaged
Status in os-prober package in Ubuntu:
  Confirmed
Status in os-prober package in Debian:
  Unknown

Bug description:
  [  556.734157] SGI XFS with ACLs, security attributes, realtime, large 
block/inode numbers, no debug enabled
  [  556.746268] JFS: nTxBlock = 8192, nTxLock = 65536
  [  556.763789] ntfs: driver 2.1.30 [Flags: R/O MODULE].
  [  556.792231] QNX4 filesystem 0.2.3 registered.
  [  557.922469] EXT4-fs (sda4): unable to read superblock
  [  557.925868] EXT4-fs (sda4): unable to read superblock
  [  557.928967] EXT4-fs (sda4): unable to read superblock
  [  557.931784] FAT-fs (sda4): bogus number of reserved sectors
  [  557.931791] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  557.946740] XFS (sda4): Invalid superblock magic number
  [  557.951904] FAT-fs (sda4): bogus number of reserved sectors
  [  557.951911] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  557.959099] MINIX-fs: unable to read superblock
  [  557.965712] attempt to access beyond end of device
  [  557.965721] sda4: rw=16, want=3, limit=2
  [  557.965725] hfsplus: unable to find HFS+ superblock
  [  557.968487] qnx4: no qnx4 filesystem (no root dir).
  [  557.971203] You didn't specify the type of your ufs filesystem

  mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep
  |nextstep-cd|openstep ...

  >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is 
ufstype=old
  [  557.974459] hfs: can't find a HFS filesystem on dev sda4
  [  564.034208] EXT4-fs (sda4): unable to read superblock
  [  564.040322] EXT4-fs (sda4): unable to read superblock
  [  564.043485] EXT4-fs (sda4): unable to read superblock
  [  564.047076] FAT-fs (sda4): bogus number of reserved sectors
  [  564.047083] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  564.059578] XFS (sda4): Invalid superblock magic number
  [  564.064473] FAT-fs (sda4): bogus number of reserved sectors
  [  564.064489] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  564.072080] MINIX-fs: unable to read superblock
  [  564.074564] attempt to access beyond end of device
  [  564.074571] sda4: rw=16, want=3, limit=2
  [  564.074576] hfsplus: unable to find HFS+ superblock
  [  564.076688] qnx4: no qnx4 filesystem (no root dir).
  [  564.078847] You didn't specify the type of your ufs filesystem

  mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep
  |nextstep-cd|openstep ...

  >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is 
ufstype=old
  [  564.080902] hfs: can't find a HFS filesystem on dev sda4
  [  570.554296] EXT4-fs (sda4): unable to read superblock
  [  570.557647] EXT4-fs (sda4): unable to read superblock
  [  570.560516] EXT4-fs (sda4): unable to read superblock
  [  570.563451] FAT-fs (sda4): bogus number of reserved sectors
  [  570.563460] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  570.574953] XFS (sda4): Invalid superblock magic number
  [  570.580796] FAT-fs (sda4): bogus number of reserved sectors
  [  570.580806] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  570.588340] MINIX-fs: unable to read superblock
  [  570.590983] attempt to access beyond end of device
  [  570.590993] sda4: rw=16, want=3, limit=2
  [  570.590999] hfsplus: unable to find HFS+ superblock
  [  570.593321] qnx4: no qnx4 filesystem (no root dir).
  [  570.595556] You didn't specify the type of your ufs filesystem

  mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep
  |nextstep-cd|openstep ...

  >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is 
ufstype=old
  [  570.597775] hfs: can't find a HFS filesystem on dev sda4
  [  576.795014] EXT4-fs (sda4): unable to read superblock
  [  576.797554] EXT4-fs (sda4): unable to read superblock
  [  576.800063] EXT4-fs (sda4): unable to read superblock
  [  576.802647] FAT-fs (sda4): bogus number of reserved sectors
  [  576.802655] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  576.813305] XFS (sda4): Invalid superblock magic number
  [  576.820257] FAT-fs (sda4): bogus number of reserved sectors
  [  576.820276] FAT-fs (sda4): Can't find a valid FAT filesystem
  [  576.830945] MINIX-fs: unable to read superblock
  [  576.834108] attempt to access beyond end of device
  [  576.834119] sda4: rw=16, want=3, limit=2
  [  576.834125] hfsplus: unable to find HFS+ superblock
  [  576.837264] qnx4: no qnx4 filesystem (no root dir).
  [  576.840408] You didn't specify the type of your ufs filesystem

  mount -t ufs -o ufstype=sun|

[Kernel-packages] [Bug 1551319] onibi (amd64) - tests ran: 182, failed: 1

2016-03-01 Thread Brad Figg
tests ran: 182, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-9.24/onibi__4.4.0-9.24__2016-03-01_22-54-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/1551319

Title:
  linux: 4.4.0-9.24 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
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:
  New
Status in linux package in Ubuntu:
  New
Status in linux source package in Xenial:
  New

Bug description:
  This bug is for tracking the 4.4.0-9.24 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:Monday, 29. February 2016 16:22 UTC
  kernel-phase-changed:Monday, 29. February 2016 16:22 UTC
  kernel-phase:Prepare
  kernel-stable-Promote-to-proposed-end:Monday, 29. February 2016 17:01 UTC
  proposed-announcement-sent:True

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

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


[Kernel-packages] [Bug 1551894] Re: linux: 4.4.0-9.X fails yama ptrace restrictions tests

2016-03-01 Thread Tim Gardner
** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: In Progress

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

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

Title:
  linux:  4.4.0-9.X fails yama ptrace restrictions tests

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

Bug description:
  15:55:46 ERROR| [stderr] FAIL: test_093_ptrace_restriction 
(__main__.KernelSecurityTest)
  15:55:46 ERROR| [stderr] ptrace allowed only on children or declared processes

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

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


[Kernel-packages] [Bug 1551894] Re: linux: 4.4.0-9.X fails yama ptrace restrictions tests

2016-03-01 Thread Steve Beattie
** Changed in: linux (Ubuntu)
   Status: Incomplete => In Progress

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

Title:
  linux:  4.4.0-9.X fails yama ptrace restrictions tests

Status in linux package in Ubuntu:
  In Progress

Bug description:
  15:55:46 ERROR| [stderr] FAIL: test_093_ptrace_restriction 
(__main__.KernelSecurityTest)
  15:55:46 ERROR| [stderr] ptrace allowed only on children or declared processes

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

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


[Kernel-packages] [Bug 1548505] Re: linux-ti-omap4: 3.2.0-1478.104 -proposed tracker

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

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

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

Title:
  linux-ti-omap4: 3.2.0-1478.104 -proposed tracker

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

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

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 22. February 2016 21:01 UTC
  kernel-stable-master-bug:1548504
  kernel-stable-Certification-testing-end:Wednesday, 24. February 2016 16:00 UTC
  kernel-stable-Prepare-package-end:Saturday, 27. February 2016 09:22 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 27. February 2016 09:22 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 01. March 2016 16:01 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Tuesday, 01. March 2016 18:00 UTC
  kernel-stable-Security-signoff-start:Tuesday, 01. March 2016 18:00 UTC
  kernel-stable-Regression-testing-start:Tuesday, 01. March 2016 18:00 UTC
  proposed-announcement-sent:True
  kernel-stable-Verification-testing-start:Tuesday, 01. March 2016 18:00 UTC

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

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


[Kernel-packages] [Bug 1551319] fozzie (amd64) - tests ran: 182, failed: 1

2016-03-01 Thread Brad Figg
tests ran: 182, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-9.24/fozzie__4.4.0-9.24__2016-03-01_22-41-00/results-index.html

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

Title:
  linux: 4.4.0-9.24 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
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:
  New
Status in linux package in Ubuntu:
  New
Status in linux source package in Xenial:
  New

Bug description:
  This bug is for tracking the 4.4.0-9.24 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:Monday, 29. February 2016 16:22 UTC
  kernel-phase-changed:Monday, 29. February 2016 16:22 UTC
  kernel-phase:Prepare
  kernel-stable-Promote-to-proposed-end:Monday, 29. February 2016 17:01 UTC
  proposed-announcement-sent:True

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

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


[Kernel-packages] [Bug 1335599] Re: [HP Pavilion zd7000] computer freezes while poweroff

2016-03-01 Thread Yure Felipeto
This bug affects me  too. But i'm using Ubuntu 15.10 with kernel 4.2.

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

Title:
  [HP Pavilion zd7000] computer freezes while poweroff

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Using Lubuntu, I click on the "logout" button from the desktop menu
  and choose to poweroff the computer. Then I see the plymouth feedback
  (lubuntu written besides dots which are changing their color while the
  shutdown). Finally, I get a black screen but the computer still run
  for minutes. I have to force the poweroff with a long pression on the
  power button of my laptop.

  Later I see in /var/log/syslog :
  ---
  06-29 09:46 dbus: <29>Jun 29 09:46:05 dbus[455]: [system] Activating service 
name='org.freedesktop.systemd1' (using servicehelper)
  06-29 09:46 dbus: <29>Jun 29 09:46:05 dbus[455]: [system] Successfully 
activated service 'org.freedesktop.systemd1'
  06-29 09:46 rsyslogd:  [origin software="rsyslogd" swVersion="7.4.4" 
x-pid="419" x-info="http://www.rsyslog.com";] exiting on signal 15.
  06-29 11:46 rsyslogd:  [origin software="rsyslogd" swVersion="7.4.4" 
x-pid="599" x-info="http://www.rsyslog.com";] start
  ---

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-generic 3.13.0.30.36
  ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic i686
  NonfreeKernelModules: wl nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  admin_seulement   1326 F lxpanel
  CRDA: Error: [Errno 2] Aucun fichier ou dossier de ce type: 'iw'
  CurrentDesktop: LXDE
  Date: Sun Jun 29 11:57:56 2014
  HibernationDevice: RESUME=UUID=8fe171dd-0ab2-434d-9fb8-b1c1ced9cb5f
  InstallationDate: Installed on 2014-06-28 (0 days ago)
  InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140416.2)
  IwConfig:
   lono wireless extensions.
   
   eth0  no 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: Hewlett-Packard Pavilion zd7000 (PN599EA#ABF)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic 
root=UUID=b6d47f5b-8476-41d1-a5a5-789e6f309752 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-30-generic N/A
   linux-backports-modules-3.13.0-30-generic  N/A
   linux-firmware 1.127.4
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/12/2004
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.34
  dmi.board.name: 0880
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 28.2E
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.34:bd07/12/2004:svnHewlett-Packard:pnPavilionzd7000(PN599EA#ABF):pvrRev1:rvnHewlett-Packard:rn0880:rvr28.2E:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: Pavilion zd7000 (PN599EA#ABF)
  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/1335599/+subscriptions

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


[Kernel-packages] [Bug 1551319] dagmar (amd64) - tests ran: 182, failed: 1

2016-03-01 Thread Brad Figg
tests ran: 182, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-9.24/dagmar__4.4.0-9.24__2016-03-01_22-41-00/results-index.html

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

Title:
  linux: 4.4.0-9.24 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
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:
  New
Status in linux package in Ubuntu:
  New
Status in linux source package in Xenial:
  New

Bug description:
  This bug is for tracking the 4.4.0-9.24 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:Monday, 29. February 2016 16:22 UTC
  kernel-phase-changed:Monday, 29. February 2016 16:22 UTC
  kernel-phase:Prepare
  kernel-stable-Promote-to-proposed-end:Monday, 29. February 2016 17:01 UTC
  proposed-announcement-sent:True

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

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


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

2016-03-01 Thread Brad Figg
tests ran: 170, failed: 1;
  
http://kernel.ubuntu.com/testing/3.19.0-53.59/onza__3.19.0-53.59__2016-03-01_14-31-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/1550576

Title:
  linux: 3.19.0-53.59 -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:
  Fix Released
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 Vivid:
  Confirmed

Bug description:
  This bug is for tracking the 3.19.0-53.59 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:Friday, 26. February 2016 23:43 UTC
  kernel-stable-Prepare-package-end:Saturday, 27. February 2016 09:03 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 27. February 2016 09:03 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 01. March 2016 00:02 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Tuesday, 01. March 2016 02:02 UTC
  kernel-stable-Verification-testing-start:Tuesday, 01. March 2016 02:02 UTC
  kernel-stable-Certification-testing-start:Tuesday, 01. March 2016 02:02 UTC
  kernel-stable-Security-signoff-start:Tuesday, 01. March 2016 02:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 01. March 2016 02:02 UTC
  kernel-stable-Security-signoff-end:Tuesday, 01. March 2016 10:01 UTC
  kernel-stable-Regression-testing-end:Tuesday, 01. March 2016 19:01 UTC

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

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


[Kernel-packages] [Bug 1542743] Re: Bluetooth: Patch file not found ar3k/AthrBT_0x00000200.dfu

2016-03-01 Thread Jeremy
This is what Marcel said about it 
http://www.spinics.net/lists/linux-bluetooth/msg62584.html
It does appear that that device had the Rev=00.01 as does this one 
https://bbs.archlinux.org/viewtopic.php?id=201646 in post 19

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

Title:
  Bluetooth: Patch file not found ar3k/AthrBT_0x0200.dfu

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Since some Versions of Linux Kernel and Ubuntu Releases this problem
  exists.

  I am now running ubuntu 16.04 prerelease and still have the same
  problem.

  Bluetooth does not work with the atheros device on  msi gt 72 2qd
  notebook.

  dmesg | grep Bluetooth:
  [2.655360] Bluetooth: Core ver 2.21
  [2.655373] Bluetooth: HCI device and connection manager initialized
  [2.655377] Bluetooth: HCI socket layer initialized
  [2.655379] Bluetooth: L2CAP socket layer initialized
  [2.655385] Bluetooth: SCO socket layer initialized
  [6.612790] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [6.612794] Bluetooth: BNEP filters: protocol multicast
  [6.612798] Bluetooth: BNEP socket layer initialized
  [9.016880] Bluetooth: Patch file not found ar3k/AthrBT_0x0200.dfu
  [9.016882] Bluetooth: Loading patch file failed

  
  hwinfo | grep Bluetooth:
  <6>[6.612790] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[6.612794] Bluetooth: BNEP filters: protocol multicast
<6>[6.612798] Bluetooth: BNEP socket layer initialized
<3>[9.016880] Bluetooth: Patch file not found ar3k/AthrBT_0x0200.dfu
<3>[9.016882] Bluetooth: Loading patch file failed
  60: USB 00.0: 11500 Bluetooth Device
Model: "Atheros AR3012 Bluetooth 4.0"
Device: usb 0x3004 "AR3012 Bluetooth 4.0"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.36-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  Date: Sun Feb  7 00:38:04 2016
  ExecutablePath: /usr/lib/bluetooth/bluetoothd
  InstallationDate: Installed on 2015-10-24 (105 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  InterestingModules: bnep btusb bluetooth
  MachineType: Micro-Star International Co., Ltd. GT72 2QD
  ProcEnviron:
   LANG=de_DE.UTF-8
   PATH=(custom, no user)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-2-generic 
root=UUID=f7880b23-39b5-423a-bdbf-62b111783450 ro quiet splash
  SourcePackage: bluez
  UpgradeStatus: Upgraded to xenial on 2016-02-02 (4 days ago)
  dmi.bios.date: 12/19/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1781IMS.10I
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1781
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.C
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Micro-Star International Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10I:bd12/19/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QD:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: GT72 2QD
  dmi.product.version: REV:0.C
  dmi.sys.vendor: Micro-Star International Co., Ltd.
  hciconfig:
   
  rfkill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no

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

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


[Kernel-packages] [Bug 1551894] Re: linux: 4.4.0-9.X fails yama ptrace restrictions tests

2016-03-01 Thread Kees Cook
Please also backport 3dfb7d8cdbc7ea0c2970450e60818bb3eefbad69 from
4.5-rc1.

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

Title:
  linux:  4.4.0-9.X fails yama ptrace restrictions tests

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  15:55:46 ERROR| [stderr] FAIL: test_093_ptrace_restriction 
(__main__.KernelSecurityTest)
  15:55:46 ERROR| [stderr] ptrace allowed only on children or declared processes

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

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


[Kernel-packages] [Bug 1041790]

2016-03-01 Thread sander eikelenboom
Tuesday, March 1, 2016, 9:43:23 PM, you wrote:

> Chris Wilson changed  bug 54226
> WhatRemovedAddedCC   russ.pridem...@gmail.com  
>   

>   Comment # 249   on bug 54226   from Chris Wilson   
> *** Bug 94057 has been marked as a duplicate of this bug. ***
>   

>   You are receiving this mail because: 
>   You are on the CC list for the bug.  
> 

Sorry to say, but:
Is there a way to get off the CC-list of this slightly depressing kind of 
"catch-all" bug ?
It unfortunately doesn't seem to have be going anywhere for the last 3 to 4 
years accept
for an endless stream of duplicates being appended.

--
Sander

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

Title:
  [snb] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0b140001, workaround
  i915.semaphores=0

Status in xf86-video-intel:
  In Progress
Status in linux package in Ubuntu:
  Incomplete
Status in sandybridge-meta package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-intel package in Ubuntu:
  Triaged

Bug description:
  X locks up periodically for a 2 to ten seconds at a time and this
  crash log gets generated. It's significantly more than several times a
  day but not quite continuous. If you indeed have this bug, that should
  stop the lockups from happening. Irrespective, please file a new bug
  report so your hardware may be tracked.

  WORKAROUND: Edit your /etc/default/grub from:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

  to:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.semaphores=0"

  run the following and reboot:
  sudo update-grub

  The side effects of this is rendering throughput is dropped by 10%
  with SNA, or as much as 3x with UXA. OpenGL performance is likely to
  be reduced by about 30%. More CPU time is spent waiting for the GPU
  with rc6 disabled, so increased power consumption.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  Uname: Linux 3.6.0-rc3-git-20120826.1015 x86_64
  ApportVersion: 2.5.1-0ubuntu2
  Architecture: amd64
  Chipset: sandybridge-m-gt2
  Date: Sun Aug 26 16:06:32 2012
  DistroCodename: quantal
  DistroVariant: ubuntu
  DuplicateSignature: [sandybridge-m-gt2] GPU lockup  IPEHR: 0x0b160001 IPEHR: 
0x0b140001 Ubuntu 12.10
  EcryptfsInUse: Yes
  ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
  GpuHangFrequency: Continuously
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
  InterpreterPath: /usr/bin/python3.2mu
  MachineType: Dell Inc. Dell System XPS L502X
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gpu-error-intel.py
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.6.0-rc3-git-20120826.1015 
root=UUID=135c8090-427c-460a-909d-eff262cd44b6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   xserver-xorg 1:7.7+1ubuntu3
   libdrm2  2.4.38-0ubuntu2
   xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  SourcePackage: xserver-xorg-video-intel
  Title: [sandybridge-m-gt2] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0b140001
  UdevDb: Error: [Errno 2] No such file or directory: 'udevadm'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 05/29/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 0NJT03
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd05/29/2012:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0NJT03:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L502X
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1041790/+subscriptions

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


[Kernel-packages] [Bug 1435571] Re: docker: docker run --cpuset is not having any effect

2016-03-01 Thread Benjamin Burns
This issue has either regressed, or it has not made it to
4.2.0-25-generic on Ubuntu 15.10.

user@host:~$ uname -a
Linux bburns-workstation 4.2.0-25-generic #30-Ubuntu SMP Mon Jan 18 12:31:50 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

user@host:~$ cat /etc/issue
Ubuntu 15.10 \n \l

user@host:~$ docker run -it --cpuset-cpus=0 centos:centos7 grep processor 
/proc/cpuinfo
processor   : 0
processor   : 1
processor   : 2
processor   : 3

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

Title:
  docker: docker run --cpuset is not having any effect

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  ---Problem Description---
  docker: cpuset resouce allocaton on a container shows/lists all CPU of VM host
   
  ---uname output---
  root@8a2d293ba30d:/sys# uname -a Linux 8a2d293ba30d 3.19.0-7-generic 
#7-Ubuntu SMP Fri Feb 27 00:26:30 UTC 2015 ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = Power 8 / PowerKVM 
   
  ---Steps to Reproduce---
  1 - Install docker 1.4 developer build on PowerKVM Ubuntu 15.04 LE geust
  
ftp://ftp.unicamp.br/pub/linuxpatch/docker-ppc64/ubuntu/14_10/docker.io-1.4.1-dev_ppc64el.deb

  2 - Create vivid image using debootstrap

  3 - Run a container using below command with cpuset=6,7

  root@dockerbase:~# docker run -it --cpuset=6,7 vivid-cpuset-stress
  /bin/bash

  4 - Inside container check for : grep processor /proc/cpuinfo
  root@06b22766d612:/# grep processor /proc/cpuinfo
  processor : 0
  processor : 1
  processor : 2
  processor : 3
  processor : 4
  processor : 5
  processor : 6
  processor : 7
  processor : 8
  processor : 9
  processor : 10
  processor : 11
  processor : 12
  processor : 13
  processor : 14
  processor : 15
  root@06b22766d612:/# 

  It does list all CPUs of guest VM aka host in this case instead
  expected 6,7 cpu to be bound to this container.

  At host end "cpuset" :
  root@dockerbase:~# cat 
/sys/fs/cgroup/cpuset/docker/06b22766d61244fc5964d2a11bb0972d05ad72bb5899b6f55663c603bf5d6cba/cpuset.cpus
 
  6-7

  Nish, AFAIK, effective cpus was relevant only for unified hierarchy...
  they used to set effective_cpus= cpuset.cpus .. but will investigate
  more on this..

  Uh, I think this got fixed upstream, can we check? Maybe build an
  Ubuntu test kernel (this should get auto-pulled in in some future
  build, due to -stable):

  79063bffc81f82689bd90e16da1b49408f3bf095 ("cpuset: fix a warning when
  clearing configured masks in old hierarchy").

  -Nish

  I did some more investigation and as Nish pointed there were some bugs
  that got fixed in upstream.

  Root cause: cgroup.clone_children was not handled properly. the bug appears 
when we have
  cgroup.clone_children=1

  if we set 0 to clone_children it should work properly.
  so better if we backport below patch (if not already to fix the current 
problem)


  1. 790317e1b266c776765a4bdcedefea706ff0fada: cpuset: initialize effective 
masks when clone_children is enabled
  2. 79063bffc81f82689bd90e16da1b49408f3bf095 ("cpuset: fix a warning when 
clearing configured masks in old hierarchy"). (Nish pointed this patch)

  Canonical,

  both the above patches are targetted for 3.19-stable (in fact 3.17+),
  but given the possible miss on schedule between the upstream
  3.19-stable releases and 15.04 kernel freeze, can we please manually
  include them until they are present in -stable? Without the changes,
  the cpuset cgroups are rather broken.

  -Nish

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

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


[Kernel-packages] [Bug 1542188] Re: Adaptive keyboard breaks with sleep/resume

2016-03-01 Thread Joseph Salisbury
** Changed in: linux (Ubuntu Xenial)
   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/1542188

Title:
  Adaptive keyboard breaks with sleep/resume

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

Bug description:
  I have a Lenovo X1 Carbon Gen2. It as the adaptive row of keys that
  change from function keys to volume, etc when you toggle the function
  key. It's always worked fine but with this kernel, after a few
  sleep/resumes, the entire row will go black. If I reboot it will
  return to normal. dmesg throws a bunch of these..

  [29190.142959] thinkpad_acpi: EC reports that Thermal Table has changed
  [30910.489925] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [30910.489931] thinkpad_acpi: unhandled HKEY event 0x60c0
  [30910.489932] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
  [30911.439252] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [30911.439258] thinkpad_acpi: unhandled HKEY event 0x60c0

  though I'm not sure it's the cause of the failure.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-2-generic 4.4.0-2.16
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dean   3316 F pulseaudio
   /dev/snd/controlC0:  dean   3316 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Feb  5 08:34:46 2016
  HibernationDevice: RESUME=UUID=5ce0185d-e833-4337-9655-9be9fcac3654
  InstallationDate: Installed on 2015-11-03 (93 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 20A7002QUS
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-2-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-2-generic N/A
   linux-backports-modules-4.4.0-2-generic  N/A
   linux-firmware   1.155
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2015-12-07 (59 days ago)
  dmi.bios.date: 11/04/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GRET46WW (1.23 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20A7002QUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 Pro
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGRET46WW(1.23):bd11/04/2015:svnLENOVO:pn20A7002QUS:pvrThinkPadX1Carbon2nd:rvnLENOVO:rn20A7002QUS:rvrSDK0E50510Pro:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20A7002QUS
  dmi.product.version: ThinkPad X1 Carbon 2nd
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1551319] fozzie (amd64) - tests ran: 182, failed: 1

2016-03-01 Thread Brad Figg
tests ran: 182, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-9.24/fozzie__4.4.0-9.24__2016-03-01_19-21-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/1551319

Title:
  linux: 4.4.0-9.24 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
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:
  New
Status in linux package in Ubuntu:
  New
Status in linux source package in Xenial:
  New

Bug description:
  This bug is for tracking the 4.4.0-9.24 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:Monday, 29. February 2016 16:22 UTC
  kernel-phase-changed:Monday, 29. February 2016 16:22 UTC
  kernel-phase:Prepare
  kernel-stable-Promote-to-proposed-end:Monday, 29. February 2016 17:01 UTC
  proposed-announcement-sent:True

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

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


[Kernel-packages] [Bug 1551894] Re: linux: 4.4.0-9.X fails yama ptrace restrictions tests

2016-03-01 Thread Steve Beattie
Hi Tim,

I've installed your test kernel 4.4.0-10.25-generic that has
969624b7c1c8c9784651eb97431e6f2bbb7a024c removed and can confirm that
the yama ptrace restrictions work once 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/1551894

Title:
  linux:  4.4.0-9.X fails yama ptrace restrictions tests

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  15:55:46 ERROR| [stderr] FAIL: test_093_ptrace_restriction 
(__main__.KernelSecurityTest)
  15:55:46 ERROR| [stderr] ptrace allowed only on children or declared processes

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

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


[Kernel-packages] [Bug 1488719] Re: dmesg shows "[drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!"

2016-03-01 Thread Carroarmato0
So I've been using the secondary screen with random activities like
watching youtube clips,  browsing,  moving  windows between the
secondary screen and the primary. different workloads etc for at
least 2 hoursand

it didn't blank out on me even once!

Using the 4.5.0-040500rc6-generic   build from Ubuntu.

Can other people test out the RC6 of the 4.5 kernel and see if this
release candidate also fixes your problems?

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

Title:
  dmesg shows "[drm:gen8_irq_handler [i915]] *ERROR* The master control
  interrupt lied (SDE)!"

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On a recent intel NUC using i915 graphics, I get the following errors
  in dmesg:

  [drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt
  lied (SDE)!

  There are two monitors connected to this box, one with mini-
  HDMI->HDMI, one with mini-DP->HDMI cable.

  Maybe related:

  https://bugs.freedesktop.org/show_bug.cgi?id=80896

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-generic 3.19.0.26.25
  ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
  Uname: Linux 3.19.0-26-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  Date: Wed Aug 26 10:07:31 2015
  InstallationDate: Installed on 2015-08-01 (24 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-26-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1542188] Re: Adaptive keyboard breaks with sleep/resume

2016-03-01 Thread Dean Henrichsmeyer
Yep, current xenial kernel is all good (now 4.4.0-8). This can be
closed.

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

Title:
  Adaptive keyboard breaks with sleep/resume

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

Bug description:
  I have a Lenovo X1 Carbon Gen2. It as the adaptive row of keys that
  change from function keys to volume, etc when you toggle the function
  key. It's always worked fine but with this kernel, after a few
  sleep/resumes, the entire row will go black. If I reboot it will
  return to normal. dmesg throws a bunch of these..

  [29190.142959] thinkpad_acpi: EC reports that Thermal Table has changed
  [30910.489925] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [30910.489931] thinkpad_acpi: unhandled HKEY event 0x60c0
  [30910.489932] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
  [30911.439252] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [30911.439258] thinkpad_acpi: unhandled HKEY event 0x60c0

  though I'm not sure it's the cause of the failure.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-2-generic 4.4.0-2.16
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dean   3316 F pulseaudio
   /dev/snd/controlC0:  dean   3316 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Feb  5 08:34:46 2016
  HibernationDevice: RESUME=UUID=5ce0185d-e833-4337-9655-9be9fcac3654
  InstallationDate: Installed on 2015-11-03 (93 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 20A7002QUS
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-2-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-2-generic N/A
   linux-backports-modules-4.4.0-2-generic  N/A
   linux-firmware   1.155
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2015-12-07 (59 days ago)
  dmi.bios.date: 11/04/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GRET46WW (1.23 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20A7002QUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 Pro
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGRET46WW(1.23):bd11/04/2015:svnLENOVO:pn20A7002QUS:pvrThinkPadX1Carbon2nd:rvnLENOVO:rn20A7002QUS:rvrSDK0E50510Pro:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20A7002QUS
  dmi.product.version: ThinkPad X1 Carbon 2nd
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1041790]

2016-03-01 Thread Chris Wilson
*** Bug 94057 has been marked as a duplicate of this bug. ***

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

Title:
  [snb] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0b140001, workaround
  i915.semaphores=0

Status in xf86-video-intel:
  In Progress
Status in linux package in Ubuntu:
  Incomplete
Status in sandybridge-meta package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-intel package in Ubuntu:
  Triaged

Bug description:
  X locks up periodically for a 2 to ten seconds at a time and this
  crash log gets generated. It's significantly more than several times a
  day but not quite continuous. If you indeed have this bug, that should
  stop the lockups from happening. Irrespective, please file a new bug
  report so your hardware may be tracked.

  WORKAROUND: Edit your /etc/default/grub from:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

  to:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.semaphores=0"

  run the following and reboot:
  sudo update-grub

  The side effects of this is rendering throughput is dropped by 10%
  with SNA, or as much as 3x with UXA. OpenGL performance is likely to
  be reduced by about 30%. More CPU time is spent waiting for the GPU
  with rc6 disabled, so increased power consumption.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  Uname: Linux 3.6.0-rc3-git-20120826.1015 x86_64
  ApportVersion: 2.5.1-0ubuntu2
  Architecture: amd64
  Chipset: sandybridge-m-gt2
  Date: Sun Aug 26 16:06:32 2012
  DistroCodename: quantal
  DistroVariant: ubuntu
  DuplicateSignature: [sandybridge-m-gt2] GPU lockup  IPEHR: 0x0b160001 IPEHR: 
0x0b140001 Ubuntu 12.10
  EcryptfsInUse: Yes
  ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
  GpuHangFrequency: Continuously
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
  InterpreterPath: /usr/bin/python3.2mu
  MachineType: Dell Inc. Dell System XPS L502X
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gpu-error-intel.py
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.6.0-rc3-git-20120826.1015 
root=UUID=135c8090-427c-460a-909d-eff262cd44b6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   xserver-xorg 1:7.7+1ubuntu3
   libdrm2  2.4.38-0ubuntu2
   xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  SourcePackage: xserver-xorg-video-intel
  Title: [sandybridge-m-gt2] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0b140001
  UdevDb: Error: [Errno 2] No such file or directory: 'udevadm'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 05/29/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 0NJT03
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd05/29/2012:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0NJT03:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L502X
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1041790/+subscriptions

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


[Kernel-packages] [Bug 1549335] Re: screen is black after xrandr rotate command

2016-03-01 Thread Matthew Fisher
This also happens after updating to the kernel available in the latest
update:

Linux rise-desktop 3.19.0-51-generic #58~14.04.1-Ubuntu SMP Fri Feb 26
22:02:58 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


[Kernel-packages] [Bug 1551319] fozzie (amd64) - tests ran: 182, failed: 1

2016-03-01 Thread Brad Figg
tests ran: 182, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-9.24/fozzie__4.4.0-9.24__2016-03-01_19-21-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/1551319

Title:
  linux: 4.4.0-9.24 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
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:
  New
Status in linux package in Ubuntu:
  New
Status in linux source package in Xenial:
  New

Bug description:
  This bug is for tracking the 4.4.0-9.24 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:Monday, 29. February 2016 16:22 UTC
  kernel-phase-changed:Monday, 29. February 2016 16:22 UTC
  kernel-phase:Prepare
  kernel-stable-Promote-to-proposed-end:Monday, 29. February 2016 17:01 UTC
  proposed-announcement-sent:True

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

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


[Kernel-packages] [Bug 1551319] onibi (i386) - tests ran: 155, failed: 1

2016-03-01 Thread Brad Figg
tests ran: 155, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-9.24/onibi__4.4.0-9.24__2016-03-01_18-42-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/1551319

Title:
  linux: 4.4.0-9.24 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
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:
  New
Status in linux package in Ubuntu:
  New
Status in linux source package in Xenial:
  New

Bug description:
  This bug is for tracking the 4.4.0-9.24 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:Monday, 29. February 2016 16:22 UTC
  kernel-phase-changed:Monday, 29. February 2016 16:22 UTC
  kernel-phase:Prepare
  kernel-stable-Promote-to-proposed-end:Monday, 29. February 2016 17:01 UTC
  proposed-announcement-sent:True

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

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


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

2016-03-01 Thread Matthew Fisher
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1549335/+attachment/4585950/+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/1549335

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


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

2016-03-01 Thread Matthew Fisher
apport information

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


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

2016-03-01 Thread Matthew Fisher
apport information

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


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

2016-03-01 Thread Matthew Fisher
apport information

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

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


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

2016-03-01 Thread Matthew Fisher
apport information

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


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

2016-03-01 Thread Matthew Fisher
apport information

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


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

2016-03-01 Thread Matthew Fisher
apport information

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


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

2016-03-01 Thread Matthew Fisher
apport information

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


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

2016-03-01 Thread Matthew Fisher
apport information

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

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


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

2016-03-01 Thread Matthew Fisher
apport information

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


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

2016-03-01 Thread Matthew Fisher
apport information

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


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

2016-03-01 Thread Matthew Fisher
apport information

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


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

2016-03-01 Thread Matthew Fisher
apport information

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


[Kernel-packages] [Bug 1549335] Re: screen is black after xrandr rotate command

2016-03-01 Thread Matthew Fisher
apport information

** Tags added: apport-collected trusty

** Description changed:

  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.
  
  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted
  
  Expect result:
  eDP screen rotate inverted
  
  Actual result:
  eDP screen is black.
  
  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.19
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  rise   2727 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
+ InstallationDate: Installed on 2016-01-11 (50 days ago)
+ InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
+ Lsusb:
+  Bus 002 Device 003: ID 8087:07dc Intel Corp. 
+  Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
+  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
+ RelatedPackageVersions:
+  linux-restricted-modules-3.19.0-49-generic N/A
+  linux-backports-modules-3.19.0-49-generic  N/A
+  linux-firmware 1.127.20
+ Tags:  trusty
+ Uname: Linux 3.19.0-49-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 06/30/2015
+ dmi.bios.vendor: Intel Corp.
+ dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
+ dmi.board.name: D33217GKE
+ dmi.board.vendor: Intel Corporation
+ dmi.board.version: G76540-207
+ dmi.chassis.type: 3
+ dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  User

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

2016-03-01 Thread Matthew Fisher
apport information

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

Title:
  screen is black after xrandr rotate command

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When running "xrandr --output x --rotate inverted " on intel
  platforms with ubuntu 14.04.3, screen becomes black.

  Steps to reproduce:
  1. install ubuntu 14.04.3 with intel graphic card and boot up into desktop
  2. run xrandr --output eDP1 --rotate inverted

  Expect result:
  eDP screen rotate inverted

  Actual result:
  eDP screen is black.

  This is the same bug as 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1446979 but the fix seems 
to have been backported to the Vivid kernel.  It also affects 14.04.3 with this 
kernel:
  3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rise   2727 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=288c8cbb-b81e-48bb-912b-bb0c859187c5
  InstallationDate: Installed on 2016-01-11 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 002 Device 003: ID 8087:07dc Intel Corp. 
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=5c39a1a0-99a6-48a2-b161-9c8d33b2ff86 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-49-generic N/A
   linux-backports-modules-3.19.0-49-generic  N/A
   linux-firmware 1.127.20
  Tags:  trusty
  Uname: Linux 3.19.0-49-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: GKPPT10H.86A.0058.2015.0630.1349
  dmi.board.name: D33217GKE
  dmi.board.vendor: Intel Corporation
  dmi.board.version: G76540-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrGKPPT10H.86A.0058.2015.0630.1349:bd06/30/2015:svn:pn:pvr:rvnIntelCorporation:rnD33217GKE:rvrG76540-207:cvn:ct3:cvr:

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

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


[Kernel-packages] [Bug 1024507] Re: 1002:9488 [iMac11, 2] 12.10 quantal boots to black screen on iMac

2016-03-01 Thread Christopher M. Penalver
Ray Perigo, it will help immensely if you filed a new report with Ubuntu by 
ensuring you have the package xdiagnose installed, and that you click the Yes 
button for attaching additional debugging information running the following 
from a terminal:
ubuntu-bug xorg

Also, 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 a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1024507

Title:
  1002:9488 [iMac11,2] 12.10 quantal boots to black screen on iMac

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Running 12.10, updated today, on iMac 11,2 (mid 2010) with AMD Radeon 4670.
  Using kernel radeon driver (lsmod shows it running). Normal boot results in 
black screen. Ctl-Alt-Del reboots; indicating that system did boot. This 
appears to be a regression in the kernel, similar to bug 597070 (ubuntu 11.04 - 
used fglrx to get video to work) and to bug 863969 (ubuntu 11.10 - where an 
upgrade to the 3.2 kernel seemed to improve video detection). Suspend and 
resume does not work either, not turning off the system, only the video, and 
resuming to a black screen. I think the problem is in KMS, because the black 
screen happens even if I boot into text mode and using nomodeset fixes it. 
Hence filing this against xorg but expect it to go to kernel developers.

  WORKAROUND: Use kernel parameter nomodeset.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-4.4-generic 3.5.0-rc6
  Uname: Linux 3.5.0-4-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.3-0ubuntu4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Fri Jul 13 19:12:16 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes,
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV730 XT [Mobility Radeon HD 4670] 
[1002:9488] (prog-if 00 [VGA controller])
     Subsystem: Apple Inc. Device [106b:00b6]
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64+mac (20120509)
  MachineType: Apple Inc. iMac11,2
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: vmlinuz-3.5.0-4-generic 
root=UUID=268e7eb7-d871-478c-a906-b719eea881ea ro nosplash nomodeset 
initrd=EFI\ubuntu\initrd.img-3.5.0-4-generic
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/09/11
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: IM112.88Z.0057.B01.1112090906
  dmi.board.name: Mac-F2238AC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.type: 13
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F2238AC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrIM112.88Z.0057.B01.1112090906:bd12/09/11:svnAppleInc.:pniMac11,2:pvr1.0:rvnAppleInc.:rnMac-F2238AC8:rvr:cvnAppleInc.:ct13:cvrMac-F2238AC8:
  dmi.product.name: iMac11,2
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  version.compiz: compiz 1:0.9.8+bzr3249-0ubuntu2
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.33-3
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.3-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.3-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.12.1.902-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.19.0-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.1-1build1

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

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


[Kernel-packages] [Bug 1024507] Re: 1002:9488 [iMac11, 2] 12.10 quantal boots to black screen on iMac

2016-03-01 Thread Ray Perigo
Necrobumping this thing as I've been battling the same issue on an iMac
10,1 (Radeon Mobility 4670) with the most recent LTS releases. Booting
normally on 14.04 OR the most recent 16.04 nightly results in a black
screen when using the radeon driver. Interestingly, I can get display if
I plug in an external screen on the external miniDP connector (but only
on one display at a time. It will NOT display to both monitors
simultaneously).

Looking at Xorg.0.log, it can detect both DisplayPort-0 (assuming this
to be the internal DP connector for the built in panel) and eDP
(assuming this to be external DP connector), retrieves EDID, DISCONNECTS
DisplayPort-0 and then loads up using eDP. No error state reported by X,
just blank screen on the built-in panel. xrandr -d :0 -q results in
DisplayPort-0 disconnected, edP as the primary and a long list of modes
retrieved from the internal panel's EDID. It almost seems like X's wires
are crossed with these two outputs, trying to load on the external
displayport using EDID gained by initially connecting to DP0.

System is otherwise running and usable - can SSH in and fool around with
things while it's running  / restart LightDM / play with xrandr to try
and fail to make the thing work.

Listed workaround booting with nomodeset allows the system to load
graphics (slowly) over LLVMPipe on the internal display.

Other fixes tried: wily-lts kernel (4.2) , latest 4.5rc kernel available
in kernel.ubuntu.com/~kernel-ppa/mainline, updated driver/X stack for
14.04 . No effect.

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

Title:
  1002:9488 [iMac11,2] 12.10 quantal boots to black screen on iMac

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Running 12.10, updated today, on iMac 11,2 (mid 2010) with AMD Radeon 4670.
  Using kernel radeon driver (lsmod shows it running). Normal boot results in 
black screen. Ctl-Alt-Del reboots; indicating that system did boot. This 
appears to be a regression in the kernel, similar to bug 597070 (ubuntu 11.04 - 
used fglrx to get video to work) and to bug 863969 (ubuntu 11.10 - where an 
upgrade to the 3.2 kernel seemed to improve video detection). Suspend and 
resume does not work either, not turning off the system, only the video, and 
resuming to a black screen. I think the problem is in KMS, because the black 
screen happens even if I boot into text mode and using nomodeset fixes it. 
Hence filing this against xorg but expect it to go to kernel developers.

  WORKAROUND: Use kernel parameter nomodeset.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-4.4-generic 3.5.0-rc6
  Uname: Linux 3.5.0-4-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.3-0ubuntu4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Fri Jul 13 19:12:16 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes,
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV730 XT [Mobility Radeon HD 4670] 
[1002:9488] (prog-if 00 [VGA controller])
     Subsystem: Apple Inc. Device [106b:00b6]
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64+mac (20120509)
  MachineType: Apple Inc. iMac11,2
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: vmlinuz-3.5.0-4-generic 
root=UUID=268e7eb7-d871-478c-a906-b719eea881ea ro nosplash nomodeset 
initrd=EFI\ubuntu\initrd.img-3.5.0-4-generic
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/09/11
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: IM112.88Z.0057.B01.1112090906
  dmi.board.name: Mac-F2238AC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.type: 13
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F2238AC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrIM112.88Z.0057.B01.1112090906:bd12/09/11:svnAppleInc.:pniMac11,2:pvr1.0:rvnAppleInc.:rnMac-F2238AC8:rvr:cvnAppleInc.:ct13:cvrMac-F2238AC8:
  dmi.product.name: iMac11,2
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  version.compiz: compiz 1:0.9.8+bzr3249-0ubuntu2
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.33-3
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.3-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.3-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.12.1.902-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.19.0-1ubuntu2
  

[Kernel-packages] [Bug 1549029] Re: No internet connection with 4.2.0-30

2016-03-01 Thread William T. Lowther
No change.  I booted v4.5 twice and it completed the process to my normal 
desktop configuration, but no internet connection.
I went back to 4.2.0-27-generic and it booted up w/ the network connected.
Bill

** Tags removed: bot-comment performing-bisect regression-update
** Tags added: kernel-bug-exists-upstream

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

Title:
   No internet connection with 4.2.0-30

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10: After updrading to Linux 4.2.0-30-generic this morning
  via Software Updater, I cannot connect to internet (hardwire-I do not
  have wireless). After reverting back to 4.2.0-27- generic, the
  internet connection is restored. Same results from repeated attempts.
  TIA, Bill

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

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


[Kernel-packages] [Bug 1529971] bantam (amd64) - tests ran: 11, failed: 3

2016-03-01 Thread Brad Figg
tests ran:  11, failed: 3;
  
http://kernel.ubuntu.com/testing/4.4.0-9.24/s2lp6g101__4.4.0-9.24__2016-03-01_12-18-00/results-index.html

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

Title:
  linux-lts-vivid: 3.19.0-43.49~14.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow 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:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-vivid source package in Trusty:
  Fix Released

Bug description:
  This bug is for tracking the 3.19.0-43.49~14.04.1 upload package. This
  bug will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 29. December 2015 22:50 UTC
  kernel-stable-master-bug:1529362
  kernel-stable-Prepare-package-end:Friday, 01. January 2016 21:01 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 01. January 2016 21:01 UTC
  kernel-stable-Certification-testing-end:Monday, 04. January 2016 16:01 UTC
  kernel-stable-Promote-to-proposed-end:Monday, 04. January 2016 18:08 UTC
  kernel-stable-Security-signoff-start:Monday, 04. January 2016 18:30 UTC
  kernel-stable-Regression-testing-start:Monday, 04. January 2016 18:30 UTC
  proposed-announcement-sent:True
  kernel-stable-Verification-testing-start:Monday, 04. January 2016 18:30 UTC
  kernel-stable-Verification-testing-end:Monday, 04. January 2016 20:01 UTC
  kernel-stable-Regression-testing-end:Monday, 04. January 2016 20:01 UTC
  kernel-stable-Security-signoff-end:Tuesday, 05. January 2016 09:00 UTC
  kernel-stable-Promote-to-updates-start:Tuesday, 05. January 2016 10:01 UTC
  kernel-stable-Promote-to-updates-end:Tuesday, 05. January 2016 16:10 UTC
  kernel-stable-phase:Released
  kernel-stable-phase-changed:Tuesday, 05. January 2016 18:02 UTC

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

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


[Kernel-packages] [Bug 1551854] Re: LXD bootstrap issues on xenial

2016-03-01 Thread Casey Marshall
This is the config from the container that had the issue this morning:

c@mawhrin-skel:~/omnibus-layers$ lxc config show 
juju-145a3177-d1c0-4974-89f6-feaebb3ca87d-machine-0
name: juju-145a3177-d1c0-4974-89f6-feaebb3ca87d-machine-0
profiles:
- default
- juju-lxd
config:
  user.juju-model-uuid: "true"
  user.user-data: |
#cloud-config
output:
  all: '| tee -a /var/log/cloud-init-output.log'
runcmd:
- set -xe
- install -D -m 644 /dev/null '/etc/init/juju-clean-shutdown.conf'
- |-
  printf '%s\n' '
  author "Juju Team "
  description "Stop all network interfaces on shutdown"
  start on runlevel [016]
  task
  console output

  exec /sbin/ifdown -a -v --force
  ' > '/etc/init/juju-clean-shutdown.conf'
- install -D -m 644 /dev/null '/var/lib/juju/nonce.txt'
- printf '%s\n' 'user-admin:bootstrap' > '/var/lib/juju/nonce.txt'
users:
- groups:
  - adm
  - audio
  - cdrom
  - dialout
  - dip
  - floppy
  - netdev
  - plugdev
  - sudo
  - video
  lock_passwd: true
  name: ubuntu
  shell: /bin/bash
  ssh-authorized-keys:
  - ssh-rsa 
B3NzaC1yc2EDAQABAAABAQDNt6t7py1b0vwYVobsx490piX1LrjtCJrcmOH49EKOtTzxxiv1aTRqVOD38pKR8WPWUc6ZTjYtGetqbwhvma8FLWeTjIaPyw8QzKAS963/KNzZRqE+iALtcdA9sJgrp5hxxl00zZ7cD7b2OD5SOzSjyRHJkBxGDnkzE07g+/qXekkPzVHKvAMbaBU+OwnuW3KSy20/y2D/qlWkLfF7FWfeEvb6P8KwIFZagv/yt+QeLONq4FLwowdBIwMDHBKFA3H+dKzld5bs3hGvLNhlFYUdeKs/F+swkYwwi5ycWj7N7clu0wvP9ZZhXlUJ2Fog39GrXznnekPqr4pAwL8m3vr9
Juju:juju-client-key
  sudo:
  - ALL=(ALL) NOPASSWD:ALL
  volatile.base_image: 
510c27eb5e30ac53c6cf8b423d4e145bd2e40b8845e89bd66a5d78e2a087727a
  volatile.eth0.hwaddr: 00:16:3e:9a:00:f9
  volatile.last_state.idmap: 
'[{"Isuid":true,"Isgid":false,"Hostid":165536,"Nsid":0,"Maprange":65536},{"Isuid":false,"Isgid":true,"Hostid":165536,"Nsid":0,"Maprange":65536}]'
  volatile.lo.hwaddr: 00:16:3e:3d:f5:18
devices:
  root:
path: /
type: disk
ephemeral: false

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

Title:
  LXD bootstrap issues on xenial

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm using lxd with zfs block storage on xenial, and having issues with
  trusty containers. I've witnessed this problem when trying to
  bootstrap as well as after rebooting the host and a container failed
  to start.

  In the latter case, the container that failed to start was the juju
  controller:

  c@mawhrin-skel:~/omnibus-layers$ lxc list 
   [3/3]
  
+-+-++--++---+
  |NAME |  STATE  | 
 IPV4  | IPV6 |TYPE| SNAPSHOTS |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-0 | STOPPED | 
   |  | PERSISTENT | 0 |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-1 | RUNNING | 10.0.3.28 
(eth0)   |  | PERSISTENT | 0 |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-2 | RUNNING | 10.0.3.85 
(eth0)   |  | PERSISTENT | 0 |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-3 | RUNNING | 10.0.3.176 
(eth0)  |  | PERSISTENT | 0 |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-4 | RUNNING | 10.0.3.66 
(eth0)   |  | PERSISTENT | 0 |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-5 | RUNNING | 10.0.3.31 
(eth0)   |  | PERSISTENT | 0 |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-6 | RUNNING | 10.0.3.196 
(eth0)  |  | PERSISTENT | 0 |
  
+-+-+

[Kernel-packages] [Bug 1500242] Re: Bluetooth devices (Jabra BT250, Audi A3 car kit) can not be connected with BQ Aquaris 4.5

2016-03-01 Thread Uranicus
@Simon

Now the promised update to topic 1. Audio A3:

I have used the correct PIN: 1234. I have tested this with another
Android phone which I have paired with the car using this PIN.

Then I retried the pairing with my Ubuntu Phone with the same result as
above. I started this at:

01.03.2016, 21:20 h CET

I have updated the log files with todays result of the pairing test
using the following OS version:

current build number: 30
device name: krillin
channel: ubuntu-touch/stable/bq-aquaris.en
last update: 2016-03-01 16:16:34
version version: 30
version ubuntu: 20160217.1
version tag: OTA-9.1
version device: 20160108-efc96d8
version custom: 20160111-926-36--vivid

If you need anything else, please let me know,

Matthias

** Attachment added: "20160301_2127.tar.gz"
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1500242/+attachment/4585892/+files/20160301_2127.tar.gz

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

Title:
  Bluetooth devices (Jabra BT250, Audi A3 car kit) can not be connected
  with BQ Aquaris 4.5

Status in Canonical System Image:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed
Status in ofono package in Ubuntu:
  Incomplete

Bug description:
  STEPS:
  Requirements: Aquaris E4.5, Jabra BT250 blue tooth handset device (rather old 
one supports blue tooth 1.1 and therefore I thought should be no issue) or Audi 
car kit (A3 2012 model)

  1. Put Jabra BT250 into receiving mode
  2. Phone searches automatically every 15 - 30 seconds for a new blue tooth 
device
  3. Phone finds Jabra BT250 and asks for pairing code
  4. Enter code into phone
  5. Jabra BT250 automatically exits the pairing mode (which is a sign that 
pairing should have worked)
  6. Phone looses connection to Jabra BT250
  7. Manual reconnection via phone works (shows Jabra BT250 as being connected) 
but ignores the device

  Same behaviour with Audi car kit (Audi A3, 2012 model)

  EXPECTED:
  I expect that the blue tooth kits work similar to my Seat Alhambra (also 2012 
model) where the blue tooth pairing etc. works great (except some bugs which 
are already filed).

  ACTUAL:
  No connection to the blue tooth device

  VERSIONS:
  OS-Build-Number: 25
  Ubuntu-Image: 20150825.1

  POSSIBLE ROOT CAUSE:
  Is this issue also solved as soon as bluez5 is implemented? When will this be?

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

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


[Kernel-packages] [Bug 1551854] Re: LXD bootstrap issues on xenial

2016-03-01 Thread Casey Marshall
FWIW I've observed the bug outside of Juju. Launching a trusty
container, sshd did not start until I remounted debug on the host. The
main reason it's been observed with juju is, Juju tries to SSH into the
instance right after cloud-init, but upstart in the container isn't
starting sshd so bootstrap hangs.

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

Title:
  LXD bootstrap issues on xenial

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm using lxd with zfs block storage on xenial, and having issues with
  trusty containers. I've witnessed this problem when trying to
  bootstrap as well as after rebooting the host and a container failed
  to start.

  In the latter case, the container that failed to start was the juju
  controller:

  c@mawhrin-skel:~/omnibus-layers$ lxc list 
   [3/3]
  
+-+-++--++---+
  |NAME |  STATE  | 
 IPV4  | IPV6 |TYPE| SNAPSHOTS |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-0 | STOPPED | 
   |  | PERSISTENT | 0 |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-1 | RUNNING | 10.0.3.28 
(eth0)   |  | PERSISTENT | 0 |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-2 | RUNNING | 10.0.3.85 
(eth0)   |  | PERSISTENT | 0 |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-3 | RUNNING | 10.0.3.176 
(eth0)  |  | PERSISTENT | 0 |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-4 | RUNNING | 10.0.3.66 
(eth0)   |  | PERSISTENT | 0 |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-5 | RUNNING | 10.0.3.31 
(eth0)   |  | PERSISTENT | 0 |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-6 | RUNNING | 10.0.3.196 
(eth0)  |  | PERSISTENT | 0 |
  
+-+-++--++---+
  | juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-7 | RUNNING | 10.0.3.186 
(eth0)  |  | PERSISTENT | 0 |
  | | | 10.0.4.1 
(lxcbr0)  |  ||   |
  
+-+-++--++---+

  I manually started it, but found that no upstart services were
  started. Remembering this thread,
  https://lists.ubuntu.com/archives/juju/2016-February/006698.html, I
  checked /var/log/mountall.log in the machine-0 container, and sure
  enough:

  root@juju-5f4bd172-ad22-4726-8d84-47185ab31b54-machine-0:~# cat 
/var/log/upstart/mountall.log
  mount: permission denied
  mountall: mount /sys/kernel/debug [187] terminated with status 32
  mountall: Filesystem could not be mounted: /sys/kernel/debug

  The problem persists if I stop and start the container. If I remount
  /sys/kernel/debug on the host, then stop and start the container,
  upstart succeeds and the juju controller starts up.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-8-generic 4.4.0-8.23
  ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2
  Uname: Linux 4.4.0-8-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  c 24562 F pulseaudio
  CurrentDesktop: MATE
  Date: Tue Mar  1 10:52:45 2016
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=007cedda-f922-4e4c-89b1-57b31f18292e
  Installation

Re: [Kernel-packages] [Bug 1550755] Re: Reliably crash kernel 4.4.0.8-generic by reinstalling all packages and waiting for bind9

2016-03-01 Thread Mark Shuttleworth
Thanks for the quick triage!

Mark

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

Title:
  Reliably crash kernel 4.4.0.8-generic by reinstalling all packages and
  waiting for bind9

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

Bug description:
  Hiya

  I periodically do a full reinstall of all packages just to see what
  breaks. Today it's the kernel :) Oddly I have reproduced this on
  several machines. Simply fire up aptitude, go to "Installed" packages,
  hit Shift-L to reinstall, then g and g again to kick it off. When I
  get to bind9 I reliably see this:

  Feb 27 17:15:18 maas named[35942]: exiting
  Feb 27 17:15:18 maas named[35942]: ../../../lib/isc/mem.c:1229: 
REQUIRE(ctx->references == 1) failed
  Feb 27 17:15:19 maas kernel: [ 1422.530027] [ cut here 
]
  Feb 27 17:15:19 maas kernel: [ 1422.535184] kernel BUG at 
/build/linux-WmE1Ft/linux-4.4.0/kernel/cred.c:431!
  Feb 27 17:15:19 maas kernel: [ 1422.543052] invalid opcode:  [#1] SMP 
  Feb 27 17:15:19 maas kernel: [ 1422.547637] Modules linked in: ufs qnx4 
hfsplus hfs minix ntfs msdos jfs xfs xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 
nf_nat nf_conntrack xt_tcpudp bridge stp llc iptable_filter ip_tables x_tables 
ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp libiscsi_tcp 
libiscsi scsi_transport_iscsi bonding nls_iso8859_1 ipmi_ssif ipmi_devintf 
intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel dcdbas kvm 
irqbypass joydev input_leds sb_edac mei_me edac_core mei shpchp lpc_ich ipmi_si 
ipmi_msghandler 8250_fintek acpi_power_meter mac_hid autofs4 btrfs raid10 
raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
raid1 raid0 multipath linear uas hid_generic ixgbe usb_storage usbhid bnx2x hid 
dca vxlan crct10dif_pclmul tg3 ip6_udp_tunnel crc32_pclmul udp_tunnel 
aesni_intel aes_x86_64 lrw ptp gf128mul glue_helper ablk_helper cryp
 td pps_core megaraid_sas mdio libcrc32c wmi fjes
  Feb 27 17:15:19 maas kernel: [ 1422.647254] CPU: 19 PID: 35942 Comm: named 
Not tainted 4.4.0-8-generic #23-Ubuntu
  Feb 27 17:15:19 maas kernel: [ 1422.655605] Hardware name: Dell Inc. 
PowerEdge R430/03XKDV, BIOS 1.5.4 10/05/2015
  Feb 27 17:15:19 maas kernel: [ 1422.663956] task: 88102afa0dc0 ti: 
881026fe4000 task.ti: 881026fe4000
  Feb 27 17:15:19 maas kernel: [ 1422.672307] RIP: 0010:[]  
[] commit_creds+0x20d/0x250
  Feb 27 17:15:19 maas kernel: [ 1422.681446] RSP: 0018:881026fe7940  
EFLAGS: 00010206
  Feb 27 17:15:19 maas kernel: [ 1422.687373] RAX:  RBX: 
881029224c30 RCX: 881032d15c00
  Feb 27 17:15:19 maas kernel: [ 1422.695337] RDX: 0009 RSI: 
0001 RDI: 88102aae0180
  Feb 27 17:15:19 maas kernel: [ 1422.703299] RBP: 881026fe7960 R08: 
88103d6d9f60 R09: 88103cc07c00
  Feb 27 17:15:19 maas kernel: [ 1422.711260] R10: ea00407be000 R11: 
 R12: 8810349b0fc0
  Feb 27 17:15:19 maas kernel: [ 1422.719222] R13: 88102afa0dc0 R14: 
7000 R15: 881026fe7ad0
  Feb 27 17:15:19 maas kernel: [ 1422.727186] FS:  7fa6a87bb740() 
GS:88103d6c() knlGS:
  Feb 27 17:15:19 maas kernel: [ 1422.736215] CS:  0010 DS:  ES:  CR0: 
80050033
  Feb 27 17:15:19 maas kernel: [ 1422.742625] CR2: 7ff0731e1000 CR3: 
00101af82000 CR4: 001406e0
  Feb 27 17:15:19 maas kernel: [ 1422.750586] Stack:
  Feb 27 17:15:19 maas kernel: [ 1422.752826]  8bfc6f2a 
881029224c30 8810297d1a20 88102aae0180
  Feb 27 17:15:19 maas kernel: [ 1422.761113]  881026fe7988 
8137111b 881029224c30 880034ae8800
  Feb 27 17:15:19 maas kernel: [ 1422.769403]   
881026fe79b0 8137b212 811e6fea
  Feb 27 17:15:19 maas kernel: [ 1422.777691] Call Trace:
  Feb 27 17:15:19 maas kernel: [ 1422.780420]  [] 
aa_replace_current_label+0xeb/0x140
  Feb 27 17:15:19 maas kernel: [ 1422.787609]  [] 
apparmor_file_alloc_security+0xc2/0x160
  Feb 27 17:15:19 maas kernel: [ 1422.795185]  [] ? 
kmem_cache_alloc+0x1ba/0x1e0
  Feb 27 17:15:19 maas kernel: [ 1422.801889]  [] 
security_file_alloc+0x33/0x50
  Feb 27 17:15:19 maas kernel: [ 1422.808495]  [] 
get_empty_filp+0x9a/0x1c0
  Feb 27 17:15:19 maas kernel: [ 1422.814714]  [] 
path_openat+0x3d/0x1280
  Feb 27 17:15:19 maas kernel: [ 1422.820738]  [] ? 
__wake_up+0x44/0x50
  Feb 27 17:15:19 maas kernel: [ 1422.826569]  [] ? 
ext4_free_inode+0x22b/0x630
  Feb 27 17:15:19 maas kernel: [ 1422.833174]  [] 
do_filp_open+0x91/0x100
  Feb 27 17:15:19 maas kernel: [ 1422.839198]  [] ? 
call_rcu_sched+0x17/0x20
  Feb 27 17:15:19 maas kernel: [ 1422.845515]  [] ? 
ext4_destroy_inode+0x3b

[Kernel-packages] [Bug 1551938] Re: Wily: kernel fails to boot on ppc64el after cloud-init install & reboot

2016-03-01 Thread Brad Figg
** Attachment added: "wily-post-cloud-init.console.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1551938/+attachment/4585891/+files/wily-post-cloud-init.console.log

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

Title:
  Wily: kernel fails to boot on ppc64el after cloud-init install &
  reboot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This is an attempted install of Wily via MaaS.

  The system times out trying to find a rood device:

  Begin: Loading essential drivers ... done.
  Begin: Running /scripts/init-premount ... done.
  Begin: Mounting root file system ... Begin: Running /scripts/local-top ... 
Begin: Loading multipath modules ... Success: loaded module dm-multipath.
  Failure: failed to load module dm-emc.
  done.
  Begin: Discovering multipaths ... done.
Warning: Disk has a valid GPT signature but invalid PMBR.
Assuming this disk is *not* a GPT disk anymore.
Use gpt kernel option to override.  Use GNU Parted to correct disk.
  done.
  Begin: Running /scripts/local-premount ... Begin: Waiting for udev to settle 
(multipath) ... done.
  done.
  Gave up waiting for root device.  Common problems:
   - Boot args (cat /proc/cmdline)
 - Check rootdelay= (did the system wait long enough?)
 - Check root= (did the system wait for the right device?)
   - Missing modules (cat /proc/modules; ls /dev)
  ALERT!  /dev/mapper/mpath0-part2 does not exist.  Dropping to a shell!
  [  220.697138] hidraw: raw HID events driver (C) Jiri Kosina
  [  220.699043] usbcore: registered new interface driver usbhid
  [  220.699089] usbhid: USB HID core driver

  
  BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
  Enter 'help' for a list of built-in commands.

  (initramfs)

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

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


[Kernel-packages] [Bug 1551319] kili (amd64) - tests ran: 1, failed: 1

2016-03-01 Thread Brad Figg
tests ran:   1, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-9.24/kili__4.4.0-9.24__2016-03-01_16-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/1551319

Title:
  linux: 4.4.0-9.24 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
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:
  New
Status in linux package in Ubuntu:
  New
Status in linux source package in Xenial:
  New

Bug description:
  This bug is for tracking the 4.4.0-9.24 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:Monday, 29. February 2016 16:22 UTC
  kernel-phase-changed:Monday, 29. February 2016 16:22 UTC
  kernel-phase:Prepare
  kernel-stable-Promote-to-proposed-end:Monday, 29. February 2016 17:01 UTC
  proposed-announcement-sent:True

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

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


[Kernel-packages] [Bug 1551938] Re: Wily: kernel fails to boot on ppc64el after cloud-init install & reboot

2016-03-01 Thread Brad Figg
** Attachment added: "wily-pre-cloud-init.console.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1551938/+attachment/4585890/+files/wily-pre-cloud-init.console.log

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

Title:
  Wily: kernel fails to boot on ppc64el after cloud-init install &
  reboot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This is an attempted install of Wily via MaaS.

  The system times out trying to find a rood device:

  Begin: Loading essential drivers ... done.
  Begin: Running /scripts/init-premount ... done.
  Begin: Mounting root file system ... Begin: Running /scripts/local-top ... 
Begin: Loading multipath modules ... Success: loaded module dm-multipath.
  Failure: failed to load module dm-emc.
  done.
  Begin: Discovering multipaths ... done.
Warning: Disk has a valid GPT signature but invalid PMBR.
Assuming this disk is *not* a GPT disk anymore.
Use gpt kernel option to override.  Use GNU Parted to correct disk.
  done.
  Begin: Running /scripts/local-premount ... Begin: Waiting for udev to settle 
(multipath) ... done.
  done.
  Gave up waiting for root device.  Common problems:
   - Boot args (cat /proc/cmdline)
 - Check rootdelay= (did the system wait long enough?)
 - Check root= (did the system wait for the right device?)
   - Missing modules (cat /proc/modules; ls /dev)
  ALERT!  /dev/mapper/mpath0-part2 does not exist.  Dropping to a shell!
  [  220.697138] hidraw: raw HID events driver (C) Jiri Kosina
  [  220.699043] usbcore: registered new interface driver usbhid
  [  220.699089] usbhid: USB HID core driver

  
  BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
  Enter 'help' for a list of built-in commands.

  (initramfs)

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

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


[Kernel-packages] [Bug 1551938] [NEW] Wily: kernel fails to boot on ppc64el after cloud-init install & reboot

2016-03-01 Thread Brad Figg
Public bug reported:

This is an attempted install of Wily via MaaS.

The system times out trying to find a rood device:

Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... 
Begin: Loading multipath modules ... Success: loaded module dm-multipath.
Failure: failed to load module dm-emc.
done.
Begin: Discovering multipaths ... done.
  Warning: Disk has a valid GPT signature but invalid PMBR.
  Assuming this disk is *not* a GPT disk anymore.
  Use gpt kernel option to override.  Use GNU Parted to correct disk.
done.
Begin: Running /scripts/local-premount ... Begin: Waiting for udev to settle 
(multipath) ... done.
done.
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  /dev/mapper/mpath0-part2 does not exist.  Dropping to a shell!
[  220.697138] hidraw: raw HID events driver (C) Jiri Kosina
[  220.699043] usbcore: registered new interface driver usbhid
[  220.699089] usbhid: USB HID core driver


BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)

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

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

Title:
  Wily: kernel fails to boot on ppc64el after cloud-init install &
  reboot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This is an attempted install of Wily via MaaS.

  The system times out trying to find a rood device:

  Begin: Loading essential drivers ... done.
  Begin: Running /scripts/init-premount ... done.
  Begin: Mounting root file system ... Begin: Running /scripts/local-top ... 
Begin: Loading multipath modules ... Success: loaded module dm-multipath.
  Failure: failed to load module dm-emc.
  done.
  Begin: Discovering multipaths ... done.
Warning: Disk has a valid GPT signature but invalid PMBR.
Assuming this disk is *not* a GPT disk anymore.
Use gpt kernel option to override.  Use GNU Parted to correct disk.
  done.
  Begin: Running /scripts/local-premount ... Begin: Waiting for udev to settle 
(multipath) ... done.
  done.
  Gave up waiting for root device.  Common problems:
   - Boot args (cat /proc/cmdline)
 - Check rootdelay= (did the system wait long enough?)
 - Check root= (did the system wait for the right device?)
   - Missing modules (cat /proc/modules; ls /dev)
  ALERT!  /dev/mapper/mpath0-part2 does not exist.  Dropping to a shell!
  [  220.697138] hidraw: raw HID events driver (C) Jiri Kosina
  [  220.699043] usbcore: registered new interface driver usbhid
  [  220.699089] usbhid: USB HID core driver

  
  BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
  Enter 'help' for a list of built-in commands.

  (initramfs)

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

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


[Kernel-packages] [Bug 1551895] Re: linux: zfs enable looks suspect for powerpc architectures

2016-03-01 Thread Tim Gardner
Whoops, enabling zfs in vars.powerpc64-smp absolutely does not work.

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

** Changed in: linux (Ubuntu Xenial)
 Assignee: Andy Whitcroft (apw) => Tim Gardner (timg-tpi)

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

Title:
  linux: zfs enable looks suspect for powerpc architectures

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

Bug description:
  We are currently enabling the zfs builds for powerpc in the
  vars.powerpc64-smp, this however is not loaded by the Makefiles and so
  it is not at all clear how this can work at all.  Investigate.

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

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


[Kernel-packages] [Bug 1551928] Re: Xenial: kernel fails to boot on ppc64el after cloud-init install & reboot

2016-03-01 Thread Brad Figg
** Summary changed:

- kernel fails to boot on ppc64el after cloud-init install & reboot
+ Xenial: kernel fails to boot on ppc64el after cloud-init install & reboot

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

Title:
  Xenial: kernel fails to boot on ppc64el after cloud-init install &
  reboot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This is an attempted install of Xenial via MaaS.

  The system goes into an loop:

  Begin: Running /scripts/local-block ...   lvmetad is not active yet, using 
direct activation during sysinit
    Volume group "mpath0" not found
    Cannot process volume group mpath0
  done.
  Begin: Running /scripts/local-block ...   lvmetad is not active yet, using 
direct activation during sysinit
    Volume group "mpath0" not found
    Cannot process volume group mpath0
  done.

  See the attached logs.

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

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


[Kernel-packages] [Bug 1551928] Re: kernel fails to boot on ppc64el after cloud-init install & reboot

2016-03-01 Thread Brad Figg
** Attachment added: "Console log after cloud-init restarts the system"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1551928/+attachment/4585876/+files/post-cloud-init.console-log

** Description changed:

+ This is an attempted install of Xenial via MaaS.
+ 
  The system goes into an loop:
  
  Begin: Running /scripts/local-block ...   lvmetad is not active yet, using 
direct activation during sysinit
-   Volume group "mpath0" not found
-   Cannot process volume group mpath0
+   Volume group "mpath0" not found
+   Cannot process volume group mpath0
  done.
  Begin: Running /scripts/local-block ...   lvmetad is not active yet, using 
direct activation during sysinit
-   Volume group "mpath0" not found
-   Cannot process volume group mpath0
+   Volume group "mpath0" not found
+   Cannot process volume group mpath0
  done.
  
- 
  See the attached logs.

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

Title:
  kernel fails to boot on ppc64el after cloud-init install & reboot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This is an attempted install of Xenial via MaaS.

  The system goes into an loop:

  Begin: Running /scripts/local-block ...   lvmetad is not active yet, using 
direct activation during sysinit
    Volume group "mpath0" not found
    Cannot process volume group mpath0
  done.
  Begin: Running /scripts/local-block ...   lvmetad is not active yet, using 
direct activation during sysinit
    Volume group "mpath0" not found
    Cannot process volume group mpath0
  done.

  See the attached logs.

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

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


[Kernel-packages] [Bug 1551894] Re: linux: 4.4.0-9.X fails yama ptrace restrictions tests

2016-03-01 Thread Tim Gardner
Actually, commit 969624b7c1c8c9784651eb97431e6f2bbb7a024c is the only
patch that touches kernel/ptrace.c since linux 4.4.0-8.23

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

Title:
  linux:  4.4.0-9.X fails yama ptrace restrictions tests

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  15:55:46 ERROR| [stderr] FAIL: test_093_ptrace_restriction 
(__main__.KernelSecurityTest)
  15:55:46 ERROR| [stderr] ptrace allowed only on children or declared processes

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

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


[Kernel-packages] [Bug 1551928] Re: kernel fails to boot on ppc64el after cloud-init install & reboot

2016-03-01 Thread Brad Figg
** Attachment added: "This is a console log of the initial boot and running of 
cloud-init."
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1551928/+attachment/4585874/+files/cloud-init.console-log

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

Title:
  kernel fails to boot on ppc64el after cloud-init install & reboot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This is an attempted install of Xenial via MaaS.

  The system goes into an loop:

  Begin: Running /scripts/local-block ...   lvmetad is not active yet, using 
direct activation during sysinit
    Volume group "mpath0" not found
    Cannot process volume group mpath0
  done.
  Begin: Running /scripts/local-block ...   lvmetad is not active yet, using 
direct activation during sysinit
    Volume group "mpath0" not found
    Cannot process volume group mpath0
  done.

  See the attached logs.

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

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


  1   2   3   >