[Bug 1618715] [NEW] individual task display changes memory units between RES and VIRT columns

2016-08-30 Thread Seth Arnold
Public bug reported:

Hello; I have a process that uses enough memory that the 'RES' column
picks an unfortunate display mode:

  PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND
11279 libvirt+  20   0 36.080g 0.011t   3060 S   0.0  8.8  76036:51 
qemu-system-x86
   ^^

Rather than display as "11.xxxg", similar to the VIRT column, the RES
column has chosen to be displayed with the next-higher multiplier unit.
This is needlessly confusing.

Hitting the 'e' key doesn't fix this:

kb: 11279 libvirt+  20   0 36.080g 0.011t   3060 S   0.0  8.8  76036:51 
qemu-system-x86
mb: 11279 libvirt+  20   0 36.080g 0.011t   3.0m S   1.3  8.8  76036:51 
qemu-system-x86
gb: 11279 libvirt+  20   0 36.080g 0.011t 0.003g S   0.0  8.8  76036:51 
qemu-system-x86
tb: 11279 libvirt+  20   0  0.035t 0.011t 0.000t S   0.0  8.8  76036:51 
qemu-system-x86
pb: 11279 libvirt+  20   0  0.000p 0.000p 0.000p S   0.0  8.8  76036:51 
qemu-system-x86

While the tb and pt lines are at least consistent it is a shame that this
display mode is not useful for the other processes on my system.

Thanks

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618715

Title:
  individual task display changes memory units between RES and VIRT
  columns

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1614820] Re: Respect gsettings org.gnome.desktop.privacy report-technical-problems

2016-08-30 Thread Jeremy Bicha
You can ignore my August 22 comments about adding a dummy dbus service.
I think we'll just patch out the code that requires it instead.

** Description changed:

  gsettings-desktop-schemas 3.16+ includes this boolean key:
  org.gnome.desktop.privacy report-technical-problems
  
  This key is used in GNOME's Settings app and Initial Setup tool. It
  would be great if Ubuntu would be able to integrate with that.
- 
- Perhaps /etc/default/apport enabled=0/1 could be deprecated in favor of
- that key.
- 
- Maybe apport could watch for that key and set /etc/default/apport and/or
- the other way around?
- 
- For full integration into GNOME, apport may need to implement a stub of
- abrt's org.freedesktop.problems.daemon dbus service. (abrt is the crash
- reporter used by RHEL, Fedora and derivatives.) This is ok since abrt is
- not packaged in Debian or Ubuntu and their derivatives as far as I know.
  
  See also
  
  
https://git.gnome.org/browse/gsettings-desktop-schemas/tree/schemas/org.gnome.desktop.privacy.gschema.xml.in#n50
  
  https://git.gnome.org/browse/gnome-control-center/tree/panels/privacy
  /cc-privacy-panel.c
  
  https://git.gnome.org/browse/gnome-initial-setup/tree/gnome-initial-
  setup/pages/privacy/gis-privacy-page.c
  
  Ubuntu Bug 1614818 requests that the GNOME apps support apport but I
  think this bug may be the more correct way to do it.
- 
- https://github.com/abrt/abrt/
- 
- https://fedorahosted.org/abrt/wiki/AbrtOtherDistros
- 
- http://abrt.readthedocs.io/en/latest/interfacing.html

** Project changed: whoopsie-preferences => whoopsie

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

** Also affects: update-notifier (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: update-notifier (Ubuntu)
   Importance: Undecided => Wishlist

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1614820

Title:
  Respect gsettings org.gnome.desktop.privacy report-technical-problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1614820/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] onibi (i386) - tests ran: 10, failed: 1

2016-08-30 Thread Brad Figg
tests ran:  10, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/onibi__4.4.0-37.56__2016-08-31_06-34-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1614820] Re: Respect gsettings org.gnome.desktop.privacy report-technical-problems

2016-08-30 Thread Jeremy Bicha
I looked at activity-log-manager briefly (it provides Unity's Privacy
Settings panel). It calls out via dbus to the whoopsie-preferences
service which reads and writes two keys (report_crashes and
report_metrics) to the /etc/whoopsie conf file. If report_crashes is
set, it creates (the blank) /var/lib/apport/autoreport. apport uses the
existence of that file to decide whether to send reports

I looked around but couldn't find anywhere that actually uses the
metrics setting.

GNOME's privacy schema also has a org.gnome.desktop.privacy send-
software-usage-stats key with the description "Send statistics when
applications are removed or installed." I think the key itself may be
fine but I think we'd need to tweak the description.

My impression is that whoopsie-preferences is unnecessary.

It's also difficult for me to understand what apport, update-notifier
and whoopsie are all doing. I think the checkbox in activity-log-manager
only controls the automated background error message reporting and not
the popups telling you something crashed and would you like to report a
bug which I think users find a lot more annoying. For instance, see
https://askubuntu.com/questions/93457/how-do-i-enable-or-disable-apport

Maybe the correct way currently to disable those popups is the gsettings
boolean key com.ubuntu.update-notifier show-apport-crashes

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1614820

Title:
  Respect gsettings org.gnome.desktop.privacy report-technical-problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1614820/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618340] Re: Cannot launch camera from gallery app

2016-08-30 Thread Victor gonzalez
Also happening running unity8 session on 16.10, clicking camera app from
gallery does nothing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618340

