[Bug 1659195] Re: resolver regression on ubuntu-core from #1636912

2017-01-24 Thread Michael Vogt
** Summary changed:

- resolver regression on ubuntu-core from #1649931
+ resolver regression on ubuntu-core from #1636912

** Description changed:

  We had a bunch of test failures in our automatic tests for snapd since this 
~Saturday (21.01.2017). All on core, all with errors like:
  """
  error: cannot install "test-snapd-tools": Get 
https://search.apps.ubuntu.com/api/v1/snaps/details/test-snapd-tools?channel=stable=anon_download_url%2Carchitecture%2Cchannel%2Cdownload_sha3_384%2Csummary%2Cdescription%2Cdeltas%2Cbinary_filesize%2Cdownload_url%2Cepoch%2Cicon_url%2Clast_updated%2Cpackage_name%2Cprices%2Cpublisher%2Cratings_average%2Crevision%2Cscreenshot_urls%2Csnap_id%2Csupport_url%2Ctitle%2Ccontent%2Cversion%2Corigin%2Cdeveloper_id%2Cprivate%2Cconfinement:
 dial tcp: lookup search.apps.ubuntu.com on [::1]:53: read udp 
[::1]:41766->[::1]:53: read: connection refused
  """
  
  The key here is the: "dial tcp: lookup search.apps.ubuntu.com on
  [::1]:53: read udp [::1]:41766->[::1]:53: read: connection refused". It
  was random but in the ~150 integration tests we run for the core image
  we had about 5 of those everytime. Further debugging yielded that the
  /etc/resolv.conf is empty when the errors happen.
  
  It looks like the fix for
