[Bug 1675868] archytas (amd64) - tests ran: 6, failed: 1

2017-03-28 Thread Brad Figg
tests ran:   6, failed: 1;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/archytas__4.10.0-15.17__2017-03-29_05-16-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/1675868

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1676912] Re: Suspend - Freezing of tasks failed

2017-03-28 Thread Daniel Holz
** 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/1676912

Title:
  Suspend - Freezing of tasks failed

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

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


[Bug 1675868] rumford (amd64) - tests ran: 10, failed: 0

2017-03-28 Thread Brad Figg
tests ran:  10, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/rumford__4.10.0-15.17__2017-03-29_04-42-00/results-index.html

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

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1676918] Re: blackscreen when trying to resume from suspend

2017-03-28 Thread Daniel Holz
** Description changed:

  When trying to resume after suspending my Lenovo Yoga 3 11, sometimes
  the screen remains black. The power LED switches from blinking to
  continuous light like it should but nothing else happens. The system
  does not react to anything. I tried to find something in the logs, but
  at least kern.log syslog and xorg.log never have any entries from this
  event.
  
  This problem appeared with Ubuntu 16.04 and 17.04 with Xorg and Wayland.
- --- 
+ 
+ I'm currently testing Kernel 4.8 from the mainline ppa because of this
+ other suspend resume bug, that appeared only with 17.04:
+ 
+ https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1676912
+ 
+ ---
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 17.04
  InstallationDate: Installed on 2017-03-24 (4 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Beta amd64 (20170321)
  Package: systemd 232-19
  PackageArchitecture: amd64
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  Tags:  zesty wayland-session
  Uname: Linux 4.8.17-040817-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

Title:
  blackscreen when trying to resume from suspend

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

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

[Bug 1676918] JournalErrors.txt

2017-03-28 Thread Daniel Holz
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1676918/+attachment/4849418/+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/1676918

Title:
  blackscreen when trying to resume from suspend

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

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


[Bug 1676805] Re: 16.04, problem with cyrillic alerts from amavis

2017-03-28 Thread sles
OK, this is not real fix, but it fixes things for me, because I use
utf8...


 diff -ur amavisd-new-dist amavisd-new
--- amavisd-new-dist2017-03-29 09:13:53.716398825 +0400
+++ amavisd-new 2017-03-29 09:40:45.796746725 +0400
@@ -10556,14 +10556,14 @@
 }
   }
   $m_hdr  = safe_encode_utf8($m_hdr)  if defined $m_hdr;