Title:
  Cannot launch camera from gallery app

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1516881] Re: package libchado-perl 1.23-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

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

** Changed in: libchado-perl (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1516881

Title:
  package libchado-perl 1.23-4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libchado-perl/+bug/1516881/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1511278] Re: Xmir -rootless: glmark2 (default GLX mode) judders badly in DRI2 mode

2016-08-30 Thread Daniel van Vugt
It appears we are painting more frames than are getting swapped:

xmir_dri2_copy_region
xmir_dri2_copy_region
xmir_dri2_copy_region
xmir_dri2_copy_region
xmir_dri2_copy_region
xmir_dri2_copy_region
xmir_dri2_copy_region
xmir_dri2_copy_region
xmir_repaint
xmir_swap

As opposed to a smooth rendering client:

xmir_dri2_copy_region
xmir_repaint
xmir_swap
xmir_dri2_copy_region
xmir_repaint
xmir_swap
xmir_dri2_copy_region
xmir_repaint
xmir_swap

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1511278

Title:
  Xmir -rootless: glmark2 (default GLX mode) judders badly in DRI2 mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618340] Re: Cannot launch camera from gallery app

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

** Changed in: camera-app (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618340

Title:
  Cannot launch camera from gallery app

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618340] Re: Cannot launch camera from gallery app

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

** Changed in: gallery-app (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618340

Title:
  Cannot launch camera from gallery app

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1559420] Re: plugin install fails in ubuntu/debian packaged version of vagrant (xenial)

2016-08-30 Thread Stanislas LEDUC
Sorry i'm wrong naming ppa, it's ppa:stanislas.leduc/vagrant-xenial.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1559420

Title:
  plugin install fails in ubuntu/debian packaged version of vagrant
  (xenial)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1592074] Re: ubuntu-core is change in progress after interrupt "snap install"

2016-08-30 Thread Ming Lei
With Shuduo's help, looks the only solution for this issue is to run reset-state
by the tools in the following link:

https://github.com/zyga/devtools/blob/master/reset-state

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592074

Title:
  ubuntu-core is change in progress after interrupt "snap install"

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618712] [NEW] Xmir: Fullscreen apps never go full screen

2016-08-30 Thread Daniel van Vugt
Public bug reported:

Xmir: Fullscreen apps never go full screen.

E.g. Press F11 in Gnome Terminal or in Chrome.

** Affects: xorg-server (Ubuntu)
 Importance: Medium
 Status: Triaged


** Tags: xmir

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618712

Title:
  Xmir: Fullscreen apps never go full screen

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618712] Re: Xmir: Full screen apps never go full screen

2016-08-30 Thread Daniel van Vugt
We need to support _NET_WM_STATE:

_NET_WM_STATE_MODAL, ATOM
_NET_WM_STATE_STICKY, ATOM
_NET_WM_STATE_MAXIMIZED_VERT, ATOM
_NET_WM_STATE_MAXIMIZED_HORZ, ATOM
_NET_WM_STATE_SHADED, ATOM
_NET_WM_STATE_SKIP_TASKBAR, ATOM
_NET_WM_STATE_SKIP_PAGER, ATOM
_NET_WM_STATE_HIDDEN, ATOM
_NET_WM_STATE_FULLSCREEN, ATOM
_NET_WM_STATE_ABOVE, ATOM
_NET_WM_STATE_BELOW, ATOM
_NET_WM_STATE_DEMANDS_ATTENTION, ATOM

But before that we really need to support window atom events rather than
the polling we do right now.

** Summary changed:

- Xmir: Full screen apps never go full screen
+ Xmir: Fullscreen apps never go full screen

** Description changed:

- Xmir: Full screen apps never go full screen.
+ Xmir: Fullscreen apps never go full screen.
  
  E.g. Press F11 in Gnome Terminal or in Chrome.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618712

Title:
  Xmir: Fullscreen apps never go full screen

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1581775] Re: No option to (de)select add ons upon installation

2016-08-30 Thread Matthias Klumpp
Switching to PackageKit might be an option for Yakkety, but PK comes
with its own set of bugs (mainly due to the aptcc PK backend being
"undermaintained" for a few years). The PK issues are documented in the
PackageKit bugtracker though and are just waiting for a brave person to
fix them ;-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1581775

Title:
  No option to (de)select add ons upon installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream-glib/+bug/1581775/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1577641] Re: Unity8 creates a blank black window for windowless apps

2016-08-30 Thread Daniel van Vugt
Reopened. It's not just rootless Xmir that's broken, but also basic
windowless utilities:

  mirout -- --desktop_file_hint=unity8
  mirin -- --desktop_file_hint=unity8

They should not be flashing up black windows when they run, because they
don't create any surfaces.

** Changed in: unity8 (Ubuntu)
   Status: Won't Fix => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577641

Title:
  Unity8 creates a blank black window for windowless apps

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1559420] Re: plugin install fails in ubuntu/debian packaged version of vagrant (xenial)

2016-08-30 Thread Stanislas LEDUC
Still impacting user use xenial. I think is not really good to have broken 
package in LTS.
Another report bug (1603935).
Also that fixed in upstream.

I rebuild with success vagrant 1.8.1+dsfg-2.

Also i try to rebuilt 1.8.4 from Yakkety for backport to Xenial, but
depend to ruby-bundler >= 1.12, i need to backport them also available
and check that not broken others packages.

