[Bug 1585372] Re: package udev 229-4ubuntu6 failed to install/upgrade: package udev is already installed and configured

2016-05-25 Thread dino99
*** This bug is a duplicate of bug 1407757 ***
https://bugs.launchpad.net/bugs/1407757

** This bug has been marked a duplicate of bug 1407757
   multi-arch packages cannot be installed due to dpkg wrongly detecting them 
as already installed

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

Title:
  package udev 229-4ubuntu6 failed to install/upgrade: package udev is
  already installed and configured

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

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


[Bug 1585179] Re: Smarty3 package incompatible with PHP7

2016-05-25 Thread Pehr Söderman
** Bug watch added: Debian Bug tracker #825250
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825250

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

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

Title:
  Smarty3 package incompatible with PHP7

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

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


[Bug 1582682] onibi (amd64) - tests ran: 4, failed: 0

2016-05-25 Thread Brad Figg
tests ran:   4, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41~14.04.1/onibi__4.4.0-23.41~14.04.1__2016-05-25_06-55-00/results-index.html

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

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

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

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


[Bug 1584314] Re: Togo keyboard layout / compose keys

2016-05-25 Thread Launchpad Bug Tracker
This bug was fixed in the package libx11 - 2:1.6.3-1ubuntu3

---
libx11 (2:1.6.3-1ubuntu3) yakkety; urgency=medium

  [ Mats Blakstad ]
  * debian/patches/017_togo_compose_keys.diff:
- Compose keys for local languages in Togo (LP: #1584314)

 -- Gunnar Hjalmarsson   Mon, 23 May 2016 18:55:00
+0200

** Changed in: libx11 (Ubuntu)
   Status: In Progress => 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/1584314

Title:
  Togo keyboard layout / compose keys

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

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


[Bug 1437759] Re: [Lenovo Miix] Synaptic/ITE Tech touchpad (06cb:a001) cannot be configured by hid-rmi

2016-05-25 Thread Mark Roduner
Okay, so I managed to come up with a workaround(ish) thing for this
particular problem; you need to reload the hid-multitouch kernel module,
and then re-enable the device using xinput.

Example script


#!/bin/bash
# Touchpad / Touchscreen Fix Script
# 2016.05.24
# Mark C. Roduner, Jr.

# If Run as root; fix all users, otherwise fix the current user

SCRIPT=$0

#Space separated list of kernel modules to reload
MODS_RELOAD="hid-multitouch"

get_users() {
#echo ":1 mroduner"
w -sh | sed -r "s/([^ ]+)[^:]+(:[0-9.]+).*/\2 \1/" | sort | uniq
}

execute_fix() {
export DISPLAY="$1"
sudo -iu "$2" $SCRIPT
}

get_core_regex() {
xinput --list  --long | grep "Virtual core" | sed -r 
's/.*id\=([0-9]+).*/\\b\1\\b/' | sort | uniq | tr '\n' '|'
}

get_all_pointers() {
xinput --list  --long | grep XIButtonClass | sed -r "s/.*: 
([0-9]+).*/\1/" | sort | uniq | tr '\n' ' '
}

get_real_pointers() {
EXPR="`get_core_regex` +"
get_all_pointers | sed -r "s/$EXPR/ /g"
}


if [ `id -u` -ne 0 ]; then
echo "Enabling devices for ${USERNAME}${DISPLAY}... "
for PTR in `get_real_pointers`; do
xinput set-prop $PTR "Device Enabled" 1 
done
exit 0
fi

echo -n Reloading Modules: 
for MOD in $MODS_RELOAD; do
echo -n " $MOD"
rmmod "$MOD" && modprobe "$MOD"
done

echo -e "\nFixing Input Devices..."
CDISP="$DISPLAY"
get_users \
| while read USER; do
 execute_fix $USER;
done
export DISPLAY="$CDISP"
echo -e "\nDone."

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

Title:
  [Lenovo Miix] Synaptic/ITE Tech touchpad (06cb:a001) cannot be
  configured by hid-rmi

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

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


[Bug 1585439] Re: linux-keystone: 3.13.0-57.84 -proposed tracker

2016-05-25 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/promote-to-security
   Status: New => Invalid

** Description changed:

  This bug is for tracking the 3.13.0-57.84 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  -- swm properties --
  kernel-stable-master-bug: 1585315
+ kernel-stable-phase-changed:Wednesday, 25. May 2016 07:01 UTC
+ kernel-stable-phase:Packaging

** Description changed:

  This bug is for tracking the 3.13.0-57.84 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  -- swm properties --
  kernel-stable-master-bug: 1585315
- kernel-stable-phase-changed:Wednesday, 25. May 2016 07:01 UTC
- kernel-stable-phase:Packaging
+ phase: Packaging

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

Title:
  linux-keystone: 3.13.0-57.84 -proposed tracker

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

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


[Bug 1579076] Re: [regression] NBS causes sudden loss of performance after surface resizes

2016-05-25 Thread Daniel van Vugt
** Changed in: mir/0.24
   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/1579076

Title:
  [regression] NBS causes sudden loss of performance after surface
  resizes

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

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


[Bug 1579076] Re: [regression] NBS causes sudden loss of performance after surface resizes

2016-05-25 Thread Launchpad Bug Tracker
** Branch linked: lp:mir

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

Title:
  [regression] NBS causes sudden loss of performance after surface
  resizes

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

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


[Bug 1558480] Re: Make Wine packages synced from Debian

2016-05-25 Thread LocutusOfBorg
I don't think dpkg-parsechangelog is actually making differences,
because syncd packages have the same changelog as the debian packaging.

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

Title:
  Make Wine packages synced from Debian

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

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


[Bug 1581836] Re: Incomplete 16.4 install from DVD image

2016-05-25 Thread Michelet
"recommended performing a bios mode install instead" : the message was
unclear to me, it seemed to me that the installation was either in EFI
mode or aborted. Anyway, I installed using the entire disk afterward and
indeed the problem was solved. Thanks for looking at the problem, it
might help somebody.

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

Title:
  Incomplete 16.4 install from DVD image

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

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


[Bug 1582682] onza (i386) - tests ran: 13, failed: 1

2016-05-25 Thread Brad Figg
tests ran:  13, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41~14.04.1/onza__4.4.0-23.41~14.04.1__2016-05-25_05-41-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/1582682

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

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

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


[Bug 1571017] Re: [arm64] libmozjs24 crashes w/ 48-bit VA

2016-05-25 Thread Bug Watch Updater
** Changed in: mozjs
   Status: New => In Progress

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

Title:
  [arm64] libmozjs24 crashes w/ 48-bit VA

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

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


[Bug 1572321] Re: owncloud network access is disabled

2016-05-25 Thread Timo Jyrinki
We have the patch already in 16.04 LTS too:
http://anonscm.debian.org/cgit/pkg-
kde/qt/qtbase.git/tree/debian/patches/qnetworkaccessmanager_accessibility.diff?h=ubuntu
(since  5.5.1+dfsg-6ubuntu1 originally).

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: New => Incomplete

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

Title:
  owncloud network access is disabled

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

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


[Bug 1585312] Re: package kaccounts-providers (not installed) failed to install/upgrade: trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', which is also in package account-p

2016-05-25 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1565772 ***
https://bugs.launchpad.net/bugs/1565772

** This bug has been marked a duplicate of bug 1565772
   Allow plugins to decide which username to set on new accounts

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

Title:
  package kaccounts-providers (not installed) failed to install/upgrade:
  trying to overwrite '/etc/signon-ui/webkit-
  options.d/www.facebook.com.conf', which is also in package account-
  plugin-facebook 0.12+16.04.20160126-0ubuntu1

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

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


[Bug 1579076] Re: [regression] NBS causes sudden loss of performance after surface resizes

2016-05-25 Thread Daniel van Vugt
** Branch unlinked: lp:mir

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

Title:
  [regression] NBS causes sudden loss of performance after surface
  resizes

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

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


[Bug 1582682] onibi (i386) - tests ran: 4, failed: 0

2016-05-25 Thread Brad Figg
tests ran:   4, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41~14.04.1/onibi__4.4.0-23.41~14.04.1__2016-05-25_07-12-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/1582682

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

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

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


[Bug 602767] Re: exe thumbnailer eats all memory while thumbnailing large files

2016-05-25 Thread Hitechcomputergeek
6 years later, and this is still a problem.

Besides wrestool, might want to take a look at the md5sum command that
creates an icon based on the file md5sum when there's no icon embedded -
this also creates a lot of disk activity and cached RAM. I hacked up a
solution with changing a line to 'HUE=$(head -c 16384 "$INPUTFILE" |
md5sum | cut -c 1-2)', too lazy to make a proper patch.

Using CRC instead of md5sum would probably be sufficient for this
purpose.

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

Title:
  exe thumbnailer eats all memory while thumbnailing large files

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

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


[Bug 1556284] Re: unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

2016-05-25 Thread Sebastien Bacher
** Information type changed from Private to Public

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

Title:
  unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1556284/+subscriptions

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


[Bug 1585090] Re: virtualbox-dkms 5.0.20-dfsg-2: virtualbox kernel module failed to build [error: code model kernel does not support PIC mode]

2016-05-25 Thread LocutusOfBorg
@Daniel, why did you reassign it back? I can't reproduce the issue, and
virtualbox 5.0.20-dfsg-2 already has the -fno-pie flag injected on
kernel builds.

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