- https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1649931 is
+ https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1636912 is
  causing this behaviour for us. Reverting this change gave us stable
  tests again. I also tried to update to the latest resolvconf (the one
  that is reference in #1649931 and also in the followup bug #1649931).
  Using this resolvconf improved the situation dramatically. However we
  still got these errors from time to time with just updating resolvconf
  to the version in xenial-proposed. With the revert of #1649931 we have
  no prolbems so far in our test.
  
  If there is anything I can try in our image PPA to help with a fix I
  will be happy to do that.
  
  Thanks,
-  Michael
+  Michael

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

Title:
  resolver regression on ubuntu-core from #1636912

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

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

[Bug 1659197] [NEW] package phpmyadmin 4:4.6.4+dfsg1-1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-01-24 Thread aquinoes
Public bug reported:

Error on start system

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: phpmyadmin 4:4.6.4+dfsg1-1
ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
Uname: Linux 4.8.0-34-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20.3-0ubuntu8.2
AptOrdering:
 php-gettext:amd64: Install
 phpmyadmin:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Sat Jan 21 11:58:51 2017
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationDate: Installed on 2015-05-20 (615 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3.3
SourcePackage: phpmyadmin
Title: package phpmyadmin 4:4.6.4+dfsg1-1 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 1
UpgradeStatus: Upgraded to yakkety on 2016-10-19 (97 days ago)

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


** Tags: amd64 apport-package yakkety

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

Title:
  package phpmyadmin 4:4.6.4+dfsg1-1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

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

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

[Bug 1659195] [NEW] resolver regression on ubuntu-core from #1636912

2017-01-24 Thread Michael Vogt
Public bug reported:

We had a bunch of test failures in our automatic tests for snapd since this 
~Saturday (21.01.2017). All on core, all with errors like:
"""
error: cannot install "test-snapd-tools": Get 
https://search.apps.ubuntu.com/api/v1/snaps/details/test-snapd-tools?channel=stable=anon_download_url%2Carchitecture%2Cchannel%2Cdownload_sha3_384%2Csummary%2Cdescription%2Cdeltas%2Cbinary_filesize%2Cdownload_url%2Cepoch%2Cicon_url%2Clast_updated%2Cpackage_name%2Cprices%2Cpublisher%2Cratings_average%2Crevision%2Cscreenshot_urls%2Csnap_id%2Csupport_url%2Ctitle%2Ccontent%2Cversion%2Corigin%2Cdeveloper_id%2Cprivate%2Cconfinement:
 dial tcp: lookup search.apps.ubuntu.com on [::1]:53: read udp 
[::1]:41766->[::1]:53: read: connection refused
"""

The key here is the: "dial tcp: lookup search.apps.ubuntu.com on
[::1]:53: read udp [::1]:41766->[::1]:53: read: connection refused". It
was random but in the ~150 integration tests we run for the core image
we had about 5 of those everytime. Further debugging yielded that the
/etc/resolv.conf is empty when the errors happen.

It looks like the fix for
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1636912 is
causing this behaviour for us. Reverting this change gave us stable
tests again. I also tried to update to the latest resolvconf (the one
that is reference in #1649931 and also in the followup bug #1649931).
Using this resolvconf improved the situation dramatically. However we
still got these errors from time to time with just updating resolvconf
to the version in xenial-proposed. With the revert of #1649931 we have
no prolbems so far in our test.

If there is anything I can try in our image PPA to help with a fix I
will be happy to do that.

Thanks,
 Michael

** Affects: systemd (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/1659195

Title:
  resolver regression on ubuntu-core from #1636912

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

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

[Bug 1575235] Re: the command line doesn't have an option to display snap details

2017-01-24 Thread Michael Vogt
This is fixed now in snapd with the `snap info ` command in 
xenial-updates. It will print information like:
$ snap info hello
name:  hello
summary:   "GNU Hello, the \"hello world\" snap"
publisher: canonical
description: |
  GNU hello prints a friendly greeting. This is part of the snapcraft tour at
  https://snapcraft.io/
commands:
  - hello.universe
  - hello
tracking:stable
installed:   2.10 (20) 65kB -
refreshed:   2016-06-16 11:49:52 +0200 CEST
channels: 
  stable:2.10(20) 65kB -
  candidate: 2.10(20) 65kB -
  beta:  2.10.1  (29) 65kB -
  edge:  2.10.42 (34) 65kB -

If you feel some specific information is missing, please open a new bug
with the missing bits.

** Changed in: snapd (Ubuntu)
   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/1575235

Title:
  the command line doesn't have an option to display snap details

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

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


[Bug 1575132] Re: snap remove talks about purge but it doesn't exist

2017-01-24 Thread Michael Vogt
Thanks for your bugreport. This is fixed now in snapd in xenial-updates.

** Changed in: snapd (Ubuntu)
   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/1575132

Title:
  snap remove talks about purge but it doesn't exist

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

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


[Bug 1635206] Re: snap find with empty query returns error

2017-01-24 Thread Michael Vogt
@Mark> Please update your snapd version to latest one in xenial-updates.
This will give you the "featured snap" output when you run "snap find".

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

Title:
  snap find with empty query returns error

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

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


[Bug 1624188] Re: [ FAILED ] ClientLatency.throttled_input_rate_yields_lower_latency

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1624188

Title:
  [  FAILED  ] ClientLatency.throttled_input_rate_yields_lower_latency

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

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


[Bug 1394369] Re: [testsfail] failure in CI in AndroidInputReceiverSetup.slow_raw_input_doesnt_cause_frameskipping

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1394369

Title:
  [testsfail] failure in CI in
  AndroidInputReceiverSetup.slow_raw_input_doesnt_cause_frameskipping

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

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


[Bug 1388490] Re: Frame rate is artificially low on Diamondville Intel Atom systems due to aggressive power management

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1388490

Title:
  Frame rate is artificially low on Diamondville Intel Atom systems due
  to aggressive power management

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

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


[Bug 645956] Re: appamor denying clamd access to its own process

2017-01-24 Thread Jean-Pierre van Riel
Similar issue with freshclam

audit: type=1400 audit(1485244264.939:43): apparmor="DENIED"
operation="open" profile="/usr/bin/freshclam" name="/proc/5588/status"
pid=5588 comm="freshclam" requested_mask="r" denied_mask="r" fsuid=131
ouid=0

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

Title:
  appamor denying clamd access to its own process

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

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


[Bug 1586311] Re: [regression] Two fingers in mir_proving_server now resizes/moves app windows (two finger apps unusable)

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1586311

Title:
  [regression] Two fingers in mir_proving_server now resizes/moves app
  windows (two finger apps unusable)

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

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


[Bug 1576600] Re: Mir-on-X mouse input is jerky/stuttery compared to Mir-on-KMS

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1576600

Title:
  Mir-on-X mouse input is jerky/stuttery compared to Mir-on-KMS

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

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


[Bug 1634868] Re: Add support for returning monitor EDIDs

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1634868

Title:
  Add support for returning monitor EDIDs

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

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


[Bug 1628794] Re: Valgrind failure on mir_acceptance_tests - leak on incoming buffer in Requests::free_buffer(int)

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1628794

Title:
  Valgrind failure on mir_acceptance_tests - leak on incoming buffer in
  Requests::free_buffer(int)

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

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


[Bug 1642473] Re: [regression] FTBFS when cross compiling to yakkety from zesty: test_client_extensions.cpp: error: ‘Ne’ was not declared in this scope

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1642473

Title:
  [regression] FTBFS when cross compiling to yakkety from zesty:
  test_client_extensions.cpp: error: ‘Ne’ was not declared in this scope

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

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

[Bug 1640366] Re: [ FAILED ] ClientLatency.dropping_latency_is_limited_to_one (AKA dropping_latency_is_closer_to_zero_than_one)

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1640366

Title:
  [  FAILED  ] ClientLatency.dropping_latency_is_limited_to_one (AKA
  dropping_latency_is_closer_to_zero_than_one)

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

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


[Bug 1651633] Re: EDID data is missing in nested servers

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1651633

Title:
  EDID data is missing in nested servers

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

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


[Bug 1644189] Re: Shell doesn't know when base display config has changed

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1644189

Title:
  Shell doesn't know when base display config has changed

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

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


[Bug 1643432] Re: [ FAILED ] NestedServer.nested_platform_connects_and_disconnects

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1643432

Title:
  [ FAILED ] NestedServer.nested_platform_connects_and_disconnects

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

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


[Bug 1642504] Re: [regression] mir_proving_server crashes with std::exception::what: add_options() must be called before the_options()

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1642504

Title:
  [regression] mir_proving_server crashes with std::exception::what:
  add_options() must be called before the_options()

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

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


[Bug 1646704] Re: [regression] Cross compiling from zesty to yakkety fails with *** No rule to make target 'gmock/libs/googlemock/gtest/libgtest.a'

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1646704

Title:
  [regression] Cross compiling from zesty to yakkety fails with *** No
  rule to make target 'gmock/libs/googlemock/gtest/libgtest.a'

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

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


[Bug 1639749] Re: When pointer motion crosses window borders SurfaceInputDispatcher injected events increase accumulated relative motion

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1639749

Title:
  When pointer motion crosses window borders SurfaceInputDispatcher
  injected events increase accumulated relative motion

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

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


[Bug 1644075] Re: [regression] Those mir_demo_client_* which default to fullscreen now ignore the size parameter (-s WIDTHxHEIGHT)

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1644075

Title:
  [regression] Those mir_demo_client_* which default to fullscreen now
  ignore the size parameter (-s WIDTHxHEIGHT)

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

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


[Bug 1646700] Re: mir_proving_server's four finger swipe to switch apps leaks touch events to the clients

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1646700

Title:
  mir_proving_server's four finger swipe to switch apps leaks touch
  events to the clients

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

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


[Bug 1657755] Re: android: overlays no longer are activated

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  android: overlays no longer are activated

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

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


[Bug 1647573] Re: [ FAILED ] ThreadedDispatcherDeathTest.destroying_dispatcher_from_a_callback_is_an_error

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1647573

Title:
  [  FAILED  ]
  ThreadedDispatcherDeathTest.destroying_dispatcher_from_a_callback_is_an_error

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

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


[Bug 1655293] Re: [ FAILED ] RaiseSurfaces.key_event_with_cookie

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1655293

Title:
  [ FAILED ] RaiseSurfaces.key_event_with_cookie

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

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


[Bug 1654612] Re: Setting the event handler after the surface has been created does nothing

2017-01-24 Thread Daniel van Vugt
** Changed in: mir (Ubuntu)
   Status: In Progress => Triaged

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

Title:
  Setting the event handler after the surface has been created does
  nothing

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

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


[Bug 1645284] Re: miral::ActiveOutputsMonitor (and therefore miral-shell --window-manager tiling) are broken by lp:mir

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1645284

Title:
  miral::ActiveOutputsMonitor (and therefore miral-shell --window-
  manager tiling) are broken by lp:mir

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

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


[Bug 1658605] Re: [regression] Mir cross-compile to vivid/armhf FTBFS with: mock_input_device_hub.h:33:18: error: ‘add_observer’ is not a type

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1658605

Title:
  [regression] Mir cross-compile to vivid/armhf FTBFS with:
  mock_input_device_hub.h:33:18: error: ‘add_observer’ is not a type

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

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

[Bug 1656633] Re: i386 FTBFS: src/platforms/eglstream-kms/server/kms_display_configuration.cpp:88:47: error: narrowing conversion of ‘..._drmModeConnector::connector_id’ from ‘uint32_t {aka unsigned i

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1656633

Title:
  i386 FTBFS: src/platforms/eglstream-
  kms/server/kms_display_configuration.cpp:88:47: error: narrowing
  conversion of ‘..._drmModeConnector::connector_id’ from ‘uint32_t {aka
  unsigned int}’ to ‘EGLAttrib {aka int}’ inside { } [-Werror=narrowing]

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

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

[Bug 1656164] Re: Black screen with Raspberry Pi 3 VC4 Mesa driver

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1656164

Title:
  Black screen with Raspberry Pi 3 VC4 Mesa driver

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

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


[Bug 1658604] Re: Mir FTBFS with MIR_USE_PRECOMPILED_HEADERS=OFF: error: ISO C++11 requires at least one argument for the "..." in a variadic macro [-Werror]

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1658604

Title:
  Mir FTBFS with MIR_USE_PRECOMPILED_HEADERS=OFF: error: ISO C++11
  requires at least one argument for the "..." in a variadic macro
  [-Werror]

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

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


[Bug 1654478] Re: [regression] mir_acceptance_tests' death tests leave behind core files

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1654478

Title:
  [regression] mir_acceptance_tests' death tests leave behind core files

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

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


[Bug 1651638] Re: [regression] Latency for fullscreen interval 0 clients (e.g. games and benchmarks) increased with the introduction of nested passthrough

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1651638

Title:
  [regression] Latency for fullscreen interval 0 clients (e.g. games and
  benchmarks) increased with the introduction of nested passthrough

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

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


[Bug 1658719] Re: `snap refresh` doesn't show progress when checking for a large number of snaps

2017-01-24 Thread Michael Vogt
** Changed in: snapd (Ubuntu)
   Status: New => Incomplete

** Changed in: snapd (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/1658719

Title:
  `snap refresh` doesn't show progress when checking for a large number
  of snaps

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

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


[Bug 1647575] Re: [regression] eglapps now all have window title "default"

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1647575

Title:
  [regression] eglapps now all have window title "default"

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

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



[Bug 1595607] Update Released

2017-01-24 Thread Steve Langasek
The verification of the Stable Release Update for nano has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  /bin/nano:*** Error in `nano': free(): invalid next size (normal):
  ADDR ***

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

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


[Bug 1556142] Re: Changing scale, formFactor or DPI in display configuration causes renderer teardown/recreate unnecessarily

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1556142

Title:
  Changing scale, formFactor or DPI in display configuration causes
  renderer teardown/recreate unnecessarily

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

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


[Bug 1595607] Re: /bin/nano:*** Error in `nano': free(): invalid next size (normal): ADDR ***

2017-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package nano - 2.5.3-2ubuntu1

---
nano (2.5.3-2ubuntu1) xenial-proposed; urgency=medium

  * Apply upstream patch to not call free on the result of a dirname.
(LP: #1595607)

 -- Brian Murray   Thu, 15 Dec 2016 15:30:45 -0800

** Changed in: nano (Ubuntu Xenial)
   Status: Fix Committed => 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/1595607

Title:
  /bin/nano:*** Error in `nano': free(): invalid next size (normal):
  ADDR ***

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

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


[Bug 1506427] Re: Using calendar with keys might cause Indicator-datetime to crash unity-panel-service

2017-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package ido - 13.10.0+16.04.20161028-0ubuntu1

---
ido (13.10.0+16.04.20161028-0ubuntu1) xenial; urgency=medium

  * IdoCalendarMenuItem: disconnect from parent signals on item
destruction (LP: #1506427)

 -- Marco Trevisan (Treviño)   Fri, 28 Oct 2016 22:43:02
+

** Changed in: ido (Ubuntu Xenial)
   Status: Fix Committed => 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/1506427

Title:
  Using calendar with keys might cause Indicator-datetime to crash
  unity-panel-service

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

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

[Bug 1570327] Re: [testsfail] ApplicationNotRespondingDetection.failure_to_pong_is_noticed

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1570327

Title:
  [testsfail]
  ApplicationNotRespondingDetection.failure_to_pong_is_noticed

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

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


[Bug 1494197] Re: [trusted prompt sessions] Can't open two prompt sessions at the same time

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1494197

Title:
  [trusted prompt sessions] Can't open two prompt sessions at the same
  time

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

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


[Bug 1656048] Re: grub-installer might not install to the PReP partition of NVMe disks

2017-01-24 Thread Steve Langasek
Hello bugproxy, or anyone else affected,

Accepted grub-installer into xenial-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/grub-
installer/1.128ubuntu5.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: grub-installer (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

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

Title:
  grub-installer might not install to the PReP partition of NVMe disks

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

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


[Bug 1648388] Re: Install Ubuntu16.04 in RAID1 created by Intel RSTe and the system hangs while rebooting

2017-01-24 Thread Lo
Christopher,
I try mainline kernel from 3.12 to 3.19 in Ubuntu16.04.
Still found the issue.

Thanks

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

Title:
  Install Ubuntu16.04 in RAID1 created by Intel RSTe and the system
  hangs while rebooting

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

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


[Bug 1653658] Re: Race between MirConnection::released() and MirConnection::~MirConnection() causes deadlocks, possible crashes and memory corruption

2017-01-24 Thread Daniel van Vugt
** Also affects: mir (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/1653658

Title:
  Race between MirConnection::released() and
  MirConnection::~MirConnection() causes deadlocks, possible crashes and
  memory corruption

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

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


[Bug 1466427] Update Released

2017-01-24 Thread Steve Langasek
The verification of the Stable Release Update for webbrowser-app has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  User agent string claims it's running Ubuntu 14.04

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

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


[Bug 1577806] Re: [SRU] webbrowser app and webcontainer open under the same instance

2017-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20161028-0ubuntu2

---
webbrowser-app (0.23+16.04.20161028-0ubuntu2) xenial; urgency=medium

  * SRU for selected bug fixes:
- LP: #1565055: support for google hangouts
- LP: #1573017: SAML detection logic broken in webapp container
- LP: #1572673: invalid variable access error in webapp container
- LP: #1466427: dynamic Ubuntu version in default UA string
- LP: #1576639: fine-tune the custom memory-pressure handler
- LP: #1581025: secure connection icon not showing
- LP: #1580290: only load the current tab when the session is restored
- LP: #1577806: browser and container open under the same instance
- LP: #1565063: dynamic Chromium version in default UA string

 -- Olivier Tilloy   Fri, 28 Oct 2016
09:17:33 +

** Changed in: webbrowser-app (Ubuntu Xenial)
   Status: Fix Committed => 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/1577806

Title:
  [SRU] webbrowser app and webcontainer open under the same instance

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

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


[Bug 1565055] Update Released

2017-01-24 Thread Steve Langasek
The verification of the Stable Release Update for webbrowser-app has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  google hangouts thinks we are unsupported

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

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


[Bug 1565055] Re: google hangouts thinks we are unsupported

2017-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20161028-0ubuntu2

---
webbrowser-app (0.23+16.04.20161028-0ubuntu2) xenial; urgency=medium

  * SRU for selected bug fixes:
- LP: #1565055: support for google hangouts
- LP: #1573017: SAML detection logic broken in webapp container
- LP: #1572673: invalid variable access error in webapp container
- LP: #1466427: dynamic Ubuntu version in default UA string
- LP: #1576639: fine-tune the custom memory-pressure handler
- LP: #1581025: secure connection icon not showing
- LP: #1580290: only load the current tab when the session is restored
- LP: #1577806: browser and container open under the same instance
- LP: #1565063: dynamic Chromium version in default UA string

 -- Olivier Tilloy   Fri, 28 Oct 2016
09:17:33 +

** Changed in: webbrowser-app (Ubuntu Xenial)
   Status: Fix Committed => 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/1565055

Title:
  google hangouts thinks we are unsupported

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

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


[Bug 1576639] Re: memory threshold is too high

2017-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20161028-0ubuntu2

---
webbrowser-app (0.23+16.04.20161028-0ubuntu2) xenial; urgency=medium

  * SRU for selected bug fixes:
- LP: #1565055: support for google hangouts
- LP: #1573017: SAML detection logic broken in webapp container
- LP: #1572673: invalid variable access error in webapp container
- LP: #1466427: dynamic Ubuntu version in default UA string
- LP: #1576639: fine-tune the custom memory-pressure handler
- LP: #1581025: secure connection icon not showing
- LP: #1580290: only load the current tab when the session is restored
- LP: #1577806: browser and container open under the same instance
- LP: #1565063: dynamic Chromium version in default UA string

 -- Olivier Tilloy   Fri, 28 Oct 2016
09:17:33 +

** Changed in: webbrowser-app (Ubuntu Xenial)
   Status: Fix Committed => 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/1576639

Title:
  memory threshold is too high

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-device-images/+bug/1576639/+subscriptions

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


[Bug 1573017] Update Released

2017-01-24 Thread Steve Langasek
The verification of the Stable Release Update for webbrowser-app has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [webapp-container] SAML detection logic broken

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

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


[Bug 1580290] Update Released

2017-01-24 Thread Steve Langasek
The verification of the Stable Release Update for webbrowser-app has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  First tab is always reloaded when the session is restored

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

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


[Bug 1580290] Re: First tab is always reloaded when the session is restored

2017-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20161028-0ubuntu2

---
webbrowser-app (0.23+16.04.20161028-0ubuntu2) xenial; urgency=medium

  * SRU for selected bug fixes:
- LP: #1565055: support for google hangouts
- LP: #1573017: SAML detection logic broken in webapp container
- LP: #1572673: invalid variable access error in webapp container
- LP: #1466427: dynamic Ubuntu version in default UA string
- LP: #1576639: fine-tune the custom memory-pressure handler
- LP: #1581025: secure connection icon not showing
- LP: #1580290: only load the current tab when the session is restored
- LP: #1577806: browser and container open under the same instance
- LP: #1565063: dynamic Chromium version in default UA string

 -- Olivier Tilloy   Fri, 28 Oct 2016
09:17:33 +

** Changed in: webbrowser-app (Ubuntu Xenial)
   Status: Fix Committed => 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/1580290

Title:
  First tab is always reloaded when the session is restored

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

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


[Bug 1576639] Update Released

2017-01-24 Thread Steve Langasek
The verification of the Stable Release Update for webbrowser-app has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  memory threshold is too high

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-device-images/+bug/1576639/+subscriptions

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


[Bug 1572673] Update Released

2017-01-24 Thread Steve Langasek
The verification of the Stable Release Update for webbrowser-app has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [webapp-container] Invalid variable access error
  'popupWindowController'

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

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


[Bug 1577806] Update Released

2017-01-24 Thread Steve Langasek
The verification of the Stable Release Update for webbrowser-app has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [SRU] webbrowser app and webcontainer open under the same instance

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

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


[Bug 1573017] Re: [webapp-container] SAML detection logic broken

2017-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20161028-0ubuntu2

---
webbrowser-app (0.23+16.04.20161028-0ubuntu2) xenial; urgency=medium

  * SRU for selected bug fixes:
- LP: #1565055: support for google hangouts
- LP: #1573017: SAML detection logic broken in webapp container
- LP: #1572673: invalid variable access error in webapp container
- LP: #1466427: dynamic Ubuntu version in default UA string
- LP: #1576639: fine-tune the custom memory-pressure handler
- LP: #1581025: secure connection icon not showing
- LP: #1580290: only load the current tab when the session is restored
- LP: #1577806: browser and container open under the same instance
- LP: #1565063: dynamic Chromium version in default UA string

 -- Olivier Tilloy   Fri, 28 Oct 2016
09:17:33 +

** Changed in: webbrowser-app (Ubuntu Xenial)
   Status: Fix Committed => 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/1573017

Title:
  [webapp-container] SAML detection logic broken

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

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


[Bug 1565063] Re: Update the chromium version in the user agent

2017-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20161028-0ubuntu2

---
webbrowser-app (0.23+16.04.20161028-0ubuntu2) xenial; urgency=medium

  * SRU for selected bug fixes:
- LP: #1565055: support for google hangouts
- LP: #1573017: SAML detection logic broken in webapp container
- LP: #1572673: invalid variable access error in webapp container
- LP: #1466427: dynamic Ubuntu version in default UA string
- LP: #1576639: fine-tune the custom memory-pressure handler
- LP: #1581025: secure connection icon not showing
- LP: #1580290: only load the current tab when the session is restored
- LP: #1577806: browser and container open under the same instance
- LP: #1565063: dynamic Chromium version in default UA string

 -- Olivier Tilloy   Fri, 28 Oct 2016
09:17:33 +

** Changed in: webbrowser-app (Ubuntu Xenial)
   Status: Fix Committed => 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/1565063

Title:
  Update the chromium version in the user agent

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

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


[Bug 1581025] Re: Secure connection icon not showing

2017-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20161028-0ubuntu2

---
webbrowser-app (0.23+16.04.20161028-0ubuntu2) xenial; urgency=medium

  * SRU for selected bug fixes:
- LP: #1565055: support for google hangouts
- LP: #1573017: SAML detection logic broken in webapp container
- LP: #1572673: invalid variable access error in webapp container
- LP: #1466427: dynamic Ubuntu version in default UA string
- LP: #1576639: fine-tune the custom memory-pressure handler
- LP: #1581025: secure connection icon not showing
- LP: #1580290: only load the current tab when the session is restored
- LP: #1577806: browser and container open under the same instance
- LP: #1565063: dynamic Chromium version in default UA string

 -- Olivier Tilloy   Fri, 28 Oct 2016
09:17:33 +

** Changed in: webbrowser-app (Ubuntu Xenial)
   Status: Fix Committed => 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/1581025

Title:
  Secure connection icon not showing

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

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


[Bug 1565063] Update Released

2017-01-24 Thread Steve Langasek
The verification of the Stable Release Update for webbrowser-app has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Update the chromium version in the user agent

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

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


[Bug 1466427] Re: User agent string claims it's running Ubuntu 14.04

2017-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20161028-0ubuntu2

---
webbrowser-app (0.23+16.04.20161028-0ubuntu2) xenial; urgency=medium

  * SRU for selected bug fixes:
- LP: #1565055: support for google hangouts
- LP: #1573017: SAML detection logic broken in webapp container
- LP: #1572673: invalid variable access error in webapp container
- LP: #1466427: dynamic Ubuntu version in default UA string
- LP: #1576639: fine-tune the custom memory-pressure handler
- LP: #1581025: secure connection icon not showing
- LP: #1580290: only load the current tab when the session is restored
- LP: #1577806: browser and container open under the same instance
- LP: #1565063: dynamic Chromium version in default UA string

 -- Olivier Tilloy   Fri, 28 Oct 2016
09:17:33 +

** Changed in: webbrowser-app (Ubuntu Xenial)
   Status: Fix Committed => 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/1466427

Title:
  User agent string claims it's running Ubuntu 14.04

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

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


[Bug 1572673] Re: [webapp-container] Invalid variable access error 'popupWindowController'

2017-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.04.20161028-0ubuntu2

---
webbrowser-app (0.23+16.04.20161028-0ubuntu2) xenial; urgency=medium

  * SRU for selected bug fixes:
- LP: #1565055: support for google hangouts
- LP: #1573017: SAML detection logic broken in webapp container
- LP: #1572673: invalid variable access error in webapp container
- LP: #1466427: dynamic Ubuntu version in default UA string
- LP: #1576639: fine-tune the custom memory-pressure handler
- LP: #1581025: secure connection icon not showing
- LP: #1580290: only load the current tab when the session is restored
- LP: #1577806: browser and container open under the same instance
- LP: #1565063: dynamic Chromium version in default UA string

 -- Olivier Tilloy   Fri, 28 Oct 2016
09:17:33 +

** Changed in: webbrowser-app (Ubuntu Xenial)
   Status: Fix Committed => 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/1572673

Title:
  [webapp-container] Invalid variable access error
  'popupWindowController'

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

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


[Bug 1581025] Update Released

2017-01-24 Thread Steve Langasek
The verification of the Stable Release Update for webbrowser-app has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Secure connection icon not showing

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

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


[Bug 1648894] Please test proposed package

2017-01-24 Thread Steve Langasek
Hello Nicholas, or anyone else affected,

Accepted juju-core into yakkety-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/juju-
core/2.0.2-0ubuntu0.16.10.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  [SRU] Juju 2.0.2

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

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


[Bug 1648894] Re: [SRU] Juju 2.0.2

2017-01-24 Thread Steve Langasek
Hello Nicholas, or anyone else affected,

Accepted juju-core into xenial-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/juju-
core/2.0.2-0ubuntu0.16.04.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: juju-core (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

** Changed in: juju-core (Ubuntu Yakkety)
   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/1648894

Title:
  [SRU] Juju 2.0.2

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

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


[Bug 1659191] [NEW] package gconf-service 3.2.6-3ubuntu6 failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/gconf/2/libgconfbackend-evoldap.so', which is also in package gconf-s

2017-01-24 Thread Saurabh Kumar Singh
Public bug reported:

No idea

ProblemType: Package
DistroRelease: Kali 2016.2
Package: gconf-service 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.1-0ubuntu2.5
Architecture: amd64
Date: Wed Jan 25 11:58:29 2017
DpkgTerminalLog:
 Preparing to unpack .../gconf-service_3.2.6-4_amd64.deb ...
 Unpacking gconf-service (3.2.6-4) over (3.2.6-3ubuntu6) ...
 dpkg: error processing archive 
/var/cache/apt/archives/gconf-service_3.2.6-4_amd64.deb (--unpack):
  trying to overwrite 
'/usr/lib/x86_64-linux-gnu/gconf/2/libgconfbackend-evoldap.so', which is also 
in package gconf-service-backend 3.2.6-3ubuntu6
ErrorMessage: trying to overwrite 
'/usr/lib/x86_64-linux-gnu/gconf/2/libgconfbackend-evoldap.so', which is also 
in package gconf-service-backend 3.2.6-3ubuntu6
RelatedPackageVersions:
 dpkg 1.18.15kali1
 apt  1.4~beta3
SourcePackage: gconf
Title: package gconf-service 3.2.6-3ubuntu6 failed to install/upgrade: trying 
to overwrite '/usr/lib/x86_64-linux-gnu/gconf/2/libgconfbackend-evoldap.so', 
which is also in package gconf-service-backend 3.2.6-3ubuntu6
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package kali-rolling third-party-packages

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

Title:
  package gconf-service 3.2.6-3ubuntu6 failed to install/upgrade: trying
  to overwrite '/usr/lib/x86_64-linux-gnu/gconf/2/libgconfbackend-
  evoldap.so', which is also in package gconf-service-backend
  3.2.6-3ubuntu6

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

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


[Bug 1655584] Re: systemd-udevd busyloops when nvidia kernel module fails to load

2017-01-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: systemd (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/1655584

Title:
  systemd-udevd busyloops when nvidia kernel module fails to load

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

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


[Bug 1438510] Re: [REGRESSION] bluetooth headset no longer supports a2dp in 16.04 xenial and 16.10 yakkety

2017-01-24 Thread Martin
Is there a way to write a script that can switch to HSP/HFP, attempt to
switch to a2dp, disconnect bluetooth and reconnect the bluetooth and
then connect to a2dp? That would be a decent work around so we could
save ourselves time when we do this every day.

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

Title:
  [REGRESSION] bluetooth headset no longer supports a2dp in 16.04 xenial
  and 16.10 yakkety

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

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


[Bug 1591552] Re: vsftpd vulnerable to heartbleed (according to testssl)

2017-01-24 Thread AlainKnaff
I just re-downloaded the current version of testssl.sh (dated December
20th 2016), and tried again, and vsftpd is still shown to be vulnerable
to Heartbleed.

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

Title:
  vsftpd vulnerable to heartbleed (according to testssl)

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

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


[Bug 393811] Re: [needs-packaging] Request to package: hunspell-en-ca

2017-01-24 Thread Bug Watch Updater
** Changed in: openoffice.org-dictionaries (Debian)
   Status: Unknown => 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/393811

Title:
  [needs-packaging] Request to package: hunspell-en-ca

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openoffice.org-dictionaries/+bug/393811/+subscriptions

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


[Bug 44100] Re: [needs-packaging] Package myspell-en-ca for OOo spellcheck

2017-01-24 Thread Mathew Hodson
** Package changed: openoffice.org (Debian) => debian

** Changed in: ubuntu
   Status: Fix Released => Won't Fix

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

Title:
  [needs-packaging] Package myspell-en-ca for OOo spellcheck

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

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


[Bug 1659185] [NEW] User probes on ppc64le are not returning the correct values of the probed function's arguments.

2017-01-24 Thread bugproxy
Public bug reported:

== Comment: #0 - David J. Wilder  - 2015-07-15 19:51:49 ==
---Problem Description---
User probes on ppc64le are not returning the correct values of the probed 
function's arguments.
 
Contact Information = wil...@us.ibm.com 
 
---uname output---
Linux Daves-sandbox 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 19:33:37 UTC 
2015 ppc64le ppc64le ppc64le GNU/Linux
 
Machine Type = 8284-22A  (power8, running on a VM on top of powerKVM) 
 
---Debugger---
A debugger is not configured
 
---Steps to Reproduce---

$ cat doit.c
#include 

doit( int i )
{
printf("%s: i=%d\n",__func__,i);
pause();
}

main()
{
doit(42);
}

$ cat doit.stp
probe process("doit").function("doit") {
printf("function doit called with i=%ld\n",$i);
}

$ gcc -g -o doit doit.c

$ sudo stap doit.stp -c ./doit

doit: i=42
function doit called with i=16383   I expect 42
-

If I run the same example on a x86-64 system I get the expected results.
So I think this is a problem with ppc64 only.

$ uname -a
Linux ubuntu-15 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux
$ sudo stap doit.stp -c ./doit

doit: i=42
function doit called with i=42

Other information (from ppc64le system):

I build systemtap from upstream git.  The version Canonical is shipping
is broken.

$ stap --version
Systemtap translator/driver (version 2.9/0.160, commit 
release-2.8-19-ga7396f637e7c)
Copyright (C) 2005-2015 Red Hat, Inc. and others
This is free software; see the source for copying conditions.
enabled features: TR1_UNORDERED_MAP NLS

$ grep CONFIG_UPROBES /boot/config-`uname -r` 
CONFIG_UPROBES=y

 
Userspace tool common name: stap 
 
The userspace tool has the following bit modes: 64-bit 

Userspace rpm: systemtap

Userspace tool obtained from project website:  na 
 
*Additional Instructions for wil...@us.ibm.com: 
-Post a private note with access information to the machine that the bug is 
occuring on.
-Attach ltrace and strace of userspace application.

Please cherry pick the fix.

https://www.sourceware.org/git/?p=systemtap.git;a=commit;h=b0cfcdb4886be5654e94cd7893a01531345e961d

https://www.sourceware.org/git/?p=systemtap.git;a=commit;h=c3d8c09c03abd4b212a24b94601a7d5a2d9b74a1

** Affects: systemtap (Ubuntu)
 Importance: Undecided
 Assignee: Taco Screen team (taco-screen-team)
 Status: New


** Tags: architecture-ppc64le bugnameltc-127718 severity-medium 
targetmilestone-inin1704

** Tags added: architecture-ppc64le bugnameltc-127718 severity-medium
targetmilestone-inin1704

** Changed in: ubuntu
 Assignee: (unassigned) => Taco Screen team (taco-screen-team)

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

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

Title:
  User probes on ppc64le are not returning the correct values of the
  probed function's arguments.

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

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


[Bug 158629] Re: gutsy openoffice.org 2.3 spell checker does not work

2017-01-24 Thread Mathew Hodson
*** This bug is a duplicate of bug 393811 ***
https://bugs.launchpad.net/bugs/393811

** This bug is no longer a duplicate of bug 44100
   [needs-packaging] Package myspell-en-ca for OOo spellcheck
** This bug has been marked a duplicate of bug 393811
   [needs-packaging] Request to package: hunspell-en-ca

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

Title:
  gutsy openoffice.org 2.3 spell checker does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/158629/+subscriptions

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


[Bug 121205] Re: no spellcheck in default install

2017-01-24 Thread Mathew Hodson
*** This bug is a duplicate of bug 393811 ***
https://bugs.launchpad.net/bugs/393811

** This bug is no longer a duplicate of bug 44100
   [needs-packaging] Package myspell-en-ca for OOo spellcheck
** This bug has been marked a duplicate of bug 393811
   [needs-packaging] Request to package: hunspell-en-ca

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

Title:
  no spellcheck in default install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/121205/+subscriptions

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


[Bug 44100] Re: [needs-packaging] Package myspell-en-ca for OOo spellcheck

2017-01-24 Thread Mathew Hodson
** Bug watch removed: OpenOffice.org Issue Tracker #74292
   http://qa.openoffice.org/issues/show_bug.cgi?id=74292

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

Title:
  [needs-packaging] Package myspell-en-ca for OOo spellcheck

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

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


[Bug 158144] Re: Spellchecking in OOo 2.3 does not work

2017-01-24 Thread Mathew Hodson
*** This bug is a duplicate of bug 393811 ***
https://bugs.launchpad.net/bugs/393811

** This bug is no longer a duplicate of bug 44100
   [needs-packaging] Package myspell-en-ca for OOo spellcheck
** This bug has been marked a duplicate of bug 393811
   [needs-packaging] Request to package: hunspell-en-ca

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

Title:
  Spellchecking in OOo 2.3 does not work

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

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


[Bug 393811] Re: [needs-packaging] Request to package: hunspell-en-ca

2017-01-24 Thread Mathew Hodson
openoffice.org-dictionaries (1:3.1.0~ooo310m5-1) experimental;
urgency=low

  * new upstream snapshot
- includes en_CA dictionary - new package: hunspell-en-ca
  (closes: #478113, #419095)
- other new packages: {hunspell,openoffice.org-hyphenation}-{sr,sh}

 -- Rene Engelhard   Thu, 12 Mar 2009 18:01:13 +0100

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

** Also affects: openoffice.org-dictionaries (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419095
   Importance: Unknown
   Status: Unknown

** No longer affects: openoffice.org-dictionaries (Debian)

** Also affects: openoffice.org-dictionaries (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419095
   Importance: Unknown
   Status: Unknown

** Package changed: ubuntu => openoffice.org-dictionaries (Ubuntu)

** Changed in: openoffice.org-dictionaries (Ubuntu)
   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/393811

Title:
  [needs-packaging] Request to package: hunspell-en-ca

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openoffice.org-dictionaries/+bug/393811/+subscriptions

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


[Bug 44100] Re: [needs-packaging] Package myspell-en-ca for OOo spellcheck

2017-01-24 Thread Mathew Hodson
** Bug watch removed: Debian Bug tracker #419095
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419095

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

Title:
  [needs-packaging] Package myspell-en-ca for OOo spellcheck

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

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


[Bug 393811] Re: [needs-packaging] Request to package: hunspell-en-ca

2017-01-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: 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/393811

Title:
  [needs-packaging] Request to package: hunspell-en-ca

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openoffice.org-dictionaries/+bug/393811/+subscriptions

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


[Bug 458755] Re: [needs-packaging] English Canada dictionary missing

2017-01-24 Thread Mathew Hodson
*** This bug is a duplicate of bug 393811 ***
https://bugs.launchpad.net/bugs/393811

** This bug has been marked a duplicate of bug 393811
   [needs-packaging] Request to package: hunspell-en-ca

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

Title:
  [needs-packaging] English Canada dictionary missing

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

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


[Bug 1659183] Re: English (Canada) input source is missing the left backslash key

2017-01-24 Thread Mathew Hodson
Attached a picture showing the backslash key next to the left shift.

** Attachment added: "Left backslash.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1659183/+attachment/4808799/+files/Left%20backslash.jpg

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

Title:
  English (Canada) input source is missing the left backslash key

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

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


[Bug 1223884] Re: package libfont-afm-perl 1.20-1 failed to install/upgrade: Il pacchetto si trova in uno stato di inconsistenza critico - è consigliato reinstallarlo prima di tentare la configurazio

2017-01-24 Thread Launchpad Bug Tracker
[Expired for libfont-afm-perl (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: libfont-afm-perl (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/1223884

Title:
  package libfont-afm-perl 1.20-1 failed to install/upgrade: Il
  pacchetto si trova in uno stato di inconsistenza critico - è
  consigliato  reinstallarlo prima di tentare la configurazione.

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

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

[Bug 1198888] Re: package libfont-afm-perl 1.20-1 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting configuration.

2017-01-24 Thread Launchpad Bug Tracker
[Expired for libfont-afm-perl (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: libfont-afm-perl (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/119

Title:
  package libfont-afm-perl 1.20-1 failed to install/upgrade: Package is
  in a very bad inconsistent state - you should  reinstall it before
  attempting configuration.

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

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


[Bug 1537505] Re: Strange font in certain windows and applications

2017-01-24 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/1537505

Title:
  Strange font in certain windows and applications

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

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


[Bug 1644705] Re: OS installation crashing

2017-01-24 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/1644705

Title:
  OS installation crashing

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

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


[Bug 1659183] [NEW] English (Canada) input source is missing the left backslash key

2017-01-24 Thread Mathew Hodson
Public bug reported:

In Canada, many keyboards are bilingual and have a slightly different
layout from US keyboards. They have an additional backslash key next to
the left shift key.

In Text Entry, when I select English (Canada) as the input source, the
layout is wrong. Instead of a backslash, the layout shows a less-than
symbol, and that is what input when I press the key.

Attached a screenshot of the incorrect layout.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: ibus 1.5.14-2ubuntu1
ProcVersionSignature: Ubuntu 4.9.0-12.13-generic 4.9.2
Uname: Linux 4.9.0-12-generic x86_64
ApportVersion: 2.20.4-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Jan 24 22:49:41 2017
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-01-22 (3 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Alpha amd64 (20170115)
SourcePackage: ibus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug zesty

** Attachment added: "Incorrect layout.png"
   
https://bugs.launchpad.net/bugs/1659183/+attachment/4808795/+files/Incorrect%20layout.png

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

Title:
  English (Canada) input source is missing the left backslash key

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

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


[Bug 1659130] Re: Battery indicator doesn't change the status when I plug the charger

2017-01-24 Thread Paul White
** Package changed: evince (Ubuntu) => upower (Ubuntu)

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

Title:
  Battery indicator doesn't change the status when I plug the charger

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

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


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

2017-01-24 Thread Brad Figg
tests ran:  10, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-62.83-generic/s2lp6g001__4.4.0-62.83__2017-01-25_03-22-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/1657434

Title:
  linux-lts-xenial: 4.4.0-62.83~14.04.1 -proposed tracker

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

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


[Bug 1575358] Re: Gnome Software catalog entry missing for FreeCAD

2017-01-24 Thread Bug Watch Updater
** Changed in: freecad (Debian)
   Status: Fix Released => New

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

Title:
  Gnome Software catalog entry missing for FreeCAD

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

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


[Bug 271487] Re: terminator need to highlight search string

2017-01-24 Thread Alan Tsui
Just an encouragement.

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

Title:
  terminator need to highlight search string

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

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


[Bug 1659160] Re: I can no longer DL from Dplay. Premium account required

2017-01-24 Thread Gunnar Hjalmarsson
I find it unlikely that svtplay-dl is intended to be able to download
programs which you don't have access to stream directly. But if you want
to really make sure, you should file an issue at
 which will be seen by the
upstream maintainer.

Closing this bug based on my assumption.

** Changed in: svtplay-dl (Ubuntu)
   Status: New => Invalid

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

Title:
  I can no longer DL from Dplay. Premium account required

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

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


[Bug 1657112] s2lp4 (s390x.LPAR) - tests ran: 1, failed: 0

2017-01-24 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/s2lp4__4.8.0-36.38__2017-01-25_03-31-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/1657112

Title:
  linux: 4.8.0-36.38 -proposed tracker

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

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


[Bug 1656620] Re: Discoloration in some XFCE icons and window borders

2017-01-24 Thread Bug Watch Updater
** Changed in: mesa
   Status: Unknown => Confirmed

** Changed in: mesa
   Importance: Unknown => Medium

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

Title:
  Discoloration in some XFCE icons and window borders

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

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


[Bug 1658917] Re: Not possible to stop a service after deleting /etc/init/service.conf file

2017-01-24 Thread Nikhil Ranjan
** Description changed:

  If /etc/init/myservice.conf is deleted while myservice is still running
- then the service cannot be stopped afterwards. service myservice stop
- will say "myservice: unrecognized service". The process associated with
- the service will continue to run and will restarts after killing.
+ then the service cannot be stopped afterwards.
+ 
+ # service myservice stop
+ 
+ will say
+ 
+ "myservice: unrecognized service".
+ 
+ The process associated with the service will continue to run and will
+ restarts after killing.

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

Title:
  Not possible to stop a service after deleting /etc/init/service.conf
  file

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

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


[Bug 1659170] Re: subiquity always creates an 'ubuntu' user with fixed password

2017-01-24 Thread Michael Hudson-Doyle
** Changed in: subiquity (Ubuntu)
   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/1659170

Title:
  subiquity always creates an 'ubuntu' user with fixed password

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

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


[Bug 1643789] Re: Backport packages for 16.04.2 lts-hwe stack

2017-01-24 Thread Steve Langasek
Hello Timo, or anyone else affected,

Accepted libdrm into xenial-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/libdrm/2.4.70-1~ubuntu16.04.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: libdrm (Ubuntu Xenial)
   Status: Incomplete => Fix Committed

** Tags added: verification-needed

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

Title:
  Backport packages for 16.04.2 lts-hwe stack

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

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


[Bug 1659170] [NEW] subiquity always creates an 'ubuntu' user with fixed password

2017-01-24 Thread Michael Hudson-Doyle
Public bug reported:

We should probably stop doing this.

** Affects: subiquity (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/1659170

Title:
  subiquity always creates an 'ubuntu' user with fixed password

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

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


[Bug 1550210] Re: Desktop file does not open ImageMagick from the menu

2017-01-24 Thread Simon Quigley
This should be fixed in imagemagick once it comes through zesty-
proposed, it's currently uninstallable at the moment:
http://people.canonical.com/~ubuntu-archive/proposed-
migration/update_output.txt

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

Title:
  Desktop file does not open ImageMagick from the menu

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

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


[Bug 1625932] Re: Backlight does not change when adjust it higher than 50% after S3

2017-01-24 Thread AceLan Kao
** Changed in: hwe-next/vivid
   Status: New => Won't Fix

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

Title:
  Backlight does not change when adjust it higher than 50% after S3

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

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


  1   2   3   4   5   6   >