I push them into ppa:stanislas.leduc/vagrant-fix-xenial, waiting for ppa
queue.


Best regards

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1559420

Title:
  plugin install fails in ubuntu/debian packaged version of vagrant
  (xenial)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1594695] Re: apparmor service not started on fresh install

2016-08-30 Thread Seth Arnold
** Information type changed from Private Security to Public Security

** Package changed: ubuntu => apparmor (Ubuntu)

** Changed in: apparmor (Ubuntu)
   Status: Expired => Won't Fix

** Changed in: apparmor (Ubuntu)
   Status: Won't Fix => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594695

Title:
  apparmor service not started on fresh install

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1581775] Re: No option to (de)select add ons upon installation

2016-08-30 Thread Jeremy Bicha
I tried the new appstream-glib (when it was released) with yakkety's
gnome-software and the addon feature works poorly with multiple UI
issues. I'm guessing the buggy apt plugin is part of the problem.

Although it's a bug fix, we should check whether the UI change works
well before introducing it to an LTS. (Sorry I didn't get around to
filing LP bugs about the issues yet.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1581775

Title:
  No option to (de)select add ons upon installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream-glib/+bug/1581775/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] onibi (amd64) - tests ran: 23, failed: 0

2016-08-30 Thread Brad Figg
tests ran:  23, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/onibi__4.4.0-37.56__2016-08-31_05-52-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1427275] Re: clean cloud images of python2

2016-08-30 Thread Bug Watch Updater
** Changed in: vim (Debian)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1427275

Title:
  clean cloud images of python2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-utils/+bug/1427275/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1617810] Re: buildbot not start on ubuntu 16 lts

2016-08-30 Thread William Grant
** Project changed: lpbuildbot => buildbot (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617810

Title:
  buildbot not start on ubuntu 16 lts

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1577918] Re: Kubuntu Discover search returns no results

2016-08-30 Thread ryan
Same issue. Installing Muon fixed, but occasionally issue returns
requiring Discover to be closed and reopened.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577918

Title:
  Kubuntu Discover search returns no results

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-discover/+bug/1577918/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598759] Re: incomplete apparmor definition for ntpd

2016-08-30 Thread dino99
yakkety is no more affected: the "DENIED" apparmor logs are gone now (#1)
and ntpd works as expected.

** Tags removed: yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598759

Title:
  incomplete apparmor definition for ntpd

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1443693] Re: AppArmor parser error for /etc/apparmor.d/usr.bin.mediascanner-service-2.0

2016-08-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~jamesh/mediascanner2/bug-1443693

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1443693

Title:
  AppArmor parser error for /etc/apparmor.d/usr.bin.mediascanner-
  service-2.0

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1617810] [NEW] buildbot not start on ubuntu 16 lts

2016-08-30 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

buildbot can not start, in stdout it print:

exceptions.AttributeError: Requirements are not satisfied for
buildbot.buildslave:BuildSlave: (sqlalchemy-migrate 0.10.0
(/usr/lib/python2.7/dist-packages), Requirement.parse('sqlalchemy-
migrate==0.7.2'))

The strange and bad thing that
systemctl start buildbot report all ok,
but actully starts nothing and nothing works.

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

-- 
buildbot not start on ubuntu 16 lts
https://bugs.launchpad.net/bugs/1617810
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1581775] Re: No option to (de)select add ons upon installation

2016-08-30 Thread Matthias Klumpp
I discovered the reason for missing addons in GNOME Software by accident
a few weeks back.

Apply those two patches to appstream-glib in Xenial, and the addons
should appear:

https://github.com/hughsie/appstream-glib/commit/ea8b160c8f05ae018dcf54181204cc5740c2aa1c
https://github.com/hughsie/appstream-glib/commit/2c479053850958575c8de50fbee4433ec05019d3

(this only applies to AddOns which have AppStream metadata though)


** Also affects: appstream-glib (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: appstream-glib (Ubuntu)
   Status: New => Triaged

** Changed in: appstream-glib (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1581775

Title:
  No option to (de)select add ons upon installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream-glib/+bug/1581775/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618704] Re: mediascanner-service-2.0 crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2016-08-30 Thread Apport retracing service
*** This bug is a duplicate of bug 1600506 ***
https://bugs.launchpad.net/bugs/1600506

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 #1600506, 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.

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

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1618704/+attachment/4731276/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1618704/+attachment/4731278/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1618704/+attachment/4731279/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1618704/+attachment/4731280/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1618704/+attachment/4731281/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1618704/+attachment/4731282/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1600506

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618704

Title:
  mediascanner-service-2.0 crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1599952] Answer

2016-08-30 Thread RD
Christopher:

I downloaded Ubuntu 14.04.1, the oldest version of the 14.04 LTS I could 
still find online.  It installed and worked fine, albeit with old 
applications.  I then upgraded to the 4.8 kernel per your instructions, 
and after doing a sudo reboot the machine simply refused to restart.  
The system was so unresponsive that I was unable to capture a screenshot 
to send you.  I have reinstalled Mint 17.3 MATE and consider myself 
finished with this issue. Kernels newer than 4.2.x do not work on my 
machine.  By the way, the reason I went to Mint was because I like the 
MATE or the XFCE DEs better than Unity, and the Xubuntu and MATE Ubuntu 
flavors are not supported as long as 2019.  I will likely have to buy a 
new machine when Mint 17.3 ceases to be supported, but I have time. 
Meanwhile, I have fairly new apps and a stable system.  Thanks for your 
efforts, anyway.

RD

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1599952

Title:
  Blurred images with kernels after 4.2.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 136, failed: 0

2016-08-30 Thread Brad Figg
tests ran: 136, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/ms10-34-mcdivittB0-kernel__4.4.0-37.56__2016-08-31_04-46-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] onibi (i386) - tests ran: 3, failed: 0