Title:
  virtualbox-dkms 5.0.20-dfsg-2: virtualbox kernel module failed to
  build [error: code model kernel does not support PIC mode]

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

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


[Bug 1571574] Re: [SRU] 3G (WWAN) icon missing

2016-05-25 Thread Martin Pitt
Hello Kristin, or anyone else affected,

Accepted network-manager-applet into xenial-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/network-manager-applet/1.2.0-0ubuntu0.16.04.2 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 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: network-manager-applet (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/1571574

Title:
  [SRU] 3G (WWAN) icon missing

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

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


[Bug 1575614] Re: [SRU]Can't select secret key for TLS auth for 802.1X authentication

2016-05-25 Thread Martin Pitt
Hello Arkady, or anyone else affected,

Accepted network-manager-applet into xenial-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/network-manager-applet/1.2.0-0ubuntu0.16.04.2 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 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: network-manager-applet (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/1575614

Title:
  [SRU]Can't select secret key for TLS auth for 802.1X authentication

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

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


[Bug 1578962] Re: [SRU] nm-applet crash with assertion failed for some users

2016-05-25 Thread Martin Pitt
Hello Tim, or anyone else affected,

Accepted network-manager-applet into xenial-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/network-manager-applet/1.2.0-0ubuntu0.16.04.2 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 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!

** Also affects: network-manager-applet (Ubuntu Yakkety)
   Importance: High
   Status: Triaged

** Changed in: network-manager-applet (Ubuntu Yakkety)
 Assignee: (unassigned) => Aron Xu (happyaron)

** Changed in: network-manager-applet (Ubuntu Yakkety)
Milestone: None => ubuntu-16.06

** Changed in: network-manager-applet (Ubuntu Yakkety)
   Importance: High => Critical

** Changed in: network-manager-applet (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/1578962

Title:
  [SRU] nm-applet crash with assertion failed for some users

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

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


[Bug 1582431] dagmar (amd64) - tests ran: 40, failed: 0

2016-05-25 Thread Brad Figg
tests ran:  40, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41/dagmar__4.4.0-23.41__2016-05-25_06-09-00/results-index.html

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

Title:
  linux: 4.4.0-23.41 -proposed tracker

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

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


[Bug 1576716] Re: Snap application requires root privileges

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

** Changed in: snap (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/1576716

Title:
  Snap application requires root privileges

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

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


[Bug 1582682] onza (amd64) - tests ran: 4, failed: 0

2016-05-25 Thread Brad Figg
tests ran:   4, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41~14.04.1/onza__4.4.0-23.41~14.04.1__2016-05-25_07-24-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/1582682

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

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

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


Re: [Bug 1579350] Re: update to symbol files for ubuntuBSD

2016-05-25 Thread Jon Boden
On Wed, May 25, 2016 at 05:42:09AM -, Timo Jyrinki wrote:
> This is fixed in:
> --
> qtbase-opensource-src (5.5.1+dfsg-16ubuntu11) yakkety; urgency=medium
> 
>   [ Jon Boden ]
>   * Update symbols for ubuntuBSD (LP: #1579350)
> 
>  -- Timo Jyrinki   Thu, 19 May 2016 11:18:09 + 
> --
> 
> ...and newer releases, but the current state is that there is a huge
> amount of packages stuck in proposed so it will take some time before
> this bug will be "Fix Released".

Don't worry, we can wait. Good to know the fix is in :-)

Thanks a lot

-- 
Jon Boden

ubuntuBSD -- The power of FreeBSD kernel with familiarity of Ubuntu OS!

http://www.ubuntubsd.org/ -- https://twitter.com/ubuntuBSD

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

Title:
  update to symbol files for ubuntuBSD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1579350/+subscriptions

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


[Bug 1576716] Re: Snap application requires root privileges

2016-05-25 Thread cl-netbox
I contacted the developer and now the problem is solved. Joe Talbot
fixed the issue and uploaded the new version 7.12SVN-05 (26). Upgrade
the snap package : sudo snap refresh nmap - then execute : sudo snap
connect nmap:network-control ubuntu-core:network-control - now you can
run nmap as root. Thank you Joe ! :)

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

Title:
  Snap application requires root privileges

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

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


[Bug 1585497] [NEW] Xubuntu (XFCE4) Settings Editor > xfce4-keyboard-shortcuts Broken after Update

2016-05-25 Thread kburger
Public bug reported:

I believe the erroneous package is xfconf.

Using Xubuntu 14.04 LTS Trusty. Recently ran system update. Some key
bindings I made in Settings Editor > xfce4-keyboard-shortcuts no longer
work. Particularly Ctrl+Alt+# and Super+F# key. Others do work, such as
w, Super and so on. Alt+F# key continue to work. Contents of
~/.config/xfce4/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml is
below. I have made no changes to this file since updating, but it is
possible the update wrote to it and broke it.

The bug is that key mappings that used to work no longer work. For
example, I had Ctrl+Alt+1 mapped to move a window in a workspace to
workspace 1. This used to work. It no longer works. Ctrl+ALt+2 is
supposed to move a window in a workspace to workspace 2. This no longer
works. I had Super+F11 and Super+F12 mapped to run a shell script file
that would allow me to adjust the screen brightness since Fn+Brightness
keys never worked. This keys no longer work.

I also used Xmodmap to reconfigure certain keys. The contents of
~/.Xmodmap is shown below the contents of the .XML file. I have not
touched ~/.Xmodmap since the update.

This may be user error, but I don't know how to fix it. Clearly, to me
it seems to be a bug, because things worked fine before the update and
are now broken after the update.

Help??
Kburger

#
# xfce4-keyboard-shortcuts.xml
#


  

  
  

  
  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  


  





















































  
  





















































  


  
  


  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  




  
  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  


  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  
  


  



#
# ~/.Xmodmap
#
keycode   8 =
keycode   9 = Escape NoSymbol Escape
keycode  10 = 1 exclam 1 exclam
keycode  11 = 2 at 2 at
keycode  12 = 3 numbersign 3 numbersign
keycode  13 = 4 dollar 4 dollar
keycode  14 = 5 percent 5 percent
keycode  15 = 6 asciicircum 6 asciicircum
keycode  16 = 7 ampersand 7 ampersand

!-
!  --> Centered dot ·
!  --> Mathematical multiply ×
!
! original --> keycode  17 = 8 asterisk 8 asterisk
!-
keycode  17 = 8 asterisk periodcentered multiply

keycode  18 = 9 parenleft 9 parenleft
keycode  19 = 0 parenright 0 parenright

!--

[Bug 1572801] Re: Ubuntu 16.04 Unity desktop uses much more ram than Ubuntu 15.10

2016-05-25 Thread Ilja Polivanovas
Again. I face same problems with Gnome. So I still believe the problem
is not connected to Unity.

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

Title:
  Ubuntu 16.04 Unity desktop uses much more ram than Ubuntu 15.10

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

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


[Bug 1585497] Re: Xubuntu (XFCE4) Settings Editor > xfce4-keyboard-shortcuts Broken after Update

2016-05-25 Thread kburger
Oops, I made a mistake. I stated that Ctrl+Alt+# would move a window to
Workspace #. That is incorrect. I have Super+# to move a window to a
workspace and that does work. The major issue is that Super+F# keys no
longer seem to work.

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

Title:
  Xubuntu (XFCE4) Settings Editor > xfce4-keyboard-shortcuts Broken
  after Update

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

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


[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2016-05-25 Thread Olivier Tilloy
Marcos, what probably happened is that during those 8 hours that the app
was in the background your device ran low on memory at some point, and
the system decided to kill the oxide renderer process to free up some
memory. The way to go in that case is to monitor webProcessStatus, as I
suggested earlier: upon moving the app to the foreground, you will be
notified that your webview needs reloading.

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

Title:
  System runs out of memory - white screens frequently seen in web
  renderers

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

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


[Bug 1585370] Re: pepper flash plugin disallowed from apparmor

2016-05-25 Thread Olivier Tilloy
** Also affects: apparmor-easyprof-ubuntu (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/1585370

Title:
  pepper flash plugin disallowed from apparmor

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

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


[Bug 1585278] Re: Browser window does not fill the screen width when starting

2016-05-25 Thread Olivier Tilloy
I don’t have my M10 handy for confirming right now, but my guess is that
the initial window size (100GU×75GU) is what causes this visual glitch.
I always thought that when running non-windowed, the size hints of the
windows would be overridden by the size of the screen. A bug in qtubuntu
maybe?

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

** Changed in: webbrowser-app (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/1585278

Title:
  Browser window does not fill the screen width when starting

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

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

[Bug 1582682] onza (i386) - tests ran: 4, failed: 0

2016-05-25 Thread Brad Figg
tests ran:   4, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41~14.04.1/onza__4.4.0-23.41~14.04.1__2016-05-25_07-44-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/1582682

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

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

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


[Bug 1585504] [NEW] Avidemux is not available for Xenial

2016-05-25 Thread Roman Shipovskij
Public bug reported:

~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04 LTS
Release:16.04
Codename:   xenial

~# apt-get install avidemux
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package avidemux is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'avidemux' has no installation candidate

Avidemux is available only for Wily and previous releases
https://launchpad.net/ubuntu/+source/avidemux

** Affects: avidemux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: xenial

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

Title:
  Avidemux is not available for Xenial

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

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


[Bug 1585504] Re: Avidemux is not available for Xenial

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

** Changed in: avidemux (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/1585504

Title:
  Avidemux is not available for Xenial

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

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


[Bug 1570506] Re: Snapcraft should use bash-completion

2016-05-25 Thread Launchpad Bug Tracker
This bug was fixed in the package snapcraft - 2.9+16.10

---
snapcraft (2.9+16.10) yakkety; urgency=medium

  [ Leo Arias ]
  * autopkgtests: run the install examples tests in classic. (#481)
(LP: #1572764)

  [ Matteo Bertini ]
  * Fix typo in description of the python3 example. (#504)

  [ Jamie Bennett ]
  * Documentation: Use plugs instead of caps. (#507)

  [ Chris Wayne ]
  * Add in bash completion. (#453) (LP: #1570506)

  [ Sergio Schvezov ]
  * Fail validation if plugs or slots are declared at the part level (#514)
(LP: #1581166)

  [ Kyle Fazzari ]
  * Make pull and build steps dirty if target arch changes. (#450)
(LP: #1564192)
  * Add support for the confinement property. (#501) (LP: #1580819)
  * Add support for the epoch property. (#502) (LP: #1581113)

 -- Sergio Schvezov   Tue, 24 May 2016
23:32:11 -0300

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

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

Title:
  Snapcraft should use bash-completion

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

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


[Bug 1580819] Re: Add support for confinement property

2016-05-25 Thread Launchpad Bug Tracker
This bug was fixed in the package snapcraft - 2.9+16.10

---
snapcraft (2.9+16.10) yakkety; urgency=medium

  [ Leo Arias ]
  * autopkgtests: run the install examples tests in classic. (#481)
(LP: #1572764)

  [ Matteo Bertini ]
  * Fix typo in description of the python3 example. (#504)

  [ Jamie Bennett ]
  * Documentation: Use plugs instead of caps. (#507)

  [ Chris Wayne ]
  * Add in bash completion. (#453) (LP: #1570506)

  [ Sergio Schvezov ]
  * Fail validation if plugs or slots are declared at the part level (#514)
(LP: #1581166)

  [ Kyle Fazzari ]
  * Make pull and build steps dirty if target arch changes. (#450)
(LP: #1564192)
  * Add support for the confinement property. (#501) (LP: #1580819)
  * Add support for the epoch property. (#502) (LP: #1581113)

 -- Sergio Schvezov   Tue, 24 May 2016
23:32:11 -0300

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

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

Title:
  Add support for confinement property

To manage notifications about this bug go to:
https://bugs.launchpad.net/click-reviewers-tools/+bug/1580819/+subscriptions

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


[Bug 1581113] Re: Add support for epoch property

2016-05-25 Thread Launchpad Bug Tracker
This bug was fixed in the package snapcraft - 2.9+16.10

---
snapcraft (2.9+16.10) yakkety; urgency=medium

  [ Leo Arias ]
  * autopkgtests: run the install examples tests in classic. (#481)
(LP: #1572764)

  [ Matteo Bertini ]
  * Fix typo in description of the python3 example. (#504)

  [ Jamie Bennett ]
  * Documentation: Use plugs instead of caps. (#507)

  [ Chris Wayne ]
  * Add in bash completion. (#453) (LP: #1570506)

  [ Sergio Schvezov ]
  * Fail validation if plugs or slots are declared at the part level (#514)
(LP: #1581166)

  [ Kyle Fazzari ]
  * Make pull and build steps dirty if target arch changes. (#450)
(LP: #1564192)
  * Add support for the confinement property. (#501) (LP: #1580819)
  * Add support for the epoch property. (#502) (LP: #1581113)

 -- Sergio Schvezov   Tue, 24 May 2016
23:32:11 -0300

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

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

Title:
  Add support for epoch property

To manage notifications about this bug go to:
https://bugs.launchpad.net/click-reviewers-tools/+bug/1581113/+subscriptions

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


[Bug 1581166] Re: unused and potentially confusing support for plugs/slots at a part level in the snapcraft.yaml schema

2016-05-25 Thread Launchpad Bug Tracker
This bug was fixed in the package snapcraft - 2.9+16.10

---
snapcraft (2.9+16.10) yakkety; urgency=medium

  [ Leo Arias ]
  * autopkgtests: run the install examples tests in classic. (#481)
(LP: #1572764)

  [ Matteo Bertini ]
  * Fix typo in description of the python3 example. (#504)

  [ Jamie Bennett ]
  * Documentation: Use plugs instead of caps. (#507)

  [ Chris Wayne ]
  * Add in bash completion. (#453) (LP: #1570506)

  [ Sergio Schvezov ]
  * Fail validation if plugs or slots are declared at the part level (#514)
(LP: #1581166)

  [ Kyle Fazzari ]
  * Make pull and build steps dirty if target arch changes. (#450)
(LP: #1564192)
  * Add support for the confinement property. (#501) (LP: #1580819)
  * Add support for the epoch property. (#502) (LP: #1581113)

 -- Sergio Schvezov   Tue, 24 May 2016
23:32:11 -0300

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

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

Title:
  unused and potentially confusing support for plugs/slots at a part
  level in the snapcraft.yaml schema

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

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


[Bug 1564192] Re: Lifecycle needs to track cross compilation

2016-05-25 Thread Launchpad Bug Tracker
This bug was fixed in the package snapcraft - 2.9+16.10

---
snapcraft (2.9+16.10) yakkety; urgency=medium

  [ Leo Arias ]
  * autopkgtests: run the install examples tests in classic. (#481)
(LP: #1572764)

  [ Matteo Bertini ]
  * Fix typo in description of the python3 example. (#504)

  [ Jamie Bennett ]
  * Documentation: Use plugs instead of caps. (#507)

  [ Chris Wayne ]
  * Add in bash completion. (#453) (LP: #1570506)

  [ Sergio Schvezov ]
  * Fail validation if plugs or slots are declared at the part level (#514)
(LP: #1581166)

  [ Kyle Fazzari ]
  * Make pull and build steps dirty if target arch changes. (#450)
(LP: #1564192)
  * Add support for the confinement property. (#501) (LP: #1580819)
  * Add support for the epoch property. (#502) (LP: #1581113)

 -- Sergio Schvezov   Tue, 24 May 2016
23:32:11 -0300

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

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

Title:
  Lifecycle needs to track cross compilation

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

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


[Bug 1572764] Re: autopkgtests are not installing the generated snaps

2016-05-25 Thread Launchpad Bug Tracker
This bug was fixed in the package snapcraft - 2.9+16.10

---
snapcraft (2.9+16.10) yakkety; urgency=medium

  [ Leo Arias ]
  * autopkgtests: run the install examples tests in classic. (#481)
(LP: #1572764)

  [ Matteo Bertini ]
  * Fix typo in description of the python3 example. (#504)

  [ Jamie Bennett ]
  * Documentation: Use plugs instead of caps. (#507)

  [ Chris Wayne ]
  * Add in bash completion. (#453) (LP: #1570506)

  [ Sergio Schvezov ]
  * Fail validation if plugs or slots are declared at the part level (#514)
(LP: #1581166)

  [ Kyle Fazzari ]
  * Make pull and build steps dirty if target arch changes. (#450)
(LP: #1564192)
  * Add support for the confinement property. (#501) (LP: #1580819)
  * Add support for the epoch property. (#502) (LP: #1581113)

 -- Sergio Schvezov   Tue, 24 May 2016
23:32:11 -0300

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

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

Title:
  autopkgtests are not installing the generated snaps

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

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


[Bug 1580279] Re: [2.0] maas-cli 2.0 doesn't find 1.0 api

2016-05-25 Thread Andres Rodriguez
** Summary changed:

- maas-cli 2.0 doesn't find 1.0 api
+ [2.0] maas-cli 2.0 doesn't find 1.0 api

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

Title:
  [2.0] maas-cli 2.0 doesn't find 1.0 api

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

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


[Bug 1577495] Re: ast.ini installed/placed incorrectly

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

** Changed in: php-ast (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/1577495

Title:
  ast.ini installed/placed incorrectly

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

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


[Bug 1574727] Re: [SRU] Enforce using signed kernels and modules on UEFI

2016-05-25 Thread Andy Whitcroft
For completeness the kernel side of this is being tracked under bug
#1566221.

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

Title:
  [SRU] Enforce using signed kernels and modules on UEFI

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

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


[Bug 1585439] Re: linux-keystone: 3.13.0-57.84 -proposed tracker

2016-05-25 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel) => Ike Panhc (ikepanhc)

** Description changed:

  This bug is for tracking the 3.13.0-57.84 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  -- swm properties --
  kernel-stable-master-bug: 1585315
  phase: Packaging
+ kernel-stable-phase:Uploaded
+ kernel-stable-phase-changed:Wednesday, 25. May 2016 08:01 UTC

** Description changed:

  This bug is for tracking the 3.13.0-57.84 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  -- swm properties --
  kernel-stable-master-bug: 1585315
- phase: Packaging
- kernel-stable-phase:Uploaded
- kernel-stable-phase-changed:Wednesday, 25. May 2016 08:01 UTC
+ phase: Uploaded

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

Title:
  linux-keystone: 3.13.0-57.84 -proposed tracker

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

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


[Bug 1566221] Re: linux: Enforce signed module loading when UEFI secure boot

2016-05-25 Thread Andy Whitcroft
For completeness the userspace changes needed for this are being tracked
under Bug #1574727.

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

Title:
  linux: Enforce signed module loading when UEFI secure boot

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

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


[Bug 1585517] [NEW] Can't install for cross-building

2016-05-25 Thread Michał Sawicz
Public bug reported:

# apt-get -aarmhf build-dep unity8
Reading package lists... Done
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 builddeps:unity8:armhf : Depends: doxyqml:armhf but it is not installable
[...]
  Depends: python3-setuptools:armhf but it is not 
installable
[...]
E: Unable to correct problems, you have held broken packages.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: doxyqml 0.2.0-1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May 25 09:07:24 2016
InstallationDate: Installed on 2016-05-06 (18 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
SourcePackage: doxyqml
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  Can't install for cross-building

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

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


[Bug 1585517] ProcEnviron.txt

2016-05-25 Thread Michał Sawicz
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1585517/+attachment/4669982/+files/ProcEnviron.txt

** Also affects: python-setuptools (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/1585517

Title:
  Can't install for cross-building

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

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


[Bug 1585517] Re: Can't install for cross-building

2016-05-25 Thread Michał Sawicz
apport information

** Tags added: apport-collected

** Description changed:

  # apt-get -aarmhf build-dep unity8
  Reading package lists... Done
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:
  
  The following packages have unmet dependencies:
   builddeps:unity8:armhf : Depends: doxyqml:armhf but it is not installable
  [...]
Depends: python3-setuptools:armhf but it is not 
installable
  [...]
  E: Unable to correct problems, you have held broken packages.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: doxyqml 0.2.0-1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 25 09:07:24 2016
  InstallationDate: Installed on 2016-05-06 (18 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  SourcePackage: doxyqml
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2
+ Architecture: amd64
+ CurrentDesktop: Unity
+ Dependencies: python3-pkg-resources 20.7.0-1
+ DistroRelease: Ubuntu 16.04
+ InstallationDate: Installed on 2016-05-06 (18 days ago)
+ InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
+ NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
+ Package: python3-setuptools 20.7.0-1
+ PackageArchitecture: all
+ ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
+ Tags:  xenial
+ Uname: Linux 4.4.0-22-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sbuild sudo
+ _MarkForUpload: True

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1585517/+attachment/4669981/+files/JournalErrors.txt

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

Title:
  Can't install for cross-building

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

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


[Bug 762349] Re: [SRU] Difficult to distinguish which tab is selected

2016-05-25 Thread Will Cooke
Tested and works.  Thanks for the upload Laney.


** Description changed:

  [Impact]
-  * When a user opens multiple tabs in GNOME terminal all tabs are styled in a 
*very* visually similar manner.  This makes it very hard to distinguish between 
the current active tab and all the others and on a HiDPI screen pretty much 
impossible.
+  * When a user opens multiple tabs in GNOME terminal all tabs are styled in a 
*very* visually similar manner.  This makes it very hard to distinguish between 
the current active tab and all the others and on a HiDPI screen pretty much 
impossible.
  
  * This fix has been ack'd by design and was targeted for X but didn't
  get reviewed and OK'd in time.  Design team have approved this styling.
  
  * This bug is fixed by extending the CSS specifically for Terminal (i.e.
  no other applications are affected) giving the active tab a darker
  background colour (using only theme defined colours) and reworks the
  borders around the tabs to remove the graduated image borders that only
  look right on a light coloured background.  Changes have been made for
  both Ambiance and Radiance.
  
  [Test Case]
-  * On a stock 16.04 install open GNOME Terminal (ctrl-alt-t)
-  * Open five new tabs (ctrl-shift-t)
-  * Click on the tab in the middle
-  * Note that it is hard to see at a glance which tab is currently selected
-  * Close Terminal and all open tabs.
-  * Install the patched theme
-  * Open Terminal and open five new tabs
-  * Click on the tab in the middle and note that it takes on a dark grey 
background
+  * On a stock 16.04 install open GNOME Terminal (ctrl-alt-t)
+  * Open five new tabs (ctrl-shift-t)
+  * Click on the tab in the middle
+  * Note that it is hard to see at a glance which tab is currently selected
+  * Close Terminal and all open tabs.
+  * Install the patched theme
+  * Open Terminal and open five new tabs
+  * Click on the tab in the middle and note that it takes on a light grey 
background compared to the unselected tabs which are dark grey.
  
  [Regression Potential]
-  * The patch only addresses tabs that are placed at the top of the window. 
However this is the only option in Terminal, so should not cause any problems.
-  * There is a work-around to match the "actions bar" (the bit with the 
dropdown selector and + button).  This bug is supposed to be fixed in v3.20 and 
could be removed.  This is commented in the CSS.
+  * The patch only addresses tabs that are placed at the top of the window. 
However this is the only option in Terminal, so should not cause any problems.
+  * There is a work-around to match the "actions bar" (the bit with the 
dropdown selector and + button).  This bug is supposed to be fixed in v3.20 and 
could be removed.  This is commented in the CSS.

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

Title:
  [SRU] Difficult to distinguish which tab is selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+subscriptions

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

[Bug 762349] Re: [SRU] Difficult to distinguish which tab is selected

2016-05-25 Thread Will Cooke
& Pitti.

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

Title:
  [SRU] Difficult to distinguish which tab is selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+subscriptions

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


[Bug 1585526] [NEW] mutter:ERROR when undocking ThinkPad: assertion failed: (n_outputs == config->n_outputs)

2016-05-25 Thread Stefan Friesel
Public bug reported:

Most of the time when I undock my ThinkPad x230, both my X and the gdm
Wayland sessions seem to crash.
This especially happens when I suspend my ThinkPad while it's docked and
then resume it when it is undocked.
This can cause users to lose data they have not saved yet.

The log says:
mutter:ERROR:backends/meta-monitor-config.c:2032:meta_monitor_config_assign_crtcs:
 assertion failed: (n_outputs == config->n_outputs)
Which seems obviously wrong if the number of outputs was changed in between.

See upstream report for more details

** Affects: mutter
 Importance: Unknown
 Status: Unknown

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

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

** Also affects: mutter via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813687
   Importance: Unknown
   Status: Unknown

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

Title:
  mutter:ERROR when undocking ThinkPad: assertion failed: (n_outputs ==
  config->n_outputs)

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

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


[Bug 1585523] [NEW] backlight issue with HP Envy 17 under Ubuntu 14.04

2016-05-25 Thread Fabien
Public bug reported:

Having tried all the kernel options suggested on the page
https://wiki.ubuntu.com/Kernel/Debugging/Backlight I never saw the
backlight files under /sys/class/backlight and the function keys are not
working.

See below some info on my environment and all the degug info as per
requested in the above mentioned wiki in the attached file.

Regards,
Fabien

$ uname -a
Linux HPMATE 3.16.0-33-generic #44~14.04.1-Ubuntu SMP Fri Mar 13 10:33:29 UTC 
2015 x86_64 x86_64 x86_64 GNU/Linux

Kernel option from Grub : none

$ ll /sys/class/backlight
total 0
drwxr-xr-x  2 root root 0 mai   25 09:38 ./
drwxr-xr-x 55 root root 0 mai   25 09:38 ../

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.16.0-33-generic 3.16.0-33.44~14.04.1
ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
Uname: Linux 3.16.0-33-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.20
Architecture: amd64
CurrentDesktop: MATE
Date: Wed May 25 09:50:46 2016
InstallationDate: Installed on 2016-05-21 (4 days ago)
InstallationMedia: Ubuntu MATE 14.04.2 "Trusty Tahr" - LTS amd64 (20150323)
SourcePackage: linux-lts-utopic
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-lts-utopic (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "backlight_debug_info.tar.gz"
   
https://bugs.launchpad.net/bugs/1585523/+attachment/4669983/+files/backlight_debug_info.tar.gz

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

Title:
  backlight issue with HP Envy 17 under Ubuntu 14.04

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

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


[Bug 1585462] Re: Dell Latitude E7440 crash on lid close (MATE 16.04)

2016-05-25 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1585462/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Dell Latitude E7440 crash on lid close (MATE 16.04)

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

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


[Bug 1579596] Re: [amdgpu] System failed to resume from suspend with amdgpu loaded.

2016-05-25 Thread Alberto Milone
** Also affects: linux (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/1579596

Title:
  [amdgpu] System failed to resume from suspend with amdgpu loaded.

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

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


[Bug 1577760] Re: Screen Display 'Apply' fails

2016-05-25 Thread Sebastien Bacher
> So, why is upowerd getting linked to
/usr/local/lib/libimobiledevice.so.6 in the first place?

well, upower is linked to libimobiledevice.so.6, then the glibc loader
is looking for available versions in the standard path and "/usr/local"
has the priority, it's there to let admins setup local overrides and
"taking over the distro version" if needed. That's handy if you for some
reason need to maintain a modified version on your system, but it can
lead situations where you shoot yourself in the foot like here...

closing the bug as invalid, it's not a distro issue

** Changed in: upower (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Screen Display 'Apply' fails

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

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


[Bug 1585439] Re: linux-keystone: 3.13.0-57.84 -proposed tracker

2016-05-25 Thread Adam Conrad
** Changed in: kernel-sru-workflow/prepare-package-meta
   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/1585439

Title:
  linux-keystone: 3.13.0-57.84 -proposed tracker

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

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


[Bug 762349] Re: [SRU] Difficult to distinguish which tab is selected

2016-05-25 Thread Will Cooke
Tested version:

$ apt-cache policy ubuntu-artwork
ubuntu-artwork:
  Installed: 1:14.04+16.04.20160415-0ubuntu2
  Candidate: 1:14.04+16.04.20160415-0ubuntu2
  Version table:
 *** 1:14.04+16.04.20160415-0ubuntu2 500
500 http://gb.archive.ubuntu.com/ubuntu xenial-proposed/main amd64 
Packages
500 http://gb.archive.ubuntu.com/ubuntu xenial-proposed/main i386 
Packages
100 /var/lib/dpkg/status
 1:14.04+16.04.20160415-0ubuntu1 500
500 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
500 http://gb.archive.ubuntu.com/ubuntu xenial/main i386 Packages

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

Title:
  [SRU] Difficult to distinguish which tab is selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+subscriptions

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


[Bug 1574347] Re: [SRU] Re-read the link type if the name changed

2016-05-25 Thread Thierry Carrez
Confirmed 1.2.0-0ubuntu0.16.04.2 fixes the issue that no wifi networks
are listed after boot.

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

Title:
  [SRU] Re-read the link type if the name changed

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

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


[Bug 762349] Re: [SRU] Difficult to distinguish which tab is selected

2016-05-25 Thread Mar-castelluccio
Would it be possible to do the same with Gedit? It is affected by
exactly the same problem.

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

Title:
  [SRU] Difficult to distinguish which tab is selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+subscriptions

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


[Bug 1584550] Re: firefox 46 crashed with SIGSEGV, PPC

2016-05-25 Thread Adam Conrad
*** This bug is a duplicate of bug 1583849 ***
https://bugs.launchpad.net/bugs/1583849

** This bug is no longer a duplicate of bug 1584546
   firefox 46 crashed with SIGSEGV, PPC
** This bug has been marked a duplicate of bug 1583849
   dist-upgrade & FF upgrade breaks FF & Midori 16.04 PPC

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

Title:
  firefox 46 crashed with SIGSEGV, PPC

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

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


[Bug 1583849] Re: dist-upgrade & FF upgrade breaks FF & Midori 16.04 PPC

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

** Changed in: firefox (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/1583849

Title:
  dist-upgrade & FF upgrade breaks FF & Midori 16.04 PPC

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

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


[Bug 1546457] Re: libc6 2.15-0ubuntu10.13 doesn't mark reboot-required

2016-05-25 Thread Launchpad Bug Tracker
This bug was fixed in the package eglibc - 2.19-0ubuntu6.8

---
eglibc (2.19-0ubuntu6.8) trusty-security; urgency=medium

  * SECURITY UPDATE: buffer overflow in gethostbyname_r and related
functions
- debian/patches/any/CVE-2015-1781.diff: take alignment padding
  into account when computing if buffer is too small.
- CVE-2015-1781
  * SECURITY UPDATE: glibc Name Service Switch (NSS) denial of sevice
- debian/patches/any/CVE-2014-8121-1.diff: do not close NSS files
  database during iteration.
- debian/patches/any/CVE-2014-8121-2.diff: Separate internal state
  between getXXent and getXXbyYY NSS calls.
- CVE-2014-8121
  * SECURITY UPDATE: glibc unbounded stack usage in NaN strtod
conversion
- debian/patches/any/CVE-2014-9761-1.diff: Refactor strtod parsing
  of NaN payloads.
- debian/patches/any/CVE-2014-9761-1.diff:  Fix nan functions
  handling of payload strings
- CVE-2014-9761
  * SECURITY UPDATE: NSS files long line buffer overflow
- debian/patches/any/CVE-2015-5277.diff: Don't ignore too long
  lines in nss_files
- CVE-2015-5277
  * SECURITY UPDATE: out of range data to strftime() causes segfault
(denial of service)
- debian/patches/any/CVE-2015-8776.diff: add range checks to
  strftime() processing
- CVE-2015-8776
  * SECURITY UPDATE: glibc honors LD_POINTER_GUARD env for setuid
AT_SECURE programs (e.g. setuid), allowing disabling of pointer
mangling
- debian/patches/any/CVE-2015-8777.diff: Always enable pointer
  guard
- CVE-2015-8777
  * SECURITY UPDATE: integer overflow in hcreate and hcreate_r
- debian/patches/any/CVE-2015-8778.diff: check for large inputs
- CVE-2015-8778
  * SECURITY UPDATE: unbounded stack allocation in catopen()
- debian/patches/any/CVE-2015-8779.diff: stop using unbounded
  alloca()
- CVE-2015-8779
  * SECURITY UPDATE: Stack overflow in _nss_dns_getnetbyname_r
- debian/patches/any/CVE-2016-3075.diff: do not make unneeded
  memory copy on the stack.
- CVE-2016-3075
  * SECURITY UPDATE: pt_chown privilege escalation
- debian/patches/any/CVE-2016-2856.diff: grantpt: trust the kernel
  about pty group and permission mode
- debian/sysdeps/linux.mk: don't build pt_chown
- debian/rules.d/debhelper.mk: only install pt_chown when built.
- CVE-2016-2856, CVE-2013-2207
  * debian/debhelper.in/libc.postinst: add reboot notifications for
security updates (LP: #1546457)
  * debian/patches/ubuntu/submitted-no-stack-backtrace.diff: update
patch to eliminate compiler warning.

 -- Steve Beattie   Fri, 08 Apr 2016 23:26:02 -0700

** Changed in: glibc (Ubuntu Wily)
   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/1546457

Title:
  libc6 2.15-0ubuntu10.13 doesn't mark reboot-required

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

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


[Bug 1584546] Re: firefox 46 crashed with SIGSEGV, PPC

2016-05-25 Thread Adam Conrad
*** This bug is a duplicate of bug 1583849 ***
https://bugs.launchpad.net/bugs/1583849

** This bug has been marked a duplicate of bug 1583849
   dist-upgrade & FF upgrade breaks FF & Midori 16.04 PPC

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

Title:
  firefox 46 crashed with SIGSEGV, PPC

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

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


[Bug 1546457] Re: libc6 2.15-0ubuntu10.13 doesn't mark reboot-required

2016-05-25 Thread Launchpad Bug Tracker
This bug was fixed in the package eglibc - 2.15-0ubuntu10.14

---
eglibc (2.15-0ubuntu10.14) precise-security; urgency=medium

  * SECURITY UPDATE: buffer overflow in gethostbyname_r and related
functions
- debian/patches/any/CVE-2015-1781.diff: take alignment padding
  into account when computing if buffer is too small.
- CVE-2015-1781
  * SECURITY UPDATE: glibc Name Service Switch (NSS) denial of sevice
- debian/patches/any/CVE-2014-8121-1.diff: do not close NSS files
  database during iteration.
- debian/patches/any/CVE-2014-8121-2.diff: Separate internal state
  between getXXent and getXXbyYY NSS calls.
- CVE-2014-8121
  * SECURITY UPDATE: glibc unbounded stack usage in NaN strtod
conversion
- debian/patches/any/CVE-2014-9761-1.diff: Refactor strtod parsing
  of NaN payloads.
- debian/patches/any/CVE-2014-9761-1.diff:  Fix nan functions
  handling of payload strings
- CVE-2014-9761
  * SECURITY UPDATE: out of range data to strftime() causes segfault
(denial of service)
- debian/patches/any/CVE-2015-8776.diff: add range checks to
  strftime() processing
- CVE-2015-8776
  * SECURITY UPDATE: glibc honors LD_POINTER_GUARD env for setuid
AT_SECURE programs (e.g. setuid), allowing disabling of pointer
mangling
- debian/patches/any/CVE-2015-8777.diff: Always enable pointer
  guard
- CVE-2015-8777
  * SECURITY UPDATE: integer overflow in hcreate and hcreate_r
- debian/patches/any/CVE-2015-8778.diff: check for large inputs
- CVE-2015-8778
  * SECURITY UPDATE: unbounded stack allocation in catopen()
- debian/patches/any/CVE-2015-8779.diff: stop using unbounded
  alloca()
- CVE-2015-8779
  * SECURITY UPDATE: Stack overflow in _nss_dns_getnetbyname_r
- debian/patches/any/CVE-2016-3075.diff: do not make unneeded
  memory copy on the stack.
- CVE-2016-3075
  * SECURITY UPDATE: pt_chown privilege escalation
- debian/patches/any/CVE-2016-2856-pre.diff: add option to
  enable/disable pt_chown.
- debian/patches/any/CVE-2016-2856.diff: grantpt: trust the kernel
  about pty group and permission mode
- debian/debhelper.in/libc-bin.install: drop installation of
  pt_chown
- CVE-2016-2856, CVE-2013-2207
  * debian/debhelper.in/libc.postinst: add reboot notifications for
security updates (LP: #1546457)

 -- Steve Beattie   Fri, 08 Apr 2016 23:59:46 -0700

** Changed in: eglibc (Ubuntu Precise)
   Status: Fix Committed => Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-2207

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-8121

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-9761

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-1781

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8776

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8777

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8778

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8779

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2016-2856

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

Title:
  libc6 2.15-0ubuntu10.13 doesn't mark reboot-required

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

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


[Bug 1580792] Re: Unity8 on Intel Atoms performs poorly

2016-05-25 Thread Daniel van Vugt
Thanks for that.

Unfortunately I see no improvement in performance with those variables. And no 
reduction in the frequency of:
   i915_program_error: Exceeded max ALU instructions (76 out of 64)

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

Title:
  Unity8 on Intel Atoms performs poorly

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

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


[Bug 1546457] Update Released

2016-05-25 Thread Martin Pitt
The verification of the Stable Release Update for eglibc 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/1546457

Title:
  libc6 2.15-0ubuntu10.13 doesn't mark reboot-required

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

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


[Bug 1546457] Re: libc6 2.15-0ubuntu10.13 doesn't mark reboot-required

2016-05-25 Thread Launchpad Bug Tracker
This bug was fixed in the package glibc - 2.21-0ubuntu4.2

---
glibc (2.21-0ubuntu4.2) wily-security; urgency=medium

  * SECURITY UPDATE: buffer overflow in gethostbyname_r and related
functions
- debian/patches/any/CVE-2015-1781.diff: take alignment padding
  into account when computing if buffer is too small.
- CVE-2015-1781
  * SECURITY UPDATE: glibc Name Service Switch (NSS) denial of sevice
- debian/patches/any/CVE-2014-8121-1.diff: do not close NSS files
  database during iteration.
- debian/patches/any/CVE-2014-8121-2.diff: Separate internal state
  between getXXent and getXXbyYY NSS calls.
- CVE-2014-8121
  * SECURITY UPDATE: glibc unbounded stack usage in NaN strtod
conversion
- debian/patches/any/CVE-2014-9761-1.diff: Refactor strtod parsing
  of NaN payloads.
- debian/patches/any/CVE-2014-9761-1.diff:  Fix nan functions
  handling of payload strings
- CVE-2014-9761
  * SECURITY UPDATE: out of range data to strftime() causes segfault
(denial of service)
- debian/patches/any/CVE-2015-8776.diff: add range checks to
  strftime() processing
- CVE-2015-8776
  * SECURITY UPDATE: glibc honors LD_POINTER_GUARD env for setuid
AT_SECURE programs (e.g. setuid), allowing disabling of pointer
mangling
- debian/patches/any/CVE-2015-8777.diff: Always enable pointer
  guard
- CVE-2015-8777
  * SECURITY UPDATE: integer overflow in hcreate and hcreate_r
- debian/patches/any/CVE-2015-8778.diff: check for large inputs
- CVE-2015-8778
  * SECURITY UPDATE: unbounded stack allocation in catopen()
- debian/patches/any/CVE-2015-8779.diff: stop using unbounded
  alloca()
- CVE-2015-8779
  * SECURITY UPDATE: Stack overflow in _nss_dns_getnetbyname_r
- debian/patches/any/CVE-2016-3075.diff: do not make unneeded
  memory copy on the stack.
- CVE-2016-3075
  * SECURITY UPDATE: pt_chown privilege escalation
- debian/patches/any/CVE-2016-2856.diff: grantpt: trust the kernel
  about pty group and permission mode
- debian/sysdeps/linux.mk: don't build pt_chown
- debian/rules.d/debhelper.mk: only install pt_chown when built.
- CVE-2016-2856, CVE-2013-2207
  * debian/debhelper.in/libc.postinst: add reboot notifications for
security updates (LP: #1546457)

 -- Steve Beattie   Fri, 08 Apr 2016 09:44:34 -0700

** Changed in: glibc (Ubuntu Wily)
   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/1546457

Title:
  libc6 2.15-0ubuntu10.13 doesn't mark reboot-required

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

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


[Bug 1546457] Re: libc6 2.15-0ubuntu10.13 doesn't mark reboot-required

2016-05-25 Thread Launchpad Bug Tracker
This bug was fixed in the package eglibc - 2.19-0ubuntu6.8

---
eglibc (2.19-0ubuntu6.8) trusty-security; urgency=medium

  * SECURITY UPDATE: buffer overflow in gethostbyname_r and related
functions
- debian/patches/any/CVE-2015-1781.diff: take alignment padding
  into account when computing if buffer is too small.
- CVE-2015-1781
  * SECURITY UPDATE: glibc Name Service Switch (NSS) denial of sevice
- debian/patches/any/CVE-2014-8121-1.diff: do not close NSS files
  database during iteration.
- debian/patches/any/CVE-2014-8121-2.diff: Separate internal state
  between getXXent and getXXbyYY NSS calls.
- CVE-2014-8121
  * SECURITY UPDATE: glibc unbounded stack usage in NaN strtod
conversion
- debian/patches/any/CVE-2014-9761-1.diff: Refactor strtod parsing
  of NaN payloads.
- debian/patches/any/CVE-2014-9761-1.diff:  Fix nan functions
  handling of payload strings
- CVE-2014-9761
  * SECURITY UPDATE: NSS files long line buffer overflow
- debian/patches/any/CVE-2015-5277.diff: Don't ignore too long
  lines in nss_files
- CVE-2015-5277
  * SECURITY UPDATE: out of range data to strftime() causes segfault
(denial of service)
- debian/patches/any/CVE-2015-8776.diff: add range checks to
  strftime() processing
- CVE-2015-8776
  * SECURITY UPDATE: glibc honors LD_POINTER_GUARD env for setuid
AT_SECURE programs (e.g. setuid), allowing disabling of pointer
mangling
- debian/patches/any/CVE-2015-8777.diff: Always enable pointer
  guard
- CVE-2015-8777
  * SECURITY UPDATE: integer overflow in hcreate and hcreate_r
- debian/patches/any/CVE-2015-8778.diff: check for large inputs
- CVE-2015-8778
  * SECURITY UPDATE: unbounded stack allocation in catopen()
- debian/patches/any/CVE-2015-8779.diff: stop using unbounded
  alloca()
- CVE-2015-8779
  * SECURITY UPDATE: Stack overflow in _nss_dns_getnetbyname_r
- debian/patches/any/CVE-2016-3075.diff: do not make unneeded
  memory copy on the stack.
- CVE-2016-3075
  * SECURITY UPDATE: pt_chown privilege escalation
- debian/patches/any/CVE-2016-2856.diff: grantpt: trust the kernel
  about pty group and permission mode
- debian/sysdeps/linux.mk: don't build pt_chown
- debian/rules.d/debhelper.mk: only install pt_chown when built.
- CVE-2016-2856, CVE-2013-2207
  * debian/debhelper.in/libc.postinst: add reboot notifications for
security updates (LP: #1546457)
  * debian/patches/ubuntu/submitted-no-stack-backtrace.diff: update
patch to eliminate compiler warning.

 -- Steve Beattie   Fri, 08 Apr 2016 23:26:02 -0700

** Changed in: eglibc (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-5277

** Changed in: eglibc (Ubuntu Trusty)
   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/1546457

Title:
  libc6 2.15-0ubuntu10.13 doesn't mark reboot-required

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

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


[Bug 1546457] Re: libc6 2.15-0ubuntu10.13 doesn't mark reboot-required

2016-05-25 Thread Launchpad Bug Tracker
This bug was fixed in the package glibc - 2.21-0ubuntu4.2

---
glibc (2.21-0ubuntu4.2) wily-security; urgency=medium

  * SECURITY UPDATE: buffer overflow in gethostbyname_r and related
functions
- debian/patches/any/CVE-2015-1781.diff: take alignment padding
  into account when computing if buffer is too small.
- CVE-2015-1781
  * SECURITY UPDATE: glibc Name Service Switch (NSS) denial of sevice
- debian/patches/any/CVE-2014-8121-1.diff: do not close NSS files
  database during iteration.
- debian/patches/any/CVE-2014-8121-2.diff: Separate internal state
  between getXXent and getXXbyYY NSS calls.
- CVE-2014-8121
  * SECURITY UPDATE: glibc unbounded stack usage in NaN strtod
conversion
- debian/patches/any/CVE-2014-9761-1.diff: Refactor strtod parsing
  of NaN payloads.
- debian/patches/any/CVE-2014-9761-1.diff:  Fix nan functions
  handling of payload strings
- CVE-2014-9761
  * SECURITY UPDATE: out of range data to strftime() causes segfault
(denial of service)
- debian/patches/any/CVE-2015-8776.diff: add range checks to
  strftime() processing
- CVE-2015-8776
  * SECURITY UPDATE: glibc honors LD_POINTER_GUARD env for setuid
AT_SECURE programs (e.g. setuid), allowing disabling of pointer
mangling
- debian/patches/any/CVE-2015-8777.diff: Always enable pointer
  guard
- CVE-2015-8777
  * SECURITY UPDATE: integer overflow in hcreate and hcreate_r
- debian/patches/any/CVE-2015-8778.diff: check for large inputs
- CVE-2015-8778
  * SECURITY UPDATE: unbounded stack allocation in catopen()
- debian/patches/any/CVE-2015-8779.diff: stop using unbounded
  alloca()
- CVE-2015-8779
  * SECURITY UPDATE: Stack overflow in _nss_dns_getnetbyname_r
- debian/patches/any/CVE-2016-3075.diff: do not make unneeded
  memory copy on the stack.
- CVE-2016-3075
  * SECURITY UPDATE: pt_chown privilege escalation
- debian/patches/any/CVE-2016-2856.diff: grantpt: trust the kernel
  about pty group and permission mode
- debian/sysdeps/linux.mk: don't build pt_chown
- debian/rules.d/debhelper.mk: only install pt_chown when built.
- CVE-2016-2856, CVE-2013-2207
  * debian/debhelper.in/libc.postinst: add reboot notifications for
security updates (LP: #1546457)

 -- Steve Beattie   Fri, 08 Apr 2016 09:44:34 -0700

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

Title:
  libc6 2.15-0ubuntu10.13 doesn't mark reboot-required

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

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


[Bug 1576605] Re: Activating menu items creates permanent space between title bar and tabs

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

** Changed in: firefox (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/1576605

Title:
  Activating menu items creates permanent space between title bar and
  tabs

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

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


Re: [Bug 1512347] Re: invalid sources.list generated from reading apt-setup/local0/repository

2016-05-25 Thread Lars Kollstedt
Hi Adam, hi Schlomo,

for me it works with the package that has been put into proposed on the 
evening of May 11th 2016.

Sorry for the late reply.


On Wednesday, 11. Mai 2016, 16:42:12 Adam Conrad wrote:
> Please help us by testing this new package.  See
> https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
> enable and use -proposed.  Your feedback will aid us getting this update
> out to other Ubuntu users.

https://wiki.ubuntu.com/Testing/EnableProposed:
[...]
|
| Installation testing using -proposed
|--
| 
| Sometimes you may be asked to test a netboot installer image from trusty-
| proposed. The images may be found here (replace "i386" with your 
| architecture as necessary):
|
| http://archive.ubuntu.com/ubuntu/dists/trusty-proposed/main/installer-i386/
| 
| In order to install successfully from these images, you will normally need 
| to tell the installer to fetch its own components from -proposed as well, 
| which is not the default. To do this, add the following boot parameter:
| 
| apt-setup/proposed=true
|
| You must make sure that the mirror you are installing from contains packages 
| from -proposed. All official mirrors will do so; if you operate your own 
| mirror or use a site-local mirror, it may need to be modified to pull from 
| -proposed. Make sure that you do not simply use a loopback mount of a CD or 
| DVD image as an installation source; this is one of the cases where such 
| mirrors will not work, since they do not contain the updated kernel packages 
| required by the new installer. 
|
|
[...]

Tests I've done:
 1. First I compared the versions between archive.ubuntu.com and our mirror, 
to make sure the Cronjob running at night took over all the changes, and 
the upstream mirror also did.
 2. In the second step I added the "proposed" option to our PXE-Environment, 
to the preseed-File, and to our automation script creating and updating 
the directory structure for PXE (including the initrd with the) and the 
Customized Netboot-ISO-Image.
 3. Then I removed the "deb" workaround from our preseed-File, and called the 
automation script to put our new preeseed-File into initrd.
It is now containing:
 - the apt-setup/proposed=true 
 - and the local0/repository *without* the manually prepended "deb" 
 4. Now I installed the testing machine with proposed. The installation was 
successfully done, this failed before (with 1.158ubuntu2).
All selected packages were installed, the proposed-Repository was also 
included after installation and "debconf-get-selections --installer" shows 
the local0/repository without the prepended deb.

This looks fine, now.

 5. Then I added the Workarround "deb" again, and called the 
automation script to put our new preeseed-File into 
initrd.
It is now containing:
 - the apt-setup/proposed=true 
 - and the local0/repository *with* the manually prepended "deb" 
   Workarround.
 6. Now I installed the testing machine with proposed, again. Installation was 
also successful.
All selected packages were installed, the proposed-Repository was also 
included after installation and "debconf-get-selections --installer" shows 
the local0/repository without the prepended deb.

 Also still worked.

 7. Now, thuesday (12th) was over, since I of course had some other work this 
day. ;-) On Friday morning i've read Colins post. To be sure I also added 
the apt-setup/proposed=true to the kernel command line, and repeated the 
steps above (within the next past days).
The results were the same.

We are not distributing self build kernels or something like this via 
local0/repository at the moment. So the local0 isn't really used at this early 
point in the installation process, but the installation failed before (with 
1.158ubuntu2) due to the syntax error in sources.list, and printed an error 
that no kernel could be installed.

This doesn't happen any more with the packages from xenial-proposed.


The not started ntpd in xenial-proposed amd64 (after fully completing the 
installation) i've ignored as unrelated to this. Looks a bit like something I 
only experienced on i386/i686 before. Yes, there were changes on other 
packages in proposed (also mentioned in Bug #1577596) that probably cause 
this, but I didn't really hunt this down, yet. ;-)

Did all the tests above with amd64 only. Tested i386/i686 proposed only with 
the workarround "deb" in, till now.
Since we're only changing something interpreted by Shell, I don't expect any 
surprises at this point. ;-)

The fix works fine (as expected) from my side.

Kind regards
   Lars

-- 
man-da.de GmbH, AS8365  Phone: +49 6151 16-71027
Mornewegstraße 30   Fax: +49 6151 16-71198
D-64293 Darmstadt   e-mail: l...@man-da.de
Geschäftsführer Marcus Stögbauer  

[Bug 1577170] Re: [solved] screen cannot be turned back on after being switched off after some time of inactivity

2016-05-25 Thread Michel Dänzer
This should be a better fix. Does it fix the problem?

** Also affects: xserver-xorg-driver-ati
   Importance: Undecided
   Status: New

** Patch added: "Wait for pending flips to complete before  turning off a CRTC"
   
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1577170/+attachment/4669987/+files/0001-Wait-for-pending-flips-to-complete-before-turning-of.patch

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

Title:
  [solved] screen cannot be turned back on after being switched off
  after some time of inactivity

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

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


[Bug 1567116] Re: unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

2016-05-25 Thread Sebastien Bacher
** This bug is no longer a duplicate of bug 1556284
   unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

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

Title:
  unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1567116/+subscriptions

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


[Bug 1556284] Re: unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

2016-05-25 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1567116 ***
https://bugs.launchpad.net/bugs/1567116

** This bug has been marked a duplicate of bug 1567116
   unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

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

Title:
  unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1556284/+subscriptions

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


[Bug 762349] Re: [SRU] Difficult to distinguish which tab is selected

2016-05-25 Thread Will Cooke
@mar-castelluccio - yes and no.  Terminal uses it's own Gtk Notebook
widget (tabbed interface) so the styling fixes don't apply cleanly to
Gedit which uses the "normal" Notebook which is shared across all other
tabbed interface components.  If & when we move to Gtk 3.20 then there
are a whole load of theme fixes needed so the generic Notebook will get
a fix at the same time.  Until then we probably won't fix generic tabs
such as used in Gedit.  If someone would like to work on it, then
patches would be very welcome.

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

Title:
  [SRU] Difficult to distinguish which tab is selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+subscriptions

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


[Bug 1585474] Re: unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

2016-05-25 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1567116 ***
https://bugs.launchpad.net/bugs/1567116

** This bug is no longer a duplicate of bug 1556284
   unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()
** This bug has been marked a duplicate of bug 1567116
   unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

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

Title:
  unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1585474/+subscriptions

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


[Bug 1569463] Re: unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

2016-05-25 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1567116 ***
https://bugs.launchpad.net/bugs/1567116

** This bug is no longer a duplicate of bug 1556284
   unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()
** This bug has been marked a duplicate of bug 1567116
   unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

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

Title:
  unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1569463/+subscriptions

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


[Bug 1547448] Re: Ubuntu 16.04: Notifications of some apps displayed in a classic window

2016-05-25 Thread Mattia Migliorini
I have the same problem.

System info:
Linux 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
Distributor ID: Ubuntu
Description:Ubuntu 16.04 LTS
Release:16.04
Codename:   xenial

Slack version: 2.0.6

The workaround mentioned earlier didn't work.

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

Title:
  Ubuntu 16.04: Notifications of some apps displayed in a classic window

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

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


[Bug 1574347] Re: [SRU] Re-read the link type if the name changed

2016-05-25 Thread Jane Atkinson
Is now working as expected on my EeePC 900. That includes waking from
suspend. (I don't use hibernate.)

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

Title:
  [SRU] Re-read the link type if the name changed

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

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


[Bug 1567116] Re: unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

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

** Changed in: unity-settings-daemon (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/1567116

Title:
  unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1567116/+subscriptions

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


[Bug 1567116] Re: unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

2016-05-25 Thread Sebastien Bacher
** Changed in: unity-settings-daemon (Ubuntu)
   Importance: Undecided => High

** Changed in: unity-settings-daemon (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1567116/+subscriptions

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


[Bug 1585539] [NEW] x11vnc crashes on Skylake CPUs when display resolution is changed

2016-05-25 Thread Alexander E. Patrakov
Public bug reported:

When I change the display resolution, x11vnc crashes. This crash is
reproducible only on Skylake CPUs.

The crash has been traced to a double-unlock of the X lock (non-TSX
implementation of mutexes in glibc ignores this bug, while the TSX one
crashes). The bug is already fixed upstream, please backport this patch
to Ubuntu package:

https://github.com/LibVNC/x11vnc/commit/011177796d2ce26ad3656d3c07031b81f43db796

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: x11vnc 0.9.13-1.2build1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Wed May 25 10:52:53 2016
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 XDG_RUNTIME_DIR=
SourcePackage: x11vnc
UpgradeStatus: Upgraded to xenial on 2016-04-20 (34 days ago)

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


** Tags: amd64 apport-bug patch xenial

** Patch added: "Patch that fixes the bug"
   
https://bugs.launchpad.net/bugs/1585539/+attachment/4669991/+files/20_fix-double-unlock.diff

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

Title:
  x11vnc crashes on Skylake CPUs when display resolution is changed

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

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


[Bug 1580908] Re: Sim lock screen doesn't appear after restarting the device

2016-05-25 Thread Pete Woods
** Description changed:

  From https://bugs.launchpad.net/zhongshan/+bug/1572886
  
  current build number: 4
  device name: turbo
  channel: ubuntu-touch/rc/meizu.en
  last update: 2016-04-19 10:38:50
  version version: 4
  version ubuntu: 20160418
  version device: 20160412-d272a77
  version custom: 20160324-945-18-69
  
  Steps:
  1.turn on sim pin lock
  2.reboot the device
  3.swipe to dismiss the greeter
  
  Actual result:
  phone lock screen is displayed
  
  Expected result:
  sim lock screen should appear before the phone lock screen
  
  It also happens sometimes on arale without any pattern to reproduce,
  just random on reboot.
+ 
+ =
+ 
+ After debugging it seems that this is caused by ofono removing the
+ modems in the middle of the unlock process. You can see the difference
+ for Turbo and Krillin below.
+ 
+ Log for Turbo: http://paste.ubuntu.com/1147/
+ 
+ Log for Krillin: http://paste.ubuntu.com/16675431/

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

Title:
   Sim lock screen doesn't appear after restarting the device

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

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


[Bug 1579596] Missing required logs.

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

apport-collect 1579596

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

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

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

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

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

Title:
  [amdgpu] System failed to resume from suspend with amdgpu loaded.

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

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


[Bug 1439771] Re: wpa_supplicant[874]: dbus: Failed to construct signal after 'suspend'

2016-05-25 Thread George Shuklin
Same issue with cinnamon session.

wpa_supplicant dies:

root@x220:~# systemctl status wpa_supplicant
● wpa_supplicant.service - WPA supplicant
   Loaded: loaded (/lib/systemd/system/wpa_supplicant.service; disabled; vendor 
preset: enabled)
   Active: failed (Result: signal) since Tue 2016-05-24 18:17:46 EEST; 17h ago
  Process: 1421 ExecStart=/sbin/wpa_supplicant -u -s -O /run/wpa_supplicant 
(code=killed, signal=KILL)
 Main PID: 1421 (code=killed, signal=KILL)
May 24 16:05:44 x220 wpa_supplicant[1421]: dbus: 
wpa_dbus_get_object_properties: failed to get object properties: (none) none
May 24 16:05:44 x220 wpa_supplicant[1421]: dbus: Failed to construct signal
May 24 16:05:48 x220 wpa_supplicant[1421]: wlan0: SME: Trying to authenticate 
with 04:18:d6:13:ff:90 (SSID='A' freq=5240 MHz)
May 24 16:05:48 x220 wpa_supplicant[1421]: wlan0: Trying to associate with 
04:18:d6:13:ff:90 (SSID='A' freq=5240 MHz)
May 24 16:05:48 x220 wpa_supplicant[1421]: wlan0: Associated with 
04:18:d6:13:ff:90
May 24 16:05:49 x220 wpa_supplicant[1421]: wlan0: WPA: Key negotiation 
completed with 04:18:d6:13:ff:90 [PTK=CCMP GTK=CCMP]
May 24 16:05:49 x220 wpa_supplicant[1421]: wlan0: CTRL-EVENT-CONNECTED - 
Connection to 04:18:d6:13:ff:90 completed [id=0 id_str=]
May 24 18:17:46 x220 systemd[1]: wpa_supplicant.service: Main process exited, 
code=killed, status=9/KILL
May 24 18:17:46 x220 systemd[1]: wpa_supplicant.service: Unit entered failed 
state.
May 24 18:17:46 x220 systemd[1]: wpa_supplicant.service: Failed with result 
'signal'.

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

Title:
  wpa_supplicant[874]: dbus: Failed to construct signal after 'suspend'

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

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

[Bug 1585439] Re: linux-keystone: 3.13.0-57.84 -proposed tracker

2016-05-25 Thread Andy Whitcroft
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => In Progress

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Andy 
Whitcroft (apw)

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

Title:
  linux-keystone: 3.13.0-57.84 -proposed tracker

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

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


[Bug 1585315] Re: linux: 3.13.0-87.133 -proposed tracker

2016-05-25 Thread Adam Conrad
** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Adam Conrad 
(adconrad)

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed => In Progress

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

Title:
  linux: 3.13.0-87.133 -proposed tracker

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

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


[Bug 1584784] Re: 0.23 xapps need interaction to start in pocket-desktop

2016-05-25 Thread Daniel van Vugt
** Changed in: xorg-server (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/1584784

Title:
  0.23 xapps need interaction to start in pocket-desktop

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

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


[Bug 1575867] Re: unity-settings-daemon crashes on start with SIGABRT if xrandr provides two displays with the same name

2016-05-25 Thread Sebastien Bacher
Thanks for your bug report and patch

** Changed in: unity-settings-daemon (Ubuntu)
   Importance: Undecided => High

** Changed in: unity-settings-daemon (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/1575867

Title:
  unity-settings-daemon crashes on start with SIGABRT if xrandr provides
  two displays with the same name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1575867/+subscriptions

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


[Bug 1576716] Re: Snap application requires root privileges

2016-05-25 Thread cl-netbox
Update : nmap can not be run with root privileges from a standard user
account, it has to be run as root user (sudo -i) - I informed Joe
Talbott about this circumstance.

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

Title:
  Snap application requires root privileges

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

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


[Bug 1511560] Re: Bumblebee is not blacklisting all avaliable nvidia drivers

2016-05-25 Thread Stunts
Oh, that's too bad.
I guess Ubuntu will remain broken on any optimus laptop after Q4 2013...
Were there many changes besides this one?
Or it trying to push the package to trusty/xenial-updates just too much of an 
hassle?
(I remember submitting a patch to the clustalx package some years ago and it 
was *a lot* of work)
I'm no criticizing or anything, I'm very grateful you maintain the PPA. I'm 
just wondering about the "why?" of it.

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

Title:
  Bumblebee is not blacklisting all avaliable nvidia drivers

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

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


[Bug 1576130] Re: unity-settings-daemon crashed with signal 5 in _XReply()

2016-05-25 Thread Sebastien Bacher
** Information type changed from Private to Public

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

Title:
  unity-settings-daemon crashed with signal 5 in _XReply()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1576130/+subscriptions

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


[Bug 1582503] Re: linux-lts-trusty: 3.13.0-87.132~precise1 -proposed tracker

2016-05-25 Thread Adam Conrad
*** This bug is a duplicate of bug 1585440 ***
https://bugs.launchpad.net/bugs/1585440

** This bug has been marked a duplicate of bug 1585440
   linux-lts-trusty: 3.13.0-87.133~precise1 -proposed tracker

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

Title:
  linux-lts-trusty: 3.13.0-87.132~precise1 -proposed tracker

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

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


[Bug 1580842] Re: linux-lts-trusty: 3.13.0-87.131~precise1 -proposed tracker

2016-05-25 Thread Adam Conrad
*** This bug is a duplicate of bug 1585440 ***
https://bugs.launchpad.net/bugs/1585440

** This bug is no longer a duplicate of bug 1582503
   linux-lts-trusty: 3.13.0-87.132~precise1 -proposed tracker
** This bug has been marked a duplicate of bug 1585440
   linux-lts-trusty: 3.13.0-87.133~precise1 -proposed tracker

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

Title:
  linux-lts-trusty: 3.13.0-87.131~precise1 -proposed tracker

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

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


[Bug 1567116] Re: unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

2016-05-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~seb128/unity-settings-daemon/unload-power-
segfaults

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

Title:
  unity-settings-daemon crashed with SIGSEGV in gsd_power_manager_stop()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1567116/+subscriptions

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


[Bug 1532789] Re: Trusty multipath-tools suffering seg faults

2016-05-25 Thread Gábor Mészáros
Martin,

The revert was intentional, due to a minor misunderstanding, which we
clarified.

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

Title:
  Trusty multipath-tools suffering seg faults

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

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


[Bug 1580709] Re: linux: 3.13.0-87.131 -proposed tracker

2016-05-25 Thread Adam Conrad
*** This bug is a duplicate of bug 1585315 ***
https://bugs.launchpad.net/bugs/1585315

** This bug is no longer a duplicate of bug 1582398
   linux: 3.13.0-87.132 -proposed tracker
** This bug has been marked a duplicate of bug 1585315
   linux: 3.13.0-87.133 -proposed tracker

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

Title:
  linux: 3.13.0-87.131 -proposed tracker

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

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


[Bug 1582398] Re: linux: 3.13.0-87.132 -proposed tracker

2016-05-25 Thread Adam Conrad
*** This bug is a duplicate of bug 1585315 ***
https://bugs.launchpad.net/bugs/1585315

** This bug has been marked a duplicate of bug 1585315
   linux: 3.13.0-87.133 -proposed tracker

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

Title:
  linux: 3.13.0-87.132 -proposed tracker

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

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


  1   2   3   4   5   6   7   8   9   >