[Touch-packages] [Bug 1605513] Re: Touchpad scrolling is disproportionately faster than mouse wheel scrolling

2016-07-25 Thread Daniel van Vugt
To solve _this_bug_ as the description states it is probably much simpler:
We should scale the number of integer wheel events sent to Qt according to the 
float magnitude of the Mir vscroll axis. So QtMir should accumulate vscroll 
values as a float and only emit them to Qt each time that value ticks over an 
integer value.

That will correct the relative scrolling distances being
disproportionate between mice and touchpads.

** Changed in: qtmir (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Also affects: qtmir
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1605513

Title:
  Touchpad scrolling is disproportionately faster than mouse wheel
  scrolling

Status in Canonical System Image:
  New
Status in QtMir:
  New
Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Touchpad scrolling is disproportionately faster than mouse wheel
  scrolling in Unity8 (web browser and system settings).

  I can only say this with confidence today because I implemented
  accurate smooth scrolling in Xmir yesterday, so I know how it should
  behave.

  It's possible QtMir is overreacting to the large number of events that
  touchpads generate compared to a mouse wheel, without taking into
  account the scroll magnitude of each one is smaller.

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

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


[Touch-packages] [Bug 1605513] Re: Touchpad scrolling is disproportionately faster than mouse wheel scrolling

2016-07-25 Thread Daniel van Vugt
Actually I think this bug might be tangential to the precision problem
in QtMir.

QtMir appears to maintain a little smooth scrolling to a precision of
roughly 0.067 mouse wheel ticks. But touchpads commonly have a precision
of more like 0.00025 equivalent mouse wheel ticks.

So both problems are real. It's possible I have tied them together here
in a single bug erroneously though.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1605513

Title:
  Touchpad scrolling is disproportionately faster than mouse wheel
  scrolling

Status in Canonical System Image:
  New
Status in QtMir:
  New
Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Touchpad scrolling is disproportionately faster than mouse wheel
  scrolling in Unity8 (web browser and system settings).

  I can only say this with confidence today because I implemented
  accurate smooth scrolling in Xmir yesterday, so I know how it should
  behave.

  It's possible QtMir is overreacting to the large number of events that
  touchpads generate compared to a mouse wheel, without taking into
  account the scroll magnitude of each one is smaller.

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

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


[Touch-packages] [Bug 1590099] Re: Need to support pointer confinement in Mir and toolkits using Mir

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1590099

Title:
  Need to support pointer confinement in Mir and toolkits using Mir

Status in Mir:
  Fix Committed
Status in MirAL:
  Triaged
Status in libsdl2 package in Ubuntu:
  Confirmed
Status in mir package in Ubuntu:
  Triaged
Status in qtmir package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress
Status in xorg-server package in Ubuntu:
  Triaged

Bug description:
  We need to support pointer confinement set by the client. This way we
  can generate relative mouse events on a surface without the cursor
  being able to leave the edge of the window.

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

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


[Touch-packages] [Bug 1506713] Re: Xmir -rootless: Menus don't always close (need to support pointer grabs without confinement)

2016-07-25 Thread Daniel van Vugt
Confinement has been implemented as bug 1590099. But I think we're still
missing this use case -- pointer grabs without confinement required for
menus.

This means the menu surface receives all cursor events (even outside it)
so that the first click outside the menu goes to the menu so it can
close itself.

** Summary changed:

- Xmir -rootless: Menus don't always close
+ Xmir -rootless: Menus don't always close (need to support pointer grabs 
without confinement)

** Summary changed:

- Xmir -rootless: Menus don't always close (need to support pointer grabs 
without confinement)
+ Menus don't always close (need to support pointer grabs without confinement)

** Changed in: mir
   Importance: Undecided => Medium

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

** Changed in: mir
   Status: New => Triaged