2016-08-30 Thread Brad Figg
tests ran:   3, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/onibi__4.4.0-37.56__2016-08-31_04-33-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364905] Re: new item panel's "Ok" button disabled (github version works)

2016-08-30 Thread Roidhun
As of 16.04 LTS the bug remains...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364905

Title:
  new item panel's "Ok" button disabled (github version works)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1577137] Re: saned.service masked and cannot be unmasked

2016-08-30 Thread Christopher M. Penalver
Kjetil Thuen, instructions for running saned via systemd are now
available from https://help.ubuntu.com/community/SaneDaemonTutorial .

** Changed in: sane-backends (Ubuntu)
   Importance: Medium => Undecided

** Changed in: sane-backends (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577137

Title:
  saned.service masked and cannot be unmasked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1581775] Re: No option to (de)select add ons upon installation

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

** Changed in: gnome-software (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1581775

Title:
  No option to (de)select add ons upon installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581775/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] onza (i386) - tests ran: 3, failed: 0

2016-08-30 Thread Brad Figg
tests ran:   3, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/onza__4.4.0-37.56__2016-08-31_04-02-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618219] Re: Bluetooth driver module doesn't work

2016-08-30 Thread Christopher M. Penalver
Danilo Silva, when bluetooth is working, could you please provide the output of 
the following terminal command:
cat /sys/kernel/debug/usb/devices


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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618219

Title:
  Bluetooth driver module doesn't work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1606030] Re: System reboots instead of shutting down if xhci is enabled in BIOS and USB hub is connected

2016-08-30 Thread Christopher M. Penalver
Hasan Mahmood, the issue you are reporting is an upstream one. Could you
please report this problem following the instructions verbatim at
https://wiki.ubuntu.com/Bugs/Upstream/kernel to the appropriate mailing
list (TO Mathias Nyman CC linux-usb)?

Please provide a direct URL to your post to the mailing list when it
becomes available so that it may be tracked.

Thank you for your help.

** Tags removed: kernel-bug-exists-upstream-4.7

** Tags added: latest-bios-0358

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1606030

Title:
  System reboots instead of shutting down if xhci is enabled in BIOS and
  USB hub is connected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1617900] Re: Headset mic detection on some variants of Dell Inspiron 5468

2016-08-30 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617900

Title:
  Headset mic detection on some variants of Dell Inspiron 5468

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1529142] Re: Boot problems

2016-08-30 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1529142

Title:
  Boot problems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579208] Re: Grub shouldn't require a keyboard to boot headless server

2016-08-30 Thread Launchpad Bug Tracker
[Expired for grub2 (Ubuntu) because there has been no activity for 60
days.]

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579208

Title:
  Grub shouldn't require a keyboard to boot headless server

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1421854] Re: Mouse Wheel Click Bug

2016-08-30 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1421854

Title:
  Mouse Wheel Click Bug

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598139] Re: Unable to detect Synaptics Touchpad on Ubuntu 14.04, Dell Inspiron 5558

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598139

Title:
  Unable to detect Synaptics Touchpad on Ubuntu 14.04, Dell Inspiron
  5558

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598172] Re: Mute button didn't unmute on Asus X550CC, Lubuntu 16.04

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598172

Title:
  Mute button didn't unmute on Asus X550CC, Lubuntu 16.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1590503] Re: libcxl-dev package does not contain a static library

2016-08-30 Thread Launchpad Bug Tracker
[Expired for libcxl (Ubuntu) because there has been no activity for 60
days.]

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1590503

Title:
  libcxl-dev package does not contain a static library

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598239] Re: installer consistently crashes after keyboard layout select

2016-08-30 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598239

Title:
  installer consistently crashes after keyboard layout select

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539957] Re: [enhancement] Allow files and links to be put on the Unity8 desktop

2016-08-30 Thread Daniel van Vugt
The nautilus crash is now fixed in yakkety. The only blockers are now
Unity8's launching mechanism and general GTK bugs [1].

With that in mind you can use this hack to launch nautilus under Unity8
on yakkety:

  mkdir -- '--desktop_file_hint=nautilus'
  nautilus -w -- --desktop_file_hint=nautilus

It will refuse to resize and be of limited use right now, but it's a
start.

[1] https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bugs?field.tag
=gtk-mir

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539957

Title:
  [enhancement] Allow files and links to be put on the Unity8 desktop

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 23, failed: 1

2016-08-30 Thread Brad Figg
tests ran:  23, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/ms10-34-mcdivittB0-kernel__4.4.0-37.56__2016-08-31_03-58-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] onibi (amd64) - tests ran: 30, failed: 0

2016-08-30 Thread Brad Figg
tests ran:  30, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/onibi__4.4.0-37.56__2016-08-31_03-10-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618651] Re: Sync jwm 2.3.6-1 (universe) from Debian unstable (main)