-  $m_body = safe_encode(c('bdy_encoding'), $m_body)  if defined $m_body;
+  #$m_body = safe_encode(c('bdy_encoding'), $m_body)  if defined $m_body;
   # make sure _our_ source line number is reported in case of failure
   my $multipart_cnt = 0;
   $mime_type = 'multipart/mixed'  if !defined $mime_type;
   eval {
 # RFC 6522: 7bit should always be adequate for multipart/report encoding
 $entity = MIME::Entity->build(
-  Type => $mime_type, Encoding => '8bit',
+  Type => $mime_type, Encoding => '7bit',
   'X-Mailer' => undef);
 1;
   } or do {

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

Title:
  16.04, problem with cyrillic alerts from amavis

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

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


[Bug 1676918] Re: blackscreen when trying to resume from suspend

2017-03-28 Thread Daniel Holz
apport information

** Tags added: apport-collected wayland-session zesty

** Description changed:

  When trying to resume after suspending my Lenovo Yoga 3 11, sometimes
  the screen remains black. The power LED switches from blinking to
  continuous light like it should but nothing else happens. The system
  does not react to anything. I tried to find something in the logs, but
  at least kern.log syslog and xorg.log never have any entries from this
  event.
  
  This problem appeared with Ubuntu 16.04 and 17.04 with Xorg and Wayland.
+ --- 
+ ApportVersion: 2.20.4-0ubuntu2
+ Architecture: amd64
+ CurrentDesktop: GNOME
+ DistroRelease: Ubuntu 17.04
+ InstallationDate: Installed on 2017-03-24 (4 days ago)
+ InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Beta amd64 (20170321)
+ Package: systemd 232-19
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ Tags:  zesty wayland-session
+ Uname: Linux 4.8.17-040817-generic x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

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

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

Title:
  blackscreen when trying to resume from suspend

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

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


[Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-03-28 Thread Axel H.
Confim:

4.4.0-69 worked
4.4.0-70 broken again in Xenial

** Tags removed: verification-needed-xenial
** Tags added: verification-failed-xenial

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

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

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

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


[Bug 1677050] Re: Youtube video will not run

2017-03-28 Thread Timo Aaltonen
15.04 is long obsolete (support ended over a year ago), so there's
probably no flash player updates to it anymore. Upgrade or reinstall.

not an X bug anyway

** Changed in: xorg (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/1677050

Title:
  Youtube video will not run

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

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


[Bug 1675868] secchi (amd64) - tests ran: 1, failed: 0

2017-03-28 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/secchi__4.10.0-15.17__2017-03-29_05-33-00/results-index.html

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

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1676918] Missing required logs.

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

apport-collect 1676918

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

Title:
  blackscreen when trying to resume from suspend

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

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


[Bug 1677071] Re: IptablesHowTo typo

2017-03-28 Thread Gunnar Hjalmarsson
Yes.

https://help.ubuntu.com/community/WikiGuide#Contributing

Closing.

** Changed in: ubuntu-docs (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/1677071

Title:
  IptablesHowTo typo

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

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


[Bug 1675868] kernel03 (s390x.zVM) - tests ran: 4, failed: 1

2017-03-28 Thread Brad Figg
tests ran:   4, failed: 1;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/kernel03__4.10.0-15.17__2017-03-29_05-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/1675868

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1673837] secchi (amd64) - tests ran: 10, failed: 0

2017-03-28 Thread Brad Figg
tests ran:  10, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-14.16~16.04.1-generic/secchi__4.10.0-14.16~16.04.1__2017-03-29_04-05-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/1673837

Title:
  linux-hwe-edge: 4.10.0-14.16~16.04.1 -proposed tracker

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

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


[Bug 1676918] Re: blackscreen when trying to resume from suspend

2017-03-28 Thread Daniel Holz
** Package changed: ubuntu => linux (Ubuntu)

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

** Also affects: gnome-power-manager (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/1676918

Title:
  blackscreen when trying to resume from suspend

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

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


[Bug 1677045] Re: mc crashed on attempt to transfer single file to host via SFTP

2017-03-28 Thread Yury V. Zaytsev
Fixed upstream in mc-4.8.19.

** Bug watch added: Midnight Commander Bug Tracker #3749
   http://midnight-commander.org/ticket/3749

** Also affects: mc via
   http://midnight-commander.org/ticket/3749
   Importance: Unknown
   Status: Unknown

** Changed in: mc (Ubuntu)
   Status: New => Fix Committed

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

Title:
  mc crashed on attempt to transfer single file to host via SFTP

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

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


[Bug 1675868] kernel03 (s390x.zVM) - tests ran: 21, failed: 0

2017-03-28 Thread Brad Figg
tests ran:  21, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/kernel03__4.10.0-15.17__2017-03-29_04-28-00/results-index.html

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

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1677073] Re: ZFS pools are unstable after round of updates

2017-03-28 Thread Eric Altman
On a recommendation I installed spl/zfs 6.5.9. Looks like the issue was
fixed in the chain somewhere between this and 6.5.9. The dataset came
back just fine.

That said, before closing out, where can I find Ubuntu 16.04 images? I
tried in vain but all I could seem to get my hands on were the updated
16.04.2.

Thank you.

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

Title:
  ZFS pools are unstable after round of updates

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

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


[Bug 1677117] [NEW] package libperl5.22 5.22.2-3 failed to install/upgrade: Versuch, gemeinsam benutztes »/usr/share/doc/libperl5.22/changelog.Debian.gz« zu überschreiben, welches verschieden von ande

2017-03-28 Thread Adrian Kniel
Public bug reported:

attempted to instal hP scanner

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: libperl5.22 5.22.2-3
ProcVersionSignature: Ubuntu 4.8.0-44.47-generic 4.8.17
Uname: Linux 4.8.0-44-generic x86_64
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: amd64
Date: Tue Mar 28 21:34:35 2017
ErrorMessage: Versuch, gemeinsam benutztes 
»/usr/share/doc/libperl5.22/changelog.Debian.gz« zu überschreiben, welches 
verschieden von anderen Instanzen des Paketes libperl5.22:i386 ist
InstallationDate: Installed on 2017-03-19 (9 days ago)
InstallationMedia: Lubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3.4
SourcePackage: perl
Title: package libperl5.22 5.22.2-3 failed to install/upgrade: Versuch, 
gemeinsam benutztes »/usr/share/doc/libperl5.22/changelog.Debian.gz« zu 
überschreiben, welches verschieden von anderen Instanzen des Paketes 
libperl5.22:i386 ist
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package yakkety

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

Title:
  package libperl5.22 5.22.2-3 failed to install/upgrade: Versuch,
  gemeinsam benutztes »/usr/share/doc/libperl5.22/changelog.Debian.gz«
  zu überschreiben, welches verschieden von anderen Instanzen des
  Paketes libperl5.22:i386 ist

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

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

[Bug 1677116] [NEW] insallation was not completed because it shows that grub file was missing....

2017-03-28 Thread Aryan singh
Public bug reported:

idk...

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.3 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
Uname: Linux 4.8.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CasperVersion: 1.376.2
Date: Wed Mar 29 09:54:04 2017
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215.2)
ProcEnviron:
 LANGUAGE=en_IN
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubiquity-2.21.63.3 ubuntu xenial

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

Title:
  insallation was not completed because it shows that grub file was
  missing

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

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


[Bug 730159] Re: ffmpeg library configuration mismatch

2017-03-28 Thread dino99
That it, people needs to clean their system, purge package instead of
simple removal (to avoid old settings left behind) and glance at
wiki/howto/... to understand the difference between bugs.launchpad and
forum.

Closing again that useless report.

** Changed in: ffmpeg-extra (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  ffmpeg library configuration mismatch

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

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


[Bug 785501] Re: Terminator has a (some?) memory leak

2017-03-28 Thread Ubuntu Foundations Team Bug Bot
The attachment "Dependencies.txt" seems to be a patch.  If it isn't,
please remove the "patch" flag from the attachment, remove the "patch"
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  Terminator has a (some?) memory leak

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

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


[Bug 1675163] Re: Don't attempt to create devices in LXC containers

2017-03-28 Thread Stéphane Graber
root@makedev-16-04:~# apt install makedev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be upgraded:
  makedev
1 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
Need to get 24.4 kB of archives.
After this operation, 29.7 kB disk space will be freed.
Get:1 http://archive.ubuntu.com/ubuntu xenial-proposed/main amd64 makedev all 
2.3.1-93ubuntu2~ubuntu16.04.1 [24.4 kB]
Fetched 24.4 kB in 0s (55.5 kB/s)
(Reading database ... 13025 files and directories currently installed.)
Preparing to unpack .../makedev_2.3.1-93ubuntu2~ubuntu16.04.1_all.deb ...
Unpacking makedev (2.3.1-93ubuntu2~ubuntu16.04.1) over (2.3.1-93ubuntu1) ...
Setting up makedev (2.3.1-93ubuntu2~ubuntu16.04.1) ...
LXC container detected, aborting due to LXC managed /dev.
root@makedev-16-04:~# 

Ubuntu 16.04 too.

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

Title:
  Don't attempt to create devices in LXC containers

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

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


[Bug 1675163] Re: Don't attempt to create devices in LXC containers

2017-03-28 Thread Stéphane Graber
Marking the SRU as verification-done.
I've also confirmed that the SRU when installed outside of a container doesn't 
skip the device creation code and so doesn't regress it's usual behavior in 
that regard.

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

Title:
  Don't attempt to create devices in LXC containers

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

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


[Bug 1675163] Re: Don't attempt to create devices in LXC containers

2017-03-28 Thread Stéphane Graber
root@makedev-17-04:~# apt install makedev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  makedev
0 upgraded, 1 newly installed, 0 to remove and 23 not upgraded.
Need to get 24.4 kB of archives.
After this operation, 98.3 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu zesty/universe amd64 makedev all 
2.3.1-93ubuntu2 [24.4 kB]
Fetched 24.4 kB in 0s (91.9 kB/s)
Selecting previously unselected package makedev.
(Reading database ... 13236 files and directories currently installed.)
Preparing to unpack .../makedev_2.3.1-93ubuntu2_all.deb ...
Unpacking makedev (2.3.1-93ubuntu2) ...
Setting up makedev (2.3.1-93ubuntu2) ...
LXC container detected, aborting due to LXC managed /dev.
root@makedev-17-04:~# 

Ubuntu 17.04 too.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Don't attempt to create devices in LXC containers

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

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


[Bug 1675163] Re: Don't attempt to create devices in LXC containers

2017-03-28 Thread Stéphane Graber
root@makedev-16-10:~# apt install makedev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  makedev
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 24.4 kB of archives.
After this operation, 98.3 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu yakkety-proposed/universe amd64 makedev 
all 2.3.1-93ubuntu2~ubuntu16.10.1 [24.4 kB]
Fetched 24.4 kB in 0s (56.8 kB/s)  
Selecting previously unselected package makedev.
(Reading database ... 13163 files and directories currently installed.)
Preparing to unpack .../makedev_2.3.1-93ubuntu2~ubuntu16.10.1_all.deb ...
Unpacking makedev (2.3.1-93ubuntu2~ubuntu16.10.1) ...
Setting up makedev (2.3.1-93ubuntu2~ubuntu16.10.1) ...
LXC container detected, aborting due to LXC managed /dev.
root@makedev-16-10:~# 

Ubuntu 16.10 too.

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

Title:
  Don't attempt to create devices in LXC containers

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

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


[Bug 1675163] Re: Don't attempt to create devices in LXC containers

2017-03-28 Thread Stéphane Graber
root@makedev-14-04:~# apt install makedev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be upgraded:
  makedev
1 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Need to get 24.5 kB of archives.
After this operation, 1024 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-proposed/main makedev all 
2.3.1-93ubuntu2~ubuntu14.04.1 [24.5 kB]
Fetched 24.5 kB in 0s (66.7 kB/s)

(Reading database ... 14748 files and directories currently installed.)
Preparing to unpack .../makedev_2.3.1-93ubuntu2~ubuntu14.04.1_all.deb ...
Unpacking makedev (2.3.1-93ubuntu2~ubuntu14.04.1) over (2.3.1-93ubuntu1) ...
Setting up makedev (2.3.1-93ubuntu2~ubuntu14.04.1) ...
LXC container detected, aborting due to LXC managed /dev.
root@makedev-14-04:~# 

Ubuntu 14.04 too.

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

Title:
  Don't attempt to create devices in LXC containers

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

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


[Bug 1675163] Re: Don't attempt to create devices in LXC containers

2017-03-28 Thread Stéphane Graber
root@makedev-12-04:~# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  makedev
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 27.7 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? 
Get:1 http://archive.ubuntu.com/ubuntu/ precise-proposed/main makedev all 
2.3.1-89ubuntu3 [27.7 kB]
Fetched 27.7 kB in 0s (93.2 kB/s)  
(Reading database ... 12624 files and directories currently installed.)
Preparing to replace makedev 2.3.1-89ubuntu2 (using 
.../makedev_2.3.1-89ubuntu3_all.deb) ...
Unpacking replacement makedev ...
Setting up makedev (2.3.1-89ubuntu3) ...
LXC container detected, aborting due to LXC managed /dev.
root@makedev-12-04:~# 

So Ubuntu 12.04 looks good.

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

Title:
  Don't attempt to create devices in LXC containers

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

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


[Bug 1675868] kernel03 (s390x.zVM) - tests ran: 10, failed: 0

2017-03-28 Thread Brad Figg
tests ran:  10, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/kernel03__4.10.0-15.17__2017-03-29_03-50-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/1675868

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1581671] Re: package snapd 2.0.2 [modified: usr/bin/snap usr/lib/snapd/snapd usr/share/doc/snapd/changelog.gz usr/share/man/man1/snap.1.gz] failed to install/upgrade: il pacchetto snapd non è pro

2017-03-28 Thread Launchpad Bug Tracker
[Expired for snapd (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package snapd 2.0.2 [modified: usr/bin/snap usr/lib/snapd/snapd
  usr/share/doc/snapd/changelog.gz usr/share/man/man1/snap.1.gz] failed
  to install/upgrade: il pacchetto snapd non è pronto per la
  configurazione  impossibile configurarlo (stato corrente "half-
  installed")

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

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

[Bug 1585295] Re: package openssh-client 1:7.2p2-4 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2017-03-28 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package openssh-client 1:7.2p2-4 failed to install/upgrade: package is
  in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

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

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


[Bug 1632363] Re: snapd fail on boot

2017-03-28 Thread Launchpad Bug Tracker
[Expired for snapd (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  snapd fail on boot

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

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


[Bug 1633543] Re: package snapd 2.16+16.10ubuntu1 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Killed)

2017-03-28 Thread Launchpad Bug Tracker
[Expired for snapd (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package snapd 2.16+16.10ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script was killed by signal (Killed)

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

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


[Bug 1636929] Re: edge -> stable refresh broken network settings

2017-03-28 Thread Launchpad Bug Tracker
[Expired for snapd (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  edge -> stable refresh broken network settings

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

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


[Bug 1635852] Re: package snapd 2.15.2ubuntu1 failed to install/upgrade: el subproceso script pre-removal nuevo devolvió el código de salida de error 127

2017-03-28 Thread Launchpad Bug Tracker
[Expired for snapd (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package snapd 2.15.2ubuntu1 failed to install/upgrade: el subproceso
  script pre-removal nuevo devolvió el código de salida de error 127

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

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

[Bug 1634440] Re: Some apps cannot run after installed by snap.

2017-03-28 Thread Launchpad Bug Tracker
[Expired for snapd (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Some apps cannot run after installed by snap.

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

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


[Bug 1657110] Re: webbrowser crashes on startup.. hybris linker for android SDK version 19

2017-03-28 Thread Launchpad Bug Tracker
[Expired for webbrowser-app (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: webbrowser-app (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  webbrowser crashes on startup.. hybris linker for android SDK version
  19

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

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


[Bug 1655166] Re: [PageStack] Inactive pages should not receive keyboard events

2017-03-28 Thread Launchpad Bug Tracker
[Expired for ubuntu-ui-toolkit (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [PageStack] Inactive pages should not receive keyboard events

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

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


[Bug 1677115] Re: package cups-daemon (not installed) failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-03-28 Thread Apport retracing service
*** This bug is a duplicate of bug 1676881 ***
https://bugs.launchpad.net/bugs/1676881

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1676881
   package cups-daemon (not installed) failed to install/upgrade: subprocess 
new pre-removal script returned error exit status 1

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

Title:
  package cups-daemon (not installed) failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 1

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

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


[Bug 1659682] Re: installer error after finishing partition layout setting screen

2017-03-28 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  installer error after finishing partition layout setting screen

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

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


[Bug 1646525] Re: FAIL! : components::CrossFadeImage::test_fade(row 0) 'wait for signal statusChanged' returned FALSE. ()

2017-03-28 Thread Launchpad Bug Tracker
[Expired for ubuntu-ui-toolkit (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  FAIL!  : components::CrossFadeImage::test_fade(row 0) 'wait for signal
  statusChanged' returned FALSE. ()

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

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


[Bug 1677115] [NEW] package cups-daemon (not installed) failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-03-28 Thread Naveen Chaudhary
*** This bug is a duplicate of bug 1676881 ***
https://bugs.launchpad.net/bugs/1676881

Public bug reported:

whenever i boot up my laptop, after login, a window pops up saying
system failed : report it.Thats it

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: cups-daemon (not installed)
ProcVersionSignature: Ubuntu 4.8.0-44.47~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-44-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
Date: Mon Mar 27 23:36:16 2017
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationDate: Installed on 2017-03-25 (3 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: cups
Title: package cups-daemon (not installed) failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package cups-daemon (not installed) failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 1

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

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


[Bug 1675868] rumford (amd64) - tests ran: 21, failed: 0

2017-03-28 Thread Brad Figg
tests ran:  21, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/rumford__4.10.0-15.17__2017-03-29_03-05-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/1675868

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1677112] [NEW] my fire fox is slowing down when loading

2017-03-28 Thread Tharunkumar
Public bug reported:

my firefox is slowing down when loading 
I can't open the new tab while loading another tab it's slowing down new tab 
opening time and loading time

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: firefox 52.0.1+build2-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-66.87-generic 4.4.44
Uname: Linux 4.4.0-66-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  tharun 1665 F pulseaudio
 /dev/snd/controlC0:  tharun 1665 F pulseaudio
BuildID: 20170317213149
Channel: Unavailable
CurrentDesktop: Unity
Date: Wed Mar 29 09:27:31 2017
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2017-01-30 (57 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
IpRoute:
 default via 192.168.1.1 dev wlp6s0  proto static  metric 600 
 169.254.0.0/16 dev wlp6s0  scope link  metric 1000 
 192.168.1.0/24 dev wlp6s0  proto kernel  scope link  src 192.168.1.2  metric 
600
Locales: extensions.sqlite corrupt or missing
Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
PrefSources: prefs.js
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 SHELL=/usr/bin/zsh
Profiles: Profile0 (Default) - LastVersion=52.0.1/20170317213149 (In use)
RunningIncompatibleAddons: False
SourcePackage: firefox
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/14/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A05
dmi.board.vendor: Dell Inc.
dmi.board.version: A05
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd11/14/2014:svnDellInc.:pnInspiron3542:pvrNotSpecified:rvnDellInc.:rn:rvrA05:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 3542
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.

** Affects: firefox (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/1677112

Title:
  my fire fox is slowing down when loading

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

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


[Bug 1673211] Re: linux-lts-trusty: 3.13.0-114.161~precise1 -proposed tracker

2017-03-28 Thread Taihsiang Ho
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed, results are available here:
http://people.canonical.com/~hwcert/sru-
testing/precise/3.13.0-114.161~precise1/precise-3.13-proposed-
published.html

** Tags added: certification-testing-passed

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

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

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

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

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


[Bug 1677073] Re: ZFS pools are unstable after round of updates

2017-03-28 Thread Richard Laager
I don't have too much to suggest, but if you think this was caused by an
upgrade, I'd be curious to see which packages (and versions)
/var/log/dpkg.log shows were upgraded. But unfortunately, it sounds like
you have already reinstalled.

One thing you might try to is to reinstall (using an original 16.04
image, not an updated one). Then, disable the security and update
repositories. Install ZFS. See if it works. If so, then it's definitely
caused by some newer package.

Or even easier: just install ZFS in a Live CD and import the pool.

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

Title:
  ZFS pools are unstable after round of updates

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

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


[Bug 1133477] Re: cut-n-paste move files got stuck forever

2017-03-28 Thread Walter Lapchynski
I see no clear test case bug triagers can try to do further research on.
I have no information from syslog, dmesg, or any tracing or anything. Is
this only with images? What's the minimum number or size? I would this
this has something to do with a generic Backend, so we should look for
conditions that are universal across all file managers. Please provide
this so we can continue researching. If there's no clear way to
reproduce, no matter how often this happen or how long it's reported, we
cannot fix this.

** Changed in: nautilus (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: pcmanfm (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  cut-n-paste move files got stuck forever

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

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


Re: [Bug 1676122] Re: package tftpd-hpa 5.2+20150808-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-28 Thread Eli Pasetes
Hi Nish,

Thanks.  I was able to finally figure out to change TFTP_OPTIONS in
/etc/default/tftpd-hpa to include --ipv4 and startup worked.  With this
experience I would have preferred for ipv6 to be turned off by default.
And provide commented TCP_OPTIONS in the config file on how to turn on
ipv6.  Or if it's better to have ipv6 turned on by default, then provide
some commented info how to setup ipv4 only.

-Eli


On Tue, Mar 28, 2017 at 4:35 PM Nish Aravamudan <
nish.aravamu...@canonical.com> wrote:

> @Eli,
>
> Ah ok, yes, disabling IPv6 probably breaks some default configuration
> stuff -- maybe similar to
> https://bbs.archlinux.org/viewtopic.php?id=128725. I'm guessing you
> could disable ipv6 again and just properly configure tftpd-hpa.
>
> Marking as invalid.
>
> ** Changed in: tftp-hpa (Ubuntu)
>Status: Incomplete => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1676122
>
> Title:
>   package tftpd-hpa 5.2+20150808-1ubuntu1 failed to install/upgrade:
>   subprocess installed post-installation script returned error exit
>   status 1
>
> Status in tftp-hpa package in Ubuntu:
>   Invalid
>
> Bug description:
>   I just installed and below is the output...
>
>   $ apt-cache search tftpd
>   tftpd-hpa - HPA's tftp server
>   atftpd - advanced TFTP server
>   libnet-tftpd-perl - Perl extension for Trivial File Transfer Protocol
> Server
>   tftpd - Trivial file transfer protocol server
>   uec-provisioning-tftpd - the UEC Provisioning TFTP server
>   [h2o@black:~]
>   $ sudo apt-get install tftpd-hpa
>   Reading package lists... Done
>   Building dependency tree
>   Reading state information... Done
>   Suggested packages:
> pxelinux
>   The following NEW packages will be installed:
> tftpd-hpa
>   0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
>   Need to get 39.0 kB of archives.
>   After this operation, 115 kB of additional disk space will be used.
>   Get:1 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 tftpd-hpa
> amd64 5.2+20150808-1ubuntu1 [39.0 kB]
>   Fetched 39.0 kB in 0s (119 kB/s)
>   Preconfiguring packages ...
>   Selecting previously unselected package tftpd-hpa.
>   (Reading database ... 269081 files and directories currently installed.)
>   Preparing to unpack .../tftpd-hpa_5.2+20150808-1ubuntu1_amd64.deb ...
>   Unpacking tftpd-hpa (5.2+20150808-1ubuntu1) ...
>   Processing triggers for systemd (229-4ubuntu16) ...
>   Processing triggers for ureadahead (0.100.0-19) ...
>   ureadahead will be reprofiled on next reboot
>   Processing triggers for man-db (2.7.5-1) ...
>   Setting up tftpd-hpa (5.2+20150808-1ubuntu1) ...
>   Job for tftpd-hpa.service failed because the control process exited with
> error code. See "systemctl status tftpd-hpa.service" and "journalctl -xe"
> for details.
>   invoke-rc.d: initscript tftpd-hpa, action "start" failed.
>   ● tftpd-hpa.service - LSB: HPA's tftp server
>  Loaded: loaded (/etc/init.d/tftpd-hpa; bad; vendor preset: enabled)
>  Active: failed (Result: exit-code) since Sat 2017-03-25 23:03:20 PDT;
> 4ms ago
>Docs: man:systemd-sysv-generator(8)
> Process: 5005 ExecStart=/etc/init.d/tftpd-hpa start (code=exited,
> status=71)
>
>   Mar 25 23:03:20 black systemd[1]: Starting LSB: HPA's tftp server...
>   Mar 25 23:03:20 black tftpd-hpa[5005]:  * Starting HPA's tftpd in.tftpd
>   Mar 25 23:03:20 black systemd[1]: tftpd-hpa.service: Control process
> exited, code=ex...=71
>   Mar 25 23:03:20 black systemd[1]: Failed to start LSB: HPA's tftp server.
>   Mar 25 23:03:20 black systemd[1]: tftpd-hpa.service: Unit entered failed
> state.
>   Mar 25 23:03:20 black systemd[1]: tftpd-hpa.service: Failed with result
> 'exit-code'.
>   Hint: Some lines were ellipsized, use -l to show in full.
>   dpkg: error processing package tftpd-hpa (--configure):
>subprocess installed post-installation script returned error exit
> status 1
>   Processing triggers for systemd (229-4ubuntu16) ...
>   Processing triggers for ureadahead (0.100.0-19) ...
>   Errors were encountered while processing:
>tftpd-hpa
>   E: Sub-process /usr/bin/dpkg returned an error code (1)
>   [h2o@black:~]
>   $
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 16.04
>   Package: tftpd-hpa 5.2+20150808-1ubuntu1
>   ProcVersionSignature: Ubuntu 4.4.0-66.87-generic 4.4.44
>   Uname: Linux 4.4.0-66-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu2.5
>   AptOrdering:
>tftpd-hpa: Install
>tftpd-hpa: Configure
>NULL: ConfigurePending
>   Architecture: amd64
>   Date: Sat Mar 25 23:03:20 2017
>   ErrorMessage: subprocess installed post-installation script returned
> error exit status 1
>   InstallationDate: Installed on 2017-02-19 (35 days ago)
>   InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64
> (20160719)
>   RelatedPackageVersions:
>dpkg 1.18.4ubuntu1.1
>apt  1.2.19
>   SourcePackage: tftp-hpa
>   Title: 

[Bug 1675868] amaura (amd64) - tests ran: 2, failed: 0

2017-03-28 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/amaura__4.10.0-15.17__2017-03-29_03-26-00/results-index.html

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

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2017-03-28 Thread Kai-Heng Feng
Please give mainline kernel >= v4.11-rc3 a try, it has a patch seemingly
relevant to your case:

commit 71050ae7bf83e4d71a859257d11adc5de517073e
Author: João Paulo Rechi Vita 
Date:   Mon Feb 20 14:50:22 2017 -0500

platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDT

We can backport the patch if it works.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

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

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

[Bug 1576341] Re: systemd in degraded state on startup in LXD containers

2017-03-28 Thread Serge Hallyn
Thanks, Nish.  My thoughts:

1.a sounds good

1.b i'd like another way to do that, but not sure what a better way would
be.

1.c does lvm also fail in privileged containers?  I can see no use to
running it (for now) in an unprivileged container, so the same solution
as 1.a seems reasonable.

1.d
CAP_ADMIN_READ is not a real capability.  So if 1.d is fixed by that,
then something else is wrong.

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

Title:
  systemd in degraded state on startup in LXD containers

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

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


[Bug 1133477] Re: cut-n-paste move files got stuck forever

2017-03-28 Thread ssinfod
I also have this problem with Ubuntu 16.04.

uname -a
Linux cpf-dx4840-i3 4.8.0-44-generic #47~16.04.1-Ubuntu SMP Wed Mar 22 18:51:56 
UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Nautilus 3.14.3

I simply drag and drop files from a folder to another. The folder contains:
(84 PNG (pictures) files of approx. 3 MB and one PDF file (250 MB))

The dialog box shows "Preparing to move N files" (ex: 26)

Then it jams for about 2 minutes...

thanks

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

Title:
  cut-n-paste move files got stuck forever

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

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


[Bug 1671991] Re: systemctl rescue leaves system inaccessible unless run from within active desktop session

2017-03-28 Thread Nathan Dorfman
Debian stretch has the opposite issue: there, rescue only works if no
desktop session is active. Otherwise, whether systemctl is run from
within that session or not, the console is left completely unusable; not
even Ctrl+Alt+Del works.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858162 exists for
that, but the Xenial issue is completely different: the console never
becomes unresponsive. Instead, the system is stuck in some intermediate
state where the normal getty is stlil alive, but login is not allowed,
and the actual rescue prompt is never reached.

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

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

Title:
  systemctl rescue leaves system inaccessible unless run from within
  active desktop session

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

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


[Bug 1675868] s2lp6g003 (s390x.zKVM) - tests ran: 1, failed: 0

2017-03-28 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/s2lp6g003__4.10.0-15.17__2017-03-29_03-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/1675868

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1671991] Re: systemctl rescue leaves system inaccessible unless run from within active desktop session

2017-03-28 Thread Nathan Dorfman
** Summary changed:

- init 1 locks you out of system immediately when run from virtual console
+ systemctl rescue leaves system inaccessible unless run from within active 
desktop session

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

Title:
  systemctl rescue leaves system inaccessible unless run from within
  active desktop session

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

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


[Bug 1676361] Re: keeper-service segfaults inside ubuntu::app_launch::helper_impls::Base::launch

2017-03-28 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/registry-cleanup

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

Title:
  keeper-service segfaults inside
  ubuntu::app_launch::helper_impls::Base::launch

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

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


[Bug 1663477] Re: [FFe] UKUI desktop environment

2017-03-28 Thread handsome_feng
** Changed in: ubuntukylin
   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/1663477

Title:
  [FFe] UKUI desktop environment

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

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


[Bug 1675868] modoc (ppc64el) - tests ran: 64, failed: 0

2017-03-28 Thread Brad Figg
tests ran:  64, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/modoc__4.10.0-15.17__2017-03-29_02-30-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/1675868

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1676769] Re: nvidia-375 375.39-0ubuntu0.16.10.1: nvidia-375 kernel module failed to build

2017-03-28 Thread Daniel van Vugt
cc1: out of memory allocating 77233328 bytes after a total of 8290304
bytes

Your system failed to build the driver because it ran out of memory. Not
a bug.

** Changed in: nvidia-graphics-drivers-375 (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/1676769

Title:
  nvidia-375 375.39-0ubuntu0.16.10.1: nvidia-375 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-375/+bug/1676769/+subscriptions

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


[Bug 1442508] Re: /usr/sbin/unity-system-compositor:11:Add:add_surface_pixel_format:mir::frontend::SessionMediator::connect:mir::frontend::detail::invoke:mir::frontend::detail::ProtobufMessageProcesso

2017-03-28 Thread Daniel van Vugt
Incomplete. Crash last seen in 15.10

** Changed in: mir
   Status: Confirmed => Incomplete

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

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

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

Title:
  /usr/sbin/unity-system-
  
compositor:11:Add:add_surface_pixel_format:mir::frontend::SessionMediator::connect:mir::frontend::detail::invoke:mir::frontend::detail::ProtobufMessageProcessor::dispatch

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

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


[Bug 1442505] Re: /usr/sbin/unity-system-compositor:11:mir::frontend::SessionMediator::create_screencast:mir::frontend::detail::invoke:mir::frontend::detail::ProtobufMessageProcessor::dispatch:mir::fr

2017-03-28 Thread Daniel van Vugt
Incomplete. Crash last seen in 15.10

** Changed in: mir
   Status: Confirmed => Incomplete

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

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

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

Title:
  /usr/sbin/unity-system-
  
compositor:11:mir::frontend::SessionMediator::create_screencast:mir::frontend::detail::invoke:mir::frontend::detail::ProtobufMessageProcessor::dispatch:mir::frontend::detail::SocketConnection::on_new_message:mir::frontend::detail::SocketConnection::on_read_size

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

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


[Bug 1479030] Re: unity-system-compositor crashes with SIGABRT in google::protobuf::internal::LogMessage::Finish

2017-03-28 Thread Daniel van Vugt
Incomplete. Crash last seen in 16.10

** Changed in: unity-system-compositor
   Status: Confirmed => Incomplete

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

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

Title:
  unity-system-compositor crashes with SIGABRT in
  google::protobuf::internal::LogMessage::Finish

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-system-compositor/+bug/1479030/+subscriptions

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


[Bug 1536662] Re: [regression] Black screen: Mir hangs and then crashes on startup/login due to reading from /dev/random

2017-03-28 Thread Daniel van Vugt
** Changed in: mir/0.21
   Status: Triaged => Won't Fix

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

Title:
  [regression] Black screen: Mir hangs and then crashes on startup/login
  due to reading from /dev/random

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

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


[Bug 1613601] Re: [MIR] unity-system-compositor

2017-03-28 Thread Daniel van Vugt
** Tags added: unity8-desktop

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

Title:
  [MIR] unity-system-compositor

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

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


[Bug 1566172] Re: [SUGGESTION] [OSK] Use the space bar for moving the text cursor

2017-03-28 Thread Daniel van Vugt
** Summary changed:

- [SUGGESTION] Use the space bar for moving the text cursor
+ [SUGGESTION] [OSK] Use the space bar for moving the text cursor

** Tags added: osk unity8-desktop

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

Title:
  [SUGGESTION] [OSK] Use the space bar for moving the text cursor

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

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


[Bug 1668409] Re: Firefox fails to launch in unity8 zesty

2017-03-28 Thread Daniel van Vugt
or "to not try to use X11 when it's using pure GTK".

As far as Mir is concerned X11 and GTK are alternatives to each other.
Given the choice we should choose pure GTK.

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

Title:
  Firefox fails to launch in unity8 zesty

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

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


[Bug 1668409] Re: Firefox fails to launch in unity8 zesty

2017-03-28 Thread Daniel van Vugt
or "try to use X11 when it's using pure GTK" :)

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

Title:
  Firefox fails to launch in unity8 zesty

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

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


[Bug 1675868] rumford (amd64) - tests ran: 1, failed: 0

2017-03-28 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/rumford__4.10.0-15.17__2017-03-29_02-27-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/1675868

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1677027] Re: installer silently assumed EFI using removable drive's partition, breaking grub isoboot

2017-03-28 Thread Nathan Dorfman
** Summary changed:

- installer silently assumed EFI using removable drive's partition
+ installer silently assumed EFI using removable drive's partition, breaking 
grub isoboot

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

Title:
  installer silently assumed EFI using removable drive's partition,
  breaking grub isoboot

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

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


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

2017-03-28 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/modoc__4.10.0-15.17__2017-03-29_01-50-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/1675868

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1673837] rumford (amd64) - tests ran: 64, failed: 0

2017-03-28 Thread Brad Figg
tests ran:  64, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-14.16~16.04.1-generic/rumford__4.10.0-14.16~16.04.1__2017-03-29_01-14-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/1673837

Title:
  linux-hwe-edge: 4.10.0-14.16~16.04.1 -proposed tracker

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

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


[Bug 1673550] Re: system-settings not remembering previous size on unity8

2017-03-28 Thread Daniel van Vugt
** Tags added: unity8-desktop

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

Title:
  system-settings not remembering previous size on unity8

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

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


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

2017-03-28 Thread Brad Figg
tests ran:  64, failed: 2;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/ms10-34-mcdivittB0-kernel__4.10.0-15.17__2017-03-29_01-21-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/1675868

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1676881] Re: package cups-daemon (not installed) failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

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

** Changed in: cups (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/1676881

Title:
  package cups-daemon (not installed) failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 1

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

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


[Bug 1675868] ms10-35-mcdivittB0-kernel (arm64) - tests ran: 64, failed: 2

2017-03-28 Thread Brad Figg
tests ran:  64, failed: 2;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/ms10-35-mcdivittB0-kernel__4.10.0-15.17__2017-03-29_01-19-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/1675868

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1677085] Re: package cups-daemon (not installed) failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-03-28 Thread Apport retracing service
*** This bug is a duplicate of bug 1676881 ***
https://bugs.launchpad.net/bugs/1676881

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1676881
   package cups-daemon (not installed) failed to install/upgrade: subprocess 
new pre-removal script returned error exit status 1

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

Title:
  package cups-daemon (not installed) failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 1

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

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


[Bug 1675868] onibi (amd64) - tests ran: 10, failed: 0

2017-03-28 Thread Brad Figg
tests ran:  10, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/onibi__4.10.0-15.17__2017-03-29_00-29-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/1675868

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1676850] Re: Distorted menus in a lot of Qt apps

2017-03-28 Thread Daniel van Vugt
** Summary changed:

- distorted context menu in a lot of qt apps
+ Distorted menus in a lot of Qt apps

** Tags added: unity8-desktop visual-quality

** Summary changed:

- Distorted menus in a lot of Qt apps
+ Distorted menus in a lot of Qt apps under Unity8

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

Title:
  Distorted menus in a lot of Qt apps under Unity8

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

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


[Bug 1676854] Re: apps launched from the launcher menu doesn't seem to work

2017-03-28 Thread Daniel van Vugt
** Tags added: unity8-desktop

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

Title:
  apps launched from the launcher menu doesn't seem to work

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

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


[Bug 1677077] Re: Unnecessary (?) font dependencies

2017-03-28 Thread Kenneth Hanson
Just found out what is going on (immediately after posting this bug --
figures).

There's code in the packaging...whatever it is...that replaces the font
files with symlinks to system fonts:
https://git.launchpad.net/~libretro/libretro/+git/retroarch-assets-
debian/tree/links.in.

I suppose that closes this "bug". Still, I'm of the opinion that
requiring a 70MB dependency just to get a 1.6MB font is
counterproductive, but where do I post a bug report about this?? As
should be obvious by now, I'm finding it difficult to figure out how
everything on Launchpad connects.

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

Title:
  Unnecessary (?) font dependencies

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

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


[Bug 1676860] Re: launcher menu is listing closed windows

2017-03-28 Thread Daniel van Vugt
** Tags added: unity8-desktop

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

Title:
  launcher menu is listing closed windows

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

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


[Bug 1676879] Re: Broken stack of modal dialogs

2017-03-28 Thread Daniel van Vugt
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

** Also affects: miral (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/1676879

Title:
  Broken stack of modal dialogs

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

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


[Bug 1677085] [NEW] package cups-daemon (not installed) failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-03-28 Thread Allan Jones
*** This bug is a duplicate of bug 1676881 ***
https://bugs.launchpad.net/bugs/1676881

Public bug reported:

I was just booting up and got the error... and the options to report a
bug...

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: cups-daemon (not installed)
ProcVersionSignature: Ubuntu 4.4.0-66.87-generic 4.4.44
Uname: Linux 4.4.0-66-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
Date: Mon Mar 27 08:56:36 2017
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationDate: Installed on 2017-03-27 (1 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: cups
Title: package cups-daemon (not installed) failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package cups-daemon (not installed) failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 1

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

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


[Bug 1676878] Re: Not using Ubuntu font family and suru icons in Qt widget apps

2017-03-28 Thread Daniel van Vugt
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Michał Sawicz (saviq)

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

Title:
  Not using Ubuntu font family and suru icons in Qt widget apps

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

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

[Bug 1676931] Re: logs are not included in bugs automatically reported to Ubuntu using apport

2017-03-28 Thread Daniel van Vugt
** Tags added: unity8-desktop

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

** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Summary changed:

- logs are not included in bugs automatically reported to Ubuntu using apport
+ logs are not included in unity-system-compositor bugs automatically reported 
to Ubuntu using apport

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Stephen M. Webb (bregma)

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

Title:
  logs are not included in unity-system-compositor bugs automatically
  reported to Ubuntu using apport

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

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


[Bug 1668474] Re: AH00526 when using long ProxyPass worker name

2017-03-28 Thread Brian Morton
Hi Robie,

I do not know for certain. One user on the upstream bug mentions it
can't be backported because of an API compat issue, but if there's one
present I'm sure not seeing it. The define is entirely contained within
that header file. The only thing I would think it could affect would be
external modules built against mod_proxy.h

root@apache2-mod-proxy-length-xenial:~/apache2-2.4.18# grep -R 
'PROXY_WORKER_MAX_NAME_SIZE' *
modules/proxy/mod_proxy.h:#define PROXY_WORKER_MAX_NAME_SIZE  96
modules/proxy/mod_proxy.h:#define PROXY_BALANCER_MAX_NAME_SIZE 
PROXY_WORKER_MAX_NAME_SIZE
modules/proxy/mod_proxy.h:char  name[PROXY_WORKER_MAX_NAME_SIZE];
modules/proxy/mod_proxy.h:char  uds_path[PROXY_WORKER_MAX_NAME_SIZE];   
/* path to worker's unix domain socket if applicable */
root@apache2-mod-proxy-length-xenial:~/apache2-2.4.18# grep -R 
'PROXY_BALANCER_MAX_NAME_SIZE' *
modules/proxy/mod_proxy.h:#define PROXY_BALANCER_MAX_NAME_SIZE 
PROXY_WORKER_MAX_NAME_SIZE
modules/proxy/mod_proxy.h:char  name[PROXY_BALANCER_MAX_NAME_SIZE];
modules/proxy/mod_proxy.h:char  sname[PROXY_BALANCER_MAX_NAME_SIZE];

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

Title:
  AH00526 when using long ProxyPass worker name

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

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


[Bug 1677072] Re: Super shortcuts breaks application keyboard input

2017-03-28 Thread Daniel van Vugt
Could be related to Mir bug 1536279, which has not been Fix Released
yet.

** Tags added: unity8-desktop

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

Title:
  Super shortcuts breaks application keyboard input

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

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


[Bug 1676547] Re: No network connectivity after upgrade from 16.04 to 16.10

2017-03-28 Thread Mathieu Trudel-Lapierre
I'm reasonably certain that I can fix this in NM directly; for now I've
uploaded a new version of network-manager for yakkety to my PPA
(ppa:cyphermox/sru) to do the upgrade testing from Xenial to Yakkety. It
involves first making sure xenial is fully updated to network-manager
1.2.6.

** Changed in: ubuntu-release-upgrader (Ubuntu)
Milestone: None => ubuntu-17.04

** Package changed: ubuntu-release-upgrader (Ubuntu) => network-manager
(Ubuntu)

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

Title:
  No network connectivity after upgrade from 16.04 to 16.10

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

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


[Bug 1661836] Re: supertux 2 can't start with SDL_VIDEODRIVER=mir [Couldn't initialize SDL: Failed to connect to the mir server]

2017-03-28 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1605478 ***
https://bugs.launchpad.net/bugs/1605478

** This bug has been marked a duplicate of bug 1605478
   supertux2 segfaults on native Mir with SDL_VIDEODRIVER=mir trying to call 
glXQueryVersion

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

Title:
  supertux 2 can't start with SDL_VIDEODRIVER=mir [Couldn't initialize
  SDL: Failed to connect to the mir server]

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

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


[Bug 1677066] Re: Missing dependency on libertine-xmir-tools

2017-03-28 Thread Daniel van Vugt
Invalid for Xmir. Libertine depends on Xmir and not vice-versa.

I've done all my Xmir development without a 'pasted' so that can't be a
problem. And not should it be.

If it's a requirement for U8 desktop then some part of the U8 desktop
should depend on pasted/libertine.

** Summary changed:

- [Xmir] Missing dependency on libertine-xmir-tools
+ Missing dependency on libertine-xmir-tools

** 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/1677066

Title:
  Missing dependency on libertine-xmir-tools

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

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


[Bug 1675868] archytas (amd64) - tests ran: 64, failed: 0

2017-03-28 Thread Brad Figg
tests ran:  64, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/archytas__4.10.0-15.17__2017-03-29_00-56-00/results-index.html

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

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1677071] Re: IptablesHowTo typo

2017-03-28 Thread Daniel U. Thibault
Indeed, that did the trick. Is this explained anywhere?

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

Title:
  IptablesHowTo typo

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

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


[Bug 1658181] Re: snapd bundles golang dependencies despite being in main

2017-03-28 Thread Michael Hudson-Doyle
I think Tyler's proposal makes sense. I maintain snapd with unbundled
dependencies in Debian sid, and it's really not been very painful.

One thing we want is for snapd to fairly closely track new versions of
its dependencies; any security fixes are likely to be developed for the
tip of the dependency fixed, and we want it to be easy to backport any
fixes to the version snapd is using. The proposal is a step in that
direction. (Ironically, a test failed in snapd in debian builds because
one dependency is newer in Debian than the version snapd vendors).

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

Title:
  snapd bundles golang dependencies despite being in main

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

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


[Bug 1670811] Re: Multipath services fails to start on Ubuntu 17.04 on boot and kdump (initramfs)

2017-03-28 Thread Mathieu Trudel-Lapierre
I agree this could benefit some rework, but I think we could do with
fixing the issue now with a simpler fix (just using /run directly in the
initramfs scripts), while we get to a concensus on the improved local-
bottom code.

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

Title:
  Multipath services fails to start on Ubuntu 17.04 on boot and kdump
  (initramfs)

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

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


[Bug 1677082] [NEW] after suspend and bg, normally running pipeline job labeled "unknown signal (core dumped)"

2017-03-28 Thread Nathan Dorfman
Public bug reported:

When a pipeline job is suspended and then backgrounded, 'jobs -l'
incorrectly lists the status of all but the first command in the
pipeline.

For example:

% cp /dev/null /tmp/emptyfile && tail -F /tmp/emptyfile | fgrep hello | sed 
's/^/received: /'
^Z
zsh: suspended  tail -F /tmp/emptyfile | fgrep hello | sed 's/^/received: /'
% jobs -l
[1]  + 8096 suspended  tail -F /tmp/emptyfile | 
   8097 suspended  fgrep hello | 
   8098 suspended  sed 's/^/received: /'

The confusion begins after the 'bg' command:

% bg
[1]  + continued  tail -F /tmp/emptyfile | fgrep hello | sed 's/^/received: /'
% jobs -l
[1]  + 8096 runningtail -F /tmp/emptyfile | 
   8097 unknown signal (core dumped) fgrep hello | 
   8098 unknown signal (core dumped) sed 's/^/received: /'

The status above is wrong; both fgrep and sed are in fact running fine:

% echo hello world >> /tmp/emptyfile 
% kill 8096 # flush the pipeline
% received: hello world

[1]  + terminated  tail -F /tmp/emptyfile | 
   donefgrep hello | sed 's/^/received: /'
% 

Note also that the final status, printed when the commands actually
exit, is correct ('done').

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: zsh 5.1.1-1ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-70.91-generic 4.4.49
Uname: Linux 4.4.0-70-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Tue Mar 28 18:58:32 2017
InstallationDate: Installed on 2017-03-27 (1 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: zsh
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: zsh (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/1677082

Title:
  after suspend and bg, normally running pipeline job labeled "unknown
  signal (core dumped)"

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

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


[Bug 315257] Re: Red and green for partitions causes problems for colourblind people

2017-03-28 Thread Jeremy Bicha
** Tags added: a11y

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

Title:
  Red and green for partitions causes problems for colourblind people

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

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


[Bug 1675868] secchi (amd64) - tests ran: 64, failed: 0

2017-03-28 Thread Brad Figg
tests ran:  64, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/secchi__4.10.0-15.17__2017-03-29_00-48-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/1675868

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


[Bug 1677077] [NEW] Unnecessary (?) font dependencies

2017-03-28 Thread Kenneth Hanson
Public bug reported:

I originally posted this as a question under the "Answers" section and
was encouraged to report this as a bug.

I noticed the the (large set of) M+ fonts were added to Retroarch as a
dependency recently, when they appeared in LibreOffice and investigated
using Synaptic. It looks like only one of the fonts is actually used,
and furthermore appears to be embedded in the source. See:
https://github.com/libretro/retroarch-assets/tree/master/xmb/monochrome
and https://github.com/libretro/retroarch-
assets/commit/3bac2689d8caa84091d37f7e6355703239af67e2.

If this is the case, then the font dependency should be unnecessary.
Perhaps likewise for Roboto.

Full disclosure: I actually noticed this first with the "Libretro
Stable" PPA on Xenial, but being unfamiliar with Launchpad found the
same problem with the official Zesty package and ended up posting
against the distro package from there. Not sure if I should make a
duplicate post for the PPA.

** Affects: retroarch-assets (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/1677077

Title:
  Unnecessary (?) font dependencies

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

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


[Bug 1598300] Re: CUPS web interface stops responding after a while

2017-03-28 Thread WhatInThe
I just ran into this bug today when I went to use the official cups
package for the first time.  Or at least I'm pretty sure I did.  Google
landed me here when I went to search for the output of "service cups
status", of which my test system's output looks very similar to the
output of the person who opened this ticket and the described behavior
is identical to what I'm running into.

This bug makes the cups package for Ubuntu useless for initial
configuration from the comfort of a standard desktop - a common enough
scenario, IMO.  I just can't believe it's taken almost 9 months to still
not have a fix pushed out everywhere, but there you have it.  Directly
running the command being run by the system service (/usr/sbin/cupsd -l)
has identical behavior - the software self-terminates after a few
minutes of inactivity.

I'm testing the -f option and I'm hoping that it will resolve the issue
for me.

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

Title:
  CUPS web interface stops responding after a while

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

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


[Bug 1675868] ms10-35-mcdivittB0-kernel (arm64) - tests ran: 2, failed: 0

2017-03-28 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-15.17-generic/ms10-35-mcdivittB0-kernel__4.10.0-15.17__2017-03-29_00-49-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/1675868

Title:
  linux: 4.10.0-15.17 -proposed tracker

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

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


  1   2   3   4   5   6   7   8   9   10   >