** Changed in: mir (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: xorg-server (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: xorg-server (Ubuntu)
   Status: Confirmed => Triaged

** Tags added: input

** Description changed:

- Using Xmir, app menus don't always close when you click outside of them.
+ App menus don't always close when you click outside of them.
  
  They only close (in some cases) if you click on the app itself or are
  forced to select a menu item.
  
  This is an expected problem, as Mir does not yet implement pointer
  grabs, which is what toolkits use to auto-close menus when you click
  outside them.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1506713

Title:
  Menus don't always close (need to support pointer grabs without
  confinement)

Status in Mir:
  Triaged
Status in mir package in Ubuntu:
  Triaged
Status in xorg-server package in Ubuntu:
  Triaged

Bug description:
  App menus don't always close when you click outside of them.

  They only close (in some cases) if you click on the app itself or are
  forced to select a menu item.

  This is an expected problem, as Mir does not yet implement pointer
  grabs, which is what toolkits use to auto-close menus when you click
  outside them.

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

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


[Touch-packages] [Bug 1590099] Re: Need to support pointer confinement

2016-07-25 Thread Daniel van Vugt
** Also affects: xorg-server (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Need to support pointer confinement
+ Need to support pointer confinement in Mir and toolkits using Mir

** Tags added: xmir

** Also affects: libsdl2 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libsdl2 (Ubuntu)
 Assignee: (unassigned) => Brandon Schaefer (brandontschaefer)

** Changed in: xorg-server (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: xorg-server (Ubuntu)
   Importance: Undecided => Medium

** Changed in: xorg-server (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1590099

Title:
  Need to support pointer confinement in Mir and toolkits using Mir

Status in Mir:
  Fix Committed
Status in MirAL:
  Triaged
Status in libsdl2 package in Ubuntu:
  New
Status in mir package in Ubuntu:
  Triaged
Status in qtmir package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress
Status in xorg-server package in Ubuntu:
  Triaged

Bug description:
  We need to support pointer confinement set by the client. This way we
  can generate relative mouse events on a surface without the cursor
  being able to leave the edge of the window.

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

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


Re: [Touch-packages] [Bug 1573773] Re: System freezes randomly a few times a day

2016-07-25 Thread rohshall
I don't know, because on this machine, I have been using Xenial.

On Mon, Jul 25, 2016 at 6:32 PM, Christopher M. Penalver <
christopher.m.penal...@gmail.com> wrote:

> roshall, did this problem not occur in a Ubuntu release prior to 16.04?
>
> ** Description changed:
>
>   ~ % cat /var/log/xdm.log
>
>   (==) Using system config directory "/usr/share/X11/xorg.conf.d"
>   resize called 1920 1200
>   Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing
> /etc/X11/xdm/Xsetup
>   Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing
> /etc/X11/xdm/Xstartup
>   Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session
> /etc/X11/xdm/Xsession
>   resize called 3840 1200
>   resize called 1920 1200
>   (EE) [mi] EQ overflowing.  Additional events will be discarded until
> existing events are processed.
> - (EE)
> + (EE)
>   (EE) Backtrace:
>   (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
>   (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
>   (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
>   (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3)
> [0x7f27e538b1f3]
>   (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d)
> [0x7f27e538ba5d]
>   (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
>   (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
>   (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0)
> [0x7f27ee6db4a0]
>   (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
>   (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28)
> [0x7f27efa880f8]
>   (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b)
> [0x7f27efa8adbb]
>   (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
> (nouveau_bo_wait+0xbc) [0x7f27ea7d103c]
>   (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so
> (0x7f27ea9d6000+0xc839) [0x7f27ea9e2839]
>   (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so
> (0x7f27ea9d6000+0xd25d) [0x7f27ea9e325d]
>   (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
>   (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
>   (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
>   (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
>   (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0)
> [0x7f27ee6c6830]
>   (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
> - (EE)
> + (EE)
>   (EE) [mi] These backtraces from mieqEnqueue may point to a culprit
> higher up the stack.
>   (EE) [mi] mieq is *NOT* the cause.  It is a victim.
>   (EE) [mi] EQ overflow continuing.  100 events have been dropped.
> - (EE)
> + (EE)
>   (EE) Backtrace:
>   (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
>   (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
>   (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3)
> [0x7f27e538b1f3]
>   (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d)
> [0x7f27e538ba5d]
>   (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
>   (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
>   (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0)
> [0x7f27ee6db4a0]
>   (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
>   (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28)
> [0x7f27efa880f8]
>   (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b)
> [0x7f27efa8adbb]
>   (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
> (nouveau_bo_wait+0xbc) [0x7f27ea7d103c]
>   (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so
> (0x7f27ea9d6000+0xc839) [0x7f27ea9e2839]
>   (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so
> (0x7f27ea9d6000+0xd25d) [0x7f27ea9e325d]
>   (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
>   (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
>   (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
>   (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
>   (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0)
> [0x7f27ee6c6830]
>   (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
> - (EE)
> + (EE)
>   (EE) [mi] EQ overflow continuing.  200 events have been dropped.
> -
>
>   My system info:
>
> -  ~ % uname -a
> +  ~ % uname -a
>   Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18
> 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
> -  ~ % cat /etc/debian_version
> +  ~ % cat /etc/debian_version
>   stretch/sid
>
> -  ~ % lsb_release -a
> +  ~ % lsb_release -a
>   No LSB modules are available.
>   Distributor ID:   Ubuntu
>   Description:  Ubuntu Xenial Xerus (development branch)
>   Release:  16.04
>   Codename: xenial
> -  ~ %
> - ---
> +  ~ %
> + ---
>   ApportVersion: 2.20.1-0ubuntu2.1
>   

[Touch-packages] [Bug 1118903] Re: [enhancement] Mir lacks a software rendering backend (and doesn't work in virtual machines)

2016-07-25 Thread Daniel van Vugt
With some hints from RAOF I think this is doable now...

1. Write a Mir driver that does basic modesetting on fbdev
2. For GL support use http://www.mesa3d.org/osmesa.html

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1118903

Title:
  [enhancement] Mir lacks a software rendering backend (and doesn't work
  in virtual machines)

Status in Canonical System Image:
  New
Status in Mir:
  Triaged
Status in mesa package in Ubuntu:
  Confirmed
Status in mir package in Ubuntu:
  Triaged

Bug description:
  As always, it's a critical requirement for Ubuntu to be able to render
  the same thing on any machine (metal or virtual), regardless of the
  availability of hardware acceleration.

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

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


[Touch-packages] [Bug 1606420] [NEW] Ubuntu 16.04 AMDGPU kernel errors

2016-07-25 Thread Guilherme Versiani
Public bug reported:

I have a Dell Inspiron 5548 and I made a clean install of Ubuntu 16.04
64-bits on it these past days, with subsequent updates, obtaining the
following error on Xorg:


[   21.492120] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: cp failed 
to lock ring 0 (-2).
[   21.492154] [drm:amdgpu_resume [amdgpu]] *ERROR* resume 4 failed -2
[   21.492178] [drm:amdgpu_resume_kms [amdgpu]] *ERROR* amdgpu_resume failed 
(-2).
[   21.492299] amdgpu :04:00.0: couldn't schedule ib
[   21.492335] [drm:amdgpu_sched_run_job [amdgpu]] *ERROR* Error scheduling IBs 
(-22)
[   21.492373] [drm:amd_sched_main [amdgpu]] *ERROR* Failed to run job!

Regards,
G. B. Versiani

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Mon Jul 25 23:33:37 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Dell Broadwell-U Integrated Graphics [1028:0643]
InstallationDate: Installed on 2016-07-13 (12 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Dell Inc. Inspiron 5548
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic 
root=UUID=9e1e47f3-e3f1-49f1-8e8d-1e69672df7ce ro persistent quiet splash 
vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/23/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 0YDTG3
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A03
dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd01/23/2015:svnDellInc.:pnInspiron5548:pvrA03:rvnDellInc.:rn0YDTG3:rvrA00:cvnDellInc.:ct8:cvrA03:
dmi.product.name: Inspiron 5548
dmi.product.version: A03
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Mon Jul 25 23:30:26 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id4333 
 vendor AUO
xserver.version: 2:1.18.3-1ubuntu2.2

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


** Tags: amd64 apport-bug compiz-0.9 third-party-packages ubuntu xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1606420

Title:
  Ubuntu 16.04 AMDGPU kernel errors

Status in xorg package in Ubuntu:
  New

Bug description:
  I have a Dell Inspiron 5548 and I made a clean install of Ubuntu 16.04
  64-bits on it these past days, with subsequent updates, obtaining the
  following error on Xorg:

  
  [   21.492120] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: cp 
failed to lock ring 0 (-2).
  [   21.492154] [drm:amdgpu_resume [amdgpu]] *ERROR* resume 4 failed -2
  [   21.492178] [drm:amdgpu_resume_kms [amdgpu]] *ERROR* amdgpu_resume failed 
(-2).
  [   21.492299] amdgpu :04:00.0: couldn't schedule ib
  [   21.492335] [drm:amdgpu_sched_run_job [amdgpu]] *ERROR* Error scheduling 
IBs (-22)
  [   21.492373] [drm:amd_sched_main [amdgpu]] *ERROR* Failed to run job!

  Regards,
  G. B. Versiani

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Jul 25 23:33:37 2016

[Touch-packages] [Bug 1568429] Re: 1002:68b8 Radeon won't work with KMS enabled

2016-07-25 Thread Christopher M. Penalver
Charlie McMackin, when in initramfs can you mount it via:
mount -o remount,rw /root

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1568429

Title:
  1002:68b8 Radeon won't work with KMS enabled

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After upgrading to Xenial today and ensuring the xorg radeon driver
  was enabled, when booting both monitor lose signal input and the
  keyboard becomes unresponsive.

  My hardware:
  02:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Juniper XT [Radeon HD 5770] [1002:68b8] (prog-if 00 [VGA controller])
Subsystem: XFX Pine Group Inc. Juniper XT [Radeon HD 5770] [1682:2990]

  WORKAROUND: Use one of the following kernel parameters:
  nomodeset
  radeon.modeset=0

  The machine will boot but the radeon driver will not load. Attempting
  to load radeon driver with `sudo modprobe radeon modeset=1` after
  booting with modesetting off results in the same fail state explained
  above.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,widget,regex,vpswitch,resize,imgpng,place,gnomecompat,wall,move,animation,fade,snap,expo,scale,unitymtgrabhandles,ezoom,session,workarounds]
  CompositorRunning: None
  Date: Sat Apr  9 20:02:22 2016
  DistUpgraded: 2016-04-09 16:49:55,340 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
"./xorg_fix_proprietary.py" (No such file or directory) (8))
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 5.0.12, 4.2.0-35-generic, x86_64: installed
   vboxhost, 5.0.12, 4.4.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770] 
[1002:68b8] (prog-if 00 [VGA controller])
     Subsystem: XFX Pine Group Inc. Juniper XT [Radeon HD 5770] [1682:2990]
  InstallationDate: Installed on 2013-12-29 (832 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-18-generic 
root=UUID=e7310b2e-03b9-4e94-ba8a-d384330592cf ro quiet splash radeon.modeset=0
  Renderer: Software
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to xenial on 2016-04-09 (0 days ago)
  dmi.bios.date: 04/29/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0519
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5N7A-VM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0519:bd04/29/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5N7A-VM:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12.2+16.04.20160331-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Sat Apr  9 19:49:46 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.18.3-1ubuntu2

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

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


[Touch-packages] [Bug 1605513] Re: Touchpad scrolling is disproportionately faster than mouse wheel scrolling

2016-07-25 Thread Daniel van Vugt
That's an idea but we have a problem with libinput/Mir I think... It
hides two-finger events from the client during a scroll, and only
delivers vscroll events instead.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1605513

Title:
  Touchpad scrolling is disproportionately faster than mouse wheel
  scrolling

Status in Canonical System Image:
  New
Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Touchpad scrolling is disproportionately faster than mouse wheel
  scrolling in Unity8 (web browser and system settings).

  I can only say this with confidence today because I implemented
  accurate smooth scrolling in Xmir yesterday, so I know how it should
  behave.

  It's possible QtMir is overreacting to the large number of events that
  touchpads generate compared to a mouse wheel, without taking into
  account the scroll magnitude of each one is smaller.

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

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


[Touch-packages] [Bug 1603358] Re: no tap to click in unity8

2016-07-25 Thread Daniel van Vugt
** Changed in: mir
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1603358

Title:
  no tap to click in unity8

Status in Mir:
  Invalid
Status in mir package in Ubuntu:
  Invalid
Status in ubuntu-system-settings package in Ubuntu:
  Invalid

Bug description:
  trying out the unity8 session in xenial there is no way to make tap to
  click on a touchpad work in unity8 ... clicking the touchpad button
  works fine but means you need both hands for click+drag which breaks
  the workflow enough to make the touchpad rather unusable.

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

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


[Touch-packages] [Bug 1603453] Re: Network indicator does not run on Unity 8 desktop sessions, which also means the Ubuntu Store does not show any app pictures (just greyed out Ubuntu logos)

2016-07-25 Thread Daniel van Vugt
And bugs merged again.

Please remember to keep relevant text in bug titles or else we'll just
end up with even more duplicates.

** Summary changed:

- Network indicator does not run on Unity 8 desktop sessions
+ Network indicator does not run on Unity 8 desktop sessions, which also means 
the Ubuntu Store does not show any app pictures (just greyed out Ubuntu logos)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1603453

Title:
  Network indicator does not run on Unity 8 desktop sessions, which also
  means the Ubuntu Store does not show any app pictures (just greyed out
  Ubuntu logos)

Status in Canonical System Image:
  In Progress
Status in indicator-network package in Ubuntu:
  In Progress
Status in unity8-desktop-session package in Ubuntu:
  Confirmed

Bug description:
  The network indicator stopped running after a recent upgrade to the
  Unity 8 desktop session.

  The cause is that the session name changed and the upstart job is
  using the incorrect session name.

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

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


[Touch-packages] [Bug 1606071] Re: [HP ProBook 455 G3] Unable to boot

2016-07-25 Thread Christopher M. Penalver
Brian, because you don't understand why I'm asking a question, doesn't
make the question less relevant. The driver you are having the problem
with is the open source driver. If one isn't using fglrx, then one is
also using an open source driver (although a different version).

Despite this, to further clarify, when you say in 15.10 when you didn't
have fglrx installed it was in low graphics mode, did you have to use
any WORKAROUNDs or does it boot up that way by default?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1606071

Title:
  [HP ProBook 455 G3] Unable to boot

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When using Ubuntu 16.04 I get a black screen immediately when booting up. I 
tried using kernel parameter amdgpu.runpm=0 Ubuntu boots up into the live 
Ubuntu with the correct resolution but after 5 minutes or so, I got the black 
screen again. This doesn't happen with 15.10 where the fglrx drivers are still 
available. My hardware:
  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Carrizo [1002:9874] (rev c5) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device [103c:80ef]

  WORKAROUND: The following kernel parameter allows me to boot into low 
graphics mode:
  nomodeset

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-42.49-generic 4.2.8-ckt12
  Uname: Linux 4.2.0-42-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:

  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Jul 24 17:45:49 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus: fglrx-core, 15.201, 4.2.0-42-generic, x86_64: installed
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Carrizo [1002:9874] (rev c5) (prog-if 
00 [VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:80ef]
  InstallationDate: Installed on 2016-07-23 (1 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: HP HP ProBook 455 G3
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-42-generic.efi.signed 
root=UUID=3995b7d0-4563-4eb7-b27b-220f98ff0526 ro nomodeset quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/11/2016
  dmi.bios.vendor: HP
  dmi.bios.version: N79 Ver. 01.11
  dmi.board.name: 80EF
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 92.49
  dmi.chassis.asset.tag: 5CD6216FPW
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN79Ver.01.11:bd04/11/2016:svnHP:pnHPProBook455G3:pvr:rvnHP:rn80EF:rvrKBCVersion92.49:cvnHP:ct10:cvr:
  dmi.product.name: HP ProBook 455 G3
  dmi.sys.vendor: HP
  version.compiz: compiz 1:0.9.12.2+15.10.20151202-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sun Jul 24 21:30:05 2016
  xserver.configfile: default
  xserver.errors:
   open /dev/dri/card0: No such file or directory
   AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object 
file: No such file or directory]
   AIGLX error: failed to open /usr/lib64/dri/fglrx_dri.so, 
error[/usr/lib64/dri/fglrx_dri.so: cannot open shared object file: No such file 
or directory]
   AIGLX error: failed to open /usr/X11R6/lib/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib/modules/dri/fglrx_dri.so: cannot open shared object file: 
No such file or directory]
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: fglrx

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

-- 
Mailing list: 

[Touch-packages] [Bug 1573773] Re: System freezes randomly a few times a day

2016-07-25 Thread Christopher M. Penalver
roshall, did this problem not occur in a Ubuntu release prior to 16.04?

** Description changed:

  ~ % cat /var/log/xdm.log
  
  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
- (EE) 
+ (EE)
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
- (EE) 
+ (EE)
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
- (EE) 
+ (EE)
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
- (EE) 
+ (EE)
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.
- 
  
  My system info:
  
-  ~ % uname -a
+  ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
-  ~ % cat /etc/debian_version 
+  ~ % cat /etc/debian_version
  stretch/sid
  
-  ~ % lsb_release -a
+  ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
-  ~ %
- --- 
+  ~ %
+ ---
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  NVIDIA Corporation GK208 

[Touch-packages] [Bug 1433590] Re: apparmor dbus denial for org.freedesktop.Accounts and make Other vibrations work

2016-07-25 Thread Zhang Enwei
Hi Zsombor,
Here is the latest usensord binary. Could you please help verify?
I verified unconfined apps, I cannot verify confined apps since this needs code 
change from Toolkit.
Thanks a lot.

** Attachment added: "usensord.zip"
   
https://bugs.launchpad.net/ubuntu/+source/usensord/+bug/1433590/+attachment/4707427/+files/usensord.zip

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1433590

Title:
  apparmor dbus denial for org.freedesktop.Accounts and make Other
  vibrations work

Status in Canonical System Image:
  In Progress
Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed
Status in usensord package in Ubuntu:
  In Progress

Bug description:
  This affects vivid and (somewhat recently?) 14.09.

  At some point, apps started to request access to
  org.freedesktop.Accounts for something, but I'm not sure what. It has
  been conjectured in this bug that it is due to vibration settings.
  Filing against ubuntu-system-settings for now, but please feel free to
  move to the correct package.

  This happens with webapps:
  Apr  7 08:42:17 ubuntu-phablet dbus[797]: apparmor="DENIED" 
operation="dbus_method_call"  bus="system" path="/org/freedesktop/Accounts" 
interface="org.freedesktop.DBus.Introspectable" member="Introspect" mask="send" 
name="org.freedesktop.Accounts" pid=2632 
profile="com.ubuntu.developer.webapps.webapp-facebook_webapp-facebook_1.0.26" 
peer_pid=1596 peer_profile="unconfined"
  Apr  7 08:42:17 ubuntu-phablet dbus[797]: apparmor="DENIED" 
operation="dbus_method_call"  bus="system" path="/org/freedesktop/Accounts" 
interface="org.freedesktop.Accounts" member="FindUserById" mask="send" 
name="org.freedesktop.Accounts" pid=2632 
profile="com.ubuntu.developer.webapps.webapp-facebook_webapp-facebook_1.0.26" 
peer_pid=1596 peer_profile="unconfined"

  and QML apps:
  Apr  7 08:43:40 ubuntu-phablet dbus[797]: apparmor="DENIED" 
operation="dbus_method_call"  bus="system" path="/org/freedesktop/Accounts" 
interface="org.freedesktop.DBus.Introspectable" member="Introspect" mask="send" 
name="org.freedesktop.Accounts" pid=3377 
profile="com.ubuntu.calculator_calculator_1.3.339" peer_pid=1596 
peer_profile="unconfined"
  Apr  7 08:43:40 ubuntu-phablet dbus[797]: apparmor="DENIED" 
operation="dbus_method_call"  bus="system" path="/org/freedesktop/Accounts" 
interface="org.freedesktop.Accounts" member="FindUserById" mask="send" 
name="org.freedesktop.Accounts" pid=3377 
profile="com.ubuntu.calculator_calculator_1.3.339" peer_pid=1596 
peer_profile="unconfined"

  The following rules allow the requested access:
dbus (send)
 bus=system
 path="/org/freedesktop/Accounts"
 interface="org.freedesktop.DBus.{Introspectable,Properties}"
 member=Introspect
 peer=(name=org.freedesktop.Accounts,label=unconfined),
dbus (send)
 bus=system
 path="/org/freedesktop/Accounts"
 interface="org.freedesktop.Accounts"
 member=FindUserById
 peer=(name=org.freedesktop.Accounts,label=unconfined),
dbus (send)
 bus=system
 path="/org/freedesktop/Accounts/User[0-9]*"
 interface="org.freedesktop.DBus.Properties"
 member=Get
 peer=(name=org.freedesktop.Accounts,label=unconfined),

  However, the above is too lenient and constitutes a privacy leak for
  apps. FindUserById could be used by a malicious app to enumerate
  usernames on multiuser systems and because we can't mediate method
  data with apparmor, the Get() method can be used to obtain any
  information provided by this interface.

  The following can be used to see what can be leaked to a malicious app:
  gdbus introspect --system -d org.freedesktop.Accounts -o 
/org/freedesktop/Accounts/User`id -u phablet`

  This can be solved in a couple of ways:
  1. add whatever information the app is trying to access to a new helper 
service that only exposes things that the app needs. This could be a single 
standalone service, perhaps something from ubuntu-system-settings, that could 
expose any number of things-- the current locale, if the locale changed, if the 
grid units changed, the vibration settings, etc. Since this service wouldn't 
have any sensitive information, you could use standard dbus 
properties/Get()/etc 
  2. add a new dbus API to an existing service such that apparmor rules can 
then be used to allow by method (eg, GetVibration() or something)

  I won't dictate the implementation except to mention that '1' seems
  like something generally useful and I believe that it was something
  the ubuntu-system-settings devs were already looking at for detecting
  locale changes without rebooting.


  Original description
  starting an app in vivid (image 135 on 

[Touch-packages] [Bug 1580472] Re: No visible cursor after logging in

2016-07-25 Thread Christopher M. Penalver
** Package changed: xorg (Ubuntu) => nvidia-graphics-drivers-361
(Ubuntu)

** Changed in: nvidia-graphics-drivers-361 (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1580472

Title:
  No visible cursor after logging in

Status in nvidia-graphics-drivers-361 package in Ubuntu:
  New

Bug description:
  Only when using the nvidia drivers, after logging in, the cursor is
  not drawn on the screen. I can see its effects while moving the mouse
  or touchpad, as items on the panel gets highlighted, or my unity panel
  becomes visible. I can even click on them and everything else works.

  Workaround:
  Move to vt1 (CTRL + ALT + F1), log in, and restart the lightdm server:
  sudo service lightdm restart. Now log in again through lightdm. This works 
most of the time.

  ---
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
u'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22 18:10:58 
PDT 2016
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1)
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog: Ubuntu_LTS: clean, 842218/2048 files, 71321491/81919232 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-24-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-28-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-31-generic, x86_64: installed
   nvidia-361, 361.42, 4.4.0-28-generic, x86_64: installed
   nvidia-361, 361.42, 4.4.0-31-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
     Subsystem: ASUSTeK Computer Inc. GM107M [GeForce GTX 850M] [1043:178d]
  InstallationDate: Installed on 2016-06-24 (27 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 005: ID 0bda:57b4 Realtek Semiconductor Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=35ffa5c6-747b-48ed-8546-3701daed4a97 ro quiet splash acpi_osi= 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Tags:  xenial ubuntu compiz-0.9
  Uname: Linux 4.4.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

To manage notifications about this bug go to:

[Touch-packages] [Bug 1598904] Re: X server crashes sporadically with a segfault

2016-07-25 Thread Christopher M. Penalver
Stefan Freyr, kernel 4.6.x is not supported. If you return your OS to
the default Ubuntu kernel is this still reproducible?

** Tags added: bios-outdated-1.24

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1598904

Title:
  X server crashes sporadically with a segfault

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  My desktop session crashes sporadically. Often this happens when I
  leave the computer and the screensaver starts (Euphoria GL
  screensaver). This bug is not reproducible on demand.

  Attached is my Xorg log file which seems to indicate that this problem
  is related to the i915 driver code.

  ---
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: kwin
  DistUpgraded: 2016-06-15 15:16:54,383 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:5036]
  InstallationDate: Installed on 2016-05-26 (59 days ago)
  InstallationMedia: Kubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  LightdmGreeterLog:
   QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such 
file or directory
   QFileSystemWatcher: failed to add paths: /var/lib/lightdm/.config/ibus/bus
   Bus::open: Can not get ibus-daemon's address.
   IBusInputContext::createInputContext: no connection to ibus-daemon
   file:///usr/share/kde4/apps/lightdm-kde-greeter/themes/userbar/main.qml:135: 
Unable to assign [undefined] to QString usersession
  LightdmGreeterLogOld:
   QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such 
file or directory
   QFileSystemWatcher: failed to add paths: /var/lib/lightdm/.config/ibus/bus
   Bus::open: Can not get ibus-daemon's address.
   IBusInputContext::createInputContext: no connection to ibus-daemon
   file:///usr/share/kde4/apps/lightdm-kde-greeter/themes/userbar/main.qml:135: 
Unable to assign [undefined] to QString usersession
  MachineType: LENOVO 20BWS18900
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.6.3-040603-generic 
root=UUID=285091fd-ac1a-4801-8055-c356ab9083a5 ro quiet splash vt.handoff=7
  Tags:  trusty ubuntu
  Uname: Linux 4.6.3-040603-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-06-15 (39 days ago)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 03/02/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET46WW (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BWS18900
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET46WW(1.11):bd03/02/2015:svnLENOVO:pn20BWS18900:pvrThinkPadT450s:rvnLENOVO:rn20BWS18900:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BWS18900
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Mon Jul 25 09:49:33 2016
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1133
   vendor LGD
  xserver.version: 2:1.17.2-1ubuntu9.1~trusty1

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

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


[Touch-packages] [Bug 1433590] Re: apparmor dbus denial for org.freedesktop.Accounts and make Other vibrations work

2016-07-25 Thread Zhang Enwei
Hi Tyler and Seth,
Could you please help review current solution again? This bug is tagged ota13 
so I don't have much time left. Thanks a lot.
Hi Zsombor,
Have you verified the binary I sent to you? Thank you.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1433590

Title:
  apparmor dbus denial for org.freedesktop.Accounts and make Other
  vibrations work

Status in Canonical System Image:
  In Progress
Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed
Status in usensord package in Ubuntu:
  In Progress

Bug description:
  This affects vivid and (somewhat recently?) 14.09.

  At some point, apps started to request access to
  org.freedesktop.Accounts for something, but I'm not sure what. It has
  been conjectured in this bug that it is due to vibration settings.
  Filing against ubuntu-system-settings for now, but please feel free to
  move to the correct package.

  This happens with webapps:
  Apr  7 08:42:17 ubuntu-phablet dbus[797]: apparmor="DENIED" 
operation="dbus_method_call"  bus="system" path="/org/freedesktop/Accounts" 
interface="org.freedesktop.DBus.Introspectable" member="Introspect" mask="send" 
name="org.freedesktop.Accounts" pid=2632 
profile="com.ubuntu.developer.webapps.webapp-facebook_webapp-facebook_1.0.26" 
peer_pid=1596 peer_profile="unconfined"
  Apr  7 08:42:17 ubuntu-phablet dbus[797]: apparmor="DENIED" 
operation="dbus_method_call"  bus="system" path="/org/freedesktop/Accounts" 
interface="org.freedesktop.Accounts" member="FindUserById" mask="send" 
name="org.freedesktop.Accounts" pid=2632 
profile="com.ubuntu.developer.webapps.webapp-facebook_webapp-facebook_1.0.26" 
peer_pid=1596 peer_profile="unconfined"

  and QML apps:
  Apr  7 08:43:40 ubuntu-phablet dbus[797]: apparmor="DENIED" 
operation="dbus_method_call"  bus="system" path="/org/freedesktop/Accounts" 
interface="org.freedesktop.DBus.Introspectable" member="Introspect" mask="send" 
name="org.freedesktop.Accounts" pid=3377 
profile="com.ubuntu.calculator_calculator_1.3.339" peer_pid=1596 
peer_profile="unconfined"
  Apr  7 08:43:40 ubuntu-phablet dbus[797]: apparmor="DENIED" 
operation="dbus_method_call"  bus="system" path="/org/freedesktop/Accounts" 
interface="org.freedesktop.Accounts" member="FindUserById" mask="send" 
name="org.freedesktop.Accounts" pid=3377 
profile="com.ubuntu.calculator_calculator_1.3.339" peer_pid=1596 
peer_profile="unconfined"

  The following rules allow the requested access:
dbus (send)
 bus=system
 path="/org/freedesktop/Accounts"
 interface="org.freedesktop.DBus.{Introspectable,Properties}"
 member=Introspect
 peer=(name=org.freedesktop.Accounts,label=unconfined),
dbus (send)
 bus=system
 path="/org/freedesktop/Accounts"
 interface="org.freedesktop.Accounts"
 member=FindUserById
 peer=(name=org.freedesktop.Accounts,label=unconfined),
dbus (send)
 bus=system
 path="/org/freedesktop/Accounts/User[0-9]*"
 interface="org.freedesktop.DBus.Properties"
 member=Get
 peer=(name=org.freedesktop.Accounts,label=unconfined),

  However, the above is too lenient and constitutes a privacy leak for
  apps. FindUserById could be used by a malicious app to enumerate
  usernames on multiuser systems and because we can't mediate method
  data with apparmor, the Get() method can be used to obtain any
  information provided by this interface.

  The following can be used to see what can be leaked to a malicious app:
  gdbus introspect --system -d org.freedesktop.Accounts -o 
/org/freedesktop/Accounts/User`id -u phablet`

  This can be solved in a couple of ways:
  1. add whatever information the app is trying to access to a new helper 
service that only exposes things that the app needs. This could be a single 
standalone service, perhaps something from ubuntu-system-settings, that could 
expose any number of things-- the current locale, if the locale changed, if the 
grid units changed, the vibration settings, etc. Since this service wouldn't 
have any sensitive information, you could use standard dbus 
properties/Get()/etc 
  2. add a new dbus API to an existing service such that apparmor rules can 
then be used to allow by method (eg, GetVibration() or something)

  I won't dictate the implementation except to mention that '1' seems
  like something generally useful and I believe that it was something
  the ubuntu-system-settings devs were already looking at for detecting
  locale changes without rebooting.


  Original description
  starting an app in vivid (image 135 on arale currently)

  produces a bunch of dbus denials in syslog ... (there is also a
  /dev/tty one but i think this is just 

[Touch-packages] [Bug 1538345] Re: /usr/lib/telepathy/mission-control-5:5:g_settings_set_property:object_set_property:g_object_new_internal:g_object_new_valist:g_object_new

2016-07-25 Thread Alberto Salvia Novella
** Changed in: telepathy-mission-control-5 (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1538345

Title:
  /usr/lib/telepathy/mission-
  
control-5:5:g_settings_set_property:object_set_property:g_object_new_internal:g_object_new_valist:g_object_new

Status in telepathy-mission-control-5 package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding telepathy-mission-control-5.  This problem was most recently
  seen with version 1:5.16.3-1ubuntu4, the problem page at
  https://errors.ubuntu.com/problem/9e1078e3602a25d0a0d6de9827069e89751a2728
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1538345/+subscriptions

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


[Touch-packages] [Bug 1588129] Re: package click 0.4.43+16.04.20160203-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-07-25 Thread Alberto Salvia Novella
** Changed in: click (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to click in Ubuntu.
https://bugs.launchpad.net/bugs/1588129

Title:
  package click 0.4.43+16.04.20160203-0ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

Status in click package in Ubuntu:
  Confirmed

Bug description:
  unity8-desktop-session-mir

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: click 0.4.43+16.04.20160203-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Tue May 31 23:39:39 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-05-13 (20 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: click
  Title: package click 0.4.43+16.04.20160203-0ubuntu2 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1605911] Re: package libunity9 7.1.4+16.04.20160701-0ubuntu1 failed to install/upgrade: trying to overwrite shared '/usr/bin/unity-scope-loader', which is different from other in

2016-07-25 Thread Alberto Salvia Novella
** Changed in: libunity (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libunity in Ubuntu.
https://bugs.launchpad.net/bugs/1605911

Title:
  package libunity9 7.1.4+16.04.20160701-0ubuntu1 failed to
  install/upgrade: trying to overwrite shared '/usr/bin/unity-scope-
  loader', which is different from other instances of package
  libunity9:i386

Status in libunity package in Ubuntu:
  Confirmed

Bug description:
  I don't know what's going on.  All I know is that I'm trying to
  install some programs to Ubuntu and it isn't working.  I tried the
  apt-get install -f to no avail.  I'm trying to install the Chrome
  browser from Google and Tetravex plus some updates and they won't
  install.   I'm new to Ubuntu and wanted to try it out as an
  alternative to Windows.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libunity9 7.1.4+16.04.20160701-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Sat Jul 23 13:35:07 2016
  DuplicateSignature:
   package:libunity9:7.1.4+16.04.20160701-0ubuntu1
   Unpacking libperl5.22:i386 (5.22.1-9) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libperl5.22_5.22.1-9_i386.deb (--unpack):
trying to overwrite shared 
'/usr/share/doc/libperl5.22/changelog.Debian.gz', which is different from other 
instances of package libperl5.22:i386
  ErrorMessage: trying to overwrite shared '/usr/bin/unity-scope-loader', which 
is different from other instances of package libunity9:i386
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: libunity
  Title: package libunity9 7.1.4+16.04.20160701-0ubuntu1 failed to 
install/upgrade: trying to overwrite shared '/usr/bin/unity-scope-loader', 
which is different from other instances of package libunity9:i386
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1605117] Re: LightDM tray items disappear after logout

2016-07-25 Thread Alberto Salvia Novella
** Changed in: lightdm (Ubuntu)
   Importance: Undecided => Medium

** Also affects: lightdm
   Importance: Undecided
   Status: New

** Changed in: lightdm
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1605117

Title:
  LightDM tray items disappear after logout

Status in Light Display Manager:
  Confirmed
Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  LightDM tray items disappear after logout

  Steps to reproduce:
  1) install latest LightDM updates (reboot)
  2) login
  3) logout

  Downgrading to LightDM 1.18.1-0ubuntu1 fix problem

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Jul 21 10:57:44 2016
  InstallationDate: Installed on 2016-05-23 (58 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release i386 (20160420.1)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1603567] Re: package udev 229-4ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-07-25 Thread Alberto Salvia Novella
** Changed in: systemd (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1603567

Title:
  package udev 229-4ubuntu7 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  -

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: udev 229-4ubuntu7
  ProcVersionSignature: Ubuntu 4.2.0-41.48-generic 4.2.8-ckt11
  Uname: Linux 4.2.0-41-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Sat Jul 16 02:20:19 2016
  DuplicateSignature: package:udev:229-4ubuntu7:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-06-06 (39 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 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
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-41-generic 
root=UUID=e7176439-e1f3-46d5-a1f6-af93ef66bb6c ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu3
  SourcePackage: systemd
  Title: package udev 229-4ubuntu7 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: Upgraded to xenial on 2016-07-15 (0 days ago)
  dmi.bios.date: 02/08/2006
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: NT94510J.86A.3528.2006.0208.1102
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: D945GNT
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAC96315-405
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrNT94510J.86A.3528.2006.0208.1102:bd02/08/2006:svn:pn:pvr:rvnIntelCorporation:rnD945GNT:rvrAAC96315-405:cvn:ct2:cvr:

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

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


[Touch-packages] [Bug 1606356] Re: package libpng12-0 1.2.51-0ubuntu3.15.10.1 failed to install/upgrade: no se puede acceder al archivo: No existe el archivo o el directorio

2016-07-25 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libpng in Ubuntu.
https://bugs.launchpad.net/bugs/1606356

Title:
  package libpng12-0 1.2.51-0ubuntu3.15.10.1 failed to install/upgrade:
  no se puede acceder al archivo: No existe el archivo o el directorio

Status in libpng package in Ubuntu:
  New

Bug description:
  i dont know

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libpng12-0 1.2.51-0ubuntu3.15.10.1
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  Date: Mon Jul 25 15:10:41 2016
  Dependencies:
   gcc-5-base 5.2.1-22ubuntu2
   libc6 2.21-0ubuntu4.3
   libgcc1 1:5.2.1-22ubuntu2
   zlib1g 1:1.2.8.dfsg-2ubuntu4
  DpkgHistoryLog:
   
  DpkgTerminalLog:
   
  ErrorMessage: no se puede acceder al archivo: No existe el archivo o el 
directorio
  InstallationDate: Installed on 2014-07-18 (737 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu2
  SourcePackage: libpng
  Title: package libpng12-0 1.2.51-0ubuntu3.15.10.1 failed to install/upgrade: 
no se puede acceder al archivo: No existe el archivo o el directorio
  UpgradeStatus: Upgraded to wily on 2015-11-14 (253 days ago)

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

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


[Touch-packages] [Bug 1606291] Re: i don't know

2016-07-25 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1606291

Title:
  i don't know

Status in xorg package in Ubuntu:
  New

Bug description:
  i don't know

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-92.139-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-92-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Mon Jul 25 11:40:34 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company NC6220 [103c:308a]
 Subsystem: Hewlett-Packard Company Device [103c:308a]
  InstallationDate: Installed on 2016-05-19 (67 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  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 002: ID 046d:c016 Logitech, Inc. Optical Wheel Mouse
   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 HP Compaq nc6220 (PU982AW#ABA)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=es_PR:es
   PATH=(custom, no user)
   LANG=es_PR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-92-generic 
root=UUID=e7508e91-62df-4fb7-ab04-ec5cac884754 ro splash quiet plymouth:debug=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/09/2006
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68DTU Ver. F.12
  dmi.board.name: 308A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 40.22
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68DTUVer.F.12:bd08/09/2006:svnHewlett-Packard:pnHPCompaqnc6220(PU982AW#ABA):pvrF.12:rvnHewlett-Packard:rn308A:rvrKBCVersion40.22:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq nc6220 (PU982AW#ABA)
  dmi.product.version: F.12
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11.3+14.04.20160425-0ubuntu1
  version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Mon Jul 25 10:23:01 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   3 
   vendor CMO
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Touch-packages] [Bug 1563945] Re: package avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2016-07-25 Thread ernsteiswuerfel
Just got hit by this bug on my PPC-system (PowerMac G5 7,3) after
upgrading from 16.04 to 16.10.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to avahi in Ubuntu.
https://bugs.launchpad.net/bugs/1563945

Title:
  package avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2 failed to
  install/upgrade: subprocess installed pre-removal script returned
  error exit status 1

Status in avahi package in Ubuntu:
  Confirmed

Bug description:
  interesting issues while updating packages this morning...

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Wed Mar 30 09:33:28 2016
  DpkgTerminalLog:
   Removing avahi-discover (0.6.32~rc+dfsg-1ubuntu2) ...
   Removing avahi-dnsconfd (0.6.32~rc+dfsg-1ubuntu2) ...
   Job for avahi-daemon.socket canceled.
   dpkg: error processing package avahi-dnsconfd (--remove):
subprocess installed pre-removal script returned error exit status 1
  DuplicateSignature:
   Removing avahi-dnsconfd (0.6.32~rc+dfsg-1ubuntu2) ...
   Job for avahi-daemon.socket canceled.
   dpkg: error processing package avahi-dnsconfd (--remove):
subprocess installed pre-removal script returned error exit status 1
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
  InstallationDate: Installed on 2016-01-06 (83 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.9
  SourcePackage: avahi
  Title: package avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2 failed to 
install/upgrade: subprocess installed pre-removal script returned error exit 
status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1605950] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1605950

Title:
  package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

Status in gconf package in Ubuntu:
  Confirmed

Bug description:
  A failure with triggers left unprocessed

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: gconf2 3.2.6-3ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  Date: Sat Jul 23 20:03:27 2016
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2016-07-19 (4 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.9ubuntu2
   apt  1.3~exp1
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1606000] Re: package apt 1.2.12~ubuntu16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 6

2016-07-25 Thread Seth Arnold
There's a lot of errors like this in the journal:

ul 24 09:12:59 hostname systemd[1]: systemd-udevd.service: Failed with result 
'signal'.
jul 24 09:13:02 hostname systemd[1]: [/lib/systemd/system/emergency.service:19] 
Not an absolute path, ignoring: -/root
jul 24 09:13:02 hostname systemd[1]: [/lib/systemd/system/rescue.service:18] 
Not an absolute path, ignoring: -/root
jul 24 09:13:02 hostname systemd[1]: [/lib/systemd/system/user@.service:20] 
Unknown lvalue 'TasksMax' in section 'Service'
jul 24 09:13:02 hostname systemd[1]: tmp.mount: Cannot add dependency job, 
ignoring: Unit tmp.mount failed to load: No such file or directory.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1606000

Title:
  package apt 1.2.12~ubuntu16.04.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 6

Status in apt package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  bug error

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: apt 1.2.12~ubuntu16.04.1
  ProcVersionSignature: Ubuntu 4.2.0-42.49-generic 4.2.8-ckt12
  Uname: Linux 4.2.0-42-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Sun Jul 24 09:52:56 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 6
  InstallationDate: Installed on 2015-09-20 (308 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: apt
  Title: package apt 1.2.12~ubuntu16.04.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 6
  UpgradeStatus: Upgraded to xenial on 2016-07-24 (0 days ago)

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

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


[Touch-packages] [Bug 1605896] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-07-25 Thread Apport retracing service
*** This bug is a duplicate of bug 1605950 ***
https://bugs.launchpad.net/bugs/1605950

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1605950, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1605950
   package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems 
- leaving triggers unprocessed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1605896

Title:
  package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  Varios errores durante la actualización a 16.04 a 16.0.1

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: gconf2 3.2.6-3ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  Date: Sat Jul 23 11:09:19 2016
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2016-04-26 (87 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.9ubuntu2
   apt  1.3~exp1
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: Upgraded to yakkety on 2016-07-23 (0 days ago)

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

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


[Touch-packages] [Bug 1606000] Re: package apt 1.2.12~ubuntu16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 6

2016-07-25 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

** Also affects: systemd (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1606000

Title:
  package apt 1.2.12~ubuntu16.04.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 6

Status in apt package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  bug error

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: apt 1.2.12~ubuntu16.04.1
  ProcVersionSignature: Ubuntu 4.2.0-42.49-generic 4.2.8-ckt12
  Uname: Linux 4.2.0-42-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Sun Jul 24 09:52:56 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 6
  InstallationDate: Installed on 2015-09-20 (308 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: apt
  Title: package apt 1.2.12~ubuntu16.04.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 6
  UpgradeStatus: Upgraded to xenial on 2016-07-24 (0 days ago)

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

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


[Touch-packages] [Bug 1606000] Re: package apt 1.2.12~ubuntu16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 6

2016-07-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1606000

Title:
  package apt 1.2.12~ubuntu16.04.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 6

Status in apt package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  bug error

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: apt 1.2.12~ubuntu16.04.1
  ProcVersionSignature: Ubuntu 4.2.0-42.49-generic 4.2.8-ckt12
  Uname: Linux 4.2.0-42-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Sun Jul 24 09:52:56 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 6
  InstallationDate: Installed on 2015-09-20 (308 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: apt
  Title: package apt 1.2.12~ubuntu16.04.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 6
  UpgradeStatus: Upgraded to xenial on 2016-07-24 (0 days ago)

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

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


[Touch-packages] [Bug 1591704] Re: bluetoothd crashed with SIGSEGV in __GI__IO_wsetb()

2016-07-25 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1591704

** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1591704

Title:
  bluetoothd crashed with SIGSEGV in __GI__IO_wsetb()

Status in bluez package in Ubuntu:
  New

Bug description:
  Bluetooth crashinfo displayed shortly after login. This happens
  repeatedly.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-22.40-powerpc-smp 4.4.8
  Uname: Linux 4.4.0-22-powerpc-smp ppc
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  Date: Sat Jun 11 11:26:29 2016
  ExecutablePath: /usr/lib/bluetooth/bluetoothd
  InstallationDate: Installed on 2015-09-16 (269 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Alpha powerpc 
(20150827)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 002: ID 05ac:0215 Apple, Inc. Internal Keyboard/Trackpad (ISO)
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 003: ID 05ac:8207 Apple, Inc. 
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdline: /usr/lib/bluetooth/bluetoothd
  ProcEnviron:
   LANG=de_AT.UTF-8
   LANGUAGE=de_AT:de
   PATH=(custom, no user)
  ProcKernelCmdLine: root=UUID=e7580396-741d-4923-8a8a-50db1b938df3 ro 
rootflags=subvol=@ quiet splash
  Signal: 11
  SourcePackage: bluez
  StacktraceTop:
   __GI__IO_wsetb (f=f@entry=0x204b7ca0 <_IO_stdout_>, b=b@entry=0x0, 
eb=eb@entry=0x0, a=a@entry=0) at wgenops.c:105
   _IO_unbuffer_all () at genops.c:918
   _IO_cleanup () at genops.c:960
   __run_exit_handlers (status=0, listp=, 
run_list_atexit=run_list_atexit@entry=true) at exit.c:95
   __GI_exit (status=) at exit.c:104
  Title: bluetoothd crashed with SIGSEGV in __GI__IO_wsetb()
  UpgradeStatus: Upgraded to xenial on 2016-05-08 (35 days ago)
  UserGroups:
   
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 00:14:51:95:FF:B4  ACL MTU: 384:8  SCO MTU: 64:8
UP RUNNING 
RX bytes:534 acl:0 sco:0 events:27 errors:0
TX bytes:612 acl:0 sco:0 commands:26 errors:0

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

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


[Touch-packages] [Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-25 Thread lauricat
Mikko:

I have installed the new network-manager-gnome 1.2.2 as suggested, as
well as [last week] the latest stable kernel - 4.6.3

So after a dozen suspend-resume cycles I can report so far so good!

But no willing to say fixed until I give it some more time, say a week
of normal use.

Yes - I have also noticed a reduction in start up time.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1589401

Title:
  cannot view wifi networks after re-enabling wifi

Status in NetworkManager:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  after re enabling wifi, up-down arrows just like wired network. cannot
  see any wifi ssid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1589401/+subscriptions

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


[Touch-packages] [Bug 1605896] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-07-25 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1605896

Title:
  package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  Varios errores durante la actualización a 16.04 a 16.0.1

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: gconf2 3.2.6-3ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  Date: Sat Jul 23 11:09:19 2016
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2016-04-26 (87 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.9ubuntu2
   apt  1.3~exp1
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: Upgraded to yakkety on 2016-07-23 (0 days ago)

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

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


[Touch-packages] [Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-25 Thread Davide
Mikko: Have you tried reinstalling using the new iso 16.04.1 ?
My experience:
Ubuntu 16.04.0 updated: I have the problem,
Ubuntu 16.04.1: the problem is solved,
strange but true.
I also noticed a reduction in startup time.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1589401

Title:
  cannot view wifi networks after re-enabling wifi

Status in NetworkManager:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  after re enabling wifi, up-down arrows just like wired network. cannot
  see any wifi ssid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1589401/+subscriptions

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


[Touch-packages] [Bug 1568429] Re: 1002:68b8 Radeon won't work with KMS enabled

2016-07-25 Thread Charlie McMackin
"debug break" => black screen, not responsive, no initramfs shell
"debug break=modules" => black screen, not responsive, no initramfs shell
"debug break=top" => initramfs shell but I haven't figured out how to mount a 
read-write filesystem to persist the initramfs.debug or dmesg output, yet.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1568429

Title:
  1002:68b8 Radeon won't work with KMS enabled

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After upgrading to Xenial today and ensuring the xorg radeon driver
  was enabled, when booting both monitor lose signal input and the
  keyboard becomes unresponsive.

  My hardware:
  02:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Juniper XT [Radeon HD 5770] [1002:68b8] (prog-if 00 [VGA controller])
Subsystem: XFX Pine Group Inc. Juniper XT [Radeon HD 5770] [1682:2990]

  WORKAROUND: Use one of the following kernel parameters:
  nomodeset
  radeon.modeset=0

  The machine will boot but the radeon driver will not load. Attempting
  to load radeon driver with `sudo modprobe radeon modeset=1` after
  booting with modesetting off results in the same fail state explained
  above.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,widget,regex,vpswitch,resize,imgpng,place,gnomecompat,wall,move,animation,fade,snap,expo,scale,unitymtgrabhandles,ezoom,session,workarounds]
  CompositorRunning: None
  Date: Sat Apr  9 20:02:22 2016
  DistUpgraded: 2016-04-09 16:49:55,340 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
"./xorg_fix_proprietary.py" (No such file or directory) (8))
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 5.0.12, 4.2.0-35-generic, x86_64: installed
   vboxhost, 5.0.12, 4.4.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770] 
[1002:68b8] (prog-if 00 [VGA controller])
     Subsystem: XFX Pine Group Inc. Juniper XT [Radeon HD 5770] [1682:2990]
  InstallationDate: Installed on 2013-12-29 (832 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-18-generic 
root=UUID=e7310b2e-03b9-4e94-ba8a-d384330592cf ro quiet splash radeon.modeset=0
  Renderer: Software
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to xenial on 2016-04-09 (0 days ago)
  dmi.bios.date: 04/29/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0519
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5N7A-VM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0519:bd04/29/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5N7A-VM:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12.2+16.04.20160331-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Sat Apr  9 19:49:46 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.18.3-1ubuntu2

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

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

[Touch-packages] [Bug 1606375] ThreadStacktrace.txt

2016-07-25 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1606375/+attachment/4707352/+files/ThreadStacktrace.txt

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1606375/+attachment/4707337/+files/CoreDump.gz

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

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1606375

Title:
  Scopes just restart repeatedly

Status in unity8 package in Ubuntu:
  New

Bug description:
  Brand new install of unity8, login and scopes/dash restart every few
  seconds.  It never stabilizes.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: unity8 8.13+16.10.20160714-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  Date: Mon Jul 25 17:13:44 2016
  ExecutablePath: /usr/bin/unity8-dash
  InstallationDate: Installed on 2016-06-01 (54 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcCmdline: unity8-dash 
--desktop_file_hint=/usr/share/applications/unity8-dash.desktop
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1606375] Stacktrace.txt

2016-07-25 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1606375/+attachment/4707350/+files/Stacktrace.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1606375

Title:
  Scopes just restart repeatedly

Status in unity8 package in Ubuntu:
  New

Bug description:
  Brand new install of unity8, login and scopes/dash restart every few
  seconds.  It never stabilizes.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: unity8 8.13+16.10.20160714-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  Date: Mon Jul 25 17:13:44 2016
  ExecutablePath: /usr/bin/unity8-dash
  InstallationDate: Installed on 2016-06-01 (54 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcCmdline: unity8-dash 
--desktop_file_hint=/usr/share/applications/unity8-dash.desktop
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1606375] StacktraceSource.txt

2016-07-25 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1606375/+attachment/4707351/+files/StacktraceSource.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1606375

Title:
  Scopes just restart repeatedly

Status in unity8 package in Ubuntu:
  New

Bug description:
  Brand new install of unity8, login and scopes/dash restart every few
  seconds.  It never stabilizes.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: unity8 8.13+16.10.20160714-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  Date: Mon Jul 25 17:13:44 2016
  ExecutablePath: /usr/bin/unity8-dash
  InstallationDate: Installed on 2016-06-01 (54 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcCmdline: unity8-dash 
--desktop_file_hint=/usr/share/applications/unity8-dash.desktop
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1606375]

2016-07-25 Thread Apport retracing service
StacktraceTop:
 QMessageLogger::fatal(char const*, ...) const () from 
/tmp/apport_sandbox_hRTQ09/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
 qt_assert(char const*, char const*, int) () from 
/tmp/apport_sandbox_hRTQ09/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
 UbuntuOpenGLContext::~UbuntuOpenGLContext (this=0x558a7248e340, 
__in_chrg=) at ../../../src/ubuntumirclient/glcontext.cpp:174
 UbuntuOpenGLContext::~UbuntuOpenGLContext (this=0x558a7248e340, 
__in_chrg=) at ../../../src/ubuntumirclient/glcontext.cpp:175
 QOpenGLContext::destroy() () from 
/tmp/apport_sandbox_hRTQ09/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1606375

Title:
  Scopes just restart repeatedly

Status in unity8 package in Ubuntu:
  New

Bug description:
  Brand new install of unity8, login and scopes/dash restart every few
  seconds.  It never stabilizes.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: unity8 8.13+16.10.20160714-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  Date: Mon Jul 25 17:13:44 2016
  ExecutablePath: /usr/bin/unity8-dash
  InstallationDate: Installed on 2016-06-01 (54 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcCmdline: unity8-dash 
--desktop_file_hint=/usr/share/applications/unity8-dash.desktop
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1600124] Re: Adjust KBL PCI-ID's

2016-07-25 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.4.0-33.52

---
linux (4.4.0-33.52) xenial; urgency=low

  [ Seth Forshee ]

  * Release Tracking Bug
- LP: #1605709

  * [regression] NFS client: access problems after updating to kernel
4.4.0-31-generic (LP: #1603719)
- SAUCE: (namespace) Bypass sget() capability check for nfs

linux (4.4.0-32.51) xenial; urgency=low

  [ Seth Forshee ]

  * Release Tracking Bug
- LP: #1604443

  * thinkpad yoga 260 wacom touchscreen not working (LP: #1603975)
- HID: wacom: break out parsing of device and registering of input
- HID: wacom: Initialize hid_data.inputmode to -1
- HID: wacom: Support switching from vendor-defined device mode on G9 and 
G11

  * changelog: add CVEs as first class citizens (LP: #1604344)
- use CVE numbers in changelog

  * [Xenial] Include Huawei PCIe SSD hio kernel driver (LP: #1603483)
- SAUCE: import Huawei ES3000_V2 (2.1.0.23)
- SAUCE: hio: bio_endio() no longer takes errors arg
- SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
- SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
- SAUCE: hio: fix mask maybe-uninitialized warning
- [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
- SAUCE: hio: Makefile and Kconfig

  * CVE-2016-5243 (LP: #1589036)
- tipc: fix an infoleak in tipc_nl_compat_link_dump
- tipc: fix nl compat regression for link statistics

  * CVE-2016-4470
- KEYS: potential uninitialized variable

  * integer overflow in xt_alloc_table_info (LP: #1555353)
- netfilter: x_tables: check for size overflow

  * CVE-2016-3135:
- Revert "UBUNTU: SAUCE: (noup) netfilter: x_tables: check for size 
overflow"

  * CVE-2016-4440 (LP: #1584192)
- kvm:vmx: more complete state update on APICv on/off

  * the system hangs in the dma driver when reboot or shutdown on a baytrail-m
laptop (LP: #1602579)
- dmaengine: dw: platform: power on device on shutdown
- ACPI / LPSS: override power state for LPSS DMA device

  * Add proper  palm detection support for MS Precision Touchpad (LP: #1593124)
- Revert "HID: multitouch: enable palm rejection if device implements
  confidence usage"
- HID: multitouch: enable palm rejection for Windows Precision Touchpad

  * Add support for Intel 8265 Bluetooth ([8087:0A2B]) (LP: #1599068)
- Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b]

  * CVE-2016-4794 (LP: #1581871)
- percpu: fix synchronization between chunk->map_extend_work and chunk
  destruction
- percpu: fix synchronization between synchronous map extension and chunk
  destruction

  * Xenial update to v4.4.15 stable release (LP: #1601952)
- net_sched: fix pfifo_head_drop behavior vs backlog
- net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG
- sit: correct IP protocol used in ipip6_err
- esp: Fix ESN generation under UDP encapsulation
- netem: fix a use after free
- ipmr/ip6mr: Initialize the last assert time of mfc entries.
- Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address
- sock_diag: do not broadcast raw socket destruction
- bpf, perf: delay release of BPF prog after grace period
- neigh: Explicitly declare RCU-bh read side critical section in 
neigh_xmit()
- net: macb: fix default configuration for GMAC on AT91
- net: alx: Work around the DMA RX overflow issue
- bpf: try harder on clones when writing into skb
- AX.25: Close socket connection on session completion
- crypto: ux500 - memmove the right size
- crypto: user - re-add size check for CRYPTO_MSG_GETALG
- USB: uas: Fix slave queue_depth not being set
- usb: quirks: Fix sorting
- usb: quirks: Add no-lpm quirk for Acer C120 LED Projector
- usb: musb: only restore devctl when session was set in backup
- usb: musb: Stop bulk endpoint while queue is rotated
- usb: musb: Ensure rx reinit occurs for shared_fifo endpoints
- usb: musb: host: correct cppi dma channel for isoch transfer
- usb: xhci-plat: properly handle probe deferral for devm_clk_get()
- USB: xhci: Add broken streams quirk for Frescologic device id 1009
- xhci: Fix handling timeouted commands on hosts in weird states.
- USB: mos7720: delete parport
- usb: gadget: fix spinlock dead lock in gadgetfs
- usb: host: ehci-tegra: Grab the correct UTMI pads reset
- usb: dwc3: exynos: Fix deferred probing storm.
- Linux 4.4.15

  * qeth: delete napi struct when removing a qeth device (LP: #1601831)
- qeth: delete napi struct when removing a qeth device

  * Adjust KBL PCI-ID's (LP: #1600124)
- drm/i915: Add more Kabylake PCI IDs.
- drm/i915: Removing PCI IDs that are no longer listed as Kabylake.

  * [i915_bpo] Rebase driver to v4.7-rc6 + gen9 workarounds + KBP PCH support
(LP: #1599109)
- drm/kms_helper: Add a common place to call init and exit functions.
- drm: Add helper for 

[Touch-packages] [Bug 1523308] Re: During call, unable to wake phone and hang up

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

** Changed in: unity-system-compositor (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-system-compositor in
Ubuntu.
https://bugs.launchpad.net/bugs/1523308

Title:
  During call, unable to wake phone and hang up

Status in Canonical System Image:
  Confirmed
Status in unity-system-compositor package in Ubuntu:
  Confirmed

Bug description:
  This might be a duplicate, I think I've seen discussion of this on the
  mailing list...

  I just made a short phone call.  I got a message saying the callee was
  busy so I wanted to hang up.  But when I took the phone away from my
  face there was just the indicator strip at the top and the rest was
  blank.  Swiping from any edge did nothing.  After perhaps 30 seconds
  the phone woke up again and I was able to hang up normally.

  I've attached the syslog.  The phone is on OTA-8 and all apps are
  updated apart from uTorch and Document Viewer.

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

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


[Touch-packages] [Bug 1606375] [NEW] Scopes just restart repeatedly

2016-07-25 Thread Bryan Quigley
Public bug reported:

Brand new install of unity8, login and scopes/dash restart every few
seconds.  It never stabilizes.

ProblemType: Crash
DistroRelease: Ubuntu 16.10
Package: unity8 8.13+16.10.20160714-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.2-0ubuntu1
Architecture: amd64
Date: Mon Jul 25 17:13:44 2016
ExecutablePath: /usr/bin/unity8-dash
InstallationDate: Installed on 2016-06-01 (54 days ago)
InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcCmdline: unity8-dash 
--desktop_file_hint=/usr/share/applications/unity8-dash.desktop
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 6
SourcePackage: unity8
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


** Tags: amd64 apport-crash need-amd64-retrace yakkety

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1606375

Title:
  Scopes just restart repeatedly

Status in unity8 package in Ubuntu:
  New

Bug description:
  Brand new install of unity8, login and scopes/dash restart every few
  seconds.  It never stabilizes.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: unity8 8.13+16.10.20160714-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  Date: Mon Jul 25 17:13:44 2016
  ExecutablePath: /usr/bin/unity8-dash
  InstallationDate: Installed on 2016-06-01 (54 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcCmdline: unity8-dash 
--desktop_file_hint=/usr/share/applications/unity8-dash.desktop
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1590501] Re: [bq E] [OTA11] Snoozed alarm keeps ringing after being deleted

2016-07-25 Thread Bartosz Kosiorek
** Description changed:

  So, this is what happenes:
  
  1) Set an alarm
  2) When it goes on, press snooze
  3) Delete the alarm
  4) after the 10 minutes from the original time, it rings again
+ 
+ 
+ It looks also strange that even if alarm is Snoozed then it looks like to be 
turned off.

** Changed in: ubuntu-clock-app
   Importance: Undecided => Medium

** Changed in: ubuntu-clock-app
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1590501

Title:
  [bq E] [OTA11] Snoozed alarm keeps ringing after being deleted

Status in Ubuntu Clock App:
  Triaged
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  So, this is what happenes:

  1) Set an alarm
  2) When it goes on, press snooze
  3) Delete the alarm
  4) after the 10 minutes from the original time, it rings again

  
  It looks also strange that even if alarm is Snoozed then it looks like to be 
turned off.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1590501/+subscriptions

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


[Touch-packages] [Bug 1561912] Re: package libgsettings-qt1 0.1+14.10.20140807-0ubuntu4 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2016-07-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gsettings-qt in Ubuntu.
https://bugs.launchpad.net/bugs/1561912

Title:
  package libgsettings-qt1 0.1+14.10.20140807-0ubuntu4 failed to
  install/upgrade: subprocess installed pre-removal script returned
  error exit status 1

Status in gsettings-qt package in Ubuntu:
  New

Bug description:
  Poblem during upgrade from ubuntu 15.04 to 15.10

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libgsettings-qt1 0.1+14.10.20140807-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-56.62-generic 3.19.8-ckt15
  Uname: Linux 3.19.0-56-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.8
  Architecture: amd64
  Date: Fri Mar 25 10:23:27 2016
  DuplicateSignature: 
package:libgsettings-qt1:0.1+14.10.20140807-0ubuntu4:subprocess installed 
pre-removal script returned error exit status 1
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: gsettings-qt
  Title: package libgsettings-qt1 0.1+14.10.20140807-0ubuntu4 failed to 
install/upgrade: subprocess installed pre-removal script returned error exit 
status 1
  UpgradeStatus: Upgraded to wily on 2016-03-25 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsettings-qt/+bug/1561912/+subscriptions

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


Re: [Touch-packages] [Bug 1541082] Re: [PowerMac3, 1] Blotchy GUI graphics for images

2016-07-25 Thread Fritz Hudnut
@ernst:

Many, many thanks for the details . . . I can see numerous "errors" showing
up as the OS loads, including something about the "r128" "failing," I think
we've discussed some of these things before . . . but, since for the most
part "things were working" I didn't mess with it.

But, indeed, very easy to test out your suggestion for the r128 module . .
. and then see what happens.  I did check the "Display" stats in the
Control Center and it seemed like things were showing "OK" . . . but,
didn't do any "lsmod" checks, etc.

Might be able to get to that tomorrow . . . I'll post back if and when I do
. . . .  Again, appreciate the time you spent on this . . . .

F

On Mon, Jul 25, 2016 at 11:43 AM, ernsteiswuerfel 
wrote:

> Had a closer look at your Xorg.log:
>
> [25.862] (II) LoadModule: "r128"
> [25.863] (WW) Warning, couldn't open module r128
> [25.863] (II) UnloadModule: "r128"
> [25.863] (II) Unloading r128
> [25.896] (EE) Failed to load module "r128" (module does not exist, 0)
> [25.896] (II) LoadModule: "modesetting"
>
> xorg tries to load the appropriate driver for your ATI Rage, wich is
> "r128". Since this driver is not found, it uses the generic
> "modesetting" driver, which in turn resorts to a 15bpp framebuffer.
>
> Just found out that the needed xserver-xorg-video-r128 package is no
> longer installed by default in Yakkety. Maybe this is also the case in
> Xenial. So the easy solution for you would be to "sudo apt-get install
> xserver-xorg-video-r128" and reboot. Maybe you get an accelerated 24bpp
> desktop again without needing a supplementary xorg.conf!
>
> >Since the dev had gotten back to me to post the screen shot, and then,
> >nothing posted/commented back about it, I've come to the conclusion that
> it
> >is just the image file itself that is a low spec/low res image. Other
> >backgrounds, like the "cosmos" one that changes images, some of them are
> >perfect, and others have this low resolution issue.
>
> Nope it is the other way round. The background image is 24bpp but the
> display driver has to show it on an 15/16bpp screen - it needs to reduce
> the colours somehow which makes the image appear blotchy. Icons don't
> have that many gradients which leaves them looking crisp on 15/16bpp.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1541082
>
> Title:
>   [PowerMac3,1] Blotchy GUI graphics for images
>
> Status in xorg package in Ubuntu:
>   New
>
> Bug description:
>   The background image and other image files are blotchy.
>
>   ---
>   ApportVersion: 2.20.1-0ubuntu2.1
>   Architecture: powerpc
>   BootLog:
>fsck from util-linux 2.27.1
>/dev/sda13: clean, 182266/1458176 files, 1099215/5826607 blocks
>   CompizPlugins: No value set for
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: None
>   DistUpgraded: Fresh install
>   DistroCodename: xenial
>   DistroRelease: Ubuntu 16.04
>   DistroVariant: ubuntu
>   DpkgLog:
>
>   ExtraDebuggingInterest: Yes, if not too technical
>   GraphicsCard: Advanced Micro Devices, Inc. [AMD/ATI] Rage 128 PRO AGP 4x
> TMDS [1002:5046] (prog-if 00 [VGA controller])
>   InstallationDate: Installed on 2016-01-31 (154 days ago)
>   InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha powerpc
> (20160123)
>   Lsusb:
>Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
>Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
>Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
>Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>   Package: xorg 1:7.7+13ubuntu3
>   PackageArchitecture: powerpc
>   ProcEnviron:
>LANGUAGE=en_US
>TERM=xterm
>PATH=(custom, no user)
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: root=UUID=4eb514e5-48d7-4e99-a402-5294c80e78cc ro
> quiet splash
>   ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc-smp 4.4.10
>   Renderer: Software
>   Tags:  xenial ubuntu
>   Uname: Linux 4.4.0-24-powerpc-smp ppc
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   UserGroups:
>
>   _MarkForUpload: True
>   version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1
>   version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
>   version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev
> 1:2.10.1-1ubuntu2
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
> 

[Touch-packages] [Bug 1606078] Re: No sound with Ubuntu 16.04

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

** Changed in: alsa-driver (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1606078

Title:
  No sound with Ubuntu 16.04

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  After a fresh install of Ubuntu 16.04.1 on an LG S1 Express Dual
  laptop there was no sound from the speakers unless external speakers
  where hooked to the headphones socket. This applies to the Ubuntu
  Mate, Xubuntu and Lubuntu variants. This laptop was working fine for
  all previous releases up to 14.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bashar 3263 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jul 25 01:51:19 2016
  InstallationDate: Installed on 2016-07-24 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release i386 (20160719)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bashar 3263 F pulseaudio
  Symptom_Jack: Line Out, Internal
  Symptom_Type: No sound at all
  Title: [S1-M401E1, Realtek ALC880, Line Out, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/16/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: RKYWSF0B
  dmi.board.name: ROCKY
  dmi.board.vendor: LG Electronics
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LG Electronics
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrRKYWSF0B:bd02/16/2006:svnLGElectronics:pnS1-M401E1:pvrNotApplicable:rvnLGElectronics:rnROCKY:rvrNotApplicable:cvnLGElectronics:ct10:cvrN/A:
  dmi.product.name: S1-M401E1
  dmi.product.version: Not Applicable
  dmi.sys.vendor: LG Electronics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1606078/+subscriptions

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


[Touch-packages] [Bug 1606359] [NEW] package libtiff5 4.0.3-12.3ubuntu2 failed to install/upgrade: no se puede acceder al archivo: No existe el archivo o el directorio

2016-07-25 Thread josezaldivar
Public bug reported:

5456

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: libtiff5 4.0.3-12.3ubuntu2
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
ApportVersion: 2.19.1-0ubuntu4
Architecture: amd64
Date: Mon Jul 25 15:10:45 2016
DpkgHistoryLog:
 
DpkgTerminalLog:
 
ErrorMessage: no se puede acceder al archivo: No existe el archivo o el 
directorio
InstallationDate: Installed on 2014-07-18 (737 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu2
SourcePackage: tiff
Title: package libtiff5 4.0.3-12.3ubuntu2 failed to install/upgrade: no se 
puede acceder al archivo: No existe el archivo o el directorio
UpgradeStatus: Upgraded to wily on 2015-11-14 (253 days ago)

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


** Tags: amd64 apport-package wily

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tiff in Ubuntu.
https://bugs.launchpad.net/bugs/1606359

Title:
  package libtiff5 4.0.3-12.3ubuntu2 failed to install/upgrade: no se
  puede acceder al archivo: No existe el archivo o el directorio

Status in tiff package in Ubuntu:
  New

Bug description:
  5456

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libtiff5 4.0.3-12.3ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  Date: Mon Jul 25 15:10:45 2016
  DpkgHistoryLog:
   
  DpkgTerminalLog:
   
  ErrorMessage: no se puede acceder al archivo: No existe el archivo o el 
directorio
  InstallationDate: Installed on 2014-07-18 (737 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu2
  SourcePackage: tiff
  Title: package libtiff5 4.0.3-12.3ubuntu2 failed to install/upgrade: no se 
puede acceder al archivo: No existe el archivo o el directorio
  UpgradeStatus: Upgraded to wily on 2015-11-14 (253 days ago)

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

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


[Touch-packages] [Bug 1576747] Re: Network manager applet unable to control wifi after suspend in 16.04

2016-07-25 Thread DocWilco
I too am affected by this bug. Is there anything I can do to help
debug/solve this?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1576747

Title:
  Network manager applet unable to control wifi after suspend in 16.04

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  After resume from suspend network manager no longer allows me to
  control my wifi card, view available wireless networks, or select new
  ones.  Oddly enough, I'm still able to communicate on the network that
  I was connected to prior to suspend.

  Running
  # sudo service network-manager restart
  resolves the issue until the next suspend/resume.

  I'll copy what I think is the relevant  portion of syslog below
  __
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.4971] manager: 
wake requested (sleeping: yes  enabled: yes)
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.4971] manager: 
waking up...
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.4972] device 
(enp0s31f6): state change: unavailable -> unmanaged (reason 'sleeping') [20 10 
37]
  Apr 29 09:04:20 x1 laptop-mode: Laptop mode
  Apr 29 09:04:20 x1 laptop_mode[19059]: Laptop mode
  Apr 29 09:04:20 x1 laptop-mode: enabled, not active [unchanged]
  Apr 29 09:04:20 x1 laptop_mode[19059]: enabled, not active [unchanged]
  Apr 29 09:04:20 x1 systemd[1]: Started Run anacron jobs.
  Apr 29 09:04:20 x1 systemd[1]: Reloading Laptop Mode Tools.
  Apr 29 09:04:20 x1 anacron[19143]: Anacron 2.3 started on 2016-04-29
  Apr 29 09:04:20 x1 anacron[19143]: Will run job `cron.daily' in 5 min.
  Apr 29 09:04:20 x1 anacron[19143]: Jobs will be executed sequentially
  Apr 29 09:04:20 x1 laptop-mode: Laptop mode
  Apr 29 09:04:20 x1 laptop_mode[19145]: Laptop mode
  Apr 29 09:04:20 x1 laptop-mode: enabled, not active [unchanged]
  Apr 29 09:04:20 x1 laptop_mode[19145]: enabled, not active [unchanged]
  Apr 29 09:04:20 x1 systemd[1]: Reloaded Laptop Mode Tools.
  Apr 29 09:04:20 x1 kernel: [180451.937599] e1000e: enp0s31f6 NIC Link is Down
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.5997] device 
(wlp4s0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
  Apr 29 09:04:20 x1 kernel: [180451.940588] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: 
link is not ready
  Apr 29 09:04:20 x1 kernel: [180451.941150] iwlwifi :04:00.0: L1 Enabled - 
LTR Enabled
  Apr 29 09:04:20 x1 kernel: [180451.942063] iwlwifi :04:00.0: L1 Enabled - 
LTR Enabled
  Apr 29 09:04:20 x1 kernel: [180451.943308] iwlwifi :04:00.0: can't access 
the RSA semaphore it is write protected
  Apr 29 09:04:20 x1 kernel: [180452.080430] iwlwifi :04:00.0: L1 Enabled - 
LTR Enabled
  Apr 29 09:04:20 x1 kernel: [180452.080804] iwlwifi :04:00.0: L1 Enabled - 
LTR Enabled
  Apr 29 09:04:20 x1 kernel: [180452.081573] iwlwifi :04:00.0: can't access 
the RSA semaphore it is write protected
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.8179] device 
(enp0s31f6): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
  Apr 29 09:04:20 x1 kernel: [180452.157407] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: 
link is not ready
  Apr 29 09:04:20 x1 kernel: [180452.158711] IPv6: ADDRCONF(NETDEV_UP): 
enp0s31f6: link is not ready
  Apr 29 09:04:21 x1 kernel: [180452.364579] IPv6: ADDRCONF(NETDEV_UP): 
enp0s31f6: link is not ready
  Apr 29 09:04:21 x1 NetworkManager[849]:   [1461938661.0266] manager: 
NetworkManager state is now CONNECTED_LOCAL
  Apr 29 09:04:21 x1 wpa_supplicant[1102]: dbus: 
wpa_dbus_get_object_properties: failed to get object properties: (none) none
  Apr 29 09:04:21 x1 wpa_supplicant[1102]: dbus: Failed to construct signal
  Apr 29 09:04:21 x1 wpa_supplicant[1102]: Could not read interface 
p2p-dev-wlp4s0 flags: No such device
  Apr 29 09:04:21 x1 NetworkManager[849]:   [1461938661.1095] device 
(wlp4s0): supplicant interface state: starting -> ready
  Apr 29 09:04:21 x1 NetworkManager[849]:   [1461938661.1095] device 
(wlp4s0): state change: unavailable -> disconnected (reason 
'supplicant-available') [20 30 42]
  Apr 29 09:04:21 x1 kernel: [180452.450294] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: 
link is not ready
  Apr 29 09:04:21 x1 kernel: [180452.551779] [drm] RC6 on
  Apr 29 09:04:24 x1 NetworkManager[849]:   [1461938664.1646] device 
(wlp4s0): supplicant interface state: ready -> inactive
  Apr 29 09:04:24 x1 NetworkManager[849]:   [1461938664.1678] policy: 
auto-activating connection 'chiluks-5g 1'
  Apr 29 09:04:24 x1 NetworkManager[849]:   [1461938664.1688] device 
(wlp4s0): Activation: starting connection 'chiluks-5g 1' 
(8c69564c-5b6f-4ab4-8e6e-ee3157160892)
  Apr 29 09:04:24 x1 NetworkManager[849]:   [1461938664.1690] device 
(wlp4s0): state change: disconnected -> prepare (reason 'none') [30 40 0]
  Apr 29 09:04:24 x1 

[Touch-packages] [Bug 1541082] Re: [PowerMac3, 1] Blotchy GUI graphics for images

2016-07-25 Thread ernsteiswuerfel
Had a closer look at your Xorg.log:

[25.862] (II) LoadModule: "r128"
[25.863] (WW) Warning, couldn't open module r128
[25.863] (II) UnloadModule: "r128"
[25.863] (II) Unloading r128
[25.896] (EE) Failed to load module "r128" (module does not exist, 0)
[25.896] (II) LoadModule: "modesetting"

xorg tries to load the appropriate driver for your ATI Rage, wich is
"r128". Since this driver is not found, it uses the generic
"modesetting" driver, which in turn resorts to a 15bpp framebuffer.

Just found out that the needed xserver-xorg-video-r128 package is no
longer installed by default in Yakkety. Maybe this is also the case in
Xenial. So the easy solution for you would be to "sudo apt-get install
xserver-xorg-video-r128" and reboot. Maybe you get an accelerated 24bpp
desktop again without needing a supplementary xorg.conf!

>Since the dev had gotten back to me to post the screen shot, and then,
>nothing posted/commented back about it, I've come to the conclusion that it
>is just the image file itself that is a low spec/low res image. Other
>backgrounds, like the "cosmos" one that changes images, some of them are
>perfect, and others have this low resolution issue.

Nope it is the other way round. The background image is 24bpp but the
display driver has to show it on an 15/16bpp screen - it needs to reduce
the colours somehow which makes the image appear blotchy. Icons don't
have that many gradients which leaves them looking crisp on 15/16bpp.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1541082

Title:
  [PowerMac3,1] Blotchy GUI graphics for images

Status in xorg package in Ubuntu:
  New

Bug description:
  The background image and other image files are blotchy.

  ---
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: powerpc
  BootLog:
   fsck from util-linux 2.27.1
   /dev/sda13: clean, 182266/1458176 files, 1099215/5826607 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  DpkgLog:

  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard: Advanced Micro Devices, Inc. [AMD/ATI] Rage 128 PRO AGP 4x TMDS 
[1002:5046] (prog-if 00 [VGA controller])
  InstallationDate: Installed on 2016-01-31 (154 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha powerpc 
(20160123)
  Lsusb:
   Bus 002 Device 004: ID 047d:1029 Kensington Mouse*in*a*Box Optical Elite
   Bus 002 Device 003: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
   Bus 002 Device 002: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: powerpc
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: root=UUID=4eb514e5-48d7-4e99-a402-5294c80e78cc ro quiet 
splash
  ProcVersionSignature: Ubuntu 4.4.0-24.43-powerpc-smp 4.4.10
  Renderer: Software
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-24-powerpc-smp ppc
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True
  version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1373070] Re: full fix for disconnected path (paths)

2016-07-25 Thread John Johansen
possibly. There isn't actually enough information in that bug to be sure
if it is an actual namespacing issue or it is a separate bug to do with
unix domain sockets.

Unfortunately the workaround of attach_disconnect is still required to
deal with these issues.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to rsyslog in Ubuntu.
https://bugs.launchpad.net/bugs/1373070

Title:
  full fix for disconnected path (paths)

Status in cups package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Triaged
Status in rsyslog package in Ubuntu:
  New

Bug description:
  With the apparmor 3 RC1 upload, there is an incomplete bug fix for
  disconnected paths. This bug is to track that work.

  This denial may be related:
  Sep 23 10:10:50 localhost kernel: [40262.517799] audit: type=1400 
audit(1411485050.722:2862): apparmor="DENIED" operation="sendmsg" info="Failed 
name lookup - disconnected path" error=-13 profile="/usr/sbin/rsyslogd" 
name="dev/log" pid=7011 comm="logger" requested_mask="r" denied_mask="r" 
fsuid=0 ouid=0

  This is related to bug 1375410

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

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


[Touch-packages] [Bug 1574266] Re: Xorg freeze [drm] stuck on render ring - gpu hanging too fast, banning

2016-07-25 Thread Gregory Burd
Looks like this just had a patch submitted and accepted to Freedesktop bug.
https://bugs.freedesktop.org/show_bug.cgi?format=multiple=96878

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1574266

Title:
  Xorg freeze [drm] stuck on render ring - gpu hanging too fast, banning

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  dmesg output :

  [ 8815.416923] [drm] stuck on render ring
  [ 8815.417367] [drm] GPU HANG: ecode 6:0:0x05b2c6c5, in Compositor [21164], 
reason: Ring hung, action: reset
  [ 8815.419462] drm/i915: Resetting chip after gpu hang
  [ 8821.417592] [drm] stuck on render ring
  [ 8821.418007] [drm] GPU HANG: ecode 6:0:0xfeff, in Xorg [1058], reason: 
Ring hung, action: reset
  [ 8821.420108] drm/i915: Resetting chip after gpu hang
  [ 8827.430254] [drm] stuck on render ring
  [ 8827.430672] [drm] GPU HANG: ecode 6:0:0xfeff, in compiz [3107], 
reason: Ring hung, action: reset
  [ 8827.432786] drm/i915: Resetting chip after gpu hang
  [ 8833.418862] [drm] stuck on render ring
  [ 8833.419454] [drm] GPU HANG: ecode 6:0:0xfeff, in compiz [3107], 
reason: Ring hung, action: reset
  [ 8833.421551] drm/i915: Resetting chip after gpu hang
  [ 8839.419503] [drm] stuck on render ring
  [ 8839.419971] [drm] GPU HANG: ecode 6:0:0xfeff, in Compositor [21164], 
reason: Ring hung, action: reset
  [ 8839.422060] drm/i915: Resetting chip after gpu hang
  [ 8845.432118] [drm] stuck on render ring
  [ 8845.432647] [drm] GPU HANG: ecode 6:0:0xfeff, in Xorg [1058], reason: 
Ring hung, action: reset
  [ 8845.434799] drm/i915: Resetting chip after gpu hang
  [ 8851.432751] [drm] stuck on render ring
  [ 8851.433142] [drm] GPU HANG: ecode 6:0:0xfeff, in compiz [6783], 
reason: Ring hung, action: reset
  [ 8851.435224] drm/i915: Resetting chip after gpu hang
  [ 8857.457381] [drm] stuck on render ring
  [ 8857.457797] [drm] GPU HANG: ecode 6:0:0xfeff, in compiz [6783], 
reason: Ring hung, action: reset
  [ 8857.459883] drm/i915: Resetting chip after gpu hang
  [ 8863.458003] [drm] stuck on render ring
  [ 8863.458555] [drm] GPU HANG: ecode 6:0:0xfeff, in Xorg [1058], reason: 
Ring hung, action: reset
  [ 8863.460640] drm/i915: Resetting chip after gpu hang
  [ 8869.458654] [drm] stuck on render ring
  [ 8869.459001] [drm] GPU HANG: ecode 6:0:0xfeff, in Xorg [1058], reason: 
Ring hung, action: reset
  [ 8869.459095] [drm:i915_set_reset_status [i915]] *ERROR* gpu hanging too 
fast, banning!
  [ 8869.461116] drm/i915: Resetting chip after gpu hang
  [ 8875.435238] [drm] stuck on render ring
  [ 8875.435606] [drm] GPU HANG: ecode 6:0:0xfeff, in Compositor [21164], 
reason: Ring hung, action: reset
  [ 8875.437697] drm/i915: Resetting chip after gpu hang
  [ 8881.447863] [drm] stuck on render ring
  [ 8881.448251] [drm] GPU HANG: ecode 6:0:0xfeff, in Compositor [21164], 
reason: Ring hung, action: reset
  [ 8881.450331] drm/i915: Resetting chip after gpu hang
  [ 8887.436497] [drm] stuck on render ring
  [ 8887.436876] [drm] GPU HANG: ecode 6:0:0xbb88, in compiz [6817], 
reason: Ring hung, action: reset
  [ 8887.438961] drm/i915: Resetting chip after gpu hang
  [ 8893.437078] [drm] stuck on render ring
  [ 8893.437471] [drm] GPU HANG: ecode 6:0:0xfeff, in compiz [6817], 
reason: Ring hung, action: reset
  [ 8893.439562] drm/i915: Resetting chip after gpu hang

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Apr 24 15:57:17 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Intel Corporation 2nd Generation Core Processor Family 
Integrated Graphics Controller [8086:2002]
  InstallationDate: Installed on 2016-04-23 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   LANGUAGE=fr_FR
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic 
root=UUID=45576678-3e92-4769-b6d3-3e3cafa54c2e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: 

[Touch-packages] [Bug 1606071] Re: [HP ProBook 455 G3] Unable to boot

2016-07-25 Thread Brian
Christopher, I don't know what happens if I  uninstall fglrx in 15.10
because I haven't tried (and I am reluctant to do so, since it's working
properly now), and I don't understand why it's even relevant to the
problem I'm reporting. Perhaps that is why I was confused by your
question. It's not me who is coming out of left field with this. rather
it is you who are asking something that has nothing to do with the bug
I'm reporting and not giving me a good reason. Why should I uninstall
fglrx in 15.10?

What I can tell you without doing something that could potentially break
my 15.10 system, after days of setting it up the way I want it, is that
before I installed the fglrx drivers in it, the machine was on low
graphics and installing fglrx fixed that.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1606071

Title:
  [HP ProBook 455 G3] Unable to boot

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When using Ubuntu 16.04 I get a black screen immediately when booting up. I 
tried using kernel parameter amdgpu.runpm=0 Ubuntu boots up into the live 
Ubuntu with the correct resolution but after 5 minutes or so, I got the black 
screen again. This doesn't happen with 15.10 where the fglrx drivers are still 
available. My hardware:
  00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Carrizo [1002:9874] (rev c5) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device [103c:80ef]

  WORKAROUND: The following kernel parameter allows me to boot into low 
graphics mode:
  nomodeset

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-42.49-generic 4.2.8-ckt12
  Uname: Linux 4.2.0-42-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:

  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Jul 24 17:45:49 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus: fglrx-core, 15.201, 4.2.0-42-generic, x86_64: installed
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Carrizo [1002:9874] (rev c5) (prog-if 
00 [VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:80ef]
  InstallationDate: Installed on 2016-07-23 (1 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: HP HP ProBook 455 G3
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-42-generic.efi.signed 
root=UUID=3995b7d0-4563-4eb7-b27b-220f98ff0526 ro nomodeset quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/11/2016
  dmi.bios.vendor: HP
  dmi.bios.version: N79 Ver. 01.11
  dmi.board.name: 80EF
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 92.49
  dmi.chassis.asset.tag: 5CD6216FPW
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN79Ver.01.11:bd04/11/2016:svnHP:pnHPProBook455G3:pvr:rvnHP:rn80EF:rvrKBCVersion92.49:cvnHP:ct10:cvr:
  dmi.product.name: HP ProBook 455 G3
  dmi.sys.vendor: HP
  version.compiz: compiz 1:0.9.12.2+15.10.20151202-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sun Jul 24 21:30:05 2016
  xserver.configfile: default
  xserver.errors:
   open /dev/dri/card0: No such file or directory
   AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object 
file: No such file or directory]
   AIGLX error: failed to open /usr/lib64/dri/fglrx_dri.so, 
error[/usr/lib64/dri/fglrx_dri.so: cannot open shared object file: No such file 
or directory]
   AIGLX error: failed to open /usr/X11R6/lib/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib/modules/dri/fglrx_dri.so: cannot open shared object file: 

[Touch-packages] [Bug 1576539] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-07-25 Thread golisp
Hello,
I got this error also after upgrade to 16.10 (Alpha).

P.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1576539

Title:
  package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

Status in gconf package in Ubuntu:
  Confirmed

Bug description:
  bug happened while i'm upgrading ubuntu version from 15.10 to 16.04

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: gconf2 3.2.6-3ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Fri Apr 29 08:16:36 2016
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2016-03-05 (54 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: Upgraded to xenial on 2016-04-29 (0 days ago)

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

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


[Touch-packages] [Bug 1606324] Re: unity8 autopilot failures (44 failed)

2016-07-25 Thread Kevin DuBois
seems like a problem where one problem in setup causes a lot of test
failures, not sure what the one problem could be though.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1606324

Title:
  unity8 autopilot failures (44 failed)

Status in unity8 package in Ubuntu:
  New

Bug description:
  When running through the u8 autopilot testing on a fresh install
  (krillin, system image 392), I encountered 44 errors in autopilot.
  (full log attached). Followed instructions here:
  https://wiki.ubuntu.com/Touch/Testing/Autopilot/TestRunners

  u8 autopilot testing is recommended during the mir release process,
  we'll probably start doing the u8 manual integration tests until the
  AP tests get back into order.

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

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


[Touch-packages] [Bug 1606324] [NEW] unity8 autopilot failures (44 failed)

2016-07-25 Thread Kevin DuBois
Public bug reported:

When running through the u8 autopilot testing on a fresh install
(krillin, system image 392), I encountered 44 errors in autopilot. (full
log attached). Followed instructions here:
https://wiki.ubuntu.com/Touch/Testing/Autopilot/TestRunners

u8 autopilot testing is recommended during the mir release process,
we'll probably start doing the u8 manual integration tests until the AP
tests get back into order.

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

** Attachment added: "autopilot-0.23.4-results"
   
https://bugs.launchpad.net/bugs/1606324/+attachment/4707255/+files/autopilot-0.23.4-results

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1606324

Title:
  unity8 autopilot failures (44 failed)

Status in unity8 package in Ubuntu:
  New

Bug description:
  When running through the u8 autopilot testing on a fresh install
  (krillin, system image 392), I encountered 44 errors in autopilot.
  (full log attached). Followed instructions here:
  https://wiki.ubuntu.com/Touch/Testing/Autopilot/TestRunners

  u8 autopilot testing is recommended during the mir release process,
  we'll probably start doing the u8 manual integration tests until the
  AP tests get back into order.

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

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


[Touch-packages] [Bug 1606322] [NEW] /usr/bin/python2.7:11:set_exc_info:PyEval_EvalFrameEx:PyEval_EvalCodeEx:fast_function:call_function

2016-07-25 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding python2.7.  This problem was most recently seen with version
2.7.12-1~16.04, the problem page at
https://errors.ubuntu.com/problem/e70705e8c21ec7b5add849e56b9a2bc6afb3481c
contains more details.

** Affects: python2.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: trusty vivid wily xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1606322

Title:
  
/usr/bin/python2.7:11:set_exc_info:PyEval_EvalFrameEx:PyEval_EvalCodeEx:fast_function:call_function

Status in python2.7 package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding python2.7.  This problem was most recently seen with version
  2.7.12-1~16.04, the problem page at
  https://errors.ubuntu.com/problem/e70705e8c21ec7b5add849e56b9a2bc6afb3481c
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1606322/+subscriptions

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


[Touch-packages] [Bug 1606323] [NEW] /usr/bin/python2.7:11:PyEval_EvalFrameEx:PyEval_EvalCodeEx:fast_function:call_function:PyEval_EvalFrameEx

2016-07-25 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding python2.7.  This problem was most recently seen with version
2.7.12-1~16.04, the problem page at
https://errors.ubuntu.com/problem/a3a6b4b5db08759a5b9769a6dcda5e9a6942054d
contains more details.

** Affects: python2.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: kylin-14.10 quantal raring saucy trusty utopic vivid wily xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1606323

Title:
  
/usr/bin/python2.7:11:PyEval_EvalFrameEx:PyEval_EvalCodeEx:fast_function:call_function:PyEval_EvalFrameEx

Status in python2.7 package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding python2.7.  This problem was most recently seen with version
  2.7.12-1~16.04, the problem page at
  https://errors.ubuntu.com/problem/a3a6b4b5db08759a5b9769a6dcda5e9a6942054d
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1606323/+subscriptions

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


[Touch-packages] [Bug 1603898] Re: DNS resolution fails when using VPN and routing all traffic over it

2016-07-25 Thread Brian Murray
** Tags added: xenial

** Also affects: network-manager (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1603898

Title:
  DNS resolution fails when using VPN and routing all traffic over it

Status in network-manager package in Ubuntu:
  New
Status in network-manager source package in Xenial:
  New

Bug description:
  When using our company VPN, the Network Manager configured dnsmasq
  ends up in a weird state where its unable to answer queries because
  it's (incorrectly) sending them to 127.0.0.1:53 where nothing is
  listening.

  | root@ornery:~# nmcli con show 'Canonical UK - All Traffic' | grep -i dns
  | ipv4.dns:
  | ipv4.dns-search:
  | ipv4.dns-options:   (default)
  | ipv4.ignore-auto-dns:   no
  | ipv6.dns:
  | ipv6.dns-search:
  | ipv6.dns-options:   (default)
  | ipv6.ignore-auto-dns:   no
  | IP4.DNS[1]: 10.172.192.1
  | root@ornery:~# ps auxfw | grep [4]035
  | nobody4035  0.0  0.0  52872  1620 ?SJun29   6:39  \_ 
/usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces 
--pid-file=/var/run/NetworkManager/dnsmasq.pid --listen-address=127.0.1.1 
--cache-size=0 --proxy-dnssec 
--enable-dbus=org.freedesktop.NetworkManager.dnsmasq 
--conf-dir=/etc/NetworkManager/dnsmasq.d
  | root@ornery:~# 

  Querying the DNS server provided by the VPN connection works; querying
  dnsmasq doesn't:

  | root@ornery:~# dig +short @10.172.192.1 www.openbsd.org
  | 129.128.5.194
  | root@ornery:~# dig @127.0.1.1 www.openbsd.org
  | 
  | ; <<>> DiG 9.10.3-P4-Ubuntu <<>> @127.0.1.1 www.openbsd.org
  | ; (1 server found)
  | ;; global options: +cmd
  | ;; Got answer:
  | ;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 6996
  | ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
  | 
  | ;; QUESTION SECTION:
  | ;www.openbsd.org.   IN  A
  | 
  | ;; Query time: 0 msec
  | ;; SERVER: 127.0.1.1#53(127.0.1.1)
  | ;; WHEN: Mon Jul 18 10:25:48 CEST 2016
  | ;; MSG SIZE  rcvd: 33
  | 
  | root@ornery:~# 

  While running 'dig @127.0.1.1 www.openbsd.org':

  | root@ornery:~# tcpdump -i lo port 53 -v -n
  | tcpdump: listening on lo, link-type EN10MB (Ethernet), capture size 262144 
bytes
  | 10:26:04.728905 IP (tos 0x0, ttl 64, id 56577, offset 0, flags [none], 
proto UDP (17), length 72)
  | 127.0.0.1.54917 > 127.0.1.1.53: 32273+ [1au] A? www.openbsd.org. (44)
  | 10:26:04.729001 IP (tos 0x0, ttl 64, id 49204, offset 0, flags [DF], proto 
UDP (17), length 61)
  | 127.0.1.1.53 > 127.0.0.1.54917: 32273 Refused$ 0/0/0 (33)

  | root@ornery:~# netstat -anp | grep 127.0.[01].1:53
  | tcp0  0 127.0.1.1:530.0.0.0:*   LISTEN  
4035/dnsmasq
  | udp0  0 127.0.1.1:530.0.0.0:*   
4035/dnsmasq
  | root@ornery:~# 

  You can see below a) that dnsmasq thinks it is configured to use a DNS
  server provided by the VPN, and/but that b) it tries to answer a non
  local query like www.openbsd.org locally.

  | root@ornery:~# kill -USR1 4035; tail /var/log/syslog | grep dnsmasq
  | Jul 18 09:29:22 ornery dnsmasq[4035]: time 1468830562
  | Jul 18 09:29:22 ornery dnsmasq[4035]: cache size 0, 0/0 cache insertions 
re-used unexpired cache entries.
  | Jul 18 09:29:22 ornery dnsmasq[4035]: queries forwarded 1880976, queries 
answered locally 375041
  | Jul 18 09:29:22 ornery dnsmasq[4035]: queries for authoritative zones 0
  | Jul 18 09:29:22 ornery dnsmasq[4035]: server 10.172.192.1#53: queries sent 
792, retried or failed 0
  | root@ornery:~# dig +short @127.0.1.1 www.openbsd.org
  | root@ornery:~# kill -USR1 4035; tail /var/log/syslog | grep dnsmasq
  | Jul 18 09:29:22 ornery dnsmasq[4035]: queries for authoritative zones 0
  | Jul 18 09:29:22 ornery dnsmasq[4035]: server 10.172.192.1#53: queries sent 
792, retried or failed 0
  | Jul 18 09:29:37 ornery dnsmasq[4035]: time 1468830577
  | Jul 18 09:29:37 ornery dnsmasq[4035]: cache size 0, 0/0 cache insertions 
re-used unexpired cache entries.
  | Jul 18 09:29:37 ornery dnsmasq[4035]: queries forwarded 1880976, queries 
answered locally 375042
  | Jul 18 09:29:37 ornery dnsmasq[4035]: queries for authoritative zones 0
  | Jul 18 09:29:37 ornery dnsmasq[4035]: server 10.172.192.1#53: queries sent 
792, retried or failed 0
  | root@ornery:~# 

  This is on Ubuntu 16.04, with the following packages:

  | james@ornery:~$ COLUMNS=200 dpkg -l dnsmasq-base network-manager 
network-manager-openvpn | grep ^ii
  | ii  dnsmasq-base 2.75-1ubuntu0.16.04.1  
 amd64   Small caching DNS proxy and DHCP/TFTP server
  | ii  network-manager  1.2.0-0ubuntu0.16.04.2 

[Touch-packages] [Bug 1606202] Re: Snap decisions inhibit notifications - queue can build up indefinitely

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

** Changed in: unity-notifications (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-notifications in
Ubuntu.
https://bugs.launchpad.net/bugs/1606202

Title:
  Snap decisions inhibit notifications - queue can build up indefinitely

Status in Canonical System Image:
  New
Status in Ubuntu UX:
  New
Status in unity-notifications package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  It happens that I have the phone or tablet just there on the desk for
  a day without actually using it. Sometimes, during that time, a snap
  decision is triggered, for example the WiFi password dialog.

  This snap decision stays there forever, without timeout and blocks
  other notifications. There are 2 issues with that:

  1) Because other notifications are blocked, I'd missing incoming SMS
  or other notifications until I deal with the WiFi password prompt.

  2) If this situation is stuck for a day, after removing the snap
  decision, all the built up queue is delivered one by one. This leads
  to multiple minutes of the device annoying the user with (mostly old
  and outdated) notifications. See the attached video. Note that I've
  been swiping notifications away for a while already before deciding to
  record the video. There were mny more in the queue.

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

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


[Touch-packages] [Bug 1606202] Re: Snap decisions inhibit notifications - queue can build up indefinitely

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-notifications in
Ubuntu.
https://bugs.launchpad.net/bugs/1606202

Title:
  Snap decisions inhibit notifications - queue can build up indefinitely

Status in Canonical System Image:
  New
Status in Ubuntu UX:
  New
Status in unity-notifications package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  It happens that I have the phone or tablet just there on the desk for
  a day without actually using it. Sometimes, during that time, a snap
  decision is triggered, for example the WiFi password dialog.

  This snap decision stays there forever, without timeout and blocks
  other notifications. There are 2 issues with that:

  1) Because other notifications are blocked, I'd missing incoming SMS
  or other notifications until I deal with the WiFi password prompt.

  2) If this situation is stuck for a day, after removing the snap
  decision, all the built up queue is delivered one by one. This leads
  to multiple minutes of the device annoying the user with (mostly old
  and outdated) notifications. See the attached video. Note that I've
  been swiping notifications away for a while already before deciding to
  record the video. There were mny more in the queue.

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

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


[Touch-packages] [Bug 1606202] Re: Snap decisions inhibit notifications - queue can build up indefinitely

2016-07-25 Thread Julia Palandri
Thanks Michael for the bug report, it's super annoying indeed :/

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-notifications in
Ubuntu.
https://bugs.launchpad.net/bugs/1606202

Title:
  Snap decisions inhibit notifications - queue can build up indefinitely

Status in Canonical System Image:
  New
Status in Ubuntu UX:
  New
Status in unity-notifications package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  It happens that I have the phone or tablet just there on the desk for
  a day without actually using it. Sometimes, during that time, a snap
  decision is triggered, for example the WiFi password dialog.

  This snap decision stays there forever, without timeout and blocks
  other notifications. There are 2 issues with that:

  1) Because other notifications are blocked, I'd missing incoming SMS
  or other notifications until I deal with the WiFi password prompt.

  2) If this situation is stuck for a day, after removing the snap
  decision, all the built up queue is delivered one by one. This leads
  to multiple minutes of the device annoying the user with (mostly old
  and outdated) notifications. See the attached video. Note that I've
  been swiping notifications away for a while already before deciding to
  record the video. There were mny more in the queue.

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

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


[Touch-packages] [Bug 1580472] Re: No visible cursor after logging in

2016-07-25 Thread Fabio
I'm not sure I can use the nvidia card without the nvidia drivers as
it's an optimus card. With just nouveau installed it works fine,
anyaway.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1580472

Title:
  No visible cursor after logging in

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Only when using the nvidia drivers, after logging in, the cursor is
  not drawn on the screen. I can see its effects while moving the mouse
  or touchpad, as items on the panel gets highlighted, or my unity panel
  becomes visible. I can even click on them and everything else works.

  Workaround:
  Move to vt1 (CTRL + ALT + F1), log in, and restart the lightdm server:
  sudo service lightdm restart. Now log in again through lightdm. This works 
most of the time.

  ---
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
u'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22 18:10:58 
PDT 2016
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1)
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog: Ubuntu_LTS: clean, 842218/2048 files, 71321491/81919232 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-24-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-28-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-31-generic, x86_64: installed
   nvidia-361, 361.42, 4.4.0-28-generic, x86_64: installed
   nvidia-361, 361.42, 4.4.0-31-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
     Subsystem: ASUSTeK Computer Inc. GM107M [GeForce GTX 850M] [1043:178d]
  InstallationDate: Installed on 2016-06-24 (27 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 005: ID 0bda:57b4 Realtek Semiconductor Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=35ffa5c6-747b-48ed-8546-3701daed4a97 ro quiet splash acpi_osi= 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Tags:  xenial ubuntu compiz-0.9
  Uname: Linux 4.4.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

-- 
Mailing list: 

[Touch-packages] [Bug 1606297] Re: package libpangoxft-1.0-0 1.36.3-1ubuntu1.1 failed to install/upgrade: unable to move aside './usr/share/doc/libpangoxft-1.0-0/copyright' to install new version: Inp

2016-07-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pango1.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1606297

Title:
  package libpangoxft-1.0-0 1.36.3-1ubuntu1.1 failed to install/upgrade:
  unable to move aside './usr/share/doc/libpangoxft-1.0-0/copyright' to
  install new version: Input/output error

Status in pango1.0 package in Ubuntu:
  New

Bug description:
  server update to 16.04.1

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libpangoxft-1.0-0 1.36.3-1ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-92.139-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-92-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  Date: Mon Jul 25 16:42:47 2016
  DuplicateSignature: package:libpangoxft-1.0-0:1.36.3-1ubuntu1.1:unable to 
move aside './usr/share/doc/libpangoxft-1.0-0/copyright' to install new 
version: Input/output error
  ErrorMessage: unable to move aside 
'./usr/share/doc/libpangoxft-1.0-0/copyright' to install new version: 
Input/output error
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: pango1.0
  Title: package libpangoxft-1.0-0 1.36.3-1ubuntu1.1 failed to install/upgrade: 
unable to move aside './usr/share/doc/libpangoxft-1.0-0/copyright' to install 
new version: Input/output error
  UpgradeStatus: Upgraded to xenial on 2016-07-25 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pango1.0/+bug/1606297/+subscriptions

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


[Touch-packages] [Bug 1606297] [NEW] package libpangoxft-1.0-0 1.36.3-1ubuntu1.1 failed to install/upgrade: unable to move aside './usr/share/doc/libpangoxft-1.0-0/copyright' to install new version: I

2016-07-25 Thread KDontenville
Public bug reported:

server update to 16.04.1

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libpangoxft-1.0-0 1.36.3-1ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-92.139-generic 3.13.11-ckt39
Uname: Linux 3.13.0-92-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
Date: Mon Jul 25 16:42:47 2016
DuplicateSignature: package:libpangoxft-1.0-0:1.36.3-1ubuntu1.1:unable to move 
aside './usr/share/doc/libpangoxft-1.0-0/copyright' to install new version: 
Input/output error
ErrorMessage: unable to move aside 
'./usr/share/doc/libpangoxft-1.0-0/copyright' to install new version: 
Input/output error
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: pango1.0
Title: package libpangoxft-1.0-0 1.36.3-1ubuntu1.1 failed to install/upgrade: 
unable to move aside './usr/share/doc/libpangoxft-1.0-0/copyright' to install 
new version: Input/output error
UpgradeStatus: Upgraded to xenial on 2016-07-25 (0 days ago)

** Affects: pango1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pango1.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1606297

Title:
  package libpangoxft-1.0-0 1.36.3-1ubuntu1.1 failed to install/upgrade:
  unable to move aside './usr/share/doc/libpangoxft-1.0-0/copyright' to
  install new version: Input/output error

Status in pango1.0 package in Ubuntu:
  New

Bug description:
  server update to 16.04.1

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libpangoxft-1.0-0 1.36.3-1ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-92.139-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-92-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  Date: Mon Jul 25 16:42:47 2016
  DuplicateSignature: package:libpangoxft-1.0-0:1.36.3-1ubuntu1.1:unable to 
move aside './usr/share/doc/libpangoxft-1.0-0/copyright' to install new 
version: Input/output error
  ErrorMessage: unable to move aside 
'./usr/share/doc/libpangoxft-1.0-0/copyright' to install new version: 
Input/output error
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: pango1.0
  Title: package libpangoxft-1.0-0 1.36.3-1ubuntu1.1 failed to install/upgrade: 
unable to move aside './usr/share/doc/libpangoxft-1.0-0/copyright' to install 
new version: Input/output error
  UpgradeStatus: Upgraded to xenial on 2016-07-25 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pango1.0/+bug/1606297/+subscriptions

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


[Touch-packages] [Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-25 Thread Mikko Pesari
The problem still persists with network-manager-gnome 1.2.2 after all.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1589401

Title:
  cannot view wifi networks after re-enabling wifi

Status in NetworkManager:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  after re enabling wifi, up-down arrows just like wired network. cannot
  see any wifi ssid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1589401/+subscriptions

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


[Touch-packages] [Bug 1604744] Re: RM: src:qtcreator-plugin-ubuntu - SDK will be distributed separately

2016-07-25 Thread Martin Pitt
touch-meta just landed in yakkety: https://launchpad.net/ubuntu/+source
/ubuntu-touch-meta/1.277

** Changed in: ubuntu-touch-meta (Ubuntu)
   Status: New => Fix Released

** Changed in: qtcreator-plugin-go (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1604744

Title:
  RM: src:qtcreator-plugin-ubuntu - SDK will be distributed separately

Status in qtcreator package in Ubuntu:
  Fix Released
Status in qtcreator-plugin-go package in Ubuntu:
  Fix Released
Status in qtcreator-plugin-ubuntu package in Ubuntu:
  Fix Released
Status in ubuntu-touch-meta package in Ubuntu:
  Fix Released
Status in ubuntu-touch-meta source package in Xenial:
  New

Bug description:
  Ubuntu SDK will be distributed separately from archives from now on,
  also for the development series. So far it has been delivered via SDK
  PPA (https://launchpad.net/~ubuntu-sdk-team/+archive/ppa/), and in the
  future as snaps.

  qtcreator-plugin-ubuntu and qtcreator-plugin-go source packages should
  be removed, together with changing ubuntu-touch-meta.

  1. New qtcreator 
(https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-007/+packages)
 conflicts on qtcreator-plugin-go, older qtcreator-plugin-ubuntu and offers a 
transitional qtcreator-plugin-ubuntu package that explains how to find the 
Ubuntu SDK.
  2. Packages 'ubuntu-sdk', 'ubuntu-sdk-libs-dev' and 'ubuntu-sdk-libs-tools' 
will be removed from ubuntu-touch seed (ubuntu-touch-meta package). 
ubuntu-sdk-libs will remain as definition of API supported by Ubuntu SDK, and 
will conflict with the three former packages and describe how to find the 
Ubuntu SDK now.

  TODO: possibly a SRU to guide more people to download the latest SDK.

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

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


[Touch-packages] [Bug 1606287] [NEW] No systemd-shim package in yakkety

2016-07-25 Thread elhoir
Public bug reported:

since there is no systemd-shim package in yakkety yet, upgrade fails. 
However, system runs flawlessly, it just seems to block upgrades.

JPG with the error is attached

** Affects: systemd-shim (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd-shim in Ubuntu.
https://bugs.launchpad.net/bugs/1606287

Title:
  No systemd-shim package in yakkety

Status in systemd-shim package in Ubuntu:
  New

Bug description:
  since there is no systemd-shim package in yakkety yet, upgrade fails. 
  However, system runs flawlessly, it just seems to block upgrades.

  JPG with the error is attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1606287/+subscriptions

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


[Touch-packages] [Bug 1603070] Re: Ubuntu store doesn't show app preview images (all grey ubuntu logos) -- falsely detected network missing when it's not

2016-07-25 Thread Rodney Dawes
*** This bug is a duplicate of bug 1603453 ***
https://bugs.launchpad.net/bugs/1603453

Right. But these aren't two bugs. Really, bregma probably should have
just used this bug, which already existed, and linked the branch here,
as these are the same issue. The symptoms might be different but the bug
is the same. I'm going to mark this as a duplicate of the other bug,
which has the branch linked.

** This bug has been marked a duplicate of bug 1603453
   Network indicator does not run on Unity 8 desktop sessions

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1603070

Title:
  Ubuntu store doesn't show app preview images (all grey ubuntu logos)
  -- falsely detected network missing when it's not

Status in Canonical System Image:
  New
Status in unity-scope-click package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 16.10 desktop
  [dash] ubuntu store doesn't show app preview images if network-manager is 
absent.

  The store is incorrectly thinking there is no network when there
  really is.

  The first bug is network-manager not running -> bug 1603453
  But this bug is about the store detecting the absence of network connectivity 
incorrectly. It should not be looking to network-manager as that's clearly not 
a reliable detection method.

  please see attached image

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

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


[Touch-packages] [Bug 1603358] Re: no tap to click in unity8

2016-07-25 Thread Oliver Grawert
oh !
i just tested it again on the laptop, something has changed that made it work 
since last week :) 
invalidating the bug 

** Changed in: mir (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1603358

Title:
  no tap to click in unity8

Status in Mir:
  New
Status in mir package in Ubuntu:
  Invalid
Status in ubuntu-system-settings package in Ubuntu:
  Invalid

Bug description:
  trying out the unity8 session in xenial there is no way to make tap to
  click on a touchpad work in unity8 ... clicking the touchpad button
  works fine but means you need both hands for click+drag which breaks
  the workflow enough to make the touchpad rather unusable.

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

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


[Touch-packages] [Bug 1603190] Re: Ubuntu Store does not show any app pictures (just greyed out Ubuntu logos)

2016-07-25 Thread Rodney Dawes
*** This bug is a duplicate of bug 1603453 ***
https://bugs.launchpad.net/bugs/1603453

** This bug is no longer a duplicate of bug 1603070
   Ubuntu store doesn't show app preview images (all grey ubuntu logos) -- 
falsely detected network missing when it's not
** This bug has been marked a duplicate of bug 1603453
   Network indicator does not run on Unity 8 desktop sessions

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1603190

Title:
  Ubuntu Store does not show any app pictures (just greyed out Ubuntu
  logos)

Status in unity8 package in Ubuntu:
  Confirmed
Status in unity8-desktop-session package in Ubuntu:
  Triaged

Bug description:
  When exploring the ubuntu store I cannot see the icons of the apps nor
  the pictures when you enter in the app description. Every picture is
  replaced by the Ubuntu logo

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

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


[Touch-packages] [Bug 1606287] Re: No systemd-shim package in yakkety

2016-07-25 Thread elhoir
** Attachment added: "virtualbox 5.0.26 running ubuntu 16.10"
   
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1606287/+attachment/4707166/+files/Captura%20de%20pantalla_2016-07-25_17-28-01.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd-shim in Ubuntu.
https://bugs.launchpad.net/bugs/1606287

Title:
  No systemd-shim package in yakkety

Status in systemd-shim package in Ubuntu:
  New

Bug description:
  since there is no systemd-shim package in yakkety yet, upgrade fails. 
  However, system runs flawlessly, it just seems to block upgrades.

  JPG with the error is attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1606287/+subscriptions

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


[Touch-packages] [Bug 1227739] Re: Mir continues to render background application surfaces even when they're not visible

2016-07-25 Thread Andreas Pokorny
no longer valid for platform api

** Changed in: platform-api
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1227739

Title:
  Mir continues to render background application surfaces even when
  they're not visible

Status in Mir:
  Fix Released
Status in platform-api:
  Invalid
Status in The Ubuntu Power Consumption Project:
  Fix Released
Status in unity-mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released
Status in unity-mir package in Ubuntu:
  Fix Released

Bug description:
  Not sure where to file this.

  
  on the phone, if you open the clock app (which cases redraws every second 
when the second hand moves), and then open an indicator over the top, unity8 
still renders frames every second, despite the fact that nothing on the screen 
is changing.

  Talking to greyback and saviq, it sounds like some changes are
  required in both unity8 and mir before we can fix this.

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

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


[Touch-packages] [Bug 1603358] Re: no tap to click in unity8

2016-07-25 Thread Oliver Grawert
@lukas: yes, it doesnt seem to do anything

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1603358

Title:
  no tap to click in unity8

Status in Mir:
  New
Status in mir package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed

Bug description:
  trying out the unity8 session in xenial there is no way to make tap to
  click on a touchpad work in unity8 ... clicking the touchpad button
  works fine but means you need both hands for click+drag which breaks
  the workflow enough to make the touchpad rather unusable.

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

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


[Touch-packages] [Bug 1603358] Re: no tap to click in unity8

2016-07-25 Thread Oliver Grawert
@pat: i can confirm it works with a logitech diNovo BT keyboard on the M10 ... 
but not on the dell XPS13 (first gen) internal touchpad

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1603358

Title:
  no tap to click in unity8

Status in Mir:
  New
Status in mir package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed

Bug description:
  trying out the unity8 session in xenial there is no way to make tap to
  click on a touchpad work in unity8 ... clicking the touchpad button
  works fine but means you need both hands for click+drag which breaks
  the workflow enough to make the touchpad rather unusable.

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

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


[Touch-packages] [Bug 1573773] UdevDb.txt

2016-07-25 Thread rohshall
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  

[Touch-packages] [Bug 1605634] Re: Navigation with arrow keys in ListView is incorrect when layoutDirection == Qt.RightToLeft

2016-07-25 Thread Tim Peeters
^Ignore my previous comment. It was meant for a different bug.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1605634

Title:
  Navigation with arrow keys in ListView is incorrect when
  layoutDirection == Qt.RightToLeft

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Possibly also incorrect for verticalLayoutDirection == Qt.BottomToTop.

  I will update the bug description with example code when I confirm
  this.

  Needs to be fixed for the new scrolling toolbar with keyboard
  navigation, see https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-
  toolkit/+bug/1575893

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1605634/+subscriptions

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


[Touch-packages] [Bug 1604744] Re: RM: src:qtcreator-plugin-ubuntu - SDK will be distributed separately

2016-07-25 Thread Launchpad Bug Tracker
This bug was fixed in the package qtcreator - 4.0.2-1ubuntu1~9

---
qtcreator (4.0.2-1ubuntu1~9) yakkety; urgency=medium

  * New upstream release.
  * Conflict with qtcreator-plugin-ubuntu (and -go) and offer a transitional
package. Ubuntu SDK is now distributed separately, see
http://developer.ubuntu.com/ for more information. (LP: #1604744)
  * debian/ubuntu-sdk-migration.note: Offer a graphical note when upgrading
from old qtcreator-plugin-ubuntu.

 -- Timo Jyrinki   Thu, 21 Jul 2016 05:49:36
+

** Changed in: qtcreator (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1604744

Title:
  RM: src:qtcreator-plugin-ubuntu - SDK will be distributed separately

Status in qtcreator package in Ubuntu:
  Fix Released
Status in qtcreator-plugin-go package in Ubuntu:
  New
Status in qtcreator-plugin-ubuntu package in Ubuntu:
  Fix Released
Status in ubuntu-touch-meta package in Ubuntu:
  New
Status in ubuntu-touch-meta source package in Xenial:
  New

Bug description:
  Ubuntu SDK will be distributed separately from archives from now on,
  also for the development series. So far it has been delivered via SDK
  PPA (https://launchpad.net/~ubuntu-sdk-team/+archive/ppa/), and in the
  future as snaps.

  qtcreator-plugin-ubuntu and qtcreator-plugin-go source packages should
  be removed, together with changing ubuntu-touch-meta.

  1. New qtcreator 
(https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-007/+packages)
 conflicts on qtcreator-plugin-go, older qtcreator-plugin-ubuntu and offers a 
transitional qtcreator-plugin-ubuntu package that explains how to find the 
Ubuntu SDK.
  2. Packages 'ubuntu-sdk', 'ubuntu-sdk-libs-dev' and 'ubuntu-sdk-libs-tools' 
will be removed from ubuntu-touch seed (ubuntu-touch-meta package). 
ubuntu-sdk-libs will remain as definition of API supported by Ubuntu SDK, and 
will conflict with the three former packages and describe how to find the 
Ubuntu SDK now.

  TODO: possibly a SRU to guide more people to download the latest SDK.

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

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


[Touch-packages] [Bug 1573773] XorgLog.txt

2016-07-25 Thread rohshall
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1573773/+attachment/4707159/+files/XorgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1606247] Re: Several app autopilot tests break when using namespaces in UITK

2016-07-25 Thread Tim Peeters
Temporary fix for landing branch: https://code.launchpad.net/~tpeeters
/ubuntu-ui-toolkit/disable-namespace-OTA12/+merge/301072

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1606247

Title:
  Several app autopilot tests break when using namespaces in UITK

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  See http://paste.ubuntu.com/20854299/

  These need to be fixed before we use the namespaces in UITK.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1606247/+subscriptions

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


[Touch-packages] [Bug 1605634] Re: Navigation with arrow keys in ListView is incorrect when layoutDirection == Qt.RightToLeft

2016-07-25 Thread Tim Peeters
Temporary fix in landing branch: https://code.launchpad.net/~tpeeters
/ubuntu-ui-toolkit/disable-namespace-OTA12/+merge/301072

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1605634

Title:
  Navigation with arrow keys in ListView is incorrect when
  layoutDirection == Qt.RightToLeft

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Possibly also incorrect for verticalLayoutDirection == Qt.BottomToTop.

  I will update the bug description with example code when I confirm
  this.

  Needs to be fixed for the new scrolling toolbar with keyboard
  navigation, see https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-
  toolkit/+bug/1575893

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1605634/+subscriptions

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


[Touch-packages] [Bug 1605513] Re: Touchpad scrolling is disproportionately faster than mouse wheel scrolling

2016-07-25 Thread Gerry Boland
Ah no, I'm reading the API wrong (kudos to faenil for correcting me):
QPoint pixelDelta
is in integers, as are all QWheelEvent calculations. So that's not going to 
work without breaking Qt APIs, which is unlikely.

An alternative option might be to us Qt's support for native gesture
events - this is used on OS X. These do let Qt do Pan/Swipe gestures
with float precision.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1605513

Title:
  Touchpad scrolling is disproportionately faster than mouse wheel
  scrolling

Status in Canonical System Image:
  New
Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Touchpad scrolling is disproportionately faster than mouse wheel
  scrolling in Unity8 (web browser and system settings).

  I can only say this with confidence today because I implemented
  accurate smooth scrolling in Xmir yesterday, so I know how it should
  behave.

  It's possible QtMir is overreacting to the large number of events that
  touchpads generate compared to a mouse wheel, without taking into
  account the scroll magnitude of each one is smaller.

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

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


[Touch-packages] [Bug 1573773] XorgLog.txt

2016-07-25 Thread rohshall
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1573773/+attachment/4707137/+files/XorgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1573773] DpkgLog.txt

2016-07-25 Thread rohshall
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1573773/+attachment/4707128/+files/DpkgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1573773] Dependencies.txt

2016-07-25 Thread rohshall
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1573773/+attachment/4707127/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1573773] xdpyinfo.txt

2016-07-25 Thread rohshall
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1573773/+attachment/4707162/+files/xdpyinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1573773] Xrandr.txt

2016-07-25 Thread rohshall
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1573773/+attachment/4707161/+files/Xrandr.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  

[Touch-packages] [Bug 1573773] XorgLogOld.txt

2016-07-25 Thread rohshall
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1573773/+attachment/4707160/+files/XorgLogOld.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1573773] ProcModules.txt

2016-07-25 Thread rohshall
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1573773] ProcInterrupts.txt

2016-07-25 Thread rohshall
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1573773] ProcCpuinfo.txt

2016-07-25 Thread rohshall
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1573773] Lsusb.txt

2016-07-25 Thread rohshall
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  

[Touch-packages] [Bug 1573773] MonitorsUser.xml.txt

2016-07-25 Thread rohshall
apport information

** Attachment added: "MonitorsUser.xml.txt"
   
https://bugs.launchpad.net/bugs/1573773/+attachment/4707154/+files/MonitorsUser.xml.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1573773] Lspci.txt

2016-07-25 Thread rohshall
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  

[Touch-packages] [Bug 1573773] DpkgLog.txt

2016-07-25 Thread rohshall
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1573773/+attachment/4707150/+files/DpkgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1573773] JournalErrors.txt

2016-07-25 Thread rohshall
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1573773] Dependencies.txt

2016-07-25 Thread rohshall
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1573773/+attachment/4707149/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1573773] CurrentDmesg.txt

2016-07-25 Thread rohshall
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1573773] XorgLogOld.txt

2016-07-25 Thread rohshall
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1573773/+attachment/4707138/+files/XorgLogOld.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1573773] BootLog.txt

2016-07-25 Thread rohshall
apport information

** Attachment added: "BootLog.txt"
   
https://bugs.launchpad.net/bugs/1573773/+attachment/4707147/+files/BootLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1573773

Title:
  System freezes randomly a few times a day

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  ~ % cat /var/log/xdm.log

  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  resize called 1920 1200
  Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xstartup
  Fri Apr 22 06:40:13 2016 xdm info (pid 1270): executing session 
/etc/X11/xdm/Xsession
  resize called 3840 1200
  resize called 1920 1200
  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (mieqEnqueue+0x253) [0x556f1318cfd3]
  (EE) 2: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 6: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 11: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 13: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 14: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 17: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 19: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f131ab50e]
  (EE) 1: /usr/lib/xorg/Xorg (QueuePointerEvents+0x52) [0x556f13065672]
  (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x61f3) 
[0x7f27e538b1f3]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f27e5385000+0x6a5d) 
[0x7f27e538ba5d]
  (EE) 4: /usr/lib/xorg/Xorg (0x556f12ff9000+0x94248) [0x556f1308d248]
  (EE) 5: /usr/lib/xorg/Xorg (0x556f12ff9000+0xb9712) [0x556f130b2712]
  (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (0x7f27ee6a6000+0x354a0) 
[0x7f27ee6db4a0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x5) [0x7f27ee7a2685]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7f27efa880f8]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmCommandWrite+0x1b) 
[0x7f27efa8adbb]
  (EE) 10: /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 (nouveau_bo_wait+0xbc) 
[0x7f27ea7d103c]
  (EE) 11: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xc839) 
[0x7f27ea9e2839]
  (EE) 12: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f27ea9d6000+0xd25d) 
[0x7f27ea9e325d]
  (EE) 13: /usr/lib/xorg/Xorg (DRI2SwapBuffers+0x1c8) [0x556f1317da98]
  (EE) 14: /usr/lib/xorg/Xorg (0x556f12ff9000+0x18632c) [0x556f1317f32c]
  (EE) 15: /usr/lib/xorg/Xorg (0x556f12ff9000+0x53bbf) [0x556f1304cbbf]
  (EE) 16: /usr/lib/xorg/Xorg (0x556f12ff9000+0x57c43) [0x556f13050c43]
  (EE) 17: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f27ee6c6830]
  (EE) 18: /usr/lib/xorg/Xorg (_start+0x29) [0x556f1303af59]
  (EE) 
  (EE) [mi] EQ overflow continuing.  200 events have been dropped.


  My system info:

   ~ % uname -a
  Linux linux-swadnerkar 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
   ~ % cat /etc/debian_version 
  stretch/sid

   ~ % lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  Codename: xenial
   ~ %
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 

  1   2   3   >