2016-08-30 Thread Jeremy Bicha
This bug was fixed in the package jwm - 2.3.6-1
Sponsored for Samuel Henrique (samueloph)

---
jwm (2.3.6-1) unstable; urgency=medium

  * New upstream release (closes: #834889).
  * debian/control: Use maintainer's new id.
  * debian/copyright: The license of jwm changed from GPL2+ to Expat
(MIT License expat compatible).
  * debian/menu-method: Remove confirm attribute (closes: #822915).
  * debian/patches:
- The following patches were sent upstream and are no longer needed:
  ~ 10-clock-24h-format.patch
  ~ 60-include-order.patch
  ~ 70-reproducible-build.patch

 -- Samuel Henrique   Sat, 20 Aug 2016 20:53:42
-0300

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618651

Title:
  Sync jwm 2.3.6-1 (universe) from Debian unstable (main)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618686] [NEW] ubiquity does not show slidewshow fo latest lubuntu daily

2016-08-30 Thread Brendan Perrine
Public bug reported:

On a kvm vm of the latest lubuntu vm from August 30th  is the last one I
choose and it did not have any slideshow for ubiquity when installing
just a white window and the backround of the root window still was
there.

I expeceted lubuntu to have a slideshow and the ubiquity-slideshow-
lubuntu package is in the manifest. Instead I got a white screen where
the slideshow normally is on ubiquity. Instead Lubuntu installed and I
am at the installion is complete please reboot now part of the
installation as it finisehd installing before I got this bug reported.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: ubiquity 16.10.9
ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
Uname: Linux 4.4.0-9136-generic x86_64
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
CasperVersion: 1.378
Date: Tue Aug 30 20:58:32 2016
InstallCmdLine: file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity 
initrd=/casper/initrd.lz quiet splash ---
LiveMediaBuild: Lubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160830)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug lubuntu ubiquity-16.10.9 yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618686

Title:
  ubiquity does not show slidewshow fo latest lubuntu daily

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1602863] Re: nautilus crashes on non-X11 systems Wayland and Mir, with SIGSEGV trying to call XInternAtom() from gdk_x11_atom_to_xatom_for_display()

2016-08-30 Thread Daniel van Vugt
Ubuntu 16.10 yakkety has been updated with the latest Gnome packages and
it works now.

** Changed in: nautilus (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1602863

Title:
  nautilus crashes on non-X11 systems Wayland and Mir, with SIGSEGV
  trying to call XInternAtom() from gdk_x11_atom_to_xatom_for_display()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] modoc (ppc64el) - tests ran: 26, failed: 4

2016-08-30 Thread Brad Figg
tests ran:  26, failed: 4;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/modoc__4.4.0-37.56__2016-08-31_03-32-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1617900] Re: Headset mic detection on some variants of Dell Inspiron 5468

2016-08-30 Thread Shrirang Bagul
** Changed in: linux (Ubuntu)
   Status: Fix Committed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617900

Title:
  Headset mic detection on some variants of Dell Inspiron 5468

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 3, failed: 1

2016-08-30 Thread Brad Figg
tests ran:   3, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/ms10-34-mcdivittB0-kernel__4.4.0-37.56__2016-08-31_02-42-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] onza (amd64) - tests ran: 30, failed: 0

2016-08-30 Thread Brad Figg
tests ran:  30, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/onza__4.4.0-37.56__2016-08-31_02-55-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1489656] Re: /usr/bin/mediascanner-service-2.0:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:mediascanner::MediaStorePrivate::restoreItem

2016-08-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~jamesh/mediascanner2/bug-1489656

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1489656

Title:
  /usr/bin/mediascanner-
  
service-2.0:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:mediascanner::MediaStorePrivate::restoreItems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618407] Re: browser crashes on startup on arm64 in eglGetDisplay

2016-08-30 Thread Vicamo Yang
Totally works for me. Clean flash with hacks in
https://code.launchpad.net/~vicamo/avila-
private/+git/platform_vendor_mediatek/+merge/304214 to keep pulseaudio
from crashing all the time. However, I think the error message 'library
"libGLESv2.so" not found' indicates outdated libhybris was used. Should
have no more such problem.

$ system-image-cli -i
current build number: 27
device name: frieza_arm64
channel: ubuntu-touch/staging/ubuntu
last update: 2016-08-31 03:28:33
version version: 27
version ubuntu: 20160831
version device: 20160824.0
version custom: 20160831

$ dpkg -l|grep webbrowser
ii  webbrowser-app 0.23+16.04.20160825-0ubuntu2~~xenialoverlay1~1 arm64 Ubuntu 
web browser

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618407

Title:
  browser crashes on startup on arm64 in eglGetDisplay

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp3 (s390x.LPAR) - tests ran: 65, failed: 0

2016-08-30 Thread Brad Figg
tests ran:  65, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp3__4.4.0-37.56__2016-08-31_03-20-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618678] Status changed to Confirmed

2016-08-30 Thread Brad Figg
This change was made by a bot.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618678

Title:
  Disk Device Driver Reported Error: DID_ERROR ... DRIVER SENSE

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp3 (s390x.LPAR) - tests ran: 2, failed: 0

2016-08-30 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp3__4.4.0-37.56__2016-08-31_03-18-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1617900] Re: Headset mic detection on some variants of Dell Inspiron 5468

2016-08-30 Thread Shrirang Bagul
Patch attached in comment#1 adds quirk for supporting codec ALC256 (Dell
SSID: 0x07ad)

** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617900

Title:
  Headset mic detection on some variants of Dell Inspiron 5468

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1614820] Re: Respect gsettings org.gnome.desktop.privacy report-technical-problems

2016-08-30 Thread Jeremy Bicha
** Package changed: apport (Ubuntu) => whoopsie (Ubuntu)

** Project changed: apport => whoopsie-preferences

** Package changed: whoopsie (Ubuntu) => whoopsie-preferences (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1614820

Title:
  Respect gsettings org.gnome.desktop.privacy report-technical-problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1614820/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] dwalin (amd64) - tests ran: 30, failed: 0

2016-08-30 Thread Brad Figg
tests ran:  30, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/dwalin__4.4.0-37.56__2016-08-31_02-02-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp3 (s390x.LPAR) - tests ran: 83, failed: 0

2016-08-30 Thread Brad Figg
tests ran:  83, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp3__4.4.0-37.56__2016-08-31_02-54-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] modoc (ppc64el) - tests ran: 2, failed: 0

2016-08-30 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/modoc__4.4.0-37.56__2016-08-31_02-33-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618678] [NEW] Disk Device Driver Reported Error: DID_ERROR ... DRIVER SENSE

2016-08-30 Thread Raymond
Public bug reported:

The Ubuntu 16.04.1 LTS upgrade from kernel 4.4.0-21 to 4.4.0-34
introduced the following periodic error message sequence reported in
dmesg/syslog:

...
sd 4:0:0:0: [sdc] tag#0 FAILED Result: hostbyte=DID_ERROR 
driverbyte=DRIVER_SENSE
sd 4:0:0:0: [sdc] tag#0 Sense Key : Hardware Error [current] [descriptor] 
sd 4:0:0:0: [sdc] tag#0 Add. Sense: No additional sense information
sd 4:0:0:0: [sdc] tag#0 CDB: ATA command pass through(16) 85 06 2c 00 da 00 00 
00 00 00 4f 00 c2 00 b0 00 
sd 4:0:0:0: [sdc] tag#0 FAILED Result: hostbyte=DID_ERROR 
driverbyte=DRIVER_SENSE
sd 4:0:0:0: [sdc] tag#0 Sense Key : Hardware Error [current] [descriptor] 
sd 4:0:0:0: [sdc] tag#0 Add. Sense: No additional sense information
sd 4:0:0:0: [sdc] tag#0 CDB: ATA command pass through(16) 85 06 20 00 00 00 00 
00 00 00 00 00 00 00 e5 00 
sd 4:0:0:0: [sdc] tag#0 FAILED Result: hostbyte=DID_ERROR 
driverbyte=DRIVER_SENSE
sd 4:0:0:0: [sdc] tag#0 Sense Key : Hardware Error [current] [descriptor] 
sd 4:0:0:0: [sdc] tag#0 Add. Sense: No additional sense information
sd 4:0:0:0: [sdc] tag#0 CDB: ATA command pass through(12)/Blank a1 06 20 da 00 
00 4f c2 00 b0 00 00 
...

These repeat at precisely five and ten minute intervals but appear to
result in no data corruption, nor performance degradation on the
external USB drive.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-36-generic 4.4.0-36.55
ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
Uname: Linux 4.4.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC1D0c:   rap3412 F...m pulseaudio
 /dev/snd/pcmC1D0p:   rap3412 F...m pulseaudio
 /dev/snd/controlC1:  rap3412 F pulseaudio
 /dev/snd/controlC0:  rap3412 F pulseaudio
CurrentDesktop: Unity
Date: Tue Aug 30 19:48:43 2016
HibernationDevice: RESUME=UUID=bb098361-baff-41e3-bf95-dad938b5d42c
InstallationDate: Installed on 2016-08-10 (21 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
IwConfig:
 lono wireless extensions.
 
 enp0s9no wireless extensions.
MachineType: ECS K8M890M-M
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic 
root=UUID=d38a2b9b-2da3-48e2-b5f8-a464f49a5dc5 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-36-generic N/A
 linux-backports-modules-4.4.0-36-generic  N/A
 linux-firmware1.157.3
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/29/2006
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080013
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: K8M890M-M
dmi.board.vendor: ECS
dmi.board.version: 1.X
dmi.chassis.asset.tag: 0123ABC
dmi.chassis.type: 3
dmi.chassis.vendor: ECS
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080013:bd12/29/2006:svnECS:pnK8M890M-M:pvr1.X:rvnECS:rnK8M890M-M:rvr1.X:cvnECS:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: K8M890M-M
dmi.product.version: 1.X
dmi.sys.vendor: ECS

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


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618678

Title:
  Disk Device Driver Reported Error: DID_ERROR ... DRIVER SENSE

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618137] Re: linux-raspi2: 4.4.0-1022.28 -proposed tracker

2016-08-30 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618137

Title:
  linux-raspi2: 4.4.0-1022.28 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1611838] Re: Compiz crashes on unlock screen if CapsLock is set to switch input source

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1611838

Title:
  Compiz crashes on unlock screen if CapsLock is set to switch input
  source

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp3 (s390x.LPAR) - tests ran: 136, failed: 27

2016-08-30 Thread Brad Figg
tests ran: 136, failed: 27;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp3__4.4.0-37.56__2016-08-31_02-32-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618672] Re: Screen flashes as if the display mode is using garbage values for the top/left and wraps around

2016-08-30 Thread Daniel van Vugt
** Summary changed:

- Screen flashes as if the display mode is using garbage values for the top/left
+ Screen flashes as if the display mode is using garbage values for the 
top/left and wraps around

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

** Also affects: xorg-server (Ubuntu)
   Importance: Undecided
   Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618672

Title:
  Screen flashes as if the display mode is using garbage values for the
  top/left and wraps around

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618672] [NEW] Screen flashes as if the display mode is using garbage values for the top/left and wraps around

2016-08-30 Thread Brandon Schaefer
Public bug reported:

When typing/moving workspace or anything it will randomly happen where
the display will flash around. Sometimes it'll get stuck like this:

http://i.imgur.com/VSCQZq3.jpg

Ive no way to reproduce sadly, but at the worst point the screen will
start flashing black and I have to reboot.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
Uname: Linux 4.4.0-9136-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.3-0ubuntu7
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: Tue Aug 30 19:34:28 2016
DistUpgraded: 2016-01-04 12:05:30,294 DEBUG enabling apt cron job
DistroCodename: yakkety
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation HD Graphics 5500 [8086:1616] (rev 09) (prog-if 00 [VGA 
controller])
   Subsystem: Lenovo HD Graphics 5500 [17aa:5036]
InstallationDate: Installed on 2015-12-21 (253 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: LENOVO 20BXCTO1WW
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-9136-generic.efi.signed 
root=UUID=21d99ce3-7e95-44e2-a708-10cf194e0be5 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to yakkety on 2016-01-04 (239 days ago)
dmi.bios.date: 11/06/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: JBET54WW (1.19 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20BXCTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40709 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrJBET54WW(1.19):bd11/06/2015:svnLENOVO:pn20BXCTO1WW:pvrThinkPadT450s:rvnLENOVO:rn20BXCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20BXCTO1WW
dmi.product.version: ThinkPad T450s
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.13.0+16.10.20160818.2-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.70-1
version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.1-3ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.1-3ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
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+git20160706-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
xserver.bootTime: Tue Aug 30 19:24:57 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-1ubuntu4
xserver.video_driver: modeset

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

** Affects: xorg-server (Ubuntu)
 Importance: High
 Status: New


** Tags: amd64 apport-bug compiz-0.9 ubuntu yakkety

** Summary changed:

- Screen flashes as if the display mod is using garbage values for the top/left
+ Screen flashes as if the display mode is using garbage values for the top/left

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618672

Title:
  Screen flashes as if the display mode is using garbage values for the
  top/left and wraps around

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] onibi (amd64) - tests ran: 10, failed: 1

2016-08-30 Thread Brad Figg
tests ran:  10, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/onibi__4.4.0-37.56__2016-08-31_01-36-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] onza (amd64) - tests ran: 10, failed: 1

2016-08-30 Thread Brad Figg
tests ran:  10, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/onza__4.4.0-37.56__2016-08-31_01-25-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 10, failed: 2

2016-08-30 Thread Brad Figg
tests ran:  10, failed: 2;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/ms10-34-mcdivittB0-kernel__4.4.0-37.56__2016-08-31_01-26-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp3 (s390x.LPAR) - tests ran: 19, failed: 6

2016-08-30 Thread Brad Figg
tests ran:  19, failed: 6;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp3__4.4.0-37.56__2016-08-31_01-47-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579290] Re: Sierra EM7455 not working usbutils

2016-08-30 Thread David Jao
After many months, I finally got this modem working in Xenial (Thinkpad
T460s). Install the libqmi 1.16.0, libmbim 1.14.0, and modemmanager
1.6.0 packages from Yakkety Yak, and make sure you're on kernel
4.4.0-36-generic #55. Reboot and everything should Just Work, assuming
your SIM card is indeed usable (test it in Windows to make sure; my
first attempt failed due to SIM issues). I'm posting this through my LTE
connection.

One minor remaining bug is that the signal strength indicator in Network
Manager is not working; it shows zero bars of signal regardless of the
actual signal strength. But I can live with that for now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579290

Title:
  Sierra EM7455 not working usbutils

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] modoc (ppc64el) - tests ran: 10, failed: 2

2016-08-30 Thread Brad Figg
tests ran:  10, failed: 2;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/modoc__4.4.0-37.56__2016-08-31_01-33-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1617477] Re: With any window open a white line is drawn down right side of screen

2016-08-30 Thread Doug McMahon
Yes, fixed with latest ubuntu-themes package


On 08/30/2016 11:40 AM, Iain Lane wrote:
> Fixed now, yes?
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617477

Title:
  With any window open a white line is drawn down right side of screen

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp3 (s390x.LPAR) - tests ran: 23, failed: 1

2016-08-30 Thread Brad Figg
tests ran:  23, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp3__4.4.0-37.56__2016-08-31_01-42-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp3 (s390x.LPAR) - tests ran: 4, failed: 3

2016-08-30 Thread Brad Figg
tests ran:   4, failed: 3;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp3__4.4.0-37.56__2016-08-31_01-28-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618540] Re: Delay of 1 second to open an app after clicking on the launcher

2016-08-30 Thread Daniel van Vugt
** Tags added: performance unity8-desktop

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618540

Title:
  Delay of 1 second to open an app after clicking on the launcher

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618606] Re: UX- Unity8 Ubuntu icon on launcher long press with a menu to close all apps

2016-08-30 Thread Daniel van Vugt
** Tags added: enhancement unity8-desktop

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618606

Title:
  UX- Unity8 Ubuntu icon on launcher  long press with a menu to close
  all apps

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1420334] Re: [enhancement] Missing client API for relative surface movement

2016-08-30 Thread Daniel van Vugt
** Changed in: mir
Milestone: None => 0.25.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1420334

Title:
  [enhancement] Missing client API for relative surface movement

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1454142] Re: [regression] mirscreencast 0.13 and later gives error and exception (std::exception::what: Failed to mmap buffer 13, "Permission denied")

2016-08-30 Thread Daniel van Vugt
It's a harmless exception and does not mean anything is faulty.

We've just failed to avoid worrying the user into thinking something is
broken. The message needs to be hidden from the user.

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1454142

Title:
  [regression] mirscreencast 0.13 and later gives error and exception
  (std::exception::what: Failed to mmap buffer 13, "Permission denied")

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp3 (s390x.LPAR) - tests ran: 10, failed: 1

2016-08-30 Thread Brad Figg
tests ran:  10, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp3__4.4.0-37.56__2016-08-31_01-07-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp6g001 (s390x.zKVM) - tests ran: 65, failed: 65

2016-08-30 Thread Brad Figg
tests ran:  65, failed: 65;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp6g001__4.4.0-37.56__2016-08-31_01-17-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] kernel01 (s390x.zVM) - tests ran: 65, failed: 65

2016-08-30 Thread Brad Figg
tests ran:  65, failed: 65;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/kernel01__4.4.0-37.56__2016-08-31_01-17-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp6g001 (s390x.zKVM) - tests ran: 2, failed: 2

2016-08-30 Thread Brad Figg
tests ran:   2, failed: 2;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp6g001__4.4.0-37.56__2016-08-31_01-09-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] kernel01 (s390x.zVM) - tests ran: 2, failed: 2

2016-08-30 Thread Brad Figg
tests ran:   2, failed: 2;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/kernel01__4.4.0-37.56__2016-08-31_01-09-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp3 (s390x.LPAR) - tests ran: 65, failed: 0

2016-08-30 Thread Brad Figg
tests ran:  65, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp3__4.4.0-37.56__2016-08-31_00-56-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp6g001 (s390x.zKVM) - tests ran: 1, failed: 1

2016-08-30 Thread Brad Figg
tests ran:   1, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp6g001__4.4.0-37.56__2016-08-31_00-54-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp3 (s390x.LPAR) - tests ran: 2, failed: 0

2016-08-30 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp3__4.4.0-37.56__2016-08-31_00-54-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp6g001 (s390x.zKVM) - tests ran: 19, failed: 17

2016-08-30 Thread Brad Figg
tests ran:  19, failed: 17;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp6g001__4.4.0-37.56__2016-08-31_00-45-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] kernel01 (s390x.zVM) - tests ran: 1, failed: 1

2016-08-30 Thread Brad Figg
tests ran:   1, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/kernel01__4.4.0-37.56__2016-08-31_00-54-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] kernel01 (s390x.zVM) - tests ran: 19, failed: 17

2016-08-30 Thread Brad Figg
tests ran:  19, failed: 17;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/kernel01__4.4.0-37.56__2016-08-31_00-45-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1449304] Re: ipa-replica-prepare fails

2016-08-30 Thread Bug Watch Updater
** Changed in: freeipa (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1449304

Title:
  ipa-replica-prepare fails

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1613258] Re: Web browser can't browse anything - "The rendering process has been closed for this tab" [signal 4 ILL_ILLOPN]

2016-08-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~oxide-developers/oxide/packaging.vivid.overlay

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1613258

Title:
  Web browser can't browse anything - "The rendering process has been
  closed for this tab" [signal 4 ILL_ILLOPN]

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1504688] Re: fsck runs on every boot (clean install, single ext4 filesystem)

2016-08-30 Thread el_gallo_azul
This started after I upgraded from 14.04.05 to 16.04 a couple of days
ago.

I've just edited /etc/default/grub and changed the line

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash fastboot"

I rebooted and don't see the message

(eg. "/dev/sda1: clean, 367968/13541376 file, 7923316/54146048 blocks")

any more during boot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1504688

Title:
  fsck runs on every boot (clean install, single ext4 filesystem)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1613258] Re: Web browser can't browse anything - "The rendering process has been closed for this tab" [signal 4 ILL_ILLOPN]

2016-08-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~oxide-developers/oxide/packaging.xenial.overlay

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1613258

Title:
  Web browser can't browse anything - "The rendering process has been
  closed for this tab" [signal 4 ILL_ILLOPN]

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] kernel01 (s390x.zVM) - tests ran: 23, failed: 23

2016-08-30 Thread Brad Figg
tests ran:  23, failed: 23;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/kernel01__4.4.0-37.56__2016-08-31_00-37-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1618040] s2lp6g001 (s390x.zKVM) - tests ran: 23, failed: 23

2016-08-30 Thread Brad Figg
tests ran:  23, failed: 23;
  
http://kernel.ubuntu.com/testing/4.4.0-37.56/s2lp6g001__4.4.0-37.56__2016-08-31_00-37-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618040

Title:
  linux: 4.4.0-37.56 -proposed tracker